@aws-sdk/client-athena 3.496.0 → 3.499.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/index.js +27 -26
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -5179,18 +5179,15 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5179
5179
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5180
5180
|
|
|
5181
5181
|
0 && (module.exports = {
|
|
5182
|
-
Athena,
|
|
5183
|
-
AthenaClient,
|
|
5184
5182
|
AthenaServiceException,
|
|
5185
|
-
|
|
5183
|
+
__Client,
|
|
5184
|
+
AthenaClient,
|
|
5185
|
+
Athena,
|
|
5186
|
+
$Command,
|
|
5186
5187
|
BatchGetNamedQueryCommand,
|
|
5187
5188
|
BatchGetPreparedStatementCommand,
|
|
5188
5189
|
BatchGetQueryExecutionCommand,
|
|
5189
|
-
CalculationExecutionState,
|
|
5190
5190
|
CancelCapacityReservationCommand,
|
|
5191
|
-
CapacityAllocationStatus,
|
|
5192
|
-
CapacityReservationStatus,
|
|
5193
|
-
ColumnNullable,
|
|
5194
5191
|
CreateCapacityReservationCommand,
|
|
5195
5192
|
CreateDataCatalogCommand,
|
|
5196
5193
|
CreateNamedQueryCommand,
|
|
@@ -5198,16 +5195,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5198
5195
|
CreatePreparedStatementCommand,
|
|
5199
5196
|
CreatePresignedNotebookUrlCommand,
|
|
5200
5197
|
CreateWorkGroupCommand,
|
|
5201
|
-
DataCatalogType,
|
|
5202
5198
|
DeleteCapacityReservationCommand,
|
|
5203
5199
|
DeleteDataCatalogCommand,
|
|
5204
5200
|
DeleteNamedQueryCommand,
|
|
5205
5201
|
DeleteNotebookCommand,
|
|
5206
5202
|
DeletePreparedStatementCommand,
|
|
5207
5203
|
DeleteWorkGroupCommand,
|
|
5208
|
-
EncryptionOption,
|
|
5209
|
-
ExecutorState,
|
|
5210
|
-
ExecutorType,
|
|
5211
5204
|
ExportNotebookCommand,
|
|
5212
5205
|
GetCalculationExecutionCodeCommand,
|
|
5213
5206
|
GetCalculationExecutionCommand,
|
|
@@ -5227,8 +5220,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5227
5220
|
GetTableMetadataCommand,
|
|
5228
5221
|
GetWorkGroupCommand,
|
|
5229
5222
|
ImportNotebookCommand,
|
|
5230
|
-
InternalServerException,
|
|
5231
|
-
InvalidRequestException,
|
|
5232
5223
|
ListApplicationDPUSizesCommand,
|
|
5233
5224
|
ListCalculationExecutionsCommand,
|
|
5234
5225
|
ListCapacityReservationsCommand,
|
|
@@ -5245,24 +5236,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5245
5236
|
ListTableMetadataCommand,
|
|
5246
5237
|
ListTagsForResourceCommand,
|
|
5247
5238
|
ListWorkGroupsCommand,
|
|
5248
|
-
MetadataException,
|
|
5249
|
-
NotebookType,
|
|
5250
5239
|
PutCapacityAssignmentConfigurationCommand,
|
|
5251
|
-
QueryExecutionState,
|
|
5252
|
-
ResourceNotFoundException,
|
|
5253
|
-
S3AclOption,
|
|
5254
|
-
SessionAlreadyExistsException,
|
|
5255
|
-
SessionState,
|
|
5256
5240
|
StartCalculationExecutionCommand,
|
|
5257
5241
|
StartQueryExecutionCommand,
|
|
5258
5242
|
StartSessionCommand,
|
|
5259
|
-
StatementType,
|
|
5260
5243
|
StopCalculationExecutionCommand,
|
|
5261
5244
|
StopQueryExecutionCommand,
|
|
5262
5245
|
TagResourceCommand,
|
|
5263
5246
|
TerminateSessionCommand,
|
|
5264
|
-
ThrottleReason,
|
|
5265
|
-
TooManyRequestsException,
|
|
5266
5247
|
UntagResourceCommand,
|
|
5267
5248
|
UpdateCapacityReservationCommand,
|
|
5268
5249
|
UpdateDataCatalogCommand,
|
|
@@ -5271,8 +5252,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5271
5252
|
UpdateNotebookMetadataCommand,
|
|
5272
5253
|
UpdatePreparedStatementCommand,
|
|
5273
5254
|
UpdateWorkGroupCommand,
|
|
5274
|
-
WorkGroupState,
|
|
5275
|
-
__Client,
|
|
5276
5255
|
paginateGetQueryResults,
|
|
5277
5256
|
paginateListApplicationDPUSizes,
|
|
5278
5257
|
paginateListCalculationExecutions,
|
|
@@ -5287,6 +5266,28 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5287
5266
|
paginateListSessions,
|
|
5288
5267
|
paginateListTableMetadata,
|
|
5289
5268
|
paginateListTagsForResource,
|
|
5290
|
-
paginateListWorkGroups
|
|
5269
|
+
paginateListWorkGroups,
|
|
5270
|
+
S3AclOption,
|
|
5271
|
+
InternalServerException,
|
|
5272
|
+
InvalidRequestException,
|
|
5273
|
+
AuthenticationType,
|
|
5274
|
+
EncryptionOption,
|
|
5275
|
+
StatementType,
|
|
5276
|
+
QueryExecutionState,
|
|
5277
|
+
DataCatalogType,
|
|
5278
|
+
ThrottleReason,
|
|
5279
|
+
TooManyRequestsException,
|
|
5280
|
+
ResourceNotFoundException,
|
|
5281
|
+
NotebookType,
|
|
5282
|
+
CalculationExecutionState,
|
|
5283
|
+
CapacityAllocationStatus,
|
|
5284
|
+
CapacityReservationStatus,
|
|
5285
|
+
MetadataException,
|
|
5286
|
+
ColumnNullable,
|
|
5287
|
+
SessionState,
|
|
5288
|
+
WorkGroupState,
|
|
5289
|
+
ExecutorState,
|
|
5290
|
+
ExecutorType,
|
|
5291
|
+
SessionAlreadyExistsException
|
|
5291
5292
|
});
|
|
5292
5293
|
|
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.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-athena",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|