@aws-sdk/client-athena 3.936.0 → 3.938.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/README.md +16 -0
  2. package/dist-cjs/index.js +143 -28
  3. package/dist-es/Athena.js +4 -0
  4. package/dist-es/commands/GetResourceDashboardCommand.js +16 -0
  5. package/dist-es/commands/GetSessionEndpointCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/schemas/schemas_0.js +117 -28
  8. package/dist-types/Athena.d.ts +14 -0
  9. package/dist-types/AthenaClient.d.ts +4 -2
  10. package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateWorkGroupCommand.d.ts +40 -0
  12. package/dist-types/commands/GetQueryExecutionCommand.d.ts +1 -0
  13. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +2 -2
  14. package/dist-types/commands/GetResourceDashboardCommand.d.ts +85 -0
  15. package/dist-types/commands/GetSessionCommand.d.ts +31 -1
  16. package/dist-types/commands/GetSessionEndpointCommand.d.ts +87 -0
  17. package/dist-types/commands/GetWorkGroupCommand.d.ts +40 -0
  18. package/dist-types/commands/StartQueryExecutionCommand.d.ts +19 -0
  19. package/dist-types/commands/StartSessionCommand.d.ts +38 -1
  20. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +40 -0
  21. package/dist-types/commands/index.d.ts +2 -0
  22. package/dist-types/models/models_0.d.ts +271 -40
  23. package/dist-types/schemas/schemas_0.d.ts +15 -1
  24. package/dist-types/ts3.4/Athena.d.ts +34 -0
  25. package/dist-types/ts3.4/AthenaClient.d.ts +12 -0
  26. package/dist-types/ts3.4/commands/GetResourceDashboardCommand.d.ts +51 -0
  27. package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +51 -0
  28. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  29. package/dist-types/ts3.4/models/models_0.d.ts +58 -7
  30. package/dist-types/ts3.4/schemas/schemas_0.d.ts +15 -0
  31. package/package.json +1 -1
package/README.md CHANGED
@@ -460,6 +460,14 @@ GetQueryRuntimeStatistics
460
460
 
461
461
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetQueryRuntimeStatisticsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetQueryRuntimeStatisticsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetQueryRuntimeStatisticsCommandOutput/)
462
462
 
463
+ </details>
464
+ <details>
465
+ <summary>
466
+ GetResourceDashboard
467
+ </summary>
468
+
469
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetResourceDashboardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetResourceDashboardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetResourceDashboardCommandOutput/)
470
+
463
471
  </details>
464
472
  <details>
465
473
  <summary>
@@ -468,6 +476,14 @@ GetSession
468
476
 
469
477
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetSessionCommandOutput/)
470
478
 
479
+ </details>
480
+ <details>
481
+ <summary>
482
+ GetSessionEndpoint
483
+ </summary>
484
+
485
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/athena/command/GetSessionEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetSessionEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-athena/Interface/GetSessionEndpointCommandOutput/)
486
+
471
487
  </details>
472
488
  <details>
473
489
  <summary>
package/dist-cjs/index.js CHANGED
@@ -230,7 +230,7 @@ const _BGQE = "BatchGetQueryExecution";
230
230
  const _BGQEI = "BatchGetQueryExecutionInput";
231
231
  const _BGQEO = "BatchGetQueryExecutionOutput";
232
232
  const _BSCPQ = "BytesScannedCutoffPerQuery";
233
- const _C = "Column";
233
+ const _C = "Classification";
234
234
  const _CA = "CapacityAllocation";
235
235
  const _CAC = "CapacityAssignmentConfiguration";
236
236
  const _CAL = "CapacityAssignmentsList";
@@ -254,6 +254,7 @@ const _CEI = "CalculationExecutionId";
254
254
  const _CI = "ColumnInfo";
255
255
  const _CIL = "ColumnInfoList";
256
256
  const _CL = "CalculationsList";
257
+ const _CLl = "ClassificationList";
257
258
  const _CLo = "ColumnList";
258
259
  const _CN = "CatalogName";
259
260
  const _CNI = "CreateNotebookInput";
@@ -286,11 +287,15 @@ const _CULP = "CreateUserLevelPrefix";
286
287
  const _CWG = "CreateWorkGroup";
287
288
  const _CWGI = "CreateWorkGroupInput";
288
289
  const _CWGO = "CreateWorkGroupOutput";
290
+ const _CWGT = "CopyWorkGroupTags";
291
+ const _CWLC = "CloudWatchLoggingConfiguration";
289
292
  const _Ca = "Calculations";
290
293
  const _Cat = "Catalog";
291
294
  const _Ch = "Children";
292
- const _Co = "Comment";
295
+ const _Cl = "Classifications";
296
+ const _Co = "Column";
293
297
  const _Col = "Columns";
298
+ const _Com = "Comment";
294
299
  const _Con = "Configuration";
295
300
  const _D = "Description";
296
301
  const _DC = "DataCatalog";
@@ -301,6 +306,7 @@ const _DCRO = "DeleteCapacityReservationOutput";
301
306
  const _DCS = "DataCatalogSummary";
302
307
  const _DCSL = "DataCatalogSummaryList";
303
308
  const _DCSa = "DataCatalogsSummary";
309
+ const _DCp = "DpuCount";
304
310
  const _DDC = "DeleteDataCatalog";
305
311
  const _DDCI = "DeleteDataCatalogInput";
306
312
  const _DDCO = "DeleteDataCatalogOutput";
@@ -325,7 +331,7 @@ const _DWGO = "DeleteWorkGroupOutput";
325
331
  const _Da = "Database";
326
332
  const _Dat = "Datum";
327
333
  const _Data = "Data";
328
- const _E = "Error";
334
+ const _E = "Enabled";
329
335
  const _EBO = "ExpectedBucketOwner";
330
336
  const _EC = "ErrorCategory";
331
337
  const _ECn = "EncryptionConfiguration";
@@ -353,11 +359,12 @@ const _ESxe = "ExecutorSize";
353
359
  const _ET = "ErrorType";
354
360
  const _ETx = "ExecutorType";
355
361
  const _ETxe = "ExecutionTime";
362
+ const _EU = "EndpointUrl";
356
363
  const _EV = "EngineVersion";
357
364
  const _EVL = "EngineVersionsList";
358
365
  const _EVn = "EngineVersions";
359
366
  const _EWGC = "EnforceWorkGroupConfiguration";
360
- const _En = "Enabled";
367
+ const _Er = "Error";
361
368
  const _Ex = "Expression";
362
369
  const _F = "Filters";
363
370
  const _FD = "FilterDefinition";
@@ -400,7 +407,13 @@ const _GQRO = "GetQueryResultsOutput";
400
407
  const _GQRS = "GetQueryRuntimeStatistics";
401
408
  const _GQRSI = "GetQueryRuntimeStatisticsInput";
402
409
  const _GQRSO = "GetQueryRuntimeStatisticsOutput";
410
+ const _GRD = "GetResourceDashboard";
411
+ const _GRDR = "GetResourceDashboardRequest";
412
+ const _GRDRe = "GetResourceDashboardResponse";
403
413
  const _GS = "GetSession";
414
+ const _GSE = "GetSessionEndpoint";
415
+ const _GSER = "GetSessionEndpointRequest";
416
+ const _GSERe = "GetSessionEndpointResponse";
404
417
  const _GSR = "GetSessionRequest";
405
418
  const _GSRe = "GetSessionResponse";
406
419
  const _GSS = "GetSessionStatus";
@@ -451,6 +464,8 @@ const _LERi = "ListExecutorsResponse";
451
464
  const _LEV = "ListEngineVersions";
452
465
  const _LEVI = "ListEngineVersionsInput";
453
466
  const _LEVO = "ListEngineVersionsOutput";
467
+ const _LG = "LogGroup";
468
+ const _LL = "LogLocation";
454
469
  const _LMDT = "LastModifiedDateTime";
455
470
  const _LMT = "LastModifiedTime";
456
471
  const _LNM = "ListNotebookMetadata";
@@ -470,21 +485,26 @@ const _LQEI = "ListQueryExecutionsInput";
470
485
  const _LQEO = "ListQueryExecutionsOutput";
471
486
  const _LS = "ListSessions";
472
487
  const _LSAT = "LastSuccessfulAllocationTime";
488
+ const _LSNP = "LogStreamNamePrefix";
473
489
  const _LSR = "ListSessionsRequest";
474
490
  const _LSRi = "ListSessionsResponse";
491
+ const _LT = "LogTypes";
475
492
  const _LTFR = "ListTagsForResource";
476
493
  const _LTFRI = "ListTagsForResourceInput";
477
494
  const _LTFRO = "ListTagsForResourceOutput";
478
- const _LTM = "ListTableMetadata";
495
+ const _LTM = "LogTypesMap";
479
496
  const _LTMI = "ListTableMetadataInput";
480
497
  const _LTMO = "ListTableMetadataOutput";
498
+ const _LTMi = "ListTableMetadata";
481
499
  const _LWG = "ListWorkGroups";
482
500
  const _LWGI = "ListWorkGroupsInput";
483
501
  const _LWGO = "ListWorkGroupsOutput";
484
502
  const _M = "Message";
485
503
  const _MAIM = "MaxAgeInMinutes";
504
+ const _MC = "MonitoringConfiguration";
486
505
  const _MCD = "MaxConcurrentDpus";
487
506
  const _ME = "MetadataException";
507
+ const _MLC = "ManagedLoggingConfiguration";
488
508
  const _MQRC = "ManagedQueryResultsConfiguration";
489
509
  const _MQRCU = "ManagedQueryResultsConfigurationUpdates";
490
510
  const _MQREC = "ManagedQueryResultsEncryptionConfiguration";
@@ -524,7 +544,8 @@ const _PSS = "PreparedStatementSummary";
524
544
  const _PSr = "PreparedStatement";
525
545
  const _Pa = "Parameters";
526
546
  const _Pay = "Payload";
527
- const _Pr = "Precision";
547
+ const _Pr = "Properties";
548
+ const _Pre = "Precision";
528
549
  const _Q = "Query";
529
550
  const _QE = "QueryExecutions";
530
551
  const _QEC = "QueryExecutionContext";
@@ -599,6 +620,7 @@ const _SI = "SessionId";
599
620
  const _SITIM = "SessionIdleTimeoutInMinutes";
600
621
  const _SIt = "StageId";
601
622
  const _SL = "SessionsList";
623
+ const _SLC = "S3LoggingConfiguration";
602
624
  const _SM = "StatusMessage";
603
625
  const _SN = "SchemaName";
604
626
  const _SNt = "StatementName";
@@ -645,6 +667,7 @@ const _TT = "TableType";
645
667
  const _Ta = "Tags";
646
668
  const _Tag = "Tag";
647
669
  const _Ti = "Timeline";
670
+ const _U = "Url";
648
671
  const _UC = "UpdateCount";
649
672
  const _UCR = "UpdateCapacityReservation";
650
673
  const _UCRI = "UpdateCapacityReservationInput";
@@ -758,13 +781,22 @@ var CapacityReservation = [
758
781
  [_N, _St, _TD, _AD, _LA, _LSAT, _CT],
759
782
  [0, 0, 1, 1, () => CapacityAllocation, 4, 4],
760
783
  ];
761
- var Column = [3, n0, _C, 0, [_N, _T, _Co], [0, 0, 0]];
784
+ var Classification = [3, n0, _C, 0, [_N, _Pr], [0, 128 | 0]];
785
+ var CloudWatchLoggingConfiguration = [
786
+ 3,
787
+ n0,
788
+ _CWLC,
789
+ 0,
790
+ [_E, _LG, _LSNP, _LT],
791
+ [2, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]],
792
+ ];
793
+ var Column = [3, n0, _Co, 0, [_N, _T, _Com], [0, 0, 0]];
762
794
  var ColumnInfo = [
763
795
  3,
764
796
  n0,
765
797
  _CI,
766
798
  0,
767
- [_CN, _SN, _TN, _N, _L, _T, _Pr, _Sc, _Nu, _CSas],
799
+ [_CN, _SN, _TN, _N, _L, _T, _Pre, _Sc, _Nu, _CSas],
768
800
  [0, 0, 0, 0, 0, 0, 1, 1, 0, 2],
769
801
  ];
770
802
  var CreateCapacityReservationInput = [
@@ -823,10 +855,10 @@ var DataCatalog = [
823
855
  n0,
824
856
  _DC,
825
857
  0,
826
- [_N, _D, _T, _Pa, _St, _CTo, _E],
858
+ [_N, _D, _T, _Pa, _St, _CTo, _Er],
827
859
  [0, 0, 0, 128 | 0, 0, 0, 0],
828
860
  ];
829
- var DataCatalogSummary = [3, n0, _DCS, 0, [_CN, _T, _St, _CTo, _E], [0, 0, 0, 0, 0]];
861
+ var DataCatalogSummary = [3, n0, _DCS, 0, [_CN, _T, _St, _CTo, _Er], [0, 0, 0, 0, 0]];
830
862
  var Datum = [3, n0, _Dat, 0, [_VCV], [0]];
831
863
  var DeleteCapacityReservationInput = [3, n0, _DCRI, 0, [_N], [0]];
832
864
  var DeleteCapacityReservationOutput = [3, n0, _DCRO, 0, [], []];
@@ -846,8 +878,8 @@ var EngineConfiguration = [
846
878
  n0,
847
879
  _ECng,
848
880
  0,
849
- [_CDS, _MCD, _DEDS, _ACd, _SP],
850
- [1, 1, 1, 128 | 0, 128 | 0],
881
+ [_CDS, _MCD, _DEDS, _ACd, _SP, _Cl],
882
+ [1, 1, 1, 128 | 0, 128 | 0, () => ClassificationList],
851
883
  ];
852
884
  var EngineVersion = [3, n0, _EV, 0, [_SEV, _EEV], [0, 0]];
853
885
  var ExecutorsSummary = [
@@ -915,14 +947,29 @@ var GetQueryRuntimeStatisticsOutput = [
915
947
  [_QRS],
916
948
  [() => QueryRuntimeStatistics],
917
949
  ];
950
+ var GetResourceDashboardRequest = [3, n0, _GRDR, 0, [_RARN], [0]];
951
+ var GetResourceDashboardResponse = [3, n0, _GRDRe, 0, [_U], [0]];
952
+ var GetSessionEndpointRequest = [3, n0, _GSER, 0, [_SI], [0]];
953
+ var GetSessionEndpointResponse = [3, n0, _GSERe, 0, [_EU, _AT, _ATET], [0, 0, 4]];
918
954
  var GetSessionRequest = [3, n0, _GSR, 0, [_SI], [0]];
919
955
  var GetSessionResponse = [
920
956
  3,
921
957
  n0,
922
958
  _GSRe,
923
959
  0,
924
- [_SI, _D, _WG, _EV, _ECng, _NV, _SC, _St, _Sta],
925
- [0, 0, 0, 0, () => EngineConfiguration, 0, () => SessionConfiguration, () => SessionStatus, () => SessionStatistics],
960
+ [_SI, _D, _WG, _EV, _ECng, _NV, _MC, _SC, _St, _Sta],
961
+ [
962
+ 0,
963
+ 0,
964
+ 0,
965
+ 0,
966
+ () => EngineConfiguration,
967
+ 0,
968
+ () => MonitoringConfiguration,
969
+ () => SessionConfiguration,
970
+ () => SessionStatus,
971
+ () => SessionStatistics,
972
+ ],
926
973
  ];
927
974
  var GetSessionStatusRequest = [3, n0, _GSSR, 0, [_SI], [0]];
928
975
  var GetSessionStatusResponse = [3, n0, _GSSRe, 0, [_SI, _St], [0, () => SessionStatus]];
@@ -1085,12 +1132,13 @@ var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RARN, _NT, _MR], [0, 0, 1]];
1085
1132
  var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_Ta, _NT], [() => TagList, 0]];
1086
1133
  var ListWorkGroupsInput = [3, n0, _LWGI, 0, [_NT, _MR], [0, 1]];
1087
1134
  var ListWorkGroupsOutput = [3, n0, _LWGO, 0, [_WGo, _NT], [() => WorkGroupsList, 0]];
1135
+ var ManagedLoggingConfiguration = [3, n0, _MLC, 0, [_E, _KK], [2, 0]];
1088
1136
  var ManagedQueryResultsConfiguration = [
1089
1137
  3,
1090
1138
  n0,
1091
1139
  _MQRC,
1092
1140
  0,
1093
- [_En, _ECn],
1141
+ [_E, _ECn],
1094
1142
  [2, () => ManagedQueryResultsEncryptionConfiguration],
1095
1143
  ];
1096
1144
  var ManagedQueryResultsConfigurationUpdates = [
@@ -1098,7 +1146,7 @@ var ManagedQueryResultsConfigurationUpdates = [
1098
1146
  n0,
1099
1147
  _MQRCU,
1100
1148
  0,
1101
- [_En, _ECn, _REC],
1149
+ [_E, _ECn, _REC],
1102
1150
  [2, () => ManagedQueryResultsEncryptionConfiguration, 2],
1103
1151
  ];
1104
1152
  var ManagedQueryResultsEncryptionConfiguration = [3, n0, _MQREC, 0, [_KK], [0]];
@@ -1113,6 +1161,14 @@ var MetadataException = [
1113
1161
  [0],
1114
1162
  ];
1115
1163
  schema.TypeRegistry.for(n0).registerError(MetadataException, MetadataException$1);
1164
+ var MonitoringConfiguration = [
1165
+ 3,
1166
+ n0,
1167
+ _MC,
1168
+ 0,
1169
+ [_CWLC, _MLC, _SLC],
1170
+ [() => CloudWatchLoggingConfiguration, () => ManagedLoggingConfiguration, () => S3LoggingConfiguration],
1171
+ ];
1116
1172
  var NamedQuery = [3, n0, _NQa, 0, [_N, _D, _Da, _QS, _NQIa, _WG], [0, 0, 0, 0, 0, 0]];
1117
1173
  var NotebookMetadata = [3, n0, _NM, 0, [_NI, _N, _WG, _CT, _T, _LMT], [0, 0, 0, 4, 0, 4]];
1118
1174
  var NotebookSessionSummary = [3, n0, _NSS, 0, [_SI, _CT], [0, 4]];
@@ -1156,8 +1212,8 @@ var QueryExecutionStatistics = [
1156
1212
  n0,
1157
1213
  _QES,
1158
1214
  0,
1159
- [_EETIM, _DSIB, _DML, _TETIM, _QQTIM, _SPPTIM, _QPTIM, _SPTIM, _RRI],
1160
- [1, 1, 0, 1, 1, 1, 1, 1, () => ResultReuseInformation],
1215
+ [_EETIM, _DSIB, _DML, _TETIM, _QQTIM, _SPPTIM, _QPTIM, _SPTIM, _RRI, _DCp],
1216
+ [1, 1, 0, 1, 1, 1, 1, 1, () => ResultReuseInformation, 1],
1161
1217
  ];
1162
1218
  var QueryExecutionStatus = [
1163
1219
  3,
@@ -1235,7 +1291,7 @@ var ResultConfigurationUpdates = [
1235
1291
  [_OL, _ROL, _ECn, _REC, _EBO, _REBO, _AC, _RAC],
1236
1292
  [0, 2, () => EncryptionConfiguration, 2, 0, 2, () => AclConfiguration, 2],
1237
1293
  ];
1238
- var ResultReuseByAgeConfiguration = [3, n0, _RRBAC, 0, [_En, _MAIM], [2, 1]];
1294
+ var ResultReuseByAgeConfiguration = [3, n0, _RRBAC, 0, [_E, _MAIM], [2, 1]];
1239
1295
  var ResultReuseConfiguration = [
1240
1296
  3,
1241
1297
  n0,
@@ -1248,6 +1304,7 @@ var ResultReuseInformation = [3, n0, _RRI, 0, [_RPR], [2]];
1248
1304
  var ResultSet = [3, n0, _RS, 0, [_Ro, _RSM], [() => RowList, () => ResultSetMetadata]];
1249
1305
  var ResultSetMetadata = [3, n0, _RSM, 0, [_CI], [() => ColumnInfoList]];
1250
1306
  var Row = [3, n0, _Row, 0, [_Data], [() => datumList]];
1307
+ var S3LoggingConfiguration = [3, n0, _SLC, 0, [_E, _KK, _LL], [2, 0, 0]];
1251
1308
  var SessionAlreadyExistsException = [
1252
1309
  -3,
1253
1310
  n0,
@@ -1264,8 +1321,8 @@ var SessionConfiguration = [
1264
1321
  n0,
1265
1322
  _SC,
1266
1323
  0,
1267
- [_ER, _WD, _ITS, _ECn],
1268
- [0, 0, 1, () => EncryptionConfiguration],
1324
+ [_ER, _WD, _ITS, _SITIM, _ECn],
1325
+ [0, 0, 1, 1, () => EncryptionConfiguration],
1269
1326
  ];
1270
1327
  var SessionStatistics = [3, n0, _SSe, 0, [_DEIM], [1]];
1271
1328
  var SessionStatus = [
@@ -1298,8 +1355,17 @@ var StartQueryExecutionInput = [
1298
1355
  n0,
1299
1356
  _SQEI,
1300
1357
  0,
1301
- [_QS, _CRT, _QEC, _RC, _WG, _EP, _RRC],
1302
- [0, [0, 4], () => QueryExecutionContext, () => ResultConfiguration, 0, 64 | 0, () => ResultReuseConfiguration],
1358
+ [_QS, _CRT, _QEC, _RC, _WG, _EP, _RRC, _ECng],
1359
+ [
1360
+ 0,
1361
+ [0, 4],
1362
+ () => QueryExecutionContext,
1363
+ () => ResultConfiguration,
1364
+ 0,
1365
+ 64 | 0,
1366
+ () => ResultReuseConfiguration,
1367
+ () => EngineConfiguration,
1368
+ ],
1303
1369
  ];
1304
1370
  var StartQueryExecutionOutput = [3, n0, _SQEO, 0, [_QEIu], [0]];
1305
1371
  var StartSessionRequest = [
@@ -1307,8 +1373,8 @@ var StartSessionRequest = [
1307
1373
  n0,
1308
1374
  _SSR,
1309
1375
  0,
1310
- [_D, _WG, _ECng, _NV, _SITIM, _CRT],
1311
- [0, 0, () => EngineConfiguration, 0, 1, 0],
1376
+ [_D, _WG, _ECng, _ER, _MC, _NV, _SITIM, _CRT, _Ta, _CWGT],
1377
+ [0, 0, () => EngineConfiguration, 0, () => MonitoringConfiguration, 0, 1, 0, () => TagList, 2],
1312
1378
  ];
1313
1379
  var StartSessionResponse = [3, n0, _SSRt, 0, [_SI, _S], [0, 0]];
1314
1380
  var StopCalculationExecutionRequest = [3, n0, _SCERto, 0, [_CEI], [0]];
@@ -1378,7 +1444,7 @@ var WorkGroupConfiguration = [
1378
1444
  n0,
1379
1445
  _WGC,
1380
1446
  0,
1381
- [_RC, _MQRC, _EWGC, _PCWME, _BSCPQ, _RPE, _EV, _ACdd, _ER, _CCEC, _EMEC, _ICC, _QRSAGC],
1447
+ [_RC, _MQRC, _EWGC, _PCWME, _BSCPQ, _RPE, _EV, _ACdd, _ER, _MC, _ECng, _CCEC, _EMEC, _ICC, _QRSAGC],
1382
1448
  [
1383
1449
  () => ResultConfiguration,
1384
1450
  () => ManagedQueryResultsConfiguration,
@@ -1389,6 +1455,8 @@ var WorkGroupConfiguration = [
1389
1455
  () => EngineVersion,
1390
1456
  0,
1391
1457
  0,
1458
+ () => MonitoringConfiguration,
1459
+ () => EngineConfiguration,
1392
1460
  () => CustomerContentEncryptionConfiguration,
1393
1461
  2,
1394
1462
  () => IdentityCenterConfiguration,
@@ -1400,7 +1468,7 @@ var WorkGroupConfigurationUpdates = [
1400
1468
  n0,
1401
1469
  _WGCU,
1402
1470
  0,
1403
- [_EWGC, _RCU, _MQRCU, _PCWME, _BSCPQ, _RBSCPQ, _RPE, _EV, _RCCEC, _ACdd, _ER, _CCEC, _EMEC, _QRSAGC],
1471
+ [_EWGC, _RCU, _MQRCU, _PCWME, _BSCPQ, _RBSCPQ, _RPE, _EV, _RCCEC, _ACdd, _ER, _CCEC, _EMEC, _QRSAGC, _MC, _ECng],
1404
1472
  [
1405
1473
  2,
1406
1474
  () => ResultConfigurationUpdates,
@@ -1416,6 +1484,8 @@ var WorkGroupConfigurationUpdates = [
1416
1484
  () => CustomerContentEncryptionConfiguration,
1417
1485
  2,
1418
1486
  () => QueryResultsS3AccessGrantsConfiguration,
1487
+ () => MonitoringConfiguration,
1488
+ () => EngineConfiguration,
1419
1489
  ],
1420
1490
  ];
1421
1491
  var WorkGroupSummary = [
@@ -1432,6 +1502,7 @@ var ApplicationDPUSizesList = [1, n0, _ADPUSL, 0, () => ApplicationDPUSizes];
1432
1502
  var CalculationsList = [1, n0, _CL, 0, () => CalculationSummary];
1433
1503
  var CapacityAssignmentsList = [1, n0, _CAL, 0, () => CapacityAssignment];
1434
1504
  var CapacityReservationsList = [1, n0, _CRL, 0, () => CapacityReservation];
1505
+ var ClassificationList = [1, n0, _CLl, 0, () => Classification];
1435
1506
  var ColumnInfoList = [1, n0, _CIL, 0, () => ColumnInfo];
1436
1507
  var ColumnList = [1, n0, _CLo, 0, () => Column];
1437
1508
  var DatabaseList = [1, n0, _DL, 0, () => Database];
@@ -1695,7 +1766,23 @@ var GetQueryRuntimeStatistics = [
1695
1766
  () => GetQueryRuntimeStatisticsInput,
1696
1767
  () => GetQueryRuntimeStatisticsOutput,
1697
1768
  ];
1769
+ var GetResourceDashboard = [
1770
+ 9,
1771
+ n0,
1772
+ _GRD,
1773
+ 0,
1774
+ () => GetResourceDashboardRequest,
1775
+ () => GetResourceDashboardResponse,
1776
+ ];
1698
1777
  var GetSession = [9, n0, _GS, 0, () => GetSessionRequest, () => GetSessionResponse];
1778
+ var GetSessionEndpoint = [
1779
+ 9,
1780
+ n0,
1781
+ _GSE,
1782
+ 0,
1783
+ () => GetSessionEndpointRequest,
1784
+ () => GetSessionEndpointResponse,
1785
+ ];
1699
1786
  var GetSessionStatus = [
1700
1787
  9,
1701
1788
  n0,
@@ -1814,7 +1901,7 @@ var ListSessions = [9, n0, _LS, 0, () => ListSessionsRequest, () => ListSessions
1814
1901
  var ListTableMetadata = [
1815
1902
  9,
1816
1903
  n0,
1817
- _LTM,
1904
+ _LTMi,
1818
1905
  0,
1819
1906
  () => ListTableMetadataInput,
1820
1907
  () => ListTableMetadataOutput,
@@ -2322,6 +2409,18 @@ class GetQueryRuntimeStatisticsCommand extends smithyClient.Command
2322
2409
  .build() {
2323
2410
  }
2324
2411
 
2412
+ class GetResourceDashboardCommand extends smithyClient.Command
2413
+ .classBuilder()
2414
+ .ep(commonParams)
2415
+ .m(function (Command, cs, config, o) {
2416
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2417
+ })
2418
+ .s("AmazonAthena", "GetResourceDashboard", {})
2419
+ .n("AthenaClient", "GetResourceDashboardCommand")
2420
+ .sc(GetResourceDashboard)
2421
+ .build() {
2422
+ }
2423
+
2325
2424
  class GetSessionCommand extends smithyClient.Command
2326
2425
  .classBuilder()
2327
2426
  .ep(commonParams)
@@ -2334,6 +2433,18 @@ class GetSessionCommand extends smithyClient.Command
2334
2433
  .build() {
2335
2434
  }
2336
2435
 
2436
+ class GetSessionEndpointCommand extends smithyClient.Command
2437
+ .classBuilder()
2438
+ .ep(commonParams)
2439
+ .m(function (Command, cs, config, o) {
2440
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2441
+ })
2442
+ .s("AmazonAthena", "GetSessionEndpoint", {})
2443
+ .n("AthenaClient", "GetSessionEndpointCommand")
2444
+ .sc(GetSessionEndpoint)
2445
+ .build() {
2446
+ }
2447
+
2337
2448
  class GetSessionStatusCommand extends smithyClient.Command
2338
2449
  .classBuilder()
2339
2450
  .ep(commonParams)
@@ -2798,7 +2909,9 @@ const commands = {
2798
2909
  GetQueryExecutionCommand,
2799
2910
  GetQueryResultsCommand,
2800
2911
  GetQueryRuntimeStatisticsCommand,
2912
+ GetResourceDashboardCommand,
2801
2913
  GetSessionCommand,
2914
+ GetSessionEndpointCommand,
2802
2915
  GetSessionStatusCommand,
2803
2916
  GetTableMetadataCommand,
2804
2917
  GetWorkGroupCommand,
@@ -3051,7 +3164,9 @@ exports.GetPreparedStatementCommand = GetPreparedStatementCommand;
3051
3164
  exports.GetQueryExecutionCommand = GetQueryExecutionCommand;
3052
3165
  exports.GetQueryResultsCommand = GetQueryResultsCommand;
3053
3166
  exports.GetQueryRuntimeStatisticsCommand = GetQueryRuntimeStatisticsCommand;
3167
+ exports.GetResourceDashboardCommand = GetResourceDashboardCommand;
3054
3168
  exports.GetSessionCommand = GetSessionCommand;
3169
+ exports.GetSessionEndpointCommand = GetSessionEndpointCommand;
3055
3170
  exports.GetSessionStatusCommand = GetSessionStatusCommand;
3056
3171
  exports.GetTableMetadataCommand = GetTableMetadataCommand;
3057
3172
  exports.GetWorkGroupCommand = GetWorkGroupCommand;
package/dist-es/Athena.js CHANGED
@@ -31,7 +31,9 @@ import { GetPreparedStatementCommand, } from "./commands/GetPreparedStatementCom
31
31
  import { GetQueryExecutionCommand, } from "./commands/GetQueryExecutionCommand";
32
32
  import { GetQueryResultsCommand, } from "./commands/GetQueryResultsCommand";
33
33
  import { GetQueryRuntimeStatisticsCommand, } from "./commands/GetQueryRuntimeStatisticsCommand";
34
+ import { GetResourceDashboardCommand, } from "./commands/GetResourceDashboardCommand";
34
35
  import { GetSessionCommand } from "./commands/GetSessionCommand";
36
+ import { GetSessionEndpointCommand, } from "./commands/GetSessionEndpointCommand";
35
37
  import { GetSessionStatusCommand, } from "./commands/GetSessionStatusCommand";
36
38
  import { GetTableMetadataCommand, } from "./commands/GetTableMetadataCommand";
37
39
  import { GetWorkGroupCommand, } from "./commands/GetWorkGroupCommand";
@@ -100,7 +102,9 @@ const commands = {
100
102
  GetQueryExecutionCommand,
101
103
  GetQueryResultsCommand,
102
104
  GetQueryRuntimeStatisticsCommand,
105
+ GetResourceDashboardCommand,
103
106
  GetSessionCommand,
107
+ GetSessionEndpointCommand,
104
108
  GetSessionStatusCommand,
105
109
  GetTableMetadataCommand,
106
110
  GetWorkGroupCommand,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetResourceDashboard } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetResourceDashboardCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonAthena", "GetResourceDashboard", {})
13
+ .n("AthenaClient", "GetResourceDashboardCommand")
14
+ .sc(GetResourceDashboard)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetSessionEndpoint } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetSessionEndpointCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonAthena", "GetSessionEndpoint", {})
13
+ .n("AthenaClient", "GetSessionEndpointCommand")
14
+ .sc(GetSessionEndpoint)
15
+ .build() {
16
+ }
@@ -29,7 +29,9 @@ export * from "./GetPreparedStatementCommand";
29
29
  export * from "./GetQueryExecutionCommand";
30
30
  export * from "./GetQueryResultsCommand";
31
31
  export * from "./GetQueryRuntimeStatisticsCommand";
32
+ export * from "./GetResourceDashboardCommand";
32
33
  export * from "./GetSessionCommand";
34
+ export * from "./GetSessionEndpointCommand";
33
35
  export * from "./GetSessionStatusCommand";
34
36
  export * from "./GetTableMetadataCommand";
35
37
  export * from "./GetWorkGroupCommand";