@aws-sdk/client-athena 3.204.0 → 3.208.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/dist-cjs/models/models_0.js +20 -8
- package/dist-cjs/protocols/Aws_json1_1.js +43 -0
- package/dist-es/models/models_0.js +14 -5
- package/dist-es/protocols/Aws_json1_1.js +43 -0
- package/dist-types/models/models_0.d.ts +75 -20
- package/dist-types/ts3.4/models/models_0.d.ts +34 -12
- package/package.json +35 -35
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.GetQueryRuntimeStatisticsOutputFilterSensitiveLog = exports.QueryRuntimeStatisticsFilterSensitiveLog = exports.QueryStageFilterSensitiveLog = exports.QueryStagePlanNodeFilterSensitiveLog = exports.UpdateWorkGroupOutputFilterSensitiveLog = exports.UpdateWorkGroupInputFilterSensitiveLog = exports.WorkGroupConfigurationUpdatesFilterSensitiveLog = exports.ResultConfigurationUpdatesFilterSensitiveLog = exports.UpdatePreparedStatementOutputFilterSensitiveLog = exports.UpdatePreparedStatementInputFilterSensitiveLog = exports.UpdateNamedQueryOutputFilterSensitiveLog = exports.UpdateNamedQueryInputFilterSensitiveLog = exports.UpdateDataCatalogOutputFilterSensitiveLog = exports.UpdateDataCatalogInputFilterSensitiveLog = exports.UntagResourceOutputFilterSensitiveLog = exports.UntagResourceInputFilterSensitiveLog = exports.TagResourceOutputFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = exports.StopQueryExecutionOutputFilterSensitiveLog = exports.StopQueryExecutionInputFilterSensitiveLog = exports.StartQueryExecutionOutputFilterSensitiveLog = exports.StartQueryExecutionInputFilterSensitiveLog = exports.ListWorkGroupsOutputFilterSensitiveLog = void 0;
|
|
3
|
+
exports.DeleteNamedQueryOutputFilterSensitiveLog = exports.DeleteNamedQueryInputFilterSensitiveLog = exports.DeleteDataCatalogOutputFilterSensitiveLog = exports.DeleteDataCatalogInputFilterSensitiveLog = exports.CreateWorkGroupOutputFilterSensitiveLog = exports.CreateWorkGroupInputFilterSensitiveLog = exports.WorkGroupConfigurationFilterSensitiveLog = exports.CreatePreparedStatementOutputFilterSensitiveLog = exports.CreatePreparedStatementInputFilterSensitiveLog = exports.CreateNamedQueryOutputFilterSensitiveLog = exports.CreateNamedQueryInputFilterSensitiveLog = exports.CreateDataCatalogOutputFilterSensitiveLog = exports.CreateDataCatalogInputFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.BatchGetQueryExecutionOutputFilterSensitiveLog = exports.UnprocessedQueryExecutionIdFilterSensitiveLog = exports.QueryExecutionFilterSensitiveLog = exports.QueryExecutionStatusFilterSensitiveLog = exports.AthenaErrorFilterSensitiveLog = exports.QueryExecutionStatisticsFilterSensitiveLog = exports.ResultReuseInformationFilterSensitiveLog = exports.ResultReuseConfigurationFilterSensitiveLog = exports.ResultReuseByAgeConfigurationFilterSensitiveLog = exports.ResultConfigurationFilterSensitiveLog = exports.EncryptionConfigurationFilterSensitiveLog = exports.QueryExecutionContextFilterSensitiveLog = exports.EngineVersionFilterSensitiveLog = exports.BatchGetQueryExecutionInputFilterSensitiveLog = exports.BatchGetPreparedStatementOutputFilterSensitiveLog = exports.UnprocessedPreparedStatementNameFilterSensitiveLog = exports.PreparedStatementFilterSensitiveLog = exports.BatchGetPreparedStatementInputFilterSensitiveLog = exports.BatchGetNamedQueryOutputFilterSensitiveLog = exports.UnprocessedNamedQueryIdFilterSensitiveLog = exports.NamedQueryFilterSensitiveLog = exports.BatchGetNamedQueryInputFilterSensitiveLog = exports.AclConfigurationFilterSensitiveLog = exports.WorkGroupState = exports.TooManyRequestsException = exports.ThrottleReason = exports.ColumnNullable = exports.MetadataException = exports.ResourceNotFoundException = exports.DataCatalogType = exports.QueryExecutionState = exports.StatementType = exports.EncryptionOption = exports.InvalidRequestException = exports.InternalServerException = exports.S3AclOption = void 0;
|
|
4
|
+
exports.ListTagsForResourceInputFilterSensitiveLog = exports.ListTableMetadataOutputFilterSensitiveLog = exports.ListTableMetadataInputFilterSensitiveLog = exports.ListQueryExecutionsOutputFilterSensitiveLog = exports.ListQueryExecutionsInputFilterSensitiveLog = exports.ListPreparedStatementsOutputFilterSensitiveLog = exports.PreparedStatementSummaryFilterSensitiveLog = exports.ListPreparedStatementsInputFilterSensitiveLog = exports.ListNamedQueriesOutputFilterSensitiveLog = exports.ListNamedQueriesInputFilterSensitiveLog = exports.ListEngineVersionsOutputFilterSensitiveLog = exports.ListEngineVersionsInputFilterSensitiveLog = exports.ListDataCatalogsOutputFilterSensitiveLog = exports.DataCatalogSummaryFilterSensitiveLog = exports.ListDataCatalogsInputFilterSensitiveLog = exports.ListDatabasesOutputFilterSensitiveLog = exports.ListDatabasesInputFilterSensitiveLog = exports.GetWorkGroupOutputFilterSensitiveLog = exports.WorkGroupFilterSensitiveLog = exports.GetWorkGroupInputFilterSensitiveLog = exports.GetTableMetadataOutputFilterSensitiveLog = exports.TableMetadataFilterSensitiveLog = exports.ColumnFilterSensitiveLog = exports.GetTableMetadataInputFilterSensitiveLog = exports.QueryRuntimeStatisticsTimelineFilterSensitiveLog = exports.QueryRuntimeStatisticsRowsFilterSensitiveLog = exports.GetQueryRuntimeStatisticsInputFilterSensitiveLog = exports.GetQueryResultsOutputFilterSensitiveLog = exports.ResultSetFilterSensitiveLog = exports.RowFilterSensitiveLog = exports.DatumFilterSensitiveLog = exports.ResultSetMetadataFilterSensitiveLog = exports.ColumnInfoFilterSensitiveLog = exports.GetQueryResultsInputFilterSensitiveLog = exports.GetQueryExecutionOutputFilterSensitiveLog = exports.GetQueryExecutionInputFilterSensitiveLog = exports.GetPreparedStatementOutputFilterSensitiveLog = exports.GetPreparedStatementInputFilterSensitiveLog = exports.GetNamedQueryOutputFilterSensitiveLog = exports.GetNamedQueryInputFilterSensitiveLog = exports.GetDataCatalogOutputFilterSensitiveLog = exports.DataCatalogFilterSensitiveLog = exports.GetDataCatalogInputFilterSensitiveLog = exports.GetDatabaseOutputFilterSensitiveLog = exports.DatabaseFilterSensitiveLog = exports.GetDatabaseInputFilterSensitiveLog = exports.DeleteWorkGroupOutputFilterSensitiveLog = exports.DeleteWorkGroupInputFilterSensitiveLog = exports.DeletePreparedStatementOutputFilterSensitiveLog = exports.DeletePreparedStatementInputFilterSensitiveLog = void 0;
|
|
5
|
+
exports.GetQueryRuntimeStatisticsOutputFilterSensitiveLog = exports.QueryRuntimeStatisticsFilterSensitiveLog = exports.QueryStageFilterSensitiveLog = exports.QueryStagePlanNodeFilterSensitiveLog = exports.UpdateWorkGroupOutputFilterSensitiveLog = exports.UpdateWorkGroupInputFilterSensitiveLog = exports.WorkGroupConfigurationUpdatesFilterSensitiveLog = exports.ResultConfigurationUpdatesFilterSensitiveLog = exports.UpdatePreparedStatementOutputFilterSensitiveLog = exports.UpdatePreparedStatementInputFilterSensitiveLog = exports.UpdateNamedQueryOutputFilterSensitiveLog = exports.UpdateNamedQueryInputFilterSensitiveLog = exports.UpdateDataCatalogOutputFilterSensitiveLog = exports.UpdateDataCatalogInputFilterSensitiveLog = exports.UntagResourceOutputFilterSensitiveLog = exports.UntagResourceInputFilterSensitiveLog = exports.TagResourceOutputFilterSensitiveLog = exports.TagResourceInputFilterSensitiveLog = exports.StopQueryExecutionOutputFilterSensitiveLog = exports.StopQueryExecutionInputFilterSensitiveLog = exports.StartQueryExecutionOutputFilterSensitiveLog = exports.StartQueryExecutionInputFilterSensitiveLog = exports.ListWorkGroupsOutputFilterSensitiveLog = exports.WorkGroupSummaryFilterSensitiveLog = exports.ListWorkGroupsInputFilterSensitiveLog = exports.ListTagsForResourceOutputFilterSensitiveLog = void 0;
|
|
6
6
|
const AthenaServiceException_1 = require("./AthenaServiceException");
|
|
7
7
|
var S3AclOption;
|
|
8
8
|
(function (S3AclOption) {
|
|
@@ -98,11 +98,6 @@ var ColumnNullable;
|
|
|
98
98
|
ColumnNullable["NULLABLE"] = "NULLABLE";
|
|
99
99
|
ColumnNullable["UNKNOWN"] = "UNKNOWN";
|
|
100
100
|
})(ColumnNullable = exports.ColumnNullable || (exports.ColumnNullable = {}));
|
|
101
|
-
var WorkGroupState;
|
|
102
|
-
(function (WorkGroupState) {
|
|
103
|
-
WorkGroupState["DISABLED"] = "DISABLED";
|
|
104
|
-
WorkGroupState["ENABLED"] = "ENABLED";
|
|
105
|
-
})(WorkGroupState = exports.WorkGroupState || (exports.WorkGroupState = {}));
|
|
106
101
|
var ThrottleReason;
|
|
107
102
|
(function (ThrottleReason) {
|
|
108
103
|
ThrottleReason["CONCURRENT_QUERY_LIMIT_EXCEEDED"] = "CONCURRENT_QUERY_LIMIT_EXCEEDED";
|
|
@@ -122,6 +117,11 @@ class TooManyRequestsException extends AthenaServiceException_1.AthenaServiceExc
|
|
|
122
117
|
}
|
|
123
118
|
}
|
|
124
119
|
exports.TooManyRequestsException = TooManyRequestsException;
|
|
120
|
+
var WorkGroupState;
|
|
121
|
+
(function (WorkGroupState) {
|
|
122
|
+
WorkGroupState["DISABLED"] = "DISABLED";
|
|
123
|
+
WorkGroupState["ENABLED"] = "ENABLED";
|
|
124
|
+
})(WorkGroupState = exports.WorkGroupState || (exports.WorkGroupState = {}));
|
|
125
125
|
const AclConfigurationFilterSensitiveLog = (obj) => ({
|
|
126
126
|
...obj,
|
|
127
127
|
});
|
|
@@ -178,6 +178,18 @@ const ResultConfigurationFilterSensitiveLog = (obj) => ({
|
|
|
178
178
|
...obj,
|
|
179
179
|
});
|
|
180
180
|
exports.ResultConfigurationFilterSensitiveLog = ResultConfigurationFilterSensitiveLog;
|
|
181
|
+
const ResultReuseByAgeConfigurationFilterSensitiveLog = (obj) => ({
|
|
182
|
+
...obj,
|
|
183
|
+
});
|
|
184
|
+
exports.ResultReuseByAgeConfigurationFilterSensitiveLog = ResultReuseByAgeConfigurationFilterSensitiveLog;
|
|
185
|
+
const ResultReuseConfigurationFilterSensitiveLog = (obj) => ({
|
|
186
|
+
...obj,
|
|
187
|
+
});
|
|
188
|
+
exports.ResultReuseConfigurationFilterSensitiveLog = ResultReuseConfigurationFilterSensitiveLog;
|
|
189
|
+
const ResultReuseInformationFilterSensitiveLog = (obj) => ({
|
|
190
|
+
...obj,
|
|
191
|
+
});
|
|
192
|
+
exports.ResultReuseInformationFilterSensitiveLog = ResultReuseInformationFilterSensitiveLog;
|
|
181
193
|
const QueryExecutionStatisticsFilterSensitiveLog = (obj) => ({
|
|
182
194
|
...obj,
|
|
183
195
|
});
|
|
@@ -1005,6 +1005,9 @@ const deserializeAws_json1_1GetQueryResultsCommandError = async (output, context
|
|
|
1005
1005
|
case "InvalidRequestException":
|
|
1006
1006
|
case "com.amazonaws.athena#InvalidRequestException":
|
|
1007
1007
|
throw await deserializeAws_json1_1InvalidRequestExceptionResponse(parsedOutput, context);
|
|
1008
|
+
case "TooManyRequestsException":
|
|
1009
|
+
case "com.amazonaws.athena#TooManyRequestsException":
|
|
1010
|
+
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
1008
1011
|
default:
|
|
1009
1012
|
const parsedBody = parsedOutput.body;
|
|
1010
1013
|
(0, smithy_client_1.throwDefaultError)({
|
|
@@ -2110,6 +2113,19 @@ const serializeAws_json1_1ResultConfigurationUpdates = (input, context) => {
|
|
|
2110
2113
|
...(input.RemoveOutputLocation != null && { RemoveOutputLocation: input.RemoveOutputLocation }),
|
|
2111
2114
|
};
|
|
2112
2115
|
};
|
|
2116
|
+
const serializeAws_json1_1ResultReuseByAgeConfiguration = (input, context) => {
|
|
2117
|
+
return {
|
|
2118
|
+
...(input.Enabled != null && { Enabled: input.Enabled }),
|
|
2119
|
+
...(input.MaxAgeInMinutes != null && { MaxAgeInMinutes: input.MaxAgeInMinutes }),
|
|
2120
|
+
};
|
|
2121
|
+
};
|
|
2122
|
+
const serializeAws_json1_1ResultReuseConfiguration = (input, context) => {
|
|
2123
|
+
return {
|
|
2124
|
+
...(input.ResultReuseByAgeConfiguration != null && {
|
|
2125
|
+
ResultReuseByAgeConfiguration: serializeAws_json1_1ResultReuseByAgeConfiguration(input.ResultReuseByAgeConfiguration, context),
|
|
2126
|
+
}),
|
|
2127
|
+
};
|
|
2128
|
+
};
|
|
2113
2129
|
const serializeAws_json1_1StartQueryExecutionInput = (input, context) => {
|
|
2114
2130
|
return {
|
|
2115
2131
|
ClientRequestToken: input.ClientRequestToken ?? (0, uuid_1.v4)(),
|
|
@@ -2123,6 +2139,9 @@ const serializeAws_json1_1StartQueryExecutionInput = (input, context) => {
|
|
|
2123
2139
|
...(input.ResultConfiguration != null && {
|
|
2124
2140
|
ResultConfiguration: serializeAws_json1_1ResultConfiguration(input.ResultConfiguration, context),
|
|
2125
2141
|
}),
|
|
2142
|
+
...(input.ResultReuseConfiguration != null && {
|
|
2143
|
+
ResultReuseConfiguration: serializeAws_json1_1ResultReuseConfiguration(input.ResultReuseConfiguration, context),
|
|
2144
|
+
}),
|
|
2126
2145
|
...(input.WorkGroup != null && { WorkGroup: input.WorkGroup }),
|
|
2127
2146
|
};
|
|
2128
2147
|
};
|
|
@@ -2668,6 +2687,9 @@ const deserializeAws_json1_1QueryExecution = (output, context) => {
|
|
|
2668
2687
|
ResultConfiguration: output.ResultConfiguration != null
|
|
2669
2688
|
? deserializeAws_json1_1ResultConfiguration(output.ResultConfiguration, context)
|
|
2670
2689
|
: undefined,
|
|
2690
|
+
ResultReuseConfiguration: output.ResultReuseConfiguration != null
|
|
2691
|
+
? deserializeAws_json1_1ResultReuseConfiguration(output.ResultReuseConfiguration, context)
|
|
2692
|
+
: undefined,
|
|
2671
2693
|
StatementType: (0, smithy_client_1.expectString)(output.StatementType),
|
|
2672
2694
|
Statistics: output.Statistics != null
|
|
2673
2695
|
? deserializeAws_json1_1QueryExecutionStatistics(output.Statistics, context)
|
|
@@ -2711,6 +2733,9 @@ const deserializeAws_json1_1QueryExecutionStatistics = (output, context) => {
|
|
|
2711
2733
|
EngineExecutionTimeInMillis: (0, smithy_client_1.expectLong)(output.EngineExecutionTimeInMillis),
|
|
2712
2734
|
QueryPlanningTimeInMillis: (0, smithy_client_1.expectLong)(output.QueryPlanningTimeInMillis),
|
|
2713
2735
|
QueryQueueTimeInMillis: (0, smithy_client_1.expectLong)(output.QueryQueueTimeInMillis),
|
|
2736
|
+
ResultReuseInformation: output.ResultReuseInformation != null
|
|
2737
|
+
? deserializeAws_json1_1ResultReuseInformation(output.ResultReuseInformation, context)
|
|
2738
|
+
: undefined,
|
|
2714
2739
|
ServiceProcessingTimeInMillis: (0, smithy_client_1.expectLong)(output.ServiceProcessingTimeInMillis),
|
|
2715
2740
|
TotalExecutionTimeInMillis: (0, smithy_client_1.expectLong)(output.TotalExecutionTimeInMillis),
|
|
2716
2741
|
};
|
|
@@ -2817,6 +2842,24 @@ const deserializeAws_json1_1ResultConfiguration = (output, context) => {
|
|
|
2817
2842
|
OutputLocation: (0, smithy_client_1.expectString)(output.OutputLocation),
|
|
2818
2843
|
};
|
|
2819
2844
|
};
|
|
2845
|
+
const deserializeAws_json1_1ResultReuseByAgeConfiguration = (output, context) => {
|
|
2846
|
+
return {
|
|
2847
|
+
Enabled: (0, smithy_client_1.expectBoolean)(output.Enabled),
|
|
2848
|
+
MaxAgeInMinutes: (0, smithy_client_1.expectInt32)(output.MaxAgeInMinutes),
|
|
2849
|
+
};
|
|
2850
|
+
};
|
|
2851
|
+
const deserializeAws_json1_1ResultReuseConfiguration = (output, context) => {
|
|
2852
|
+
return {
|
|
2853
|
+
ResultReuseByAgeConfiguration: output.ResultReuseByAgeConfiguration != null
|
|
2854
|
+
? deserializeAws_json1_1ResultReuseByAgeConfiguration(output.ResultReuseByAgeConfiguration, context)
|
|
2855
|
+
: undefined,
|
|
2856
|
+
};
|
|
2857
|
+
};
|
|
2858
|
+
const deserializeAws_json1_1ResultReuseInformation = (output, context) => {
|
|
2859
|
+
return {
|
|
2860
|
+
ReusedPreviousResult: (0, smithy_client_1.expectBoolean)(output.ReusedPreviousResult),
|
|
2861
|
+
};
|
|
2862
|
+
};
|
|
2820
2863
|
const deserializeAws_json1_1ResultSet = (output, context) => {
|
|
2821
2864
|
return {
|
|
2822
2865
|
ResultSetMetadata: output.ResultSetMetadata != null
|
|
@@ -89,11 +89,6 @@ export var ColumnNullable;
|
|
|
89
89
|
ColumnNullable["NULLABLE"] = "NULLABLE";
|
|
90
90
|
ColumnNullable["UNKNOWN"] = "UNKNOWN";
|
|
91
91
|
})(ColumnNullable || (ColumnNullable = {}));
|
|
92
|
-
export var WorkGroupState;
|
|
93
|
-
(function (WorkGroupState) {
|
|
94
|
-
WorkGroupState["DISABLED"] = "DISABLED";
|
|
95
|
-
WorkGroupState["ENABLED"] = "ENABLED";
|
|
96
|
-
})(WorkGroupState || (WorkGroupState = {}));
|
|
97
92
|
export var ThrottleReason;
|
|
98
93
|
(function (ThrottleReason) {
|
|
99
94
|
ThrottleReason["CONCURRENT_QUERY_LIMIT_EXCEEDED"] = "CONCURRENT_QUERY_LIMIT_EXCEEDED";
|
|
@@ -112,6 +107,11 @@ export class TooManyRequestsException extends __BaseException {
|
|
|
112
107
|
this.Reason = opts.Reason;
|
|
113
108
|
}
|
|
114
109
|
}
|
|
110
|
+
export var WorkGroupState;
|
|
111
|
+
(function (WorkGroupState) {
|
|
112
|
+
WorkGroupState["DISABLED"] = "DISABLED";
|
|
113
|
+
WorkGroupState["ENABLED"] = "ENABLED";
|
|
114
|
+
})(WorkGroupState || (WorkGroupState = {}));
|
|
115
115
|
export const AclConfigurationFilterSensitiveLog = (obj) => ({
|
|
116
116
|
...obj,
|
|
117
117
|
});
|
|
@@ -154,6 +154,15 @@ export const EncryptionConfigurationFilterSensitiveLog = (obj) => ({
|
|
|
154
154
|
export const ResultConfigurationFilterSensitiveLog = (obj) => ({
|
|
155
155
|
...obj,
|
|
156
156
|
});
|
|
157
|
+
export const ResultReuseByAgeConfigurationFilterSensitiveLog = (obj) => ({
|
|
158
|
+
...obj,
|
|
159
|
+
});
|
|
160
|
+
export const ResultReuseConfigurationFilterSensitiveLog = (obj) => ({
|
|
161
|
+
...obj,
|
|
162
|
+
});
|
|
163
|
+
export const ResultReuseInformationFilterSensitiveLog = (obj) => ({
|
|
164
|
+
...obj,
|
|
165
|
+
});
|
|
157
166
|
export const QueryExecutionStatisticsFilterSensitiveLog = (obj) => ({
|
|
158
167
|
...obj,
|
|
159
168
|
});
|
|
@@ -947,6 +947,9 @@ const deserializeAws_json1_1GetQueryResultsCommandError = async (output, context
|
|
|
947
947
|
case "InvalidRequestException":
|
|
948
948
|
case "com.amazonaws.athena#InvalidRequestException":
|
|
949
949
|
throw await deserializeAws_json1_1InvalidRequestExceptionResponse(parsedOutput, context);
|
|
950
|
+
case "TooManyRequestsException":
|
|
951
|
+
case "com.amazonaws.athena#TooManyRequestsException":
|
|
952
|
+
throw await deserializeAws_json1_1TooManyRequestsExceptionResponse(parsedOutput, context);
|
|
950
953
|
default:
|
|
951
954
|
const parsedBody = parsedOutput.body;
|
|
952
955
|
throwDefaultError({
|
|
@@ -2032,6 +2035,19 @@ const serializeAws_json1_1ResultConfigurationUpdates = (input, context) => {
|
|
|
2032
2035
|
...(input.RemoveOutputLocation != null && { RemoveOutputLocation: input.RemoveOutputLocation }),
|
|
2033
2036
|
};
|
|
2034
2037
|
};
|
|
2038
|
+
const serializeAws_json1_1ResultReuseByAgeConfiguration = (input, context) => {
|
|
2039
|
+
return {
|
|
2040
|
+
...(input.Enabled != null && { Enabled: input.Enabled }),
|
|
2041
|
+
...(input.MaxAgeInMinutes != null && { MaxAgeInMinutes: input.MaxAgeInMinutes }),
|
|
2042
|
+
};
|
|
2043
|
+
};
|
|
2044
|
+
const serializeAws_json1_1ResultReuseConfiguration = (input, context) => {
|
|
2045
|
+
return {
|
|
2046
|
+
...(input.ResultReuseByAgeConfiguration != null && {
|
|
2047
|
+
ResultReuseByAgeConfiguration: serializeAws_json1_1ResultReuseByAgeConfiguration(input.ResultReuseByAgeConfiguration, context),
|
|
2048
|
+
}),
|
|
2049
|
+
};
|
|
2050
|
+
};
|
|
2035
2051
|
const serializeAws_json1_1StartQueryExecutionInput = (input, context) => {
|
|
2036
2052
|
return {
|
|
2037
2053
|
ClientRequestToken: input.ClientRequestToken ?? generateIdempotencyToken(),
|
|
@@ -2045,6 +2061,9 @@ const serializeAws_json1_1StartQueryExecutionInput = (input, context) => {
|
|
|
2045
2061
|
...(input.ResultConfiguration != null && {
|
|
2046
2062
|
ResultConfiguration: serializeAws_json1_1ResultConfiguration(input.ResultConfiguration, context),
|
|
2047
2063
|
}),
|
|
2064
|
+
...(input.ResultReuseConfiguration != null && {
|
|
2065
|
+
ResultReuseConfiguration: serializeAws_json1_1ResultReuseConfiguration(input.ResultReuseConfiguration, context),
|
|
2066
|
+
}),
|
|
2048
2067
|
...(input.WorkGroup != null && { WorkGroup: input.WorkGroup }),
|
|
2049
2068
|
};
|
|
2050
2069
|
};
|
|
@@ -2590,6 +2609,9 @@ const deserializeAws_json1_1QueryExecution = (output, context) => {
|
|
|
2590
2609
|
ResultConfiguration: output.ResultConfiguration != null
|
|
2591
2610
|
? deserializeAws_json1_1ResultConfiguration(output.ResultConfiguration, context)
|
|
2592
2611
|
: undefined,
|
|
2612
|
+
ResultReuseConfiguration: output.ResultReuseConfiguration != null
|
|
2613
|
+
? deserializeAws_json1_1ResultReuseConfiguration(output.ResultReuseConfiguration, context)
|
|
2614
|
+
: undefined,
|
|
2593
2615
|
StatementType: __expectString(output.StatementType),
|
|
2594
2616
|
Statistics: output.Statistics != null
|
|
2595
2617
|
? deserializeAws_json1_1QueryExecutionStatistics(output.Statistics, context)
|
|
@@ -2633,6 +2655,9 @@ const deserializeAws_json1_1QueryExecutionStatistics = (output, context) => {
|
|
|
2633
2655
|
EngineExecutionTimeInMillis: __expectLong(output.EngineExecutionTimeInMillis),
|
|
2634
2656
|
QueryPlanningTimeInMillis: __expectLong(output.QueryPlanningTimeInMillis),
|
|
2635
2657
|
QueryQueueTimeInMillis: __expectLong(output.QueryQueueTimeInMillis),
|
|
2658
|
+
ResultReuseInformation: output.ResultReuseInformation != null
|
|
2659
|
+
? deserializeAws_json1_1ResultReuseInformation(output.ResultReuseInformation, context)
|
|
2660
|
+
: undefined,
|
|
2636
2661
|
ServiceProcessingTimeInMillis: __expectLong(output.ServiceProcessingTimeInMillis),
|
|
2637
2662
|
TotalExecutionTimeInMillis: __expectLong(output.TotalExecutionTimeInMillis),
|
|
2638
2663
|
};
|
|
@@ -2739,6 +2764,24 @@ const deserializeAws_json1_1ResultConfiguration = (output, context) => {
|
|
|
2739
2764
|
OutputLocation: __expectString(output.OutputLocation),
|
|
2740
2765
|
};
|
|
2741
2766
|
};
|
|
2767
|
+
const deserializeAws_json1_1ResultReuseByAgeConfiguration = (output, context) => {
|
|
2768
|
+
return {
|
|
2769
|
+
Enabled: __expectBoolean(output.Enabled),
|
|
2770
|
+
MaxAgeInMinutes: __expectInt32(output.MaxAgeInMinutes),
|
|
2771
|
+
};
|
|
2772
|
+
};
|
|
2773
|
+
const deserializeAws_json1_1ResultReuseConfiguration = (output, context) => {
|
|
2774
|
+
return {
|
|
2775
|
+
ResultReuseByAgeConfiguration: output.ResultReuseByAgeConfiguration != null
|
|
2776
|
+
? deserializeAws_json1_1ResultReuseByAgeConfiguration(output.ResultReuseByAgeConfiguration, context)
|
|
2777
|
+
: undefined,
|
|
2778
|
+
};
|
|
2779
|
+
};
|
|
2780
|
+
const deserializeAws_json1_1ResultReuseInformation = (output, context) => {
|
|
2781
|
+
return {
|
|
2782
|
+
ReusedPreviousResult: __expectBoolean(output.ReusedPreviousResult),
|
|
2783
|
+
};
|
|
2784
|
+
};
|
|
2742
2785
|
const deserializeAws_json1_1ResultSet = (output, context) => {
|
|
2743
2786
|
return {
|
|
2744
2787
|
ResultSetMetadata: output.ResultSetMetadata != null
|
|
@@ -317,11 +317,42 @@ export interface ResultConfiguration {
|
|
|
317
317
|
*/
|
|
318
318
|
AclConfiguration?: AclConfiguration;
|
|
319
319
|
}
|
|
320
|
+
/**
|
|
321
|
+
* <p>Specifies whether previous query results are reused, and if so, their maximum age.</p>
|
|
322
|
+
*/
|
|
323
|
+
export interface ResultReuseByAgeConfiguration {
|
|
324
|
+
/**
|
|
325
|
+
* <p>True if previous query results can be reused when the query is run; otherwise, false. The default is false.</p>
|
|
326
|
+
*/
|
|
327
|
+
Enabled: boolean | undefined;
|
|
328
|
+
/**
|
|
329
|
+
* <p>Specifies, in minutes, the maximum age of a previous query result that Athena should consider for reuse. The default is 60.</p>
|
|
330
|
+
*/
|
|
331
|
+
MaxAgeInMinutes?: number;
|
|
332
|
+
}
|
|
333
|
+
/**
|
|
334
|
+
* <p>Specifies the query result reuse behavior for the query.</p>
|
|
335
|
+
*/
|
|
336
|
+
export interface ResultReuseConfiguration {
|
|
337
|
+
/**
|
|
338
|
+
* <p>Specifies whether previous query results are reused, and if so, their maximum age.</p>
|
|
339
|
+
*/
|
|
340
|
+
ResultReuseByAgeConfiguration?: ResultReuseByAgeConfiguration;
|
|
341
|
+
}
|
|
320
342
|
export declare enum StatementType {
|
|
321
343
|
DDL = "DDL",
|
|
322
344
|
DML = "DML",
|
|
323
345
|
UTILITY = "UTILITY"
|
|
324
346
|
}
|
|
347
|
+
/**
|
|
348
|
+
* <p>Contains information about whether the result of a previous query was reused.</p>
|
|
349
|
+
*/
|
|
350
|
+
export interface ResultReuseInformation {
|
|
351
|
+
/**
|
|
352
|
+
* <p>True if a previous query result was reused; false if the result was generated from a new run of the query.</p>
|
|
353
|
+
*/
|
|
354
|
+
ReusedPreviousResult: boolean | undefined;
|
|
355
|
+
}
|
|
325
356
|
/**
|
|
326
357
|
* <p>The amount of data scanned during the query execution and the amount of time that it
|
|
327
358
|
* took to execute, and the type of statement that was run.</p>
|
|
@@ -367,6 +398,10 @@ export interface QueryExecutionStatistics {
|
|
|
367
398
|
* query results after the query engine finished running the query.</p>
|
|
368
399
|
*/
|
|
369
400
|
ServiceProcessingTimeInMillis?: number;
|
|
401
|
+
/**
|
|
402
|
+
* <p>Contains information about whether previous query results were reused for the query.</p>
|
|
403
|
+
*/
|
|
404
|
+
ResultReuseInformation?: ResultReuseInformation;
|
|
370
405
|
}
|
|
371
406
|
/**
|
|
372
407
|
* <p>Provides information about an Athena query error. The
|
|
@@ -475,6 +510,10 @@ export interface QueryExecution {
|
|
|
475
510
|
* workgroup.</p>
|
|
476
511
|
*/
|
|
477
512
|
ResultConfiguration?: ResultConfiguration;
|
|
513
|
+
/**
|
|
514
|
+
* <p>Specifies the query result reuse behavior that was used for the query.</p>
|
|
515
|
+
*/
|
|
516
|
+
ResultReuseConfiguration?: ResultReuseConfiguration;
|
|
478
517
|
/**
|
|
479
518
|
* <p>The database in which the query execution occurred.</p>
|
|
480
519
|
*/
|
|
@@ -1171,6 +1210,26 @@ export interface GetQueryResultsOutput {
|
|
|
1171
1210
|
*/
|
|
1172
1211
|
NextToken?: string;
|
|
1173
1212
|
}
|
|
1213
|
+
export declare enum ThrottleReason {
|
|
1214
|
+
CONCURRENT_QUERY_LIMIT_EXCEEDED = "CONCURRENT_QUERY_LIMIT_EXCEEDED"
|
|
1215
|
+
}
|
|
1216
|
+
/**
|
|
1217
|
+
* <p>Indicates that the request was throttled.</p>
|
|
1218
|
+
*/
|
|
1219
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
1220
|
+
readonly name: "TooManyRequestsException";
|
|
1221
|
+
readonly $fault: "client";
|
|
1222
|
+
Message?: string;
|
|
1223
|
+
/**
|
|
1224
|
+
* <p>The reason for the query throttling, for example, when it exceeds the concurrent query
|
|
1225
|
+
* limit.</p>
|
|
1226
|
+
*/
|
|
1227
|
+
Reason?: ThrottleReason | string;
|
|
1228
|
+
/**
|
|
1229
|
+
* @internal
|
|
1230
|
+
*/
|
|
1231
|
+
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
1232
|
+
}
|
|
1174
1233
|
export interface GetQueryRuntimeStatisticsInput {
|
|
1175
1234
|
/**
|
|
1176
1235
|
* <p>The unique ID of the query execution.</p>
|
|
@@ -1701,6 +1760,10 @@ export interface StartQueryExecutionInput {
|
|
|
1701
1760
|
* <p>A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur.</p>
|
|
1702
1761
|
*/
|
|
1703
1762
|
ExecutionParameters?: string[];
|
|
1763
|
+
/**
|
|
1764
|
+
* <p>Specifies the query result reuse behavior for the query.</p>
|
|
1765
|
+
*/
|
|
1766
|
+
ResultReuseConfiguration?: ResultReuseConfiguration;
|
|
1704
1767
|
}
|
|
1705
1768
|
export interface StartQueryExecutionOutput {
|
|
1706
1769
|
/**
|
|
@@ -1708,26 +1771,6 @@ export interface StartQueryExecutionOutput {
|
|
|
1708
1771
|
*/
|
|
1709
1772
|
QueryExecutionId?: string;
|
|
1710
1773
|
}
|
|
1711
|
-
export declare enum ThrottleReason {
|
|
1712
|
-
CONCURRENT_QUERY_LIMIT_EXCEEDED = "CONCURRENT_QUERY_LIMIT_EXCEEDED"
|
|
1713
|
-
}
|
|
1714
|
-
/**
|
|
1715
|
-
* <p>Indicates that the request was throttled.</p>
|
|
1716
|
-
*/
|
|
1717
|
-
export declare class TooManyRequestsException extends __BaseException {
|
|
1718
|
-
readonly name: "TooManyRequestsException";
|
|
1719
|
-
readonly $fault: "client";
|
|
1720
|
-
Message?: string;
|
|
1721
|
-
/**
|
|
1722
|
-
* <p>The reason for the query throttling, for example, when it exceeds the concurrent query
|
|
1723
|
-
* limit.</p>
|
|
1724
|
-
*/
|
|
1725
|
-
Reason?: ThrottleReason | string;
|
|
1726
|
-
/**
|
|
1727
|
-
* @internal
|
|
1728
|
-
*/
|
|
1729
|
-
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
1730
|
-
}
|
|
1731
1774
|
export interface StopQueryExecutionInput {
|
|
1732
1775
|
/**
|
|
1733
1776
|
* <p>The unique ID of the query execution to stop.</p>
|
|
@@ -2161,6 +2204,18 @@ export declare const EncryptionConfigurationFilterSensitiveLog: (obj: Encryption
|
|
|
2161
2204
|
* @internal
|
|
2162
2205
|
*/
|
|
2163
2206
|
export declare const ResultConfigurationFilterSensitiveLog: (obj: ResultConfiguration) => any;
|
|
2207
|
+
/**
|
|
2208
|
+
* @internal
|
|
2209
|
+
*/
|
|
2210
|
+
export declare const ResultReuseByAgeConfigurationFilterSensitiveLog: (obj: ResultReuseByAgeConfiguration) => any;
|
|
2211
|
+
/**
|
|
2212
|
+
* @internal
|
|
2213
|
+
*/
|
|
2214
|
+
export declare const ResultReuseConfigurationFilterSensitiveLog: (obj: ResultReuseConfiguration) => any;
|
|
2215
|
+
/**
|
|
2216
|
+
* @internal
|
|
2217
|
+
*/
|
|
2218
|
+
export declare const ResultReuseInformationFilterSensitiveLog: (obj: ResultReuseInformation) => any;
|
|
2164
2219
|
/**
|
|
2165
2220
|
* @internal
|
|
2166
2221
|
*/
|
|
@@ -89,11 +89,21 @@ export interface ResultConfiguration {
|
|
|
89
89
|
ExpectedBucketOwner?: string;
|
|
90
90
|
AclConfiguration?: AclConfiguration;
|
|
91
91
|
}
|
|
92
|
+
export interface ResultReuseByAgeConfiguration {
|
|
93
|
+
Enabled: boolean | undefined;
|
|
94
|
+
MaxAgeInMinutes?: number;
|
|
95
|
+
}
|
|
96
|
+
export interface ResultReuseConfiguration {
|
|
97
|
+
ResultReuseByAgeConfiguration?: ResultReuseByAgeConfiguration;
|
|
98
|
+
}
|
|
92
99
|
export declare enum StatementType {
|
|
93
100
|
DDL = "DDL",
|
|
94
101
|
DML = "DML",
|
|
95
102
|
UTILITY = "UTILITY",
|
|
96
103
|
}
|
|
104
|
+
export interface ResultReuseInformation {
|
|
105
|
+
ReusedPreviousResult: boolean | undefined;
|
|
106
|
+
}
|
|
97
107
|
export interface QueryExecutionStatistics {
|
|
98
108
|
EngineExecutionTimeInMillis?: number;
|
|
99
109
|
DataScannedInBytes?: number;
|
|
@@ -102,6 +112,7 @@ export interface QueryExecutionStatistics {
|
|
|
102
112
|
QueryQueueTimeInMillis?: number;
|
|
103
113
|
QueryPlanningTimeInMillis?: number;
|
|
104
114
|
ServiceProcessingTimeInMillis?: number;
|
|
115
|
+
ResultReuseInformation?: ResultReuseInformation;
|
|
105
116
|
}
|
|
106
117
|
export interface AthenaError {
|
|
107
118
|
ErrorCategory?: number;
|
|
@@ -128,6 +139,7 @@ export interface QueryExecution {
|
|
|
128
139
|
Query?: string;
|
|
129
140
|
StatementType?: StatementType | string;
|
|
130
141
|
ResultConfiguration?: ResultConfiguration;
|
|
142
|
+
ResultReuseConfiguration?: ResultReuseConfiguration;
|
|
131
143
|
QueryExecutionContext?: QueryExecutionContext;
|
|
132
144
|
Status?: QueryExecutionStatus;
|
|
133
145
|
Statistics?: QueryExecutionStatistics;
|
|
@@ -310,6 +322,18 @@ export interface GetQueryResultsOutput {
|
|
|
310
322
|
ResultSet?: ResultSet;
|
|
311
323
|
NextToken?: string;
|
|
312
324
|
}
|
|
325
|
+
export declare enum ThrottleReason {
|
|
326
|
+
CONCURRENT_QUERY_LIMIT_EXCEEDED = "CONCURRENT_QUERY_LIMIT_EXCEEDED",
|
|
327
|
+
}
|
|
328
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
329
|
+
readonly name: "TooManyRequestsException";
|
|
330
|
+
readonly $fault: "client";
|
|
331
|
+
Message?: string;
|
|
332
|
+
Reason?: ThrottleReason | string;
|
|
333
|
+
constructor(
|
|
334
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
335
|
+
);
|
|
336
|
+
}
|
|
313
337
|
export interface GetQueryRuntimeStatisticsInput {
|
|
314
338
|
QueryExecutionId: string | undefined;
|
|
315
339
|
}
|
|
@@ -467,22 +491,11 @@ export interface StartQueryExecutionInput {
|
|
|
467
491
|
ResultConfiguration?: ResultConfiguration;
|
|
468
492
|
WorkGroup?: string;
|
|
469
493
|
ExecutionParameters?: string[];
|
|
494
|
+
ResultReuseConfiguration?: ResultReuseConfiguration;
|
|
470
495
|
}
|
|
471
496
|
export interface StartQueryExecutionOutput {
|
|
472
497
|
QueryExecutionId?: string;
|
|
473
498
|
}
|
|
474
|
-
export declare enum ThrottleReason {
|
|
475
|
-
CONCURRENT_QUERY_LIMIT_EXCEEDED = "CONCURRENT_QUERY_LIMIT_EXCEEDED",
|
|
476
|
-
}
|
|
477
|
-
export declare class TooManyRequestsException extends __BaseException {
|
|
478
|
-
readonly name: "TooManyRequestsException";
|
|
479
|
-
readonly $fault: "client";
|
|
480
|
-
Message?: string;
|
|
481
|
-
Reason?: ThrottleReason | string;
|
|
482
|
-
constructor(
|
|
483
|
-
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
484
|
-
);
|
|
485
|
-
}
|
|
486
499
|
export interface StopQueryExecutionInput {
|
|
487
500
|
QueryExecutionId?: string;
|
|
488
501
|
}
|
|
@@ -609,6 +622,15 @@ export declare const EncryptionConfigurationFilterSensitiveLog: (
|
|
|
609
622
|
export declare const ResultConfigurationFilterSensitiveLog: (
|
|
610
623
|
obj: ResultConfiguration
|
|
611
624
|
) => any;
|
|
625
|
+
export declare const ResultReuseByAgeConfigurationFilterSensitiveLog: (
|
|
626
|
+
obj: ResultReuseByAgeConfiguration
|
|
627
|
+
) => any;
|
|
628
|
+
export declare const ResultReuseConfigurationFilterSensitiveLog: (
|
|
629
|
+
obj: ResultReuseConfiguration
|
|
630
|
+
) => any;
|
|
631
|
+
export declare const ResultReuseInformationFilterSensitiveLog: (
|
|
632
|
+
obj: ResultReuseInformation
|
|
633
|
+
) => any;
|
|
612
634
|
export declare const QueryExecutionStatisticsFilterSensitiveLog: (
|
|
613
635
|
obj: QueryExecutionStatistics
|
|
614
636
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.208.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",
|
|
@@ -19,47 +19,47 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64": "3.
|
|
45
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
46
|
-
"@aws-sdk/util-base64-node": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.208.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.208.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.208.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.208.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.208.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.208.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.208.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.208.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.208.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.208.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.208.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.208.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.208.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.208.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.208.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.208.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.208.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.208.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.208.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.208.0",
|
|
42
|
+
"@aws-sdk/types": "3.208.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.208.0",
|
|
44
|
+
"@aws-sdk/util-base64": "3.208.0",
|
|
45
|
+
"@aws-sdk/util-base64-browser": "3.208.0",
|
|
46
|
+
"@aws-sdk/util-base64-node": "3.208.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.208.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.208.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.208.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.208.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.208.0",
|
|
54
54
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
55
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
55
|
+
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
56
56
|
"tslib": "^2.3.1",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.208.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
|
-
"@types/node": "^
|
|
62
|
+
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|
|
64
64
|
"concurrently": "7.0.0",
|
|
65
65
|
"downlevel-dts": "0.10.1",
|