@aws-sdk/client-athena 3.986.0 → 3.988.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 CHANGED
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var AthenaServiceException = require('./models/AthenaServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1993 +113,6 @@ class AthenaClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class AthenaServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, AthenaServiceException.prototype);
117
- }
118
- }
119
-
120
- class InternalServerException extends AthenaServiceException {
121
- name = "InternalServerException";
122
- $fault = "server";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "InternalServerException",
127
- $fault: "server",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, InternalServerException.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class InvalidRequestException extends AthenaServiceException {
135
- name = "InvalidRequestException";
136
- $fault = "client";
137
- AthenaErrorCode;
138
- Message;
139
- constructor(opts) {
140
- super({
141
- name: "InvalidRequestException",
142
- $fault: "client",
143
- ...opts,
144
- });
145
- Object.setPrototypeOf(this, InvalidRequestException.prototype);
146
- this.AthenaErrorCode = opts.AthenaErrorCode;
147
- this.Message = opts.Message;
148
- }
149
- }
150
- class TooManyRequestsException extends AthenaServiceException {
151
- name = "TooManyRequestsException";
152
- $fault = "client";
153
- Message;
154
- Reason;
155
- constructor(opts) {
156
- super({
157
- name: "TooManyRequestsException",
158
- $fault: "client",
159
- ...opts,
160
- });
161
- Object.setPrototypeOf(this, TooManyRequestsException.prototype);
162
- this.Message = opts.Message;
163
- this.Reason = opts.Reason;
164
- }
165
- }
166
- class ResourceNotFoundException extends AthenaServiceException {
167
- name = "ResourceNotFoundException";
168
- $fault = "client";
169
- Message;
170
- ResourceName;
171
- constructor(opts) {
172
- super({
173
- name: "ResourceNotFoundException",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
178
- this.Message = opts.Message;
179
- this.ResourceName = opts.ResourceName;
180
- }
181
- }
182
- class MetadataException extends AthenaServiceException {
183
- name = "MetadataException";
184
- $fault = "client";
185
- Message;
186
- constructor(opts) {
187
- super({
188
- name: "MetadataException",
189
- $fault: "client",
190
- ...opts,
191
- });
192
- Object.setPrototypeOf(this, MetadataException.prototype);
193
- this.Message = opts.Message;
194
- }
195
- }
196
- class SessionAlreadyExistsException extends AthenaServiceException {
197
- name = "SessionAlreadyExistsException";
198
- $fault = "client";
199
- Message;
200
- constructor(opts) {
201
- super({
202
- name: "SessionAlreadyExistsException",
203
- $fault: "client",
204
- ...opts,
205
- });
206
- Object.setPrototypeOf(this, SessionAlreadyExistsException.prototype);
207
- this.Message = opts.Message;
208
- }
209
- }
210
-
211
- const _AC = "AclConfiguration";
212
- const _ACd = "AdditionalConfigs";
213
- const _ACdd = "AdditionalConfiguration";
214
- const _AD = "AllocatedDpus";
215
- const _ADPUS = "ApplicationDPUSizes";
216
- const _ADPUSL = "ApplicationDPUSizesList";
217
- const _AE = "AthenaError";
218
- const _AEC = "AthenaErrorCode";
219
- const _ARI = "ApplicationRuntimeId";
220
- const _AT = "AuthToken";
221
- const _ATET = "AuthTokenExpirationTime";
222
- const _ATu = "AuthenticationType";
223
- const _BGNQ = "BatchGetNamedQuery";
224
- const _BGNQI = "BatchGetNamedQueryInput";
225
- const _BGNQO = "BatchGetNamedQueryOutput";
226
- const _BGPS = "BatchGetPreparedStatement";
227
- const _BGPSI = "BatchGetPreparedStatementInput";
228
- const _BGPSO = "BatchGetPreparedStatementOutput";
229
- const _BGQE = "BatchGetQueryExecution";
230
- const _BGQEI = "BatchGetQueryExecutionInput";
231
- const _BGQEO = "BatchGetQueryExecutionOutput";
232
- const _BSCPQ = "BytesScannedCutoffPerQuery";
233
- const _C = "Classification";
234
- const _CA = "CapacityAllocation";
235
- const _CAC = "CapacityAssignmentConfiguration";
236
- const _CAL = "CapacityAssignmentsList";
237
- const _CAa = "CapacityAssignment";
238
- const _CAap = "CapacityAssignments";
239
- const _CB = "CodeBlock";
240
- const _CC = "CalculationConfiguration";
241
- const _CCEC = "CustomerContentEncryptionConfiguration";
242
- const _CCR = "CancelCapacityReservation";
243
- const _CCRI = "CancelCapacityReservationInput";
244
- const _CCRIr = "CreateCapacityReservationInput";
245
- const _CCRO = "CancelCapacityReservationOutput";
246
- const _CCROr = "CreateCapacityReservationOutput";
247
- const _CCRr = "CreateCapacityReservation";
248
- const _CDC = "CreateDataCatalog";
249
- const _CDCI = "CreateDataCatalogInput";
250
- const _CDCO = "CreateDataCatalogOutput";
251
- const _CDS = "CoordinatorDpuSize";
252
- const _CDT = "CompletionDateTime";
253
- const _CEI = "CalculationExecutionId";
254
- const _CI = "ColumnInfo";
255
- const _CIL = "ColumnInfoList";
256
- const _CL = "CalculationsList";
257
- const _CLl = "ClassificationList";
258
- const _CLo = "ColumnList";
259
- const _CN = "CatalogName";
260
- const _CNI = "CreateNotebookInput";
261
- const _CNO = "CreateNotebookOutput";
262
- const _CNQ = "CreateNamedQuery";
263
- const _CNQI = "CreateNamedQueryInput";
264
- const _CNQO = "CreateNamedQueryOutput";
265
- const _CNr = "CreateNotebook";
266
- const _CPNU = "CreatePresignedNotebookUrl";
267
- const _CPNUR = "CreatePresignedNotebookUrlRequest";
268
- const _CPNURr = "CreatePresignedNotebookUrlResponse";
269
- const _CPS = "CreatePreparedStatement";
270
- const _CPSI = "CreatePreparedStatementInput";
271
- const _CPSO = "CreatePreparedStatementOutput";
272
- const _CR = "CalculationResult";
273
- const _CRL = "CapacityReservationsList";
274
- const _CRN = "CapacityReservationName";
275
- const _CRT = "ClientRequestToken";
276
- const _CRa = "CapacityReservation";
277
- const _CRap = "CapacityReservations";
278
- const _CS = "CalculationStatistics";
279
- const _CSa = "CalculationStatus";
280
- const _CSal = "CalculationSummary";
281
- const _CSas = "CaseSensitive";
282
- const _CT = "CreationTime";
283
- const _CTo = "ConnectionType";
284
- const _CTr = "CreateTime";
285
- const _CU = "ConfigurationUpdates";
286
- const _CULP = "CreateUserLevelPrefix";
287
- const _CWG = "CreateWorkGroup";
288
- const _CWGI = "CreateWorkGroupInput";
289
- const _CWGO = "CreateWorkGroupOutput";
290
- const _CWGT = "CopyWorkGroupTags";
291
- const _CWLC = "CloudWatchLoggingConfiguration";
292
- const _Ca = "Calculations";
293
- const _Cat = "Catalog";
294
- const _Ch = "Children";
295
- const _Cl = "Classifications";
296
- const _Co = "Column";
297
- const _Col = "Columns";
298
- const _Com = "Comment";
299
- const _Con = "Configuration";
300
- const _D = "Description";
301
- const _DC = "DataCatalog";
302
- const _DCO = "DeleteCatalogOnly";
303
- const _DCR = "DeleteCapacityReservation";
304
- const _DCRI = "DeleteCapacityReservationInput";
305
- const _DCRO = "DeleteCapacityReservationOutput";
306
- const _DCS = "DataCatalogSummary";
307
- const _DCSL = "DataCatalogSummaryList";
308
- const _DCSa = "DataCatalogsSummary";
309
- const _DCp = "DpuCount";
310
- const _DDC = "DeleteDataCatalog";
311
- const _DDCI = "DeleteDataCatalogInput";
312
- const _DDCO = "DeleteDataCatalogOutput";
313
- const _DEDS = "DefaultExecutorDpuSize";
314
- const _DEIM = "DpuExecutionInMillis";
315
- const _DL = "DatabaseList";
316
- const _DML = "DataManifestLocation";
317
- const _DN = "DatabaseName";
318
- const _DNI = "DeleteNotebookInput";
319
- const _DNO = "DeleteNotebookOutput";
320
- const _DNQ = "DeleteNamedQuery";
321
- const _DNQI = "DeleteNamedQueryInput";
322
- const _DNQO = "DeleteNamedQueryOutput";
323
- const _DNe = "DeleteNotebook";
324
- const _DPS = "DeletePreparedStatement";
325
- const _DPSI = "DeletePreparedStatementInput";
326
- const _DPSO = "DeletePreparedStatementOutput";
327
- const _DSIB = "DataScannedInBytes";
328
- const _DWG = "DeleteWorkGroup";
329
- const _DWGI = "DeleteWorkGroupInput";
330
- const _DWGO = "DeleteWorkGroupOutput";
331
- const _Da = "Database";
332
- const _Dat = "Datum";
333
- const _Data = "Data";
334
- const _E = "Enabled";
335
- const _EBO = "ExpectedBucketOwner";
336
- const _EC = "ErrorCategory";
337
- const _ECn = "EncryptionConfiguration";
338
- const _ECng = "EngineConfiguration";
339
- const _ECr = "ErrorCode";
340
- const _EDT = "EndDateTime";
341
- const _EETIM = "EngineExecutionTimeInMillis";
342
- const _EEV = "EffectiveEngineVersion";
343
- const _EI = "ExecutorId";
344
- const _EIC = "EnableIdentityCenter";
345
- const _EM = "ErrorMessage";
346
- const _EMEC = "EnableMinimumEncryptionConfiguration";
347
- const _EN = "ExportNotebook";
348
- const _ENI = "ExportNotebookInput";
349
- const _ENO = "ExportNotebookOutput";
350
- const _EO = "EncryptionOption";
351
- const _EP = "ExecutionParameters";
352
- const _ER = "ExecutionRole";
353
- const _ES = "ExecutorsSummary";
354
- const _ESAG = "EnableS3AccessGrants";
355
- const _ESF = "ExecutorStateFilter";
356
- const _ESL = "ExecutorsSummaryList";
357
- const _ESx = "ExecutorState";
358
- const _ESxe = "ExecutorSize";
359
- const _ET = "ErrorType";
360
- const _ETx = "ExecutorType";
361
- const _ETxe = "ExecutionTime";
362
- const _EU = "EndpointUrl";
363
- const _EV = "EngineVersion";
364
- const _EVL = "EngineVersionsList";
365
- const _EVn = "EngineVersions";
366
- const _EWGC = "EnforceWorkGroupConfiguration";
367
- const _Er = "Error";
368
- const _Ex = "Expression";
369
- const _F = "Filters";
370
- const _FD = "FilterDefinition";
371
- const _GCAC = "GetCapacityAssignmentConfiguration";
372
- const _GCACI = "GetCapacityAssignmentConfigurationInput";
373
- const _GCACO = "GetCapacityAssignmentConfigurationOutput";
374
- const _GCE = "GetCalculationExecution";
375
- const _GCEC = "GetCalculationExecutionCode";
376
- const _GCECR = "GetCalculationExecutionCodeRequest";
377
- const _GCECRe = "GetCalculationExecutionCodeResponse";
378
- const _GCER = "GetCalculationExecutionRequest";
379
- const _GCERe = "GetCalculationExecutionResponse";
380
- const _GCES = "GetCalculationExecutionStatus";
381
- const _GCESR = "GetCalculationExecutionStatusRequest";
382
- const _GCESRe = "GetCalculationExecutionStatusResponse";
383
- const _GCR = "GetCapacityReservation";
384
- const _GCRI = "GetCapacityReservationInput";
385
- const _GCRO = "GetCapacityReservationOutput";
386
- const _GD = "GetDatabase";
387
- const _GDC = "GetDataCatalog";
388
- const _GDCI = "GetDataCatalogInput";
389
- const _GDCO = "GetDataCatalogOutput";
390
- const _GDI = "GetDatabaseInput";
391
- const _GDO = "GetDatabaseOutput";
392
- const _GNM = "GetNotebookMetadata";
393
- const _GNMI = "GetNotebookMetadataInput";
394
- const _GNMO = "GetNotebookMetadataOutput";
395
- const _GNQ = "GetNamedQuery";
396
- const _GNQI = "GetNamedQueryInput";
397
- const _GNQO = "GetNamedQueryOutput";
398
- const _GPS = "GetPreparedStatement";
399
- const _GPSI = "GetPreparedStatementInput";
400
- const _GPSO = "GetPreparedStatementOutput";
401
- const _GQE = "GetQueryExecution";
402
- const _GQEI = "GetQueryExecutionInput";
403
- const _GQEO = "GetQueryExecutionOutput";
404
- const _GQR = "GetQueryResults";
405
- const _GQRI = "GetQueryResultsInput";
406
- const _GQRO = "GetQueryResultsOutput";
407
- const _GQRS = "GetQueryRuntimeStatistics";
408
- const _GQRSI = "GetQueryRuntimeStatisticsInput";
409
- const _GQRSO = "GetQueryRuntimeStatisticsOutput";
410
- const _GRD = "GetResourceDashboard";
411
- const _GRDR = "GetResourceDashboardRequest";
412
- const _GRDRe = "GetResourceDashboardResponse";
413
- const _GS = "GetSession";
414
- const _GSE = "GetSessionEndpoint";
415
- const _GSER = "GetSessionEndpointRequest";
416
- const _GSERe = "GetSessionEndpointResponse";
417
- const _GSR = "GetSessionRequest";
418
- const _GSRe = "GetSessionResponse";
419
- const _GSS = "GetSessionStatus";
420
- const _GSSR = "GetSessionStatusRequest";
421
- const _GSSRe = "GetSessionStatusResponse";
422
- const _GTM = "GetTableMetadata";
423
- const _GTMI = "GetTableMetadataInput";
424
- const _GTMO = "GetTableMetadataOutput";
425
- const _GWG = "GetWorkGroup";
426
- const _GWGI = "GetWorkGroupInput";
427
- const _GWGO = "GetWorkGroupOutput";
428
- const _I = "Identifier";
429
- const _IB = "InputBytes";
430
- const _ICAA = "IdentityCenterApplicationArn";
431
- const _ICC = "IdentityCenterConfiguration";
432
- const _ICIA = "IdentityCenterInstanceArn";
433
- const _IN = "ImportNotebook";
434
- const _INI = "ImportNotebookInput";
435
- const _INO = "ImportNotebookOutput";
436
- const _IR = "InputRows";
437
- const _IRE = "InvalidRequestException";
438
- const _ISDT = "IdleSinceDateTime";
439
- const _ISE = "InternalServerException";
440
- const _ITS = "IdleTimeoutSeconds";
441
- const _K = "Key";
442
- const _KK = "KmsKey";
443
- const _L = "Label";
444
- const _LA = "LastAllocation";
445
- const _LADPUS = "ListApplicationDPUSizes";
446
- const _LADPUSI = "ListApplicationDPUSizesInput";
447
- const _LADPUSO = "ListApplicationDPUSizesOutput";
448
- const _LAT = "LastAccessTime";
449
- const _LCE = "ListCalculationExecutions";
450
- const _LCER = "ListCalculationExecutionsRequest";
451
- const _LCERi = "ListCalculationExecutionsResponse";
452
- const _LCR = "ListCapacityReservations";
453
- const _LCRI = "ListCapacityReservationsInput";
454
- const _LCRO = "ListCapacityReservationsOutput";
455
- const _LD = "ListDatabases";
456
- const _LDC = "ListDataCatalogs";
457
- const _LDCI = "ListDataCatalogsInput";
458
- const _LDCO = "ListDataCatalogsOutput";
459
- const _LDI = "ListDatabasesInput";
460
- const _LDO = "ListDatabasesOutput";
461
- const _LE = "ListExecutors";
462
- const _LER = "ListExecutorsRequest";
463
- const _LERi = "ListExecutorsResponse";
464
- const _LEV = "ListEngineVersions";
465
- const _LEVI = "ListEngineVersionsInput";
466
- const _LEVO = "ListEngineVersionsOutput";
467
- const _LG = "LogGroup";
468
- const _LL = "LogLocation";
469
- const _LMDT = "LastModifiedDateTime";
470
- const _LMT = "LastModifiedTime";
471
- const _LNM = "ListNotebookMetadata";
472
- const _LNMI = "ListNotebookMetadataInput";
473
- const _LNMO = "ListNotebookMetadataOutput";
474
- const _LNQ = "ListNamedQueries";
475
- const _LNQI = "ListNamedQueriesInput";
476
- const _LNQO = "ListNamedQueriesOutput";
477
- const _LNS = "ListNotebookSessions";
478
- const _LNSR = "ListNotebookSessionsRequest";
479
- const _LNSRi = "ListNotebookSessionsResponse";
480
- const _LPS = "ListPreparedStatements";
481
- const _LPSI = "ListPreparedStatementsInput";
482
- const _LPSO = "ListPreparedStatementsOutput";
483
- const _LQE = "ListQueryExecutions";
484
- const _LQEI = "ListQueryExecutionsInput";
485
- const _LQEO = "ListQueryExecutionsOutput";
486
- const _LS = "ListSessions";
487
- const _LSAT = "LastSuccessfulAllocationTime";
488
- const _LSNP = "LogStreamNamePrefix";
489
- const _LSR = "ListSessionsRequest";
490
- const _LSRi = "ListSessionsResponse";
491
- const _LT = "LogTypes";
492
- const _LTFR = "ListTagsForResource";
493
- const _LTFRI = "ListTagsForResourceInput";
494
- const _LTFRO = "ListTagsForResourceOutput";
495
- const _LTM = "LogTypesMap";
496
- const _LTMI = "ListTableMetadataInput";
497
- const _LTMO = "ListTableMetadataOutput";
498
- const _LTMi = "ListTableMetadata";
499
- const _LWG = "ListWorkGroups";
500
- const _LWGI = "ListWorkGroupsInput";
501
- const _LWGO = "ListWorkGroupsOutput";
502
- const _M = "Message";
503
- const _MAIM = "MaxAgeInMinutes";
504
- const _MC = "MonitoringConfiguration";
505
- const _MCD = "MaxConcurrentDpus";
506
- const _ME = "MetadataException";
507
- const _MLC = "ManagedLoggingConfiguration";
508
- const _MQRC = "ManagedQueryResultsConfiguration";
509
- const _MQRCU = "ManagedQueryResultsConfigurationUpdates";
510
- const _MQREC = "ManagedQueryResultsEncryptionConfiguration";
511
- const _MR = "MaxResults";
512
- const _N = "Name";
513
- const _NI = "NotebookId";
514
- const _NM = "NotebookMetadata";
515
- const _NMA = "NotebookMetadataArray";
516
- const _NML = "NotebookMetadataList";
517
- const _NQ = "NamedQueries";
518
- const _NQI = "NamedQueryIds";
519
- const _NQIa = "NamedQueryId";
520
- const _NQL = "NamedQueryList";
521
- const _NQa = "NamedQuery";
522
- const _NSL = "NotebookSessionsList";
523
- const _NSLU = "NotebookS3LocationUri";
524
- const _NSS = "NotebookSessionSummary";
525
- const _NT = "NextToken";
526
- const _NU = "NotebookUrl";
527
- const _NV = "NotebookVersion";
528
- const _Nu = "Nullable";
529
- const _OB = "OutputBytes";
530
- const _OL = "OutputLocation";
531
- const _OR = "OutputRows";
532
- const _OS = "OutputStage";
533
- const _P = "Progress";
534
- const _PCAC = "PutCapacityAssignmentConfiguration";
535
- const _PCACI = "PutCapacityAssignmentConfigurationInput";
536
- const _PCACO = "PutCapacityAssignmentConfigurationOutput";
537
- const _PCWME = "PublishCloudWatchMetricsEnabled";
538
- const _PK = "PartitionKeys";
539
- const _PS = "PreparedStatements";
540
- const _PSDL = "PreparedStatementDetailsList";
541
- const _PSL = "PreparedStatementsList";
542
- const _PSN = "PreparedStatementNames";
543
- const _PSS = "PreparedStatementSummary";
544
- const _PSr = "PreparedStatement";
545
- const _Pa = "Parameters";
546
- const _Pay = "Payload";
547
- const _Pr = "Properties";
548
- const _Pre = "Precision";
549
- const _Q = "Query";
550
- const _QE = "QueryExecutions";
551
- const _QEC = "QueryExecutionContext";
552
- const _QEI = "QueryExecutionIds";
553
- const _QEIu = "QueryExecutionId";
554
- const _QEL = "QueryExecutionList";
555
- const _QES = "QueryExecutionStatistics";
556
- const _QESu = "QueryExecutionStatus";
557
- const _QEu = "QueryExecution";
558
- const _QPTIM = "QueryPlanningTimeInMillis";
559
- const _QQTIM = "QueryQueueTimeInMillis";
560
- const _QRS = "QueryRuntimeStatistics";
561
- const _QRSAGC = "QueryResultsS3AccessGrantsConfiguration";
562
- const _QRSR = "QueryRuntimeStatisticsRows";
563
- const _QRST = "QueryRuntimeStatisticsTimeline";
564
- const _QRT = "QueryResultType";
565
- const _QS = "QueryString";
566
- const _QSP = "QueryStagePlan";
567
- const _QSPN = "QueryStagePlanNode";
568
- const _QSPNu = "QueryStagePlanNodes";
569
- const _QSu = "QueryStatement";
570
- const _QSue = "QueryStage";
571
- const _QSuer = "QueryStages";
572
- const _R = "Retryable";
573
- const _RAC = "RemoveAclConfiguration";
574
- const _RARN = "ResourceARN";
575
- const _RBSCPQ = "RemoveBytesScannedCutoffPerQuery";
576
- const _RC = "ResultConfiguration";
577
- const _RCCEC = "RemoveCustomerContentEncryptionConfiguration";
578
- const _RCT = "RequestCompletionTime";
579
- const _RCU = "ResultConfigurationUpdates";
580
- const _RDO = "RecursiveDeleteOption";
581
- const _REBO = "RemoveExpectedBucketOwner";
582
- const _REC = "RemoveEncryptionConfiguration";
583
- const _RL = "RowList";
584
- const _RN = "ResourceName";
585
- const _RNFE = "ResourceNotFoundException";
586
- const _ROL = "RemoveOutputLocation";
587
- const _RPE = "RequesterPaysEnabled";
588
- const _RPR = "ReusedPreviousResult";
589
- const _RRBAC = "ResultReuseByAgeConfiguration";
590
- const _RRC = "ResultReuseConfiguration";
591
- const _RRI = "ResultReuseInformation";
592
- const _RS = "ResultSet";
593
- const _RSM = "ResultSetMetadata";
594
- const _RSU = "ResultS3Uri";
595
- const _RSe = "RemoteSources";
596
- const _RT = "ResultType";
597
- const _RTe = "RequestTime";
598
- const _Re = "Result";
599
- const _Rea = "Reason";
600
- const _Ro = "Rows";
601
- const _Row = "Row";
602
- const _S = "State";
603
- const _SAEE = "SessionAlreadyExistsException";
604
- const _SAO = "S3AclOption";
605
- const _SC = "SessionConfiguration";
606
- const _SCE = "StartCalculationExecution";
607
- const _SCER = "StartCalculationExecutionRequest";
608
- const _SCERt = "StartCalculationExecutionResponse";
609
- const _SCERto = "StopCalculationExecutionRequest";
610
- const _SCERtop = "StopCalculationExecutionResponse";
611
- const _SCEt = "StopCalculationExecution";
612
- const _SCR = "StateChangeReason";
613
- const _SDPUS = "SupportedDPUSizes";
614
- const _SDT = "SubmissionDateTime";
615
- const _SDTt = "StartDateTime";
616
- const _SESU = "StdErrorS3Uri";
617
- const _SEV = "SelectedEngineVersion";
618
- const _SF = "StateFilter";
619
- const _SI = "SessionId";
620
- const _SITIM = "SessionIdleTimeoutInMinutes";
621
- const _SIt = "StageId";
622
- const _SL = "SessionsList";
623
- const _SLC = "S3LoggingConfiguration";
624
- const _SM = "StatusMessage";
625
- const _SN = "SchemaName";
626
- const _SNt = "StatementName";
627
- const _SOSU = "StdOutS3Uri";
628
- const _SP = "SparkProperties";
629
- const _SPPTIM = "ServicePreProcessingTimeInMillis";
630
- const _SPTIM = "ServiceProcessingTimeInMillis";
631
- const _SQE = "StartQueryExecution";
632
- const _SQEI = "StartQueryExecutionInput";
633
- const _SQEIt = "StopQueryExecutionInput";
634
- const _SQEO = "StartQueryExecutionOutput";
635
- const _SQEOt = "StopQueryExecutionOutput";
636
- const _SQEt = "StopQueryExecution";
637
- const _SS = "SubStages";
638
- const _SSR = "StartSessionRequest";
639
- const _SSRt = "StartSessionResponse";
640
- const _SSe = "SessionStatistics";
641
- const _SSes = "SessionStatus";
642
- const _SSess = "SessionSummary";
643
- const _SSt = "StartSession";
644
- const _ST = "StatementType";
645
- const _STu = "SubstatementType";
646
- const _Sc = "Scale";
647
- const _Se = "Sessions";
648
- const _St = "Status";
649
- const _Sta = "Statistics";
650
- const _T = "Type";
651
- const _TD = "TargetDpus";
652
- const _TDT = "TerminationDateTime";
653
- const _TETIM = "TotalExecutionTimeInMillis";
654
- const _TK = "TagKeys";
655
- const _TL = "TagList";
656
- const _TM = "TableMetadata";
657
- const _TML = "TableMetadataList";
658
- const _TMRE = "TooManyRequestsException";
659
- const _TN = "TableName";
660
- const _TR = "TagResource";
661
- const _TRI = "TagResourceInput";
662
- const _TRO = "TagResourceOutput";
663
- const _TS = "TerminateSession";
664
- const _TSR = "TerminateSessionRequest";
665
- const _TSRe = "TerminateSessionResponse";
666
- const _TT = "TableType";
667
- const _Ta = "Tags";
668
- const _Tag = "Tag";
669
- const _Ti = "Timeline";
670
- const _U = "Url";
671
- const _UC = "UpdateCount";
672
- const _UCR = "UpdateCapacityReservation";
673
- const _UCRI = "UpdateCapacityReservationInput";
674
- const _UCRO = "UpdateCapacityReservationOutput";
675
- const _UDC = "UpdateDataCatalog";
676
- const _UDCI = "UpdateDataCatalogInput";
677
- const _UDCO = "UpdateDataCatalogOutput";
678
- const _UN = "UpdateNotebook";
679
- const _UNI = "UpdateNotebookInput";
680
- const _UNM = "UpdateNotebookMetadata";
681
- const _UNMI = "UpdateNotebookMetadataInput";
682
- const _UNMO = "UpdateNotebookMetadataOutput";
683
- const _UNO = "UpdateNotebookOutput";
684
- const _UNQ = "UpdateNamedQuery";
685
- const _UNQI = "UnprocessedNamedQueryIds";
686
- const _UNQIL = "UnprocessedNamedQueryIdList";
687
- const _UNQIn = "UnprocessedNamedQueryId";
688
- const _UNQIp = "UpdateNamedQueryInput";
689
- const _UNQO = "UpdateNamedQueryOutput";
690
- const _UPS = "UpdatePreparedStatement";
691
- const _UPSI = "UpdatePreparedStatementInput";
692
- const _UPSN = "UnprocessedPreparedStatementNames";
693
- const _UPSNL = "UnprocessedPreparedStatementNameList";
694
- const _UPSNn = "UnprocessedPreparedStatementName";
695
- const _UPSO = "UpdatePreparedStatementOutput";
696
- const _UQEI = "UnprocessedQueryExecutionIds";
697
- const _UQEIL = "UnprocessedQueryExecutionIdList";
698
- const _UQEIn = "UnprocessedQueryExecutionId";
699
- const _UR = "UntagResource";
700
- const _URI = "UntagResourceInput";
701
- const _URO = "UntagResourceOutput";
702
- const _UWG = "UpdateWorkGroup";
703
- const _UWGI = "UpdateWorkGroupInput";
704
- const _UWGO = "UpdateWorkGroupOutput";
705
- const _V = "Value";
706
- const _VCV = "VarCharValue";
707
- const _WD = "WorkingDirectory";
708
- const _WG = "WorkGroup";
709
- const _WGC = "WorkGroupConfiguration";
710
- const _WGCU = "WorkGroupConfigurationUpdates";
711
- const _WGL = "WorkGroupsList";
712
- const _WGN = "WorkGroupNames";
713
- const _WGNo = "WorkGroupName";
714
- const _WGS = "WorkGroupSummary";
715
- const _WGo = "WorkGroups";
716
- const _c = "client";
717
- const _dL = "datumList";
718
- const _e = "error";
719
- const _s = "server";
720
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.athena";
721
- const n0 = "com.amazonaws.athena";
722
- var AclConfiguration$ = [3, n0, _AC,
723
- 0,
724
- [_SAO],
725
- [0], 1
726
- ];
727
- var ApplicationDPUSizes$ = [3, n0, _ADPUS,
728
- 0,
729
- [_ARI, _SDPUS],
730
- [0, 64 | 1]
731
- ];
732
- var AthenaError$ = [3, n0, _AE,
733
- 0,
734
- [_EC, _ET, _R, _EM],
735
- [1, 1, 2, 0]
736
- ];
737
- var BatchGetNamedQueryInput$ = [3, n0, _BGNQI,
738
- 0,
739
- [_NQI],
740
- [64 | 0], 1
741
- ];
742
- var BatchGetNamedQueryOutput$ = [3, n0, _BGNQO,
743
- 0,
744
- [_NQ, _UNQI],
745
- [() => NamedQueryList, () => UnprocessedNamedQueryIdList]
746
- ];
747
- var BatchGetPreparedStatementInput$ = [3, n0, _BGPSI,
748
- 0,
749
- [_PSN, _WG],
750
- [64 | 0, 0], 2
751
- ];
752
- var BatchGetPreparedStatementOutput$ = [3, n0, _BGPSO,
753
- 0,
754
- [_PS, _UPSN],
755
- [() => PreparedStatementDetailsList, () => UnprocessedPreparedStatementNameList]
756
- ];
757
- var BatchGetQueryExecutionInput$ = [3, n0, _BGQEI,
758
- 0,
759
- [_QEI],
760
- [64 | 0], 1
761
- ];
762
- var BatchGetQueryExecutionOutput$ = [3, n0, _BGQEO,
763
- 0,
764
- [_QE, _UQEI],
765
- [() => QueryExecutionList, () => UnprocessedQueryExecutionIdList]
766
- ];
767
- var CalculationConfiguration$ = [3, n0, _CC,
768
- 0,
769
- [_CB],
770
- [0]
771
- ];
772
- var CalculationResult$ = [3, n0, _CR,
773
- 0,
774
- [_SOSU, _SESU, _RSU, _RT],
775
- [0, 0, 0, 0]
776
- ];
777
- var CalculationStatistics$ = [3, n0, _CS,
778
- 0,
779
- [_DEIM, _P],
780
- [1, 0]
781
- ];
782
- var CalculationStatus$ = [3, n0, _CSa,
783
- 0,
784
- [_SDT, _CDT, _S, _SCR],
785
- [4, 4, 0, 0]
786
- ];
787
- var CalculationSummary$ = [3, n0, _CSal,
788
- 0,
789
- [_CEI, _D, _St],
790
- [0, 0, () => CalculationStatus$]
791
- ];
792
- var CancelCapacityReservationInput$ = [3, n0, _CCRI,
793
- 0,
794
- [_N],
795
- [0], 1
796
- ];
797
- var CancelCapacityReservationOutput$ = [3, n0, _CCRO,
798
- 0,
799
- [],
800
- []
801
- ];
802
- var CapacityAllocation$ = [3, n0, _CA,
803
- 0,
804
- [_St, _RTe, _SM, _RCT],
805
- [0, 4, 0, 4], 2
806
- ];
807
- var CapacityAssignment$ = [3, n0, _CAa,
808
- 0,
809
- [_WGN],
810
- [64 | 0]
811
- ];
812
- var CapacityAssignmentConfiguration$ = [3, n0, _CAC,
813
- 0,
814
- [_CRN, _CAap],
815
- [0, () => CapacityAssignmentsList]
816
- ];
817
- var CapacityReservation$ = [3, n0, _CRa,
818
- 0,
819
- [_N, _St, _TD, _AD, _CT, _LA, _LSAT],
820
- [0, 0, 1, 1, 4, () => CapacityAllocation$, 4], 5
821
- ];
822
- var Classification$ = [3, n0, _C,
823
- 0,
824
- [_N, _Pr],
825
- [0, 128 | 0]
826
- ];
827
- var CloudWatchLoggingConfiguration$ = [3, n0, _CWLC,
828
- 0,
829
- [_E, _LG, _LSNP, _LT],
830
- [2, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]], 1
831
- ];
832
- var Column$ = [3, n0, _Co,
833
- 0,
834
- [_N, _T, _Com],
835
- [0, 0, 0], 1
836
- ];
837
- var ColumnInfo$ = [3, n0, _CI,
838
- 0,
839
- [_N, _T, _CN, _SN, _TN, _L, _Pre, _Sc, _Nu, _CSas],
840
- [0, 0, 0, 0, 0, 0, 1, 1, 0, 2], 2
841
- ];
842
- var CreateCapacityReservationInput$ = [3, n0, _CCRIr,
843
- 0,
844
- [_TD, _N, _Ta],
845
- [1, 0, () => TagList], 2
846
- ];
847
- var CreateCapacityReservationOutput$ = [3, n0, _CCROr,
848
- 0,
849
- [],
850
- []
851
- ];
852
- var CreateDataCatalogInput$ = [3, n0, _CDCI,
853
- 0,
854
- [_N, _T, _D, _Pa, _Ta],
855
- [0, 0, 0, 128 | 0, () => TagList], 2
856
- ];
857
- var CreateDataCatalogOutput$ = [3, n0, _CDCO,
858
- 0,
859
- [_DC],
860
- [() => DataCatalog$]
861
- ];
862
- var CreateNamedQueryInput$ = [3, n0, _CNQI,
863
- 0,
864
- [_N, _Da, _QS, _D, _CRT, _WG],
865
- [0, 0, 0, 0, [0, 4], 0], 3
866
- ];
867
- var CreateNamedQueryOutput$ = [3, n0, _CNQO,
868
- 0,
869
- [_NQIa],
870
- [0]
871
- ];
872
- var CreateNotebookInput$ = [3, n0, _CNI,
873
- 0,
874
- [_WG, _N, _CRT],
875
- [0, 0, 0], 2
876
- ];
877
- var CreateNotebookOutput$ = [3, n0, _CNO,
878
- 0,
879
- [_NI],
880
- [0]
881
- ];
882
- var CreatePreparedStatementInput$ = [3, n0, _CPSI,
883
- 0,
884
- [_SNt, _WG, _QSu, _D],
885
- [0, 0, 0, 0], 3
886
- ];
887
- var CreatePreparedStatementOutput$ = [3, n0, _CPSO,
888
- 0,
889
- [],
890
- []
891
- ];
892
- var CreatePresignedNotebookUrlRequest$ = [3, n0, _CPNUR,
893
- 0,
894
- [_SI],
895
- [0], 1
896
- ];
897
- var CreatePresignedNotebookUrlResponse$ = [3, n0, _CPNURr,
898
- 0,
899
- [_NU, _AT, _ATET],
900
- [0, 0, 1], 3
901
- ];
902
- var CreateWorkGroupInput$ = [3, n0, _CWGI,
903
- 0,
904
- [_N, _Con, _D, _Ta],
905
- [0, () => WorkGroupConfiguration$, 0, () => TagList], 1
906
- ];
907
- var CreateWorkGroupOutput$ = [3, n0, _CWGO,
908
- 0,
909
- [],
910
- []
911
- ];
912
- var CustomerContentEncryptionConfiguration$ = [3, n0, _CCEC,
913
- 0,
914
- [_KK],
915
- [0], 1
916
- ];
917
- var Database$ = [3, n0, _Da,
918
- 0,
919
- [_N, _D, _Pa],
920
- [0, 0, 128 | 0], 1
921
- ];
922
- var DataCatalog$ = [3, n0, _DC,
923
- 0,
924
- [_N, _T, _D, _Pa, _St, _CTo, _Er],
925
- [0, 0, 0, 128 | 0, 0, 0, 0], 2
926
- ];
927
- var DataCatalogSummary$ = [3, n0, _DCS,
928
- 0,
929
- [_CN, _T, _St, _CTo, _Er],
930
- [0, 0, 0, 0, 0]
931
- ];
932
- var Datum$ = [3, n0, _Dat,
933
- 0,
934
- [_VCV],
935
- [0]
936
- ];
937
- var DeleteCapacityReservationInput$ = [3, n0, _DCRI,
938
- 0,
939
- [_N],
940
- [0], 1
941
- ];
942
- var DeleteCapacityReservationOutput$ = [3, n0, _DCRO,
943
- 0,
944
- [],
945
- []
946
- ];
947
- var DeleteDataCatalogInput$ = [3, n0, _DDCI,
948
- 0,
949
- [_N, _DCO],
950
- [0, 2], 1
951
- ];
952
- var DeleteDataCatalogOutput$ = [3, n0, _DDCO,
953
- 0,
954
- [_DC],
955
- [() => DataCatalog$]
956
- ];
957
- var DeleteNamedQueryInput$ = [3, n0, _DNQI,
958
- 0,
959
- [_NQIa],
960
- [[0, 4]]
961
- ];
962
- var DeleteNamedQueryOutput$ = [3, n0, _DNQO,
963
- 0,
964
- [],
965
- []
966
- ];
967
- var DeleteNotebookInput$ = [3, n0, _DNI,
968
- 0,
969
- [_NI],
970
- [0], 1
971
- ];
972
- var DeleteNotebookOutput$ = [3, n0, _DNO,
973
- 0,
974
- [],
975
- []
976
- ];
977
- var DeletePreparedStatementInput$ = [3, n0, _DPSI,
978
- 0,
979
- [_SNt, _WG],
980
- [0, 0], 2
981
- ];
982
- var DeletePreparedStatementOutput$ = [3, n0, _DPSO,
983
- 0,
984
- [],
985
- []
986
- ];
987
- var DeleteWorkGroupInput$ = [3, n0, _DWGI,
988
- 0,
989
- [_WG, _RDO],
990
- [0, 2], 1
991
- ];
992
- var DeleteWorkGroupOutput$ = [3, n0, _DWGO,
993
- 0,
994
- [],
995
- []
996
- ];
997
- var EncryptionConfiguration$ = [3, n0, _ECn,
998
- 0,
999
- [_EO, _KK],
1000
- [0, 0], 1
1001
- ];
1002
- var EngineConfiguration$ = [3, n0, _ECng,
1003
- 0,
1004
- [_CDS, _MCD, _DEDS, _ACd, _SP, _Cl],
1005
- [1, 1, 1, 128 | 0, 128 | 0, () => ClassificationList]
1006
- ];
1007
- var EngineVersion$ = [3, n0, _EV,
1008
- 0,
1009
- [_SEV, _EEV],
1010
- [0, 0]
1011
- ];
1012
- var ExecutorsSummary$ = [3, n0, _ES,
1013
- 0,
1014
- [_EI, _ETx, _SDTt, _TDT, _ESx, _ESxe],
1015
- [0, 0, 1, 1, 0, 1], 1
1016
- ];
1017
- var ExportNotebookInput$ = [3, n0, _ENI,
1018
- 0,
1019
- [_NI],
1020
- [0], 1
1021
- ];
1022
- var ExportNotebookOutput$ = [3, n0, _ENO,
1023
- 0,
1024
- [_NM, _Pay],
1025
- [() => NotebookMetadata$, 0]
1026
- ];
1027
- var FilterDefinition$ = [3, n0, _FD,
1028
- 0,
1029
- [_N],
1030
- [0]
1031
- ];
1032
- var GetCalculationExecutionCodeRequest$ = [3, n0, _GCECR,
1033
- 0,
1034
- [_CEI],
1035
- [0], 1
1036
- ];
1037
- var GetCalculationExecutionCodeResponse$ = [3, n0, _GCECRe,
1038
- 0,
1039
- [_CB],
1040
- [0]
1041
- ];
1042
- var GetCalculationExecutionRequest$ = [3, n0, _GCER,
1043
- 0,
1044
- [_CEI],
1045
- [0], 1
1046
- ];
1047
- var GetCalculationExecutionResponse$ = [3, n0, _GCERe,
1048
- 0,
1049
- [_CEI, _SI, _D, _WD, _St, _Sta, _Re],
1050
- [0, 0, 0, 0, () => CalculationStatus$, () => CalculationStatistics$, () => CalculationResult$]
1051
- ];
1052
- var GetCalculationExecutionStatusRequest$ = [3, n0, _GCESR,
1053
- 0,
1054
- [_CEI],
1055
- [0], 1
1056
- ];
1057
- var GetCalculationExecutionStatusResponse$ = [3, n0, _GCESRe,
1058
- 0,
1059
- [_St, _Sta],
1060
- [() => CalculationStatus$, () => CalculationStatistics$]
1061
- ];
1062
- var GetCapacityAssignmentConfigurationInput$ = [3, n0, _GCACI,
1063
- 0,
1064
- [_CRN],
1065
- [0], 1
1066
- ];
1067
- var GetCapacityAssignmentConfigurationOutput$ = [3, n0, _GCACO,
1068
- 0,
1069
- [_CAC],
1070
- [() => CapacityAssignmentConfiguration$], 1
1071
- ];
1072
- var GetCapacityReservationInput$ = [3, n0, _GCRI,
1073
- 0,
1074
- [_N],
1075
- [0], 1
1076
- ];
1077
- var GetCapacityReservationOutput$ = [3, n0, _GCRO,
1078
- 0,
1079
- [_CRa],
1080
- [() => CapacityReservation$], 1
1081
- ];
1082
- var GetDatabaseInput$ = [3, n0, _GDI,
1083
- 0,
1084
- [_CN, _DN, _WG],
1085
- [0, 0, 0], 2
1086
- ];
1087
- var GetDatabaseOutput$ = [3, n0, _GDO,
1088
- 0,
1089
- [_Da],
1090
- [() => Database$]
1091
- ];
1092
- var GetDataCatalogInput$ = [3, n0, _GDCI,
1093
- 0,
1094
- [_N, _WG],
1095
- [0, 0], 1
1096
- ];
1097
- var GetDataCatalogOutput$ = [3, n0, _GDCO,
1098
- 0,
1099
- [_DC],
1100
- [() => DataCatalog$]
1101
- ];
1102
- var GetNamedQueryInput$ = [3, n0, _GNQI,
1103
- 0,
1104
- [_NQIa],
1105
- [0], 1
1106
- ];
1107
- var GetNamedQueryOutput$ = [3, n0, _GNQO,
1108
- 0,
1109
- [_NQa],
1110
- [() => NamedQuery$]
1111
- ];
1112
- var GetNotebookMetadataInput$ = [3, n0, _GNMI,
1113
- 0,
1114
- [_NI],
1115
- [0], 1
1116
- ];
1117
- var GetNotebookMetadataOutput$ = [3, n0, _GNMO,
1118
- 0,
1119
- [_NM],
1120
- [() => NotebookMetadata$]
1121
- ];
1122
- var GetPreparedStatementInput$ = [3, n0, _GPSI,
1123
- 0,
1124
- [_SNt, _WG],
1125
- [0, 0], 2
1126
- ];
1127
- var GetPreparedStatementOutput$ = [3, n0, _GPSO,
1128
- 0,
1129
- [_PSr],
1130
- [() => PreparedStatement$]
1131
- ];
1132
- var GetQueryExecutionInput$ = [3, n0, _GQEI,
1133
- 0,
1134
- [_QEIu],
1135
- [0], 1
1136
- ];
1137
- var GetQueryExecutionOutput$ = [3, n0, _GQEO,
1138
- 0,
1139
- [_QEu],
1140
- [() => QueryExecution$]
1141
- ];
1142
- var GetQueryResultsInput$ = [3, n0, _GQRI,
1143
- 0,
1144
- [_QEIu, _NT, _MR, _QRT],
1145
- [0, 0, 1, 0], 1
1146
- ];
1147
- var GetQueryResultsOutput$ = [3, n0, _GQRO,
1148
- 0,
1149
- [_UC, _RS, _NT],
1150
- [1, () => ResultSet$, 0]
1151
- ];
1152
- var GetQueryRuntimeStatisticsInput$ = [3, n0, _GQRSI,
1153
- 0,
1154
- [_QEIu],
1155
- [0], 1
1156
- ];
1157
- var GetQueryRuntimeStatisticsOutput$ = [3, n0, _GQRSO,
1158
- 0,
1159
- [_QRS],
1160
- [() => QueryRuntimeStatistics$]
1161
- ];
1162
- var GetResourceDashboardRequest$ = [3, n0, _GRDR,
1163
- 0,
1164
- [_RARN],
1165
- [0], 1
1166
- ];
1167
- var GetResourceDashboardResponse$ = [3, n0, _GRDRe,
1168
- 0,
1169
- [_U],
1170
- [0], 1
1171
- ];
1172
- var GetSessionEndpointRequest$ = [3, n0, _GSER,
1173
- 0,
1174
- [_SI],
1175
- [0], 1
1176
- ];
1177
- var GetSessionEndpointResponse$ = [3, n0, _GSERe,
1178
- 0,
1179
- [_EU, _AT, _ATET],
1180
- [0, 0, 4], 3
1181
- ];
1182
- var GetSessionRequest$ = [3, n0, _GSR,
1183
- 0,
1184
- [_SI],
1185
- [0], 1
1186
- ];
1187
- var GetSessionResponse$ = [3, n0, _GSRe,
1188
- 0,
1189
- [_SI, _D, _WG, _EV, _ECng, _NV, _MC, _SC, _St, _Sta],
1190
- [0, 0, 0, 0, () => EngineConfiguration$, 0, () => MonitoringConfiguration$, () => SessionConfiguration$, () => SessionStatus$, () => SessionStatistics$]
1191
- ];
1192
- var GetSessionStatusRequest$ = [3, n0, _GSSR,
1193
- 0,
1194
- [_SI],
1195
- [0], 1
1196
- ];
1197
- var GetSessionStatusResponse$ = [3, n0, _GSSRe,
1198
- 0,
1199
- [_SI, _St],
1200
- [0, () => SessionStatus$]
1201
- ];
1202
- var GetTableMetadataInput$ = [3, n0, _GTMI,
1203
- 0,
1204
- [_CN, _DN, _TN, _WG],
1205
- [0, 0, 0, 0], 3
1206
- ];
1207
- var GetTableMetadataOutput$ = [3, n0, _GTMO,
1208
- 0,
1209
- [_TM],
1210
- [() => TableMetadata$]
1211
- ];
1212
- var GetWorkGroupInput$ = [3, n0, _GWGI,
1213
- 0,
1214
- [_WG],
1215
- [0], 1
1216
- ];
1217
- var GetWorkGroupOutput$ = [3, n0, _GWGO,
1218
- 0,
1219
- [_WG],
1220
- [() => WorkGroup$]
1221
- ];
1222
- var IdentityCenterConfiguration$ = [3, n0, _ICC,
1223
- 0,
1224
- [_EIC, _ICIA],
1225
- [2, 0]
1226
- ];
1227
- var ImportNotebookInput$ = [3, n0, _INI,
1228
- 0,
1229
- [_WG, _N, _T, _Pay, _NSLU, _CRT],
1230
- [0, 0, 0, 0, 0, 0], 3
1231
- ];
1232
- var ImportNotebookOutput$ = [3, n0, _INO,
1233
- 0,
1234
- [_NI],
1235
- [0]
1236
- ];
1237
- var InternalServerException$ = [-3, n0, _ISE,
1238
- { [_e]: _s },
1239
- [_M],
1240
- [0]
1241
- ];
1242
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
1243
- var InvalidRequestException$ = [-3, n0, _IRE,
1244
- { [_e]: _c },
1245
- [_AEC, _M],
1246
- [0, 0]
1247
- ];
1248
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
1249
- var ListApplicationDPUSizesInput$ = [3, n0, _LADPUSI,
1250
- 0,
1251
- [_MR, _NT],
1252
- [1, 0]
1253
- ];
1254
- var ListApplicationDPUSizesOutput$ = [3, n0, _LADPUSO,
1255
- 0,
1256
- [_ADPUS, _NT],
1257
- [() => ApplicationDPUSizesList, 0]
1258
- ];
1259
- var ListCalculationExecutionsRequest$ = [3, n0, _LCER,
1260
- 0,
1261
- [_SI, _SF, _MR, _NT],
1262
- [0, 0, 1, 0], 1
1263
- ];
1264
- var ListCalculationExecutionsResponse$ = [3, n0, _LCERi,
1265
- 0,
1266
- [_NT, _Ca],
1267
- [0, () => CalculationsList]
1268
- ];
1269
- var ListCapacityReservationsInput$ = [3, n0, _LCRI,
1270
- 0,
1271
- [_NT, _MR],
1272
- [0, 1]
1273
- ];
1274
- var ListCapacityReservationsOutput$ = [3, n0, _LCRO,
1275
- 0,
1276
- [_CRap, _NT],
1277
- [() => CapacityReservationsList, 0], 1
1278
- ];
1279
- var ListDatabasesInput$ = [3, n0, _LDI,
1280
- 0,
1281
- [_CN, _NT, _MR, _WG],
1282
- [0, 0, 1, 0], 1
1283
- ];
1284
- var ListDatabasesOutput$ = [3, n0, _LDO,
1285
- 0,
1286
- [_DL, _NT],
1287
- [() => DatabaseList, 0]
1288
- ];
1289
- var ListDataCatalogsInput$ = [3, n0, _LDCI,
1290
- 0,
1291
- [_NT, _MR, _WG],
1292
- [0, 1, 0]
1293
- ];
1294
- var ListDataCatalogsOutput$ = [3, n0, _LDCO,
1295
- 0,
1296
- [_DCSa, _NT],
1297
- [() => DataCatalogSummaryList, 0]
1298
- ];
1299
- var ListEngineVersionsInput$ = [3, n0, _LEVI,
1300
- 0,
1301
- [_NT, _MR],
1302
- [0, 1]
1303
- ];
1304
- var ListEngineVersionsOutput$ = [3, n0, _LEVO,
1305
- 0,
1306
- [_EVn, _NT],
1307
- [() => EngineVersionsList, 0]
1308
- ];
1309
- var ListExecutorsRequest$ = [3, n0, _LER,
1310
- 0,
1311
- [_SI, _ESF, _MR, _NT],
1312
- [0, 0, 1, 0], 1
1313
- ];
1314
- var ListExecutorsResponse$ = [3, n0, _LERi,
1315
- 0,
1316
- [_SI, _NT, _ES],
1317
- [0, 0, () => ExecutorsSummaryList], 1
1318
- ];
1319
- var ListNamedQueriesInput$ = [3, n0, _LNQI,
1320
- 0,
1321
- [_NT, _MR, _WG],
1322
- [0, 1, 0]
1323
- ];
1324
- var ListNamedQueriesOutput$ = [3, n0, _LNQO,
1325
- 0,
1326
- [_NQI, _NT],
1327
- [64 | 0, 0]
1328
- ];
1329
- var ListNotebookMetadataInput$ = [3, n0, _LNMI,
1330
- 0,
1331
- [_WG, _F, _NT, _MR],
1332
- [0, () => FilterDefinition$, 0, 1], 1
1333
- ];
1334
- var ListNotebookMetadataOutput$ = [3, n0, _LNMO,
1335
- 0,
1336
- [_NT, _NML],
1337
- [0, () => NotebookMetadataArray]
1338
- ];
1339
- var ListNotebookSessionsRequest$ = [3, n0, _LNSR,
1340
- 0,
1341
- [_NI, _MR, _NT],
1342
- [0, 1, 0], 1
1343
- ];
1344
- var ListNotebookSessionsResponse$ = [3, n0, _LNSRi,
1345
- 0,
1346
- [_NSL, _NT],
1347
- [() => NotebookSessionsList, 0], 1
1348
- ];
1349
- var ListPreparedStatementsInput$ = [3, n0, _LPSI,
1350
- 0,
1351
- [_WG, _NT, _MR],
1352
- [0, 0, 1], 1
1353
- ];
1354
- var ListPreparedStatementsOutput$ = [3, n0, _LPSO,
1355
- 0,
1356
- [_PS, _NT],
1357
- [() => PreparedStatementsList, 0]
1358
- ];
1359
- var ListQueryExecutionsInput$ = [3, n0, _LQEI,
1360
- 0,
1361
- [_NT, _MR, _WG],
1362
- [0, 1, 0]
1363
- ];
1364
- var ListQueryExecutionsOutput$ = [3, n0, _LQEO,
1365
- 0,
1366
- [_QEI, _NT],
1367
- [64 | 0, 0]
1368
- ];
1369
- var ListSessionsRequest$ = [3, n0, _LSR,
1370
- 0,
1371
- [_WG, _SF, _MR, _NT],
1372
- [0, 0, 1, 0], 1
1373
- ];
1374
- var ListSessionsResponse$ = [3, n0, _LSRi,
1375
- 0,
1376
- [_NT, _Se],
1377
- [0, () => SessionsList]
1378
- ];
1379
- var ListTableMetadataInput$ = [3, n0, _LTMI,
1380
- 0,
1381
- [_CN, _DN, _Ex, _NT, _MR, _WG],
1382
- [0, 0, 0, 0, 1, 0], 2
1383
- ];
1384
- var ListTableMetadataOutput$ = [3, n0, _LTMO,
1385
- 0,
1386
- [_TML, _NT],
1387
- [() => TableMetadataList, 0]
1388
- ];
1389
- var ListTagsForResourceInput$ = [3, n0, _LTFRI,
1390
- 0,
1391
- [_RARN, _NT, _MR],
1392
- [0, 0, 1], 1
1393
- ];
1394
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
1395
- 0,
1396
- [_Ta, _NT],
1397
- [() => TagList, 0]
1398
- ];
1399
- var ListWorkGroupsInput$ = [3, n0, _LWGI,
1400
- 0,
1401
- [_NT, _MR],
1402
- [0, 1]
1403
- ];
1404
- var ListWorkGroupsOutput$ = [3, n0, _LWGO,
1405
- 0,
1406
- [_WGo, _NT],
1407
- [() => WorkGroupsList, 0]
1408
- ];
1409
- var ManagedLoggingConfiguration$ = [3, n0, _MLC,
1410
- 0,
1411
- [_E, _KK],
1412
- [2, 0], 1
1413
- ];
1414
- var ManagedQueryResultsConfiguration$ = [3, n0, _MQRC,
1415
- 0,
1416
- [_E, _ECn],
1417
- [2, () => ManagedQueryResultsEncryptionConfiguration$], 1
1418
- ];
1419
- var ManagedQueryResultsConfigurationUpdates$ = [3, n0, _MQRCU,
1420
- 0,
1421
- [_E, _ECn, _REC],
1422
- [2, () => ManagedQueryResultsEncryptionConfiguration$, 2]
1423
- ];
1424
- var ManagedQueryResultsEncryptionConfiguration$ = [3, n0, _MQREC,
1425
- 0,
1426
- [_KK],
1427
- [0], 1
1428
- ];
1429
- var MetadataException$ = [-3, n0, _ME,
1430
- { [_e]: _c },
1431
- [_M],
1432
- [0]
1433
- ];
1434
- schema.TypeRegistry.for(n0).registerError(MetadataException$, MetadataException);
1435
- var MonitoringConfiguration$ = [3, n0, _MC,
1436
- 0,
1437
- [_CWLC, _MLC, _SLC],
1438
- [() => CloudWatchLoggingConfiguration$, () => ManagedLoggingConfiguration$, () => S3LoggingConfiguration$]
1439
- ];
1440
- var NamedQuery$ = [3, n0, _NQa,
1441
- 0,
1442
- [_N, _Da, _QS, _D, _NQIa, _WG],
1443
- [0, 0, 0, 0, 0, 0], 3
1444
- ];
1445
- var NotebookMetadata$ = [3, n0, _NM,
1446
- 0,
1447
- [_NI, _N, _WG, _CT, _T, _LMT],
1448
- [0, 0, 0, 4, 0, 4]
1449
- ];
1450
- var NotebookSessionSummary$ = [3, n0, _NSS,
1451
- 0,
1452
- [_SI, _CT],
1453
- [0, 4]
1454
- ];
1455
- var PreparedStatement$ = [3, n0, _PSr,
1456
- 0,
1457
- [_SNt, _QSu, _WGNo, _D, _LMT],
1458
- [0, 0, 0, 0, 4]
1459
- ];
1460
- var PreparedStatementSummary$ = [3, n0, _PSS,
1461
- 0,
1462
- [_SNt, _LMT],
1463
- [0, 4]
1464
- ];
1465
- var PutCapacityAssignmentConfigurationInput$ = [3, n0, _PCACI,
1466
- 0,
1467
- [_CRN, _CAap],
1468
- [0, () => CapacityAssignmentsList], 2
1469
- ];
1470
- var PutCapacityAssignmentConfigurationOutput$ = [3, n0, _PCACO,
1471
- 0,
1472
- [],
1473
- []
1474
- ];
1475
- var QueryExecution$ = [3, n0, _QEu,
1476
- 0,
1477
- [_QEIu, _Q, _ST, _MQRC, _RC, _RRC, _QEC, _St, _Sta, _WG, _EV, _EP, _STu, _QRSAGC],
1478
- [0, 0, 0, () => ManagedQueryResultsConfiguration$, () => ResultConfiguration$, () => ResultReuseConfiguration$, () => QueryExecutionContext$, () => QueryExecutionStatus$, () => QueryExecutionStatistics$, 0, () => EngineVersion$, 64 | 0, 0, () => QueryResultsS3AccessGrantsConfiguration$]
1479
- ];
1480
- var QueryExecutionContext$ = [3, n0, _QEC,
1481
- 0,
1482
- [_Da, _Cat],
1483
- [0, 0]
1484
- ];
1485
- var QueryExecutionStatistics$ = [3, n0, _QES,
1486
- 0,
1487
- [_EETIM, _DSIB, _DML, _TETIM, _QQTIM, _SPPTIM, _QPTIM, _SPTIM, _RRI, _DCp],
1488
- [1, 1, 0, 1, 1, 1, 1, 1, () => ResultReuseInformation$, 1]
1489
- ];
1490
- var QueryExecutionStatus$ = [3, n0, _QESu,
1491
- 0,
1492
- [_S, _SCR, _SDT, _CDT, _AE],
1493
- [0, 0, 4, 4, () => AthenaError$]
1494
- ];
1495
- var QueryResultsS3AccessGrantsConfiguration$ = [3, n0, _QRSAGC,
1496
- 0,
1497
- [_ESAG, _ATu, _CULP],
1498
- [2, 0, 2], 2
1499
- ];
1500
- var QueryRuntimeStatistics$ = [3, n0, _QRS,
1501
- 0,
1502
- [_Ti, _Ro, _OS],
1503
- [() => QueryRuntimeStatisticsTimeline$, () => QueryRuntimeStatisticsRows$, () => QueryStage$]
1504
- ];
1505
- var QueryRuntimeStatisticsRows$ = [3, n0, _QRSR,
1506
- 0,
1507
- [_IR, _IB, _OB, _OR],
1508
- [1, 1, 1, 1]
1509
- ];
1510
- var QueryRuntimeStatisticsTimeline$ = [3, n0, _QRST,
1511
- 0,
1512
- [_QQTIM, _SPPTIM, _QPTIM, _EETIM, _SPTIM, _TETIM],
1513
- [1, 1, 1, 1, 1, 1]
1514
- ];
1515
- var QueryStage$ = [3, n0, _QSue,
1516
- 0,
1517
- [_SIt, _S, _OB, _OR, _IB, _IR, _ETxe, _QSP, _SS],
1518
- [1, 0, 1, 1, 1, 1, 1, () => QueryStagePlanNode$, () => QueryStages]
1519
- ];
1520
- var QueryStagePlanNode$ = [3, n0, _QSPN,
1521
- 0,
1522
- [_N, _I, _Ch, _RSe],
1523
- [0, 0, () => QueryStagePlanNodes, 64 | 0]
1524
- ];
1525
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
1526
- { [_e]: _c },
1527
- [_M, _RN],
1528
- [0, 0]
1529
- ];
1530
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1531
- var ResultConfiguration$ = [3, n0, _RC,
1532
- 0,
1533
- [_OL, _ECn, _EBO, _AC],
1534
- [0, () => EncryptionConfiguration$, 0, () => AclConfiguration$]
1535
- ];
1536
- var ResultConfigurationUpdates$ = [3, n0, _RCU,
1537
- 0,
1538
- [_OL, _ROL, _ECn, _REC, _EBO, _REBO, _AC, _RAC],
1539
- [0, 2, () => EncryptionConfiguration$, 2, 0, 2, () => AclConfiguration$, 2]
1540
- ];
1541
- var ResultReuseByAgeConfiguration$ = [3, n0, _RRBAC,
1542
- 0,
1543
- [_E, _MAIM],
1544
- [2, 1], 1
1545
- ];
1546
- var ResultReuseConfiguration$ = [3, n0, _RRC,
1547
- 0,
1548
- [_RRBAC],
1549
- [() => ResultReuseByAgeConfiguration$]
1550
- ];
1551
- var ResultReuseInformation$ = [3, n0, _RRI,
1552
- 0,
1553
- [_RPR],
1554
- [2], 1
1555
- ];
1556
- var ResultSet$ = [3, n0, _RS,
1557
- 0,
1558
- [_Ro, _RSM],
1559
- [() => RowList, () => ResultSetMetadata$]
1560
- ];
1561
- var ResultSetMetadata$ = [3, n0, _RSM,
1562
- 0,
1563
- [_CI],
1564
- [() => ColumnInfoList]
1565
- ];
1566
- var Row$ = [3, n0, _Row,
1567
- 0,
1568
- [_Data],
1569
- [() => datumList]
1570
- ];
1571
- var S3LoggingConfiguration$ = [3, n0, _SLC,
1572
- 0,
1573
- [_E, _KK, _LL],
1574
- [2, 0, 0], 1
1575
- ];
1576
- var SessionAlreadyExistsException$ = [-3, n0, _SAEE,
1577
- { [_e]: _c },
1578
- [_M],
1579
- [0]
1580
- ];
1581
- schema.TypeRegistry.for(n0).registerError(SessionAlreadyExistsException$, SessionAlreadyExistsException);
1582
- var SessionConfiguration$ = [3, n0, _SC,
1583
- 0,
1584
- [_ER, _WD, _ITS, _SITIM, _ECn],
1585
- [0, 0, 1, 1, () => EncryptionConfiguration$]
1586
- ];
1587
- var SessionStatistics$ = [3, n0, _SSe,
1588
- 0,
1589
- [_DEIM],
1590
- [1]
1591
- ];
1592
- var SessionStatus$ = [3, n0, _SSes,
1593
- 0,
1594
- [_SDTt, _LMDT, _EDT, _ISDT, _S, _SCR],
1595
- [4, 4, 4, 4, 0, 0]
1596
- ];
1597
- var SessionSummary$ = [3, n0, _SSess,
1598
- 0,
1599
- [_SI, _D, _EV, _NV, _St],
1600
- [0, 0, () => EngineVersion$, 0, () => SessionStatus$]
1601
- ];
1602
- var StartCalculationExecutionRequest$ = [3, n0, _SCER,
1603
- 0,
1604
- [_SI, _D, _CC, _CB, _CRT],
1605
- [0, 0, () => CalculationConfiguration$, 0, 0], 1
1606
- ];
1607
- var StartCalculationExecutionResponse$ = [3, n0, _SCERt,
1608
- 0,
1609
- [_CEI, _S],
1610
- [0, 0]
1611
- ];
1612
- var StartQueryExecutionInput$ = [3, n0, _SQEI,
1613
- 0,
1614
- [_QS, _CRT, _QEC, _RC, _WG, _EP, _RRC, _ECng],
1615
- [0, [0, 4], () => QueryExecutionContext$, () => ResultConfiguration$, 0, 64 | 0, () => ResultReuseConfiguration$, () => EngineConfiguration$], 1
1616
- ];
1617
- var StartQueryExecutionOutput$ = [3, n0, _SQEO,
1618
- 0,
1619
- [_QEIu],
1620
- [0]
1621
- ];
1622
- var StartSessionRequest$ = [3, n0, _SSR,
1623
- 0,
1624
- [_WG, _ECng, _D, _ER, _MC, _NV, _SITIM, _CRT, _Ta, _CWGT],
1625
- [0, () => EngineConfiguration$, 0, 0, () => MonitoringConfiguration$, 0, 1, 0, () => TagList, 2], 2
1626
- ];
1627
- var StartSessionResponse$ = [3, n0, _SSRt,
1628
- 0,
1629
- [_SI, _S],
1630
- [0, 0]
1631
- ];
1632
- var StopCalculationExecutionRequest$ = [3, n0, _SCERto,
1633
- 0,
1634
- [_CEI],
1635
- [0], 1
1636
- ];
1637
- var StopCalculationExecutionResponse$ = [3, n0, _SCERtop,
1638
- 0,
1639
- [_S],
1640
- [0]
1641
- ];
1642
- var StopQueryExecutionInput$ = [3, n0, _SQEIt,
1643
- 0,
1644
- [_QEIu],
1645
- [[0, 4]]
1646
- ];
1647
- var StopQueryExecutionOutput$ = [3, n0, _SQEOt,
1648
- 0,
1649
- [],
1650
- []
1651
- ];
1652
- var TableMetadata$ = [3, n0, _TM,
1653
- 0,
1654
- [_N, _CTr, _LAT, _TT, _Col, _PK, _Pa],
1655
- [0, 4, 4, 0, () => ColumnList, () => ColumnList, 128 | 0], 1
1656
- ];
1657
- var Tag$ = [3, n0, _Tag,
1658
- 0,
1659
- [_K, _V],
1660
- [0, 0]
1661
- ];
1662
- var TagResourceInput$ = [3, n0, _TRI,
1663
- 0,
1664
- [_RARN, _Ta],
1665
- [0, () => TagList], 2
1666
- ];
1667
- var TagResourceOutput$ = [3, n0, _TRO,
1668
- 0,
1669
- [],
1670
- []
1671
- ];
1672
- var TerminateSessionRequest$ = [3, n0, _TSR,
1673
- 0,
1674
- [_SI],
1675
- [0], 1
1676
- ];
1677
- var TerminateSessionResponse$ = [3, n0, _TSRe,
1678
- 0,
1679
- [_S],
1680
- [0]
1681
- ];
1682
- var TooManyRequestsException$ = [-3, n0, _TMRE,
1683
- { [_e]: _c },
1684
- [_M, _Rea],
1685
- [0, 0]
1686
- ];
1687
- schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
1688
- var UnprocessedNamedQueryId$ = [3, n0, _UNQIn,
1689
- 0,
1690
- [_NQIa, _ECr, _EM],
1691
- [0, 0, 0]
1692
- ];
1693
- var UnprocessedPreparedStatementName$ = [3, n0, _UPSNn,
1694
- 0,
1695
- [_SNt, _ECr, _EM],
1696
- [0, 0, 0]
1697
- ];
1698
- var UnprocessedQueryExecutionId$ = [3, n0, _UQEIn,
1699
- 0,
1700
- [_QEIu, _ECr, _EM],
1701
- [0, 0, 0]
1702
- ];
1703
- var UntagResourceInput$ = [3, n0, _URI,
1704
- 0,
1705
- [_RARN, _TK],
1706
- [0, 64 | 0], 2
1707
- ];
1708
- var UntagResourceOutput$ = [3, n0, _URO,
1709
- 0,
1710
- [],
1711
- []
1712
- ];
1713
- var UpdateCapacityReservationInput$ = [3, n0, _UCRI,
1714
- 0,
1715
- [_TD, _N],
1716
- [1, 0], 2
1717
- ];
1718
- var UpdateCapacityReservationOutput$ = [3, n0, _UCRO,
1719
- 0,
1720
- [],
1721
- []
1722
- ];
1723
- var UpdateDataCatalogInput$ = [3, n0, _UDCI,
1724
- 0,
1725
- [_N, _T, _D, _Pa],
1726
- [0, 0, 0, 128 | 0], 2
1727
- ];
1728
- var UpdateDataCatalogOutput$ = [3, n0, _UDCO,
1729
- 0,
1730
- [],
1731
- []
1732
- ];
1733
- var UpdateNamedQueryInput$ = [3, n0, _UNQIp,
1734
- 0,
1735
- [_NQIa, _N, _QS, _D],
1736
- [0, 0, 0, 0], 3
1737
- ];
1738
- var UpdateNamedQueryOutput$ = [3, n0, _UNQO,
1739
- 0,
1740
- [],
1741
- []
1742
- ];
1743
- var UpdateNotebookInput$ = [3, n0, _UNI,
1744
- 0,
1745
- [_NI, _Pay, _T, _SI, _CRT],
1746
- [0, 0, 0, 0, 0], 3
1747
- ];
1748
- var UpdateNotebookMetadataInput$ = [3, n0, _UNMI,
1749
- 0,
1750
- [_NI, _N, _CRT],
1751
- [0, 0, 0], 2
1752
- ];
1753
- var UpdateNotebookMetadataOutput$ = [3, n0, _UNMO,
1754
- 0,
1755
- [],
1756
- []
1757
- ];
1758
- var UpdateNotebookOutput$ = [3, n0, _UNO,
1759
- 0,
1760
- [],
1761
- []
1762
- ];
1763
- var UpdatePreparedStatementInput$ = [3, n0, _UPSI,
1764
- 0,
1765
- [_SNt, _WG, _QSu, _D],
1766
- [0, 0, 0, 0], 3
1767
- ];
1768
- var UpdatePreparedStatementOutput$ = [3, n0, _UPSO,
1769
- 0,
1770
- [],
1771
- []
1772
- ];
1773
- var UpdateWorkGroupInput$ = [3, n0, _UWGI,
1774
- 0,
1775
- [_WG, _D, _CU, _S],
1776
- [0, 0, () => WorkGroupConfigurationUpdates$, 0], 1
1777
- ];
1778
- var UpdateWorkGroupOutput$ = [3, n0, _UWGO,
1779
- 0,
1780
- [],
1781
- []
1782
- ];
1783
- var WorkGroup$ = [3, n0, _WG,
1784
- 0,
1785
- [_N, _S, _Con, _D, _CT, _ICAA],
1786
- [0, 0, () => WorkGroupConfiguration$, 0, 4, 0], 1
1787
- ];
1788
- var WorkGroupConfiguration$ = [3, n0, _WGC,
1789
- 0,
1790
- [_RC, _MQRC, _EWGC, _PCWME, _BSCPQ, _RPE, _EV, _ACdd, _ER, _MC, _ECng, _CCEC, _EMEC, _ICC, _QRSAGC],
1791
- [() => ResultConfiguration$, () => ManagedQueryResultsConfiguration$, 2, 2, 1, 2, () => EngineVersion$, 0, 0, () => MonitoringConfiguration$, () => EngineConfiguration$, () => CustomerContentEncryptionConfiguration$, 2, () => IdentityCenterConfiguration$, () => QueryResultsS3AccessGrantsConfiguration$]
1792
- ];
1793
- var WorkGroupConfigurationUpdates$ = [3, n0, _WGCU,
1794
- 0,
1795
- [_EWGC, _RCU, _MQRCU, _PCWME, _BSCPQ, _RBSCPQ, _RPE, _EV, _RCCEC, _ACdd, _ER, _CCEC, _EMEC, _QRSAGC, _MC, _ECng],
1796
- [2, () => ResultConfigurationUpdates$, () => ManagedQueryResultsConfigurationUpdates$, 2, 1, 2, 2, () => EngineVersion$, 2, 0, 0, () => CustomerContentEncryptionConfiguration$, 2, () => QueryResultsS3AccessGrantsConfiguration$, () => MonitoringConfiguration$, () => EngineConfiguration$]
1797
- ];
1798
- var WorkGroupSummary$ = [3, n0, _WGS,
1799
- 0,
1800
- [_N, _S, _D, _CT, _EV, _ICAA],
1801
- [0, 0, 0, 4, () => EngineVersion$, 0]
1802
- ];
1803
- var AthenaServiceException$ = [-3, _sm, "AthenaServiceException", 0, [], []];
1804
- schema.TypeRegistry.for(_sm).registerError(AthenaServiceException$, AthenaServiceException);
1805
- var ApplicationDPUSizesList = [1, n0, _ADPUSL,
1806
- 0, () => ApplicationDPUSizes$
1807
- ];
1808
- var CalculationsList = [1, n0, _CL,
1809
- 0, () => CalculationSummary$
1810
- ];
1811
- var CapacityAssignmentsList = [1, n0, _CAL,
1812
- 0, () => CapacityAssignment$
1813
- ];
1814
- var CapacityReservationsList = [1, n0, _CRL,
1815
- 0, () => CapacityReservation$
1816
- ];
1817
- var ClassificationList = [1, n0, _CLl,
1818
- 0, () => Classification$
1819
- ];
1820
- var ColumnInfoList = [1, n0, _CIL,
1821
- 0, () => ColumnInfo$
1822
- ];
1823
- var ColumnList = [1, n0, _CLo,
1824
- 0, () => Column$
1825
- ];
1826
- var DatabaseList = [1, n0, _DL,
1827
- 0, () => Database$
1828
- ];
1829
- var DataCatalogSummaryList = [1, n0, _DCSL,
1830
- 0, () => DataCatalogSummary$
1831
- ];
1832
- var datumList = [1, n0, _dL,
1833
- 0, () => Datum$
1834
- ];
1835
- var EngineVersionsList = [1, n0, _EVL,
1836
- 0, () => EngineVersion$
1837
- ];
1838
- var ExecutorsSummaryList = [1, n0, _ESL,
1839
- 0, () => ExecutorsSummary$
1840
- ];
1841
- var NamedQueryList = [1, n0, _NQL,
1842
- 0, () => NamedQuery$
1843
- ];
1844
- var NotebookMetadataArray = [1, n0, _NMA,
1845
- 0, () => NotebookMetadata$
1846
- ];
1847
- var NotebookSessionsList = [1, n0, _NSL,
1848
- 0, () => NotebookSessionSummary$
1849
- ];
1850
- var PreparedStatementDetailsList = [1, n0, _PSDL,
1851
- 0, () => PreparedStatement$
1852
- ];
1853
- var PreparedStatementsList = [1, n0, _PSL,
1854
- 0, () => PreparedStatementSummary$
1855
- ];
1856
- var QueryExecutionList = [1, n0, _QEL,
1857
- 0, () => QueryExecution$
1858
- ];
1859
- var QueryStagePlanNodes = [1, n0, _QSPNu,
1860
- 0, () => QueryStagePlanNode$
1861
- ];
1862
- var QueryStages = [1, n0, _QSuer,
1863
- 0, () => QueryStage$
1864
- ];
1865
- var RowList = [1, n0, _RL,
1866
- 0, () => Row$
1867
- ];
1868
- var SessionsList = [1, n0, _SL,
1869
- 0, () => SessionSummary$
1870
- ];
1871
- var TableMetadataList = [1, n0, _TML,
1872
- 0, () => TableMetadata$
1873
- ];
1874
- var TagList = [1, n0, _TL,
1875
- 0, () => Tag$
1876
- ];
1877
- var UnprocessedNamedQueryIdList = [1, n0, _UNQIL,
1878
- 0, () => UnprocessedNamedQueryId$
1879
- ];
1880
- var UnprocessedPreparedStatementNameList = [1, n0, _UPSNL,
1881
- 0, () => UnprocessedPreparedStatementName$
1882
- ];
1883
- var UnprocessedQueryExecutionIdList = [1, n0, _UQEIL,
1884
- 0, () => UnprocessedQueryExecutionId$
1885
- ];
1886
- var WorkGroupsList = [1, n0, _WGL,
1887
- 0, () => WorkGroupSummary$
1888
- ];
1889
- var BatchGetNamedQuery$ = [9, n0, _BGNQ,
1890
- 0, () => BatchGetNamedQueryInput$, () => BatchGetNamedQueryOutput$
1891
- ];
1892
- var BatchGetPreparedStatement$ = [9, n0, _BGPS,
1893
- 0, () => BatchGetPreparedStatementInput$, () => BatchGetPreparedStatementOutput$
1894
- ];
1895
- var BatchGetQueryExecution$ = [9, n0, _BGQE,
1896
- 0, () => BatchGetQueryExecutionInput$, () => BatchGetQueryExecutionOutput$
1897
- ];
1898
- var CancelCapacityReservation$ = [9, n0, _CCR,
1899
- 2, () => CancelCapacityReservationInput$, () => CancelCapacityReservationOutput$
1900
- ];
1901
- var CreateCapacityReservation$ = [9, n0, _CCRr,
1902
- 2, () => CreateCapacityReservationInput$, () => CreateCapacityReservationOutput$
1903
- ];
1904
- var CreateDataCatalog$ = [9, n0, _CDC,
1905
- 0, () => CreateDataCatalogInput$, () => CreateDataCatalogOutput$
1906
- ];
1907
- var CreateNamedQuery$ = [9, n0, _CNQ,
1908
- 2, () => CreateNamedQueryInput$, () => CreateNamedQueryOutput$
1909
- ];
1910
- var CreateNotebook$ = [9, n0, _CNr,
1911
- 0, () => CreateNotebookInput$, () => CreateNotebookOutput$
1912
- ];
1913
- var CreatePreparedStatement$ = [9, n0, _CPS,
1914
- 0, () => CreatePreparedStatementInput$, () => CreatePreparedStatementOutput$
1915
- ];
1916
- var CreatePresignedNotebookUrl$ = [9, n0, _CPNU,
1917
- 0, () => CreatePresignedNotebookUrlRequest$, () => CreatePresignedNotebookUrlResponse$
1918
- ];
1919
- var CreateWorkGroup$ = [9, n0, _CWG,
1920
- 0, () => CreateWorkGroupInput$, () => CreateWorkGroupOutput$
1921
- ];
1922
- var DeleteCapacityReservation$ = [9, n0, _DCR,
1923
- 2, () => DeleteCapacityReservationInput$, () => DeleteCapacityReservationOutput$
1924
- ];
1925
- var DeleteDataCatalog$ = [9, n0, _DDC,
1926
- 0, () => DeleteDataCatalogInput$, () => DeleteDataCatalogOutput$
1927
- ];
1928
- var DeleteNamedQuery$ = [9, n0, _DNQ,
1929
- 2, () => DeleteNamedQueryInput$, () => DeleteNamedQueryOutput$
1930
- ];
1931
- var DeleteNotebook$ = [9, n0, _DNe,
1932
- 0, () => DeleteNotebookInput$, () => DeleteNotebookOutput$
1933
- ];
1934
- var DeletePreparedStatement$ = [9, n0, _DPS,
1935
- 0, () => DeletePreparedStatementInput$, () => DeletePreparedStatementOutput$
1936
- ];
1937
- var DeleteWorkGroup$ = [9, n0, _DWG,
1938
- 2, () => DeleteWorkGroupInput$, () => DeleteWorkGroupOutput$
1939
- ];
1940
- var ExportNotebook$ = [9, n0, _EN,
1941
- 0, () => ExportNotebookInput$, () => ExportNotebookOutput$
1942
- ];
1943
- var GetCalculationExecution$ = [9, n0, _GCE,
1944
- 0, () => GetCalculationExecutionRequest$, () => GetCalculationExecutionResponse$
1945
- ];
1946
- var GetCalculationExecutionCode$ = [9, n0, _GCEC,
1947
- 0, () => GetCalculationExecutionCodeRequest$, () => GetCalculationExecutionCodeResponse$
1948
- ];
1949
- var GetCalculationExecutionStatus$ = [9, n0, _GCES,
1950
- 0, () => GetCalculationExecutionStatusRequest$, () => GetCalculationExecutionStatusResponse$
1951
- ];
1952
- var GetCapacityAssignmentConfiguration$ = [9, n0, _GCAC,
1953
- 0, () => GetCapacityAssignmentConfigurationInput$, () => GetCapacityAssignmentConfigurationOutput$
1954
- ];
1955
- var GetCapacityReservation$ = [9, n0, _GCR,
1956
- 0, () => GetCapacityReservationInput$, () => GetCapacityReservationOutput$
1957
- ];
1958
- var GetDatabase$ = [9, n0, _GD,
1959
- 0, () => GetDatabaseInput$, () => GetDatabaseOutput$
1960
- ];
1961
- var GetDataCatalog$ = [9, n0, _GDC,
1962
- 0, () => GetDataCatalogInput$, () => GetDataCatalogOutput$
1963
- ];
1964
- var GetNamedQuery$ = [9, n0, _GNQ,
1965
- 0, () => GetNamedQueryInput$, () => GetNamedQueryOutput$
1966
- ];
1967
- var GetNotebookMetadata$ = [9, n0, _GNM,
1968
- 0, () => GetNotebookMetadataInput$, () => GetNotebookMetadataOutput$
1969
- ];
1970
- var GetPreparedStatement$ = [9, n0, _GPS,
1971
- 0, () => GetPreparedStatementInput$, () => GetPreparedStatementOutput$
1972
- ];
1973
- var GetQueryExecution$ = [9, n0, _GQE,
1974
- 0, () => GetQueryExecutionInput$, () => GetQueryExecutionOutput$
1975
- ];
1976
- var GetQueryResults$ = [9, n0, _GQR,
1977
- 0, () => GetQueryResultsInput$, () => GetQueryResultsOutput$
1978
- ];
1979
- var GetQueryRuntimeStatistics$ = [9, n0, _GQRS,
1980
- 0, () => GetQueryRuntimeStatisticsInput$, () => GetQueryRuntimeStatisticsOutput$
1981
- ];
1982
- var GetResourceDashboard$ = [9, n0, _GRD,
1983
- 0, () => GetResourceDashboardRequest$, () => GetResourceDashboardResponse$
1984
- ];
1985
- var GetSession$ = [9, n0, _GS,
1986
- 0, () => GetSessionRequest$, () => GetSessionResponse$
1987
- ];
1988
- var GetSessionEndpoint$ = [9, n0, _GSE,
1989
- 0, () => GetSessionEndpointRequest$, () => GetSessionEndpointResponse$
1990
- ];
1991
- var GetSessionStatus$ = [9, n0, _GSS,
1992
- 0, () => GetSessionStatusRequest$, () => GetSessionStatusResponse$
1993
- ];
1994
- var GetTableMetadata$ = [9, n0, _GTM,
1995
- 0, () => GetTableMetadataInput$, () => GetTableMetadataOutput$
1996
- ];
1997
- var GetWorkGroup$ = [9, n0, _GWG,
1998
- 0, () => GetWorkGroupInput$, () => GetWorkGroupOutput$
1999
- ];
2000
- var ImportNotebook$ = [9, n0, _IN,
2001
- 0, () => ImportNotebookInput$, () => ImportNotebookOutput$
2002
- ];
2003
- var ListApplicationDPUSizes$ = [9, n0, _LADPUS,
2004
- 0, () => ListApplicationDPUSizesInput$, () => ListApplicationDPUSizesOutput$
2005
- ];
2006
- var ListCalculationExecutions$ = [9, n0, _LCE,
2007
- 0, () => ListCalculationExecutionsRequest$, () => ListCalculationExecutionsResponse$
2008
- ];
2009
- var ListCapacityReservations$ = [9, n0, _LCR,
2010
- 0, () => ListCapacityReservationsInput$, () => ListCapacityReservationsOutput$
2011
- ];
2012
- var ListDatabases$ = [9, n0, _LD,
2013
- 0, () => ListDatabasesInput$, () => ListDatabasesOutput$
2014
- ];
2015
- var ListDataCatalogs$ = [9, n0, _LDC,
2016
- 0, () => ListDataCatalogsInput$, () => ListDataCatalogsOutput$
2017
- ];
2018
- var ListEngineVersions$ = [9, n0, _LEV,
2019
- 0, () => ListEngineVersionsInput$, () => ListEngineVersionsOutput$
2020
- ];
2021
- var ListExecutors$ = [9, n0, _LE,
2022
- 0, () => ListExecutorsRequest$, () => ListExecutorsResponse$
2023
- ];
2024
- var ListNamedQueries$ = [9, n0, _LNQ,
2025
- 0, () => ListNamedQueriesInput$, () => ListNamedQueriesOutput$
2026
- ];
2027
- var ListNotebookMetadata$ = [9, n0, _LNM,
2028
- 0, () => ListNotebookMetadataInput$, () => ListNotebookMetadataOutput$
2029
- ];
2030
- var ListNotebookSessions$ = [9, n0, _LNS,
2031
- 0, () => ListNotebookSessionsRequest$, () => ListNotebookSessionsResponse$
2032
- ];
2033
- var ListPreparedStatements$ = [9, n0, _LPS,
2034
- 0, () => ListPreparedStatementsInput$, () => ListPreparedStatementsOutput$
2035
- ];
2036
- var ListQueryExecutions$ = [9, n0, _LQE,
2037
- 0, () => ListQueryExecutionsInput$, () => ListQueryExecutionsOutput$
2038
- ];
2039
- var ListSessions$ = [9, n0, _LS,
2040
- 0, () => ListSessionsRequest$, () => ListSessionsResponse$
2041
- ];
2042
- var ListTableMetadata$ = [9, n0, _LTMi,
2043
- 0, () => ListTableMetadataInput$, () => ListTableMetadataOutput$
2044
- ];
2045
- var ListTagsForResource$ = [9, n0, _LTFR,
2046
- 0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
2047
- ];
2048
- var ListWorkGroups$ = [9, n0, _LWG,
2049
- 0, () => ListWorkGroupsInput$, () => ListWorkGroupsOutput$
2050
- ];
2051
- var PutCapacityAssignmentConfiguration$ = [9, n0, _PCAC,
2052
- 2, () => PutCapacityAssignmentConfigurationInput$, () => PutCapacityAssignmentConfigurationOutput$
2053
- ];
2054
- var StartCalculationExecution$ = [9, n0, _SCE,
2055
- 0, () => StartCalculationExecutionRequest$, () => StartCalculationExecutionResponse$
2056
- ];
2057
- var StartQueryExecution$ = [9, n0, _SQE,
2058
- 2, () => StartQueryExecutionInput$, () => StartQueryExecutionOutput$
2059
- ];
2060
- var StartSession$ = [9, n0, _SSt,
2061
- 0, () => StartSessionRequest$, () => StartSessionResponse$
2062
- ];
2063
- var StopCalculationExecution$ = [9, n0, _SCEt,
2064
- 0, () => StopCalculationExecutionRequest$, () => StopCalculationExecutionResponse$
2065
- ];
2066
- var StopQueryExecution$ = [9, n0, _SQEt,
2067
- 2, () => StopQueryExecutionInput$, () => StopQueryExecutionOutput$
2068
- ];
2069
- var TagResource$ = [9, n0, _TR,
2070
- 0, () => TagResourceInput$, () => TagResourceOutput$
2071
- ];
2072
- var TerminateSession$ = [9, n0, _TS,
2073
- 0, () => TerminateSessionRequest$, () => TerminateSessionResponse$
2074
- ];
2075
- var UntagResource$ = [9, n0, _UR,
2076
- 0, () => UntagResourceInput$, () => UntagResourceOutput$
2077
- ];
2078
- var UpdateCapacityReservation$ = [9, n0, _UCR,
2079
- 0, () => UpdateCapacityReservationInput$, () => UpdateCapacityReservationOutput$
2080
- ];
2081
- var UpdateDataCatalog$ = [9, n0, _UDC,
2082
- 0, () => UpdateDataCatalogInput$, () => UpdateDataCatalogOutput$
2083
- ];
2084
- var UpdateNamedQuery$ = [9, n0, _UNQ,
2085
- 2, () => UpdateNamedQueryInput$, () => UpdateNamedQueryOutput$
2086
- ];
2087
- var UpdateNotebook$ = [9, n0, _UN,
2088
- 0, () => UpdateNotebookInput$, () => UpdateNotebookOutput$
2089
- ];
2090
- var UpdateNotebookMetadata$ = [9, n0, _UNM,
2091
- 0, () => UpdateNotebookMetadataInput$, () => UpdateNotebookMetadataOutput$
2092
- ];
2093
- var UpdatePreparedStatement$ = [9, n0, _UPS,
2094
- 0, () => UpdatePreparedStatementInput$, () => UpdatePreparedStatementOutput$
2095
- ];
2096
- var UpdateWorkGroup$ = [9, n0, _UWG,
2097
- 0, () => UpdateWorkGroupInput$, () => UpdateWorkGroupOutput$
2098
- ];
2099
-
2100
116
  class BatchGetNamedQueryCommand extends smithyClient.Command
2101
117
  .classBuilder()
2102
118
  .ep(commonParams)
@@ -2105,7 +121,7 @@ class BatchGetNamedQueryCommand extends smithyClient.Command
2105
121
  })
2106
122
  .s("AmazonAthena", "BatchGetNamedQuery", {})
2107
123
  .n("AthenaClient", "BatchGetNamedQueryCommand")
2108
- .sc(BatchGetNamedQuery$)
124
+ .sc(schemas_0.BatchGetNamedQuery$)
2109
125
  .build() {
2110
126
  }
2111
127
 
@@ -2117,7 +133,7 @@ class BatchGetPreparedStatementCommand extends smithyClient.Command
2117
133
  })
2118
134
  .s("AmazonAthena", "BatchGetPreparedStatement", {})
2119
135
  .n("AthenaClient", "BatchGetPreparedStatementCommand")
2120
- .sc(BatchGetPreparedStatement$)
136
+ .sc(schemas_0.BatchGetPreparedStatement$)
2121
137
  .build() {
2122
138
  }
2123
139
 
@@ -2129,7 +145,7 @@ class BatchGetQueryExecutionCommand extends smithyClient.Command
2129
145
  })
2130
146
  .s("AmazonAthena", "BatchGetQueryExecution", {})
2131
147
  .n("AthenaClient", "BatchGetQueryExecutionCommand")
2132
- .sc(BatchGetQueryExecution$)
148
+ .sc(schemas_0.BatchGetQueryExecution$)
2133
149
  .build() {
2134
150
  }
2135
151
 
@@ -2141,7 +157,7 @@ class CancelCapacityReservationCommand extends smithyClient.Command
2141
157
  })
2142
158
  .s("AmazonAthena", "CancelCapacityReservation", {})
2143
159
  .n("AthenaClient", "CancelCapacityReservationCommand")
2144
- .sc(CancelCapacityReservation$)
160
+ .sc(schemas_0.CancelCapacityReservation$)
2145
161
  .build() {
2146
162
  }
2147
163
 
@@ -2153,7 +169,7 @@ class CreateCapacityReservationCommand extends smithyClient.Command
2153
169
  })
2154
170
  .s("AmazonAthena", "CreateCapacityReservation", {})
2155
171
  .n("AthenaClient", "CreateCapacityReservationCommand")
2156
- .sc(CreateCapacityReservation$)
172
+ .sc(schemas_0.CreateCapacityReservation$)
2157
173
  .build() {
2158
174
  }
2159
175
 
@@ -2165,7 +181,7 @@ class CreateDataCatalogCommand extends smithyClient.Command
2165
181
  })
2166
182
  .s("AmazonAthena", "CreateDataCatalog", {})
2167
183
  .n("AthenaClient", "CreateDataCatalogCommand")
2168
- .sc(CreateDataCatalog$)
184
+ .sc(schemas_0.CreateDataCatalog$)
2169
185
  .build() {
2170
186
  }
2171
187
 
@@ -2177,7 +193,7 @@ class CreateNamedQueryCommand extends smithyClient.Command
2177
193
  })
2178
194
  .s("AmazonAthena", "CreateNamedQuery", {})
2179
195
  .n("AthenaClient", "CreateNamedQueryCommand")
2180
- .sc(CreateNamedQuery$)
196
+ .sc(schemas_0.CreateNamedQuery$)
2181
197
  .build() {
2182
198
  }
2183
199
 
@@ -2189,7 +205,7 @@ class CreateNotebookCommand extends smithyClient.Command
2189
205
  })
2190
206
  .s("AmazonAthena", "CreateNotebook", {})
2191
207
  .n("AthenaClient", "CreateNotebookCommand")
2192
- .sc(CreateNotebook$)
208
+ .sc(schemas_0.CreateNotebook$)
2193
209
  .build() {
2194
210
  }
2195
211
 
@@ -2201,7 +217,7 @@ class CreatePreparedStatementCommand extends smithyClient.Command
2201
217
  })
2202
218
  .s("AmazonAthena", "CreatePreparedStatement", {})
2203
219
  .n("AthenaClient", "CreatePreparedStatementCommand")
2204
- .sc(CreatePreparedStatement$)
220
+ .sc(schemas_0.CreatePreparedStatement$)
2205
221
  .build() {
2206
222
  }
2207
223
 
@@ -2213,7 +229,7 @@ class CreatePresignedNotebookUrlCommand extends smithyClient.Command
2213
229
  })
2214
230
  .s("AmazonAthena", "CreatePresignedNotebookUrl", {})
2215
231
  .n("AthenaClient", "CreatePresignedNotebookUrlCommand")
2216
- .sc(CreatePresignedNotebookUrl$)
232
+ .sc(schemas_0.CreatePresignedNotebookUrl$)
2217
233
  .build() {
2218
234
  }
2219
235
 
@@ -2225,7 +241,7 @@ class CreateWorkGroupCommand extends smithyClient.Command
2225
241
  })
2226
242
  .s("AmazonAthena", "CreateWorkGroup", {})
2227
243
  .n("AthenaClient", "CreateWorkGroupCommand")
2228
- .sc(CreateWorkGroup$)
244
+ .sc(schemas_0.CreateWorkGroup$)
2229
245
  .build() {
2230
246
  }
2231
247
 
@@ -2237,7 +253,7 @@ class DeleteCapacityReservationCommand extends smithyClient.Command
2237
253
  })
2238
254
  .s("AmazonAthena", "DeleteCapacityReservation", {})
2239
255
  .n("AthenaClient", "DeleteCapacityReservationCommand")
2240
- .sc(DeleteCapacityReservation$)
256
+ .sc(schemas_0.DeleteCapacityReservation$)
2241
257
  .build() {
2242
258
  }
2243
259
 
@@ -2249,7 +265,7 @@ class DeleteDataCatalogCommand extends smithyClient.Command
2249
265
  })
2250
266
  .s("AmazonAthena", "DeleteDataCatalog", {})
2251
267
  .n("AthenaClient", "DeleteDataCatalogCommand")
2252
- .sc(DeleteDataCatalog$)
268
+ .sc(schemas_0.DeleteDataCatalog$)
2253
269
  .build() {
2254
270
  }
2255
271
 
@@ -2261,7 +277,7 @@ class DeleteNamedQueryCommand extends smithyClient.Command
2261
277
  })
2262
278
  .s("AmazonAthena", "DeleteNamedQuery", {})
2263
279
  .n("AthenaClient", "DeleteNamedQueryCommand")
2264
- .sc(DeleteNamedQuery$)
280
+ .sc(schemas_0.DeleteNamedQuery$)
2265
281
  .build() {
2266
282
  }
2267
283
 
@@ -2273,7 +289,7 @@ class DeleteNotebookCommand extends smithyClient.Command
2273
289
  })
2274
290
  .s("AmazonAthena", "DeleteNotebook", {})
2275
291
  .n("AthenaClient", "DeleteNotebookCommand")
2276
- .sc(DeleteNotebook$)
292
+ .sc(schemas_0.DeleteNotebook$)
2277
293
  .build() {
2278
294
  }
2279
295
 
@@ -2285,7 +301,7 @@ class DeletePreparedStatementCommand extends smithyClient.Command
2285
301
  })
2286
302
  .s("AmazonAthena", "DeletePreparedStatement", {})
2287
303
  .n("AthenaClient", "DeletePreparedStatementCommand")
2288
- .sc(DeletePreparedStatement$)
304
+ .sc(schemas_0.DeletePreparedStatement$)
2289
305
  .build() {
2290
306
  }
2291
307
 
@@ -2297,7 +313,7 @@ class DeleteWorkGroupCommand extends smithyClient.Command
2297
313
  })
2298
314
  .s("AmazonAthena", "DeleteWorkGroup", {})
2299
315
  .n("AthenaClient", "DeleteWorkGroupCommand")
2300
- .sc(DeleteWorkGroup$)
316
+ .sc(schemas_0.DeleteWorkGroup$)
2301
317
  .build() {
2302
318
  }
2303
319
 
@@ -2309,7 +325,7 @@ class ExportNotebookCommand extends smithyClient.Command
2309
325
  })
2310
326
  .s("AmazonAthena", "ExportNotebook", {})
2311
327
  .n("AthenaClient", "ExportNotebookCommand")
2312
- .sc(ExportNotebook$)
328
+ .sc(schemas_0.ExportNotebook$)
2313
329
  .build() {
2314
330
  }
2315
331
 
@@ -2321,7 +337,7 @@ class GetCalculationExecutionCodeCommand extends smithyClient.Command
2321
337
  })
2322
338
  .s("AmazonAthena", "GetCalculationExecutionCode", {})
2323
339
  .n("AthenaClient", "GetCalculationExecutionCodeCommand")
2324
- .sc(GetCalculationExecutionCode$)
340
+ .sc(schemas_0.GetCalculationExecutionCode$)
2325
341
  .build() {
2326
342
  }
2327
343
 
@@ -2333,7 +349,7 @@ class GetCalculationExecutionCommand extends smithyClient.Command
2333
349
  })
2334
350
  .s("AmazonAthena", "GetCalculationExecution", {})
2335
351
  .n("AthenaClient", "GetCalculationExecutionCommand")
2336
- .sc(GetCalculationExecution$)
352
+ .sc(schemas_0.GetCalculationExecution$)
2337
353
  .build() {
2338
354
  }
2339
355
 
@@ -2345,7 +361,7 @@ class GetCalculationExecutionStatusCommand extends smithyClient.Command
2345
361
  })
2346
362
  .s("AmazonAthena", "GetCalculationExecutionStatus", {})
2347
363
  .n("AthenaClient", "GetCalculationExecutionStatusCommand")
2348
- .sc(GetCalculationExecutionStatus$)
364
+ .sc(schemas_0.GetCalculationExecutionStatus$)
2349
365
  .build() {
2350
366
  }
2351
367
 
@@ -2357,7 +373,7 @@ class GetCapacityAssignmentConfigurationCommand extends smithyClient.Command
2357
373
  })
2358
374
  .s("AmazonAthena", "GetCapacityAssignmentConfiguration", {})
2359
375
  .n("AthenaClient", "GetCapacityAssignmentConfigurationCommand")
2360
- .sc(GetCapacityAssignmentConfiguration$)
376
+ .sc(schemas_0.GetCapacityAssignmentConfiguration$)
2361
377
  .build() {
2362
378
  }
2363
379
 
@@ -2369,7 +385,7 @@ class GetCapacityReservationCommand extends smithyClient.Command
2369
385
  })
2370
386
  .s("AmazonAthena", "GetCapacityReservation", {})
2371
387
  .n("AthenaClient", "GetCapacityReservationCommand")
2372
- .sc(GetCapacityReservation$)
388
+ .sc(schemas_0.GetCapacityReservation$)
2373
389
  .build() {
2374
390
  }
2375
391
 
@@ -2381,7 +397,7 @@ class GetDatabaseCommand extends smithyClient.Command
2381
397
  })
2382
398
  .s("AmazonAthena", "GetDatabase", {})
2383
399
  .n("AthenaClient", "GetDatabaseCommand")
2384
- .sc(GetDatabase$)
400
+ .sc(schemas_0.GetDatabase$)
2385
401
  .build() {
2386
402
  }
2387
403
 
@@ -2393,7 +409,7 @@ class GetDataCatalogCommand extends smithyClient.Command
2393
409
  })
2394
410
  .s("AmazonAthena", "GetDataCatalog", {})
2395
411
  .n("AthenaClient", "GetDataCatalogCommand")
2396
- .sc(GetDataCatalog$)
412
+ .sc(schemas_0.GetDataCatalog$)
2397
413
  .build() {
2398
414
  }
2399
415
 
@@ -2405,7 +421,7 @@ class GetNamedQueryCommand extends smithyClient.Command
2405
421
  })
2406
422
  .s("AmazonAthena", "GetNamedQuery", {})
2407
423
  .n("AthenaClient", "GetNamedQueryCommand")
2408
- .sc(GetNamedQuery$)
424
+ .sc(schemas_0.GetNamedQuery$)
2409
425
  .build() {
2410
426
  }
2411
427
 
@@ -2417,7 +433,7 @@ class GetNotebookMetadataCommand extends smithyClient.Command
2417
433
  })
2418
434
  .s("AmazonAthena", "GetNotebookMetadata", {})
2419
435
  .n("AthenaClient", "GetNotebookMetadataCommand")
2420
- .sc(GetNotebookMetadata$)
436
+ .sc(schemas_0.GetNotebookMetadata$)
2421
437
  .build() {
2422
438
  }
2423
439
 
@@ -2429,7 +445,7 @@ class GetPreparedStatementCommand extends smithyClient.Command
2429
445
  })
2430
446
  .s("AmazonAthena", "GetPreparedStatement", {})
2431
447
  .n("AthenaClient", "GetPreparedStatementCommand")
2432
- .sc(GetPreparedStatement$)
448
+ .sc(schemas_0.GetPreparedStatement$)
2433
449
  .build() {
2434
450
  }
2435
451
 
@@ -2441,7 +457,7 @@ class GetQueryExecutionCommand extends smithyClient.Command
2441
457
  })
2442
458
  .s("AmazonAthena", "GetQueryExecution", {})
2443
459
  .n("AthenaClient", "GetQueryExecutionCommand")
2444
- .sc(GetQueryExecution$)
460
+ .sc(schemas_0.GetQueryExecution$)
2445
461
  .build() {
2446
462
  }
2447
463
 
@@ -2453,7 +469,7 @@ class GetQueryResultsCommand extends smithyClient.Command
2453
469
  })
2454
470
  .s("AmazonAthena", "GetQueryResults", {})
2455
471
  .n("AthenaClient", "GetQueryResultsCommand")
2456
- .sc(GetQueryResults$)
472
+ .sc(schemas_0.GetQueryResults$)
2457
473
  .build() {
2458
474
  }
2459
475
 
@@ -2465,7 +481,7 @@ class GetQueryRuntimeStatisticsCommand extends smithyClient.Command
2465
481
  })
2466
482
  .s("AmazonAthena", "GetQueryRuntimeStatistics", {})
2467
483
  .n("AthenaClient", "GetQueryRuntimeStatisticsCommand")
2468
- .sc(GetQueryRuntimeStatistics$)
484
+ .sc(schemas_0.GetQueryRuntimeStatistics$)
2469
485
  .build() {
2470
486
  }
2471
487
 
@@ -2477,7 +493,7 @@ class GetResourceDashboardCommand extends smithyClient.Command
2477
493
  })
2478
494
  .s("AmazonAthena", "GetResourceDashboard", {})
2479
495
  .n("AthenaClient", "GetResourceDashboardCommand")
2480
- .sc(GetResourceDashboard$)
496
+ .sc(schemas_0.GetResourceDashboard$)
2481
497
  .build() {
2482
498
  }
2483
499
 
@@ -2489,7 +505,7 @@ class GetSessionCommand extends smithyClient.Command
2489
505
  })
2490
506
  .s("AmazonAthena", "GetSession", {})
2491
507
  .n("AthenaClient", "GetSessionCommand")
2492
- .sc(GetSession$)
508
+ .sc(schemas_0.GetSession$)
2493
509
  .build() {
2494
510
  }
2495
511
 
@@ -2501,7 +517,7 @@ class GetSessionEndpointCommand extends smithyClient.Command
2501
517
  })
2502
518
  .s("AmazonAthena", "GetSessionEndpoint", {})
2503
519
  .n("AthenaClient", "GetSessionEndpointCommand")
2504
- .sc(GetSessionEndpoint$)
520
+ .sc(schemas_0.GetSessionEndpoint$)
2505
521
  .build() {
2506
522
  }
2507
523
 
@@ -2513,7 +529,7 @@ class GetSessionStatusCommand extends smithyClient.Command
2513
529
  })
2514
530
  .s("AmazonAthena", "GetSessionStatus", {})
2515
531
  .n("AthenaClient", "GetSessionStatusCommand")
2516
- .sc(GetSessionStatus$)
532
+ .sc(schemas_0.GetSessionStatus$)
2517
533
  .build() {
2518
534
  }
2519
535
 
@@ -2525,7 +541,7 @@ class GetTableMetadataCommand extends smithyClient.Command
2525
541
  })
2526
542
  .s("AmazonAthena", "GetTableMetadata", {})
2527
543
  .n("AthenaClient", "GetTableMetadataCommand")
2528
- .sc(GetTableMetadata$)
544
+ .sc(schemas_0.GetTableMetadata$)
2529
545
  .build() {
2530
546
  }
2531
547
 
@@ -2537,7 +553,7 @@ class GetWorkGroupCommand extends smithyClient.Command
2537
553
  })
2538
554
  .s("AmazonAthena", "GetWorkGroup", {})
2539
555
  .n("AthenaClient", "GetWorkGroupCommand")
2540
- .sc(GetWorkGroup$)
556
+ .sc(schemas_0.GetWorkGroup$)
2541
557
  .build() {
2542
558
  }
2543
559
 
@@ -2549,7 +565,7 @@ class ImportNotebookCommand extends smithyClient.Command
2549
565
  })
2550
566
  .s("AmazonAthena", "ImportNotebook", {})
2551
567
  .n("AthenaClient", "ImportNotebookCommand")
2552
- .sc(ImportNotebook$)
568
+ .sc(schemas_0.ImportNotebook$)
2553
569
  .build() {
2554
570
  }
2555
571
 
@@ -2561,7 +577,7 @@ class ListApplicationDPUSizesCommand extends smithyClient.Command
2561
577
  })
2562
578
  .s("AmazonAthena", "ListApplicationDPUSizes", {})
2563
579
  .n("AthenaClient", "ListApplicationDPUSizesCommand")
2564
- .sc(ListApplicationDPUSizes$)
580
+ .sc(schemas_0.ListApplicationDPUSizes$)
2565
581
  .build() {
2566
582
  }
2567
583
 
@@ -2573,7 +589,7 @@ class ListCalculationExecutionsCommand extends smithyClient.Command
2573
589
  })
2574
590
  .s("AmazonAthena", "ListCalculationExecutions", {})
2575
591
  .n("AthenaClient", "ListCalculationExecutionsCommand")
2576
- .sc(ListCalculationExecutions$)
592
+ .sc(schemas_0.ListCalculationExecutions$)
2577
593
  .build() {
2578
594
  }
2579
595
 
@@ -2585,7 +601,7 @@ class ListCapacityReservationsCommand extends smithyClient.Command
2585
601
  })
2586
602
  .s("AmazonAthena", "ListCapacityReservations", {})
2587
603
  .n("AthenaClient", "ListCapacityReservationsCommand")
2588
- .sc(ListCapacityReservations$)
604
+ .sc(schemas_0.ListCapacityReservations$)
2589
605
  .build() {
2590
606
  }
2591
607
 
@@ -2597,7 +613,7 @@ class ListDatabasesCommand extends smithyClient.Command
2597
613
  })
2598
614
  .s("AmazonAthena", "ListDatabases", {})
2599
615
  .n("AthenaClient", "ListDatabasesCommand")
2600
- .sc(ListDatabases$)
616
+ .sc(schemas_0.ListDatabases$)
2601
617
  .build() {
2602
618
  }
2603
619
 
@@ -2609,7 +625,7 @@ class ListDataCatalogsCommand extends smithyClient.Command
2609
625
  })
2610
626
  .s("AmazonAthena", "ListDataCatalogs", {})
2611
627
  .n("AthenaClient", "ListDataCatalogsCommand")
2612
- .sc(ListDataCatalogs$)
628
+ .sc(schemas_0.ListDataCatalogs$)
2613
629
  .build() {
2614
630
  }
2615
631
 
@@ -2621,7 +637,7 @@ class ListEngineVersionsCommand extends smithyClient.Command
2621
637
  })
2622
638
  .s("AmazonAthena", "ListEngineVersions", {})
2623
639
  .n("AthenaClient", "ListEngineVersionsCommand")
2624
- .sc(ListEngineVersions$)
640
+ .sc(schemas_0.ListEngineVersions$)
2625
641
  .build() {
2626
642
  }
2627
643
 
@@ -2633,7 +649,7 @@ class ListExecutorsCommand extends smithyClient.Command
2633
649
  })
2634
650
  .s("AmazonAthena", "ListExecutors", {})
2635
651
  .n("AthenaClient", "ListExecutorsCommand")
2636
- .sc(ListExecutors$)
652
+ .sc(schemas_0.ListExecutors$)
2637
653
  .build() {
2638
654
  }
2639
655
 
@@ -2645,7 +661,7 @@ class ListNamedQueriesCommand extends smithyClient.Command
2645
661
  })
2646
662
  .s("AmazonAthena", "ListNamedQueries", {})
2647
663
  .n("AthenaClient", "ListNamedQueriesCommand")
2648
- .sc(ListNamedQueries$)
664
+ .sc(schemas_0.ListNamedQueries$)
2649
665
  .build() {
2650
666
  }
2651
667
 
@@ -2657,7 +673,7 @@ class ListNotebookMetadataCommand extends smithyClient.Command
2657
673
  })
2658
674
  .s("AmazonAthena", "ListNotebookMetadata", {})
2659
675
  .n("AthenaClient", "ListNotebookMetadataCommand")
2660
- .sc(ListNotebookMetadata$)
676
+ .sc(schemas_0.ListNotebookMetadata$)
2661
677
  .build() {
2662
678
  }
2663
679
 
@@ -2669,7 +685,7 @@ class ListNotebookSessionsCommand extends smithyClient.Command
2669
685
  })
2670
686
  .s("AmazonAthena", "ListNotebookSessions", {})
2671
687
  .n("AthenaClient", "ListNotebookSessionsCommand")
2672
- .sc(ListNotebookSessions$)
688
+ .sc(schemas_0.ListNotebookSessions$)
2673
689
  .build() {
2674
690
  }
2675
691
 
@@ -2681,7 +697,7 @@ class ListPreparedStatementsCommand extends smithyClient.Command
2681
697
  })
2682
698
  .s("AmazonAthena", "ListPreparedStatements", {})
2683
699
  .n("AthenaClient", "ListPreparedStatementsCommand")
2684
- .sc(ListPreparedStatements$)
700
+ .sc(schemas_0.ListPreparedStatements$)
2685
701
  .build() {
2686
702
  }
2687
703
 
@@ -2693,7 +709,7 @@ class ListQueryExecutionsCommand extends smithyClient.Command
2693
709
  })
2694
710
  .s("AmazonAthena", "ListQueryExecutions", {})
2695
711
  .n("AthenaClient", "ListQueryExecutionsCommand")
2696
- .sc(ListQueryExecutions$)
712
+ .sc(schemas_0.ListQueryExecutions$)
2697
713
  .build() {
2698
714
  }
2699
715
 
@@ -2705,7 +721,7 @@ class ListSessionsCommand extends smithyClient.Command
2705
721
  })
2706
722
  .s("AmazonAthena", "ListSessions", {})
2707
723
  .n("AthenaClient", "ListSessionsCommand")
2708
- .sc(ListSessions$)
724
+ .sc(schemas_0.ListSessions$)
2709
725
  .build() {
2710
726
  }
2711
727
 
@@ -2717,7 +733,7 @@ class ListTableMetadataCommand extends smithyClient.Command
2717
733
  })
2718
734
  .s("AmazonAthena", "ListTableMetadata", {})
2719
735
  .n("AthenaClient", "ListTableMetadataCommand")
2720
- .sc(ListTableMetadata$)
736
+ .sc(schemas_0.ListTableMetadata$)
2721
737
  .build() {
2722
738
  }
2723
739
 
@@ -2729,7 +745,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
2729
745
  })
2730
746
  .s("AmazonAthena", "ListTagsForResource", {})
2731
747
  .n("AthenaClient", "ListTagsForResourceCommand")
2732
- .sc(ListTagsForResource$)
748
+ .sc(schemas_0.ListTagsForResource$)
2733
749
  .build() {
2734
750
  }
2735
751
 
@@ -2741,7 +757,7 @@ class ListWorkGroupsCommand extends smithyClient.Command
2741
757
  })
2742
758
  .s("AmazonAthena", "ListWorkGroups", {})
2743
759
  .n("AthenaClient", "ListWorkGroupsCommand")
2744
- .sc(ListWorkGroups$)
760
+ .sc(schemas_0.ListWorkGroups$)
2745
761
  .build() {
2746
762
  }
2747
763
 
@@ -2753,7 +769,7 @@ class PutCapacityAssignmentConfigurationCommand extends smithyClient.Command
2753
769
  })
2754
770
  .s("AmazonAthena", "PutCapacityAssignmentConfiguration", {})
2755
771
  .n("AthenaClient", "PutCapacityAssignmentConfigurationCommand")
2756
- .sc(PutCapacityAssignmentConfiguration$)
772
+ .sc(schemas_0.PutCapacityAssignmentConfiguration$)
2757
773
  .build() {
2758
774
  }
2759
775
 
@@ -2765,7 +781,7 @@ class StartCalculationExecutionCommand extends smithyClient.Command
2765
781
  })
2766
782
  .s("AmazonAthena", "StartCalculationExecution", {})
2767
783
  .n("AthenaClient", "StartCalculationExecutionCommand")
2768
- .sc(StartCalculationExecution$)
784
+ .sc(schemas_0.StartCalculationExecution$)
2769
785
  .build() {
2770
786
  }
2771
787
 
@@ -2777,7 +793,7 @@ class StartQueryExecutionCommand extends smithyClient.Command
2777
793
  })
2778
794
  .s("AmazonAthena", "StartQueryExecution", {})
2779
795
  .n("AthenaClient", "StartQueryExecutionCommand")
2780
- .sc(StartQueryExecution$)
796
+ .sc(schemas_0.StartQueryExecution$)
2781
797
  .build() {
2782
798
  }
2783
799
 
@@ -2789,7 +805,7 @@ class StartSessionCommand extends smithyClient.Command
2789
805
  })
2790
806
  .s("AmazonAthena", "StartSession", {})
2791
807
  .n("AthenaClient", "StartSessionCommand")
2792
- .sc(StartSession$)
808
+ .sc(schemas_0.StartSession$)
2793
809
  .build() {
2794
810
  }
2795
811
 
@@ -2801,7 +817,7 @@ class StopCalculationExecutionCommand extends smithyClient.Command
2801
817
  })
2802
818
  .s("AmazonAthena", "StopCalculationExecution", {})
2803
819
  .n("AthenaClient", "StopCalculationExecutionCommand")
2804
- .sc(StopCalculationExecution$)
820
+ .sc(schemas_0.StopCalculationExecution$)
2805
821
  .build() {
2806
822
  }
2807
823
 
@@ -2813,7 +829,7 @@ class StopQueryExecutionCommand extends smithyClient.Command
2813
829
  })
2814
830
  .s("AmazonAthena", "StopQueryExecution", {})
2815
831
  .n("AthenaClient", "StopQueryExecutionCommand")
2816
- .sc(StopQueryExecution$)
832
+ .sc(schemas_0.StopQueryExecution$)
2817
833
  .build() {
2818
834
  }
2819
835
 
@@ -2825,7 +841,7 @@ class TagResourceCommand extends smithyClient.Command
2825
841
  })
2826
842
  .s("AmazonAthena", "TagResource", {})
2827
843
  .n("AthenaClient", "TagResourceCommand")
2828
- .sc(TagResource$)
844
+ .sc(schemas_0.TagResource$)
2829
845
  .build() {
2830
846
  }
2831
847
 
@@ -2837,7 +853,7 @@ class TerminateSessionCommand extends smithyClient.Command
2837
853
  })
2838
854
  .s("AmazonAthena", "TerminateSession", {})
2839
855
  .n("AthenaClient", "TerminateSessionCommand")
2840
- .sc(TerminateSession$)
856
+ .sc(schemas_0.TerminateSession$)
2841
857
  .build() {
2842
858
  }
2843
859
 
@@ -2849,7 +865,7 @@ class UntagResourceCommand extends smithyClient.Command
2849
865
  })
2850
866
  .s("AmazonAthena", "UntagResource", {})
2851
867
  .n("AthenaClient", "UntagResourceCommand")
2852
- .sc(UntagResource$)
868
+ .sc(schemas_0.UntagResource$)
2853
869
  .build() {
2854
870
  }
2855
871
 
@@ -2861,7 +877,7 @@ class UpdateCapacityReservationCommand extends smithyClient.Command
2861
877
  })
2862
878
  .s("AmazonAthena", "UpdateCapacityReservation", {})
2863
879
  .n("AthenaClient", "UpdateCapacityReservationCommand")
2864
- .sc(UpdateCapacityReservation$)
880
+ .sc(schemas_0.UpdateCapacityReservation$)
2865
881
  .build() {
2866
882
  }
2867
883
 
@@ -2873,7 +889,7 @@ class UpdateDataCatalogCommand extends smithyClient.Command
2873
889
  })
2874
890
  .s("AmazonAthena", "UpdateDataCatalog", {})
2875
891
  .n("AthenaClient", "UpdateDataCatalogCommand")
2876
- .sc(UpdateDataCatalog$)
892
+ .sc(schemas_0.UpdateDataCatalog$)
2877
893
  .build() {
2878
894
  }
2879
895
 
@@ -2885,7 +901,7 @@ class UpdateNamedQueryCommand extends smithyClient.Command
2885
901
  })
2886
902
  .s("AmazonAthena", "UpdateNamedQuery", {})
2887
903
  .n("AthenaClient", "UpdateNamedQueryCommand")
2888
- .sc(UpdateNamedQuery$)
904
+ .sc(schemas_0.UpdateNamedQuery$)
2889
905
  .build() {
2890
906
  }
2891
907
 
@@ -2897,7 +913,7 @@ class UpdateNotebookCommand extends smithyClient.Command
2897
913
  })
2898
914
  .s("AmazonAthena", "UpdateNotebook", {})
2899
915
  .n("AthenaClient", "UpdateNotebookCommand")
2900
- .sc(UpdateNotebook$)
916
+ .sc(schemas_0.UpdateNotebook$)
2901
917
  .build() {
2902
918
  }
2903
919
 
@@ -2909,7 +925,7 @@ class UpdateNotebookMetadataCommand extends smithyClient.Command
2909
925
  })
2910
926
  .s("AmazonAthena", "UpdateNotebookMetadata", {})
2911
927
  .n("AthenaClient", "UpdateNotebookMetadataCommand")
2912
- .sc(UpdateNotebookMetadata$)
928
+ .sc(schemas_0.UpdateNotebookMetadata$)
2913
929
  .build() {
2914
930
  }
2915
931
 
@@ -2921,7 +937,7 @@ class UpdatePreparedStatementCommand extends smithyClient.Command
2921
937
  })
2922
938
  .s("AmazonAthena", "UpdatePreparedStatement", {})
2923
939
  .n("AthenaClient", "UpdatePreparedStatementCommand")
2924
- .sc(UpdatePreparedStatement$)
940
+ .sc(schemas_0.UpdatePreparedStatement$)
2925
941
  .build() {
2926
942
  }
2927
943
 
@@ -2933,7 +949,7 @@ class UpdateWorkGroupCommand extends smithyClient.Command
2933
949
  })
2934
950
  .s("AmazonAthena", "UpdateWorkGroup", {})
2935
951
  .n("AthenaClient", "UpdateWorkGroupCommand")
2936
- .sc(UpdateWorkGroup$)
952
+ .sc(schemas_0.UpdateWorkGroup$)
2937
953
  .build() {
2938
954
  }
2939
955
 
@@ -3196,390 +1212,101 @@ Object.defineProperty(exports, "__Client", {
3196
1212
  enumerable: true,
3197
1213
  get: function () { return smithyClient.Client; }
3198
1214
  });
3199
- exports.AclConfiguration$ = AclConfiguration$;
3200
- exports.ApplicationDPUSizes$ = ApplicationDPUSizes$;
1215
+ Object.defineProperty(exports, "AthenaServiceException", {
1216
+ enumerable: true,
1217
+ get: function () { return AthenaServiceException.AthenaServiceException; }
1218
+ });
3201
1219
  exports.Athena = Athena;
3202
1220
  exports.AthenaClient = AthenaClient;
3203
- exports.AthenaError$ = AthenaError$;
3204
- exports.AthenaServiceException = AthenaServiceException;
3205
- exports.AthenaServiceException$ = AthenaServiceException$;
3206
1221
  exports.AuthenticationType = AuthenticationType;
3207
- exports.BatchGetNamedQuery$ = BatchGetNamedQuery$;
3208
1222
  exports.BatchGetNamedQueryCommand = BatchGetNamedQueryCommand;
3209
- exports.BatchGetNamedQueryInput$ = BatchGetNamedQueryInput$;
3210
- exports.BatchGetNamedQueryOutput$ = BatchGetNamedQueryOutput$;
3211
- exports.BatchGetPreparedStatement$ = BatchGetPreparedStatement$;
3212
1223
  exports.BatchGetPreparedStatementCommand = BatchGetPreparedStatementCommand;
3213
- exports.BatchGetPreparedStatementInput$ = BatchGetPreparedStatementInput$;
3214
- exports.BatchGetPreparedStatementOutput$ = BatchGetPreparedStatementOutput$;
3215
- exports.BatchGetQueryExecution$ = BatchGetQueryExecution$;
3216
1224
  exports.BatchGetQueryExecutionCommand = BatchGetQueryExecutionCommand;
3217
- exports.BatchGetQueryExecutionInput$ = BatchGetQueryExecutionInput$;
3218
- exports.BatchGetQueryExecutionOutput$ = BatchGetQueryExecutionOutput$;
3219
- exports.CalculationConfiguration$ = CalculationConfiguration$;
3220
1225
  exports.CalculationExecutionState = CalculationExecutionState;
3221
- exports.CalculationResult$ = CalculationResult$;
3222
- exports.CalculationStatistics$ = CalculationStatistics$;
3223
- exports.CalculationStatus$ = CalculationStatus$;
3224
- exports.CalculationSummary$ = CalculationSummary$;
3225
- exports.CancelCapacityReservation$ = CancelCapacityReservation$;
3226
1226
  exports.CancelCapacityReservationCommand = CancelCapacityReservationCommand;
3227
- exports.CancelCapacityReservationInput$ = CancelCapacityReservationInput$;
3228
- exports.CancelCapacityReservationOutput$ = CancelCapacityReservationOutput$;
3229
- exports.CapacityAllocation$ = CapacityAllocation$;
3230
1227
  exports.CapacityAllocationStatus = CapacityAllocationStatus;
3231
- exports.CapacityAssignment$ = CapacityAssignment$;
3232
- exports.CapacityAssignmentConfiguration$ = CapacityAssignmentConfiguration$;
3233
- exports.CapacityReservation$ = CapacityReservation$;
3234
1228
  exports.CapacityReservationStatus = CapacityReservationStatus;
3235
- exports.Classification$ = Classification$;
3236
- exports.CloudWatchLoggingConfiguration$ = CloudWatchLoggingConfiguration$;
3237
- exports.Column$ = Column$;
3238
- exports.ColumnInfo$ = ColumnInfo$;
3239
1229
  exports.ColumnNullable = ColumnNullable;
3240
1230
  exports.ConnectionType = ConnectionType;
3241
- exports.CreateCapacityReservation$ = CreateCapacityReservation$;
3242
1231
  exports.CreateCapacityReservationCommand = CreateCapacityReservationCommand;
3243
- exports.CreateCapacityReservationInput$ = CreateCapacityReservationInput$;
3244
- exports.CreateCapacityReservationOutput$ = CreateCapacityReservationOutput$;
3245
- exports.CreateDataCatalog$ = CreateDataCatalog$;
3246
1232
  exports.CreateDataCatalogCommand = CreateDataCatalogCommand;
3247
- exports.CreateDataCatalogInput$ = CreateDataCatalogInput$;
3248
- exports.CreateDataCatalogOutput$ = CreateDataCatalogOutput$;
3249
- exports.CreateNamedQuery$ = CreateNamedQuery$;
3250
1233
  exports.CreateNamedQueryCommand = CreateNamedQueryCommand;
3251
- exports.CreateNamedQueryInput$ = CreateNamedQueryInput$;
3252
- exports.CreateNamedQueryOutput$ = CreateNamedQueryOutput$;
3253
- exports.CreateNotebook$ = CreateNotebook$;
3254
1234
  exports.CreateNotebookCommand = CreateNotebookCommand;
3255
- exports.CreateNotebookInput$ = CreateNotebookInput$;
3256
- exports.CreateNotebookOutput$ = CreateNotebookOutput$;
3257
- exports.CreatePreparedStatement$ = CreatePreparedStatement$;
3258
1235
  exports.CreatePreparedStatementCommand = CreatePreparedStatementCommand;
3259
- exports.CreatePreparedStatementInput$ = CreatePreparedStatementInput$;
3260
- exports.CreatePreparedStatementOutput$ = CreatePreparedStatementOutput$;
3261
- exports.CreatePresignedNotebookUrl$ = CreatePresignedNotebookUrl$;
3262
1236
  exports.CreatePresignedNotebookUrlCommand = CreatePresignedNotebookUrlCommand;
3263
- exports.CreatePresignedNotebookUrlRequest$ = CreatePresignedNotebookUrlRequest$;
3264
- exports.CreatePresignedNotebookUrlResponse$ = CreatePresignedNotebookUrlResponse$;
3265
- exports.CreateWorkGroup$ = CreateWorkGroup$;
3266
1237
  exports.CreateWorkGroupCommand = CreateWorkGroupCommand;
3267
- exports.CreateWorkGroupInput$ = CreateWorkGroupInput$;
3268
- exports.CreateWorkGroupOutput$ = CreateWorkGroupOutput$;
3269
- exports.CustomerContentEncryptionConfiguration$ = CustomerContentEncryptionConfiguration$;
3270
- exports.DataCatalog$ = DataCatalog$;
3271
1238
  exports.DataCatalogStatus = DataCatalogStatus;
3272
- exports.DataCatalogSummary$ = DataCatalogSummary$;
3273
1239
  exports.DataCatalogType = DataCatalogType;
3274
- exports.Database$ = Database$;
3275
- exports.Datum$ = Datum$;
3276
- exports.DeleteCapacityReservation$ = DeleteCapacityReservation$;
3277
1240
  exports.DeleteCapacityReservationCommand = DeleteCapacityReservationCommand;
3278
- exports.DeleteCapacityReservationInput$ = DeleteCapacityReservationInput$;
3279
- exports.DeleteCapacityReservationOutput$ = DeleteCapacityReservationOutput$;
3280
- exports.DeleteDataCatalog$ = DeleteDataCatalog$;
3281
1241
  exports.DeleteDataCatalogCommand = DeleteDataCatalogCommand;
3282
- exports.DeleteDataCatalogInput$ = DeleteDataCatalogInput$;
3283
- exports.DeleteDataCatalogOutput$ = DeleteDataCatalogOutput$;
3284
- exports.DeleteNamedQuery$ = DeleteNamedQuery$;
3285
1242
  exports.DeleteNamedQueryCommand = DeleteNamedQueryCommand;
3286
- exports.DeleteNamedQueryInput$ = DeleteNamedQueryInput$;
3287
- exports.DeleteNamedQueryOutput$ = DeleteNamedQueryOutput$;
3288
- exports.DeleteNotebook$ = DeleteNotebook$;
3289
1243
  exports.DeleteNotebookCommand = DeleteNotebookCommand;
3290
- exports.DeleteNotebookInput$ = DeleteNotebookInput$;
3291
- exports.DeleteNotebookOutput$ = DeleteNotebookOutput$;
3292
- exports.DeletePreparedStatement$ = DeletePreparedStatement$;
3293
1244
  exports.DeletePreparedStatementCommand = DeletePreparedStatementCommand;
3294
- exports.DeletePreparedStatementInput$ = DeletePreparedStatementInput$;
3295
- exports.DeletePreparedStatementOutput$ = DeletePreparedStatementOutput$;
3296
- exports.DeleteWorkGroup$ = DeleteWorkGroup$;
3297
1245
  exports.DeleteWorkGroupCommand = DeleteWorkGroupCommand;
3298
- exports.DeleteWorkGroupInput$ = DeleteWorkGroupInput$;
3299
- exports.DeleteWorkGroupOutput$ = DeleteWorkGroupOutput$;
3300
- exports.EncryptionConfiguration$ = EncryptionConfiguration$;
3301
1246
  exports.EncryptionOption = EncryptionOption;
3302
- exports.EngineConfiguration$ = EngineConfiguration$;
3303
- exports.EngineVersion$ = EngineVersion$;
3304
1247
  exports.ExecutorState = ExecutorState;
3305
1248
  exports.ExecutorType = ExecutorType;
3306
- exports.ExecutorsSummary$ = ExecutorsSummary$;
3307
- exports.ExportNotebook$ = ExportNotebook$;
3308
1249
  exports.ExportNotebookCommand = ExportNotebookCommand;
3309
- exports.ExportNotebookInput$ = ExportNotebookInput$;
3310
- exports.ExportNotebookOutput$ = ExportNotebookOutput$;
3311
- exports.FilterDefinition$ = FilterDefinition$;
3312
- exports.GetCalculationExecution$ = GetCalculationExecution$;
3313
- exports.GetCalculationExecutionCode$ = GetCalculationExecutionCode$;
3314
1250
  exports.GetCalculationExecutionCodeCommand = GetCalculationExecutionCodeCommand;
3315
- exports.GetCalculationExecutionCodeRequest$ = GetCalculationExecutionCodeRequest$;
3316
- exports.GetCalculationExecutionCodeResponse$ = GetCalculationExecutionCodeResponse$;
3317
1251
  exports.GetCalculationExecutionCommand = GetCalculationExecutionCommand;
3318
- exports.GetCalculationExecutionRequest$ = GetCalculationExecutionRequest$;
3319
- exports.GetCalculationExecutionResponse$ = GetCalculationExecutionResponse$;
3320
- exports.GetCalculationExecutionStatus$ = GetCalculationExecutionStatus$;
3321
1252
  exports.GetCalculationExecutionStatusCommand = GetCalculationExecutionStatusCommand;
3322
- exports.GetCalculationExecutionStatusRequest$ = GetCalculationExecutionStatusRequest$;
3323
- exports.GetCalculationExecutionStatusResponse$ = GetCalculationExecutionStatusResponse$;
3324
- exports.GetCapacityAssignmentConfiguration$ = GetCapacityAssignmentConfiguration$;
3325
1253
  exports.GetCapacityAssignmentConfigurationCommand = GetCapacityAssignmentConfigurationCommand;
3326
- exports.GetCapacityAssignmentConfigurationInput$ = GetCapacityAssignmentConfigurationInput$;
3327
- exports.GetCapacityAssignmentConfigurationOutput$ = GetCapacityAssignmentConfigurationOutput$;
3328
- exports.GetCapacityReservation$ = GetCapacityReservation$;
3329
1254
  exports.GetCapacityReservationCommand = GetCapacityReservationCommand;
3330
- exports.GetCapacityReservationInput$ = GetCapacityReservationInput$;
3331
- exports.GetCapacityReservationOutput$ = GetCapacityReservationOutput$;
3332
- exports.GetDataCatalog$ = GetDataCatalog$;
3333
1255
  exports.GetDataCatalogCommand = GetDataCatalogCommand;
3334
- exports.GetDataCatalogInput$ = GetDataCatalogInput$;
3335
- exports.GetDataCatalogOutput$ = GetDataCatalogOutput$;
3336
- exports.GetDatabase$ = GetDatabase$;
3337
1256
  exports.GetDatabaseCommand = GetDatabaseCommand;
3338
- exports.GetDatabaseInput$ = GetDatabaseInput$;
3339
- exports.GetDatabaseOutput$ = GetDatabaseOutput$;
3340
- exports.GetNamedQuery$ = GetNamedQuery$;
3341
1257
  exports.GetNamedQueryCommand = GetNamedQueryCommand;
3342
- exports.GetNamedQueryInput$ = GetNamedQueryInput$;
3343
- exports.GetNamedQueryOutput$ = GetNamedQueryOutput$;
3344
- exports.GetNotebookMetadata$ = GetNotebookMetadata$;
3345
1258
  exports.GetNotebookMetadataCommand = GetNotebookMetadataCommand;
3346
- exports.GetNotebookMetadataInput$ = GetNotebookMetadataInput$;
3347
- exports.GetNotebookMetadataOutput$ = GetNotebookMetadataOutput$;
3348
- exports.GetPreparedStatement$ = GetPreparedStatement$;
3349
1259
  exports.GetPreparedStatementCommand = GetPreparedStatementCommand;
3350
- exports.GetPreparedStatementInput$ = GetPreparedStatementInput$;
3351
- exports.GetPreparedStatementOutput$ = GetPreparedStatementOutput$;
3352
- exports.GetQueryExecution$ = GetQueryExecution$;
3353
1260
  exports.GetQueryExecutionCommand = GetQueryExecutionCommand;
3354
- exports.GetQueryExecutionInput$ = GetQueryExecutionInput$;
3355
- exports.GetQueryExecutionOutput$ = GetQueryExecutionOutput$;
3356
- exports.GetQueryResults$ = GetQueryResults$;
3357
1261
  exports.GetQueryResultsCommand = GetQueryResultsCommand;
3358
- exports.GetQueryResultsInput$ = GetQueryResultsInput$;
3359
- exports.GetQueryResultsOutput$ = GetQueryResultsOutput$;
3360
- exports.GetQueryRuntimeStatistics$ = GetQueryRuntimeStatistics$;
3361
1262
  exports.GetQueryRuntimeStatisticsCommand = GetQueryRuntimeStatisticsCommand;
3362
- exports.GetQueryRuntimeStatisticsInput$ = GetQueryRuntimeStatisticsInput$;
3363
- exports.GetQueryRuntimeStatisticsOutput$ = GetQueryRuntimeStatisticsOutput$;
3364
- exports.GetResourceDashboard$ = GetResourceDashboard$;
3365
1263
  exports.GetResourceDashboardCommand = GetResourceDashboardCommand;
3366
- exports.GetResourceDashboardRequest$ = GetResourceDashboardRequest$;
3367
- exports.GetResourceDashboardResponse$ = GetResourceDashboardResponse$;
3368
- exports.GetSession$ = GetSession$;
3369
1264
  exports.GetSessionCommand = GetSessionCommand;
3370
- exports.GetSessionEndpoint$ = GetSessionEndpoint$;
3371
1265
  exports.GetSessionEndpointCommand = GetSessionEndpointCommand;
3372
- exports.GetSessionEndpointRequest$ = GetSessionEndpointRequest$;
3373
- exports.GetSessionEndpointResponse$ = GetSessionEndpointResponse$;
3374
- exports.GetSessionRequest$ = GetSessionRequest$;
3375
- exports.GetSessionResponse$ = GetSessionResponse$;
3376
- exports.GetSessionStatus$ = GetSessionStatus$;
3377
1266
  exports.GetSessionStatusCommand = GetSessionStatusCommand;
3378
- exports.GetSessionStatusRequest$ = GetSessionStatusRequest$;
3379
- exports.GetSessionStatusResponse$ = GetSessionStatusResponse$;
3380
- exports.GetTableMetadata$ = GetTableMetadata$;
3381
1267
  exports.GetTableMetadataCommand = GetTableMetadataCommand;
3382
- exports.GetTableMetadataInput$ = GetTableMetadataInput$;
3383
- exports.GetTableMetadataOutput$ = GetTableMetadataOutput$;
3384
- exports.GetWorkGroup$ = GetWorkGroup$;
3385
1268
  exports.GetWorkGroupCommand = GetWorkGroupCommand;
3386
- exports.GetWorkGroupInput$ = GetWorkGroupInput$;
3387
- exports.GetWorkGroupOutput$ = GetWorkGroupOutput$;
3388
- exports.IdentityCenterConfiguration$ = IdentityCenterConfiguration$;
3389
- exports.ImportNotebook$ = ImportNotebook$;
3390
1269
  exports.ImportNotebookCommand = ImportNotebookCommand;
3391
- exports.ImportNotebookInput$ = ImportNotebookInput$;
3392
- exports.ImportNotebookOutput$ = ImportNotebookOutput$;
3393
- exports.InternalServerException = InternalServerException;
3394
- exports.InternalServerException$ = InternalServerException$;
3395
- exports.InvalidRequestException = InvalidRequestException;
3396
- exports.InvalidRequestException$ = InvalidRequestException$;
3397
- exports.ListApplicationDPUSizes$ = ListApplicationDPUSizes$;
3398
1270
  exports.ListApplicationDPUSizesCommand = ListApplicationDPUSizesCommand;
3399
- exports.ListApplicationDPUSizesInput$ = ListApplicationDPUSizesInput$;
3400
- exports.ListApplicationDPUSizesOutput$ = ListApplicationDPUSizesOutput$;
3401
- exports.ListCalculationExecutions$ = ListCalculationExecutions$;
3402
1271
  exports.ListCalculationExecutionsCommand = ListCalculationExecutionsCommand;
3403
- exports.ListCalculationExecutionsRequest$ = ListCalculationExecutionsRequest$;
3404
- exports.ListCalculationExecutionsResponse$ = ListCalculationExecutionsResponse$;
3405
- exports.ListCapacityReservations$ = ListCapacityReservations$;
3406
1272
  exports.ListCapacityReservationsCommand = ListCapacityReservationsCommand;
3407
- exports.ListCapacityReservationsInput$ = ListCapacityReservationsInput$;
3408
- exports.ListCapacityReservationsOutput$ = ListCapacityReservationsOutput$;
3409
- exports.ListDataCatalogs$ = ListDataCatalogs$;
3410
1273
  exports.ListDataCatalogsCommand = ListDataCatalogsCommand;
3411
- exports.ListDataCatalogsInput$ = ListDataCatalogsInput$;
3412
- exports.ListDataCatalogsOutput$ = ListDataCatalogsOutput$;
3413
- exports.ListDatabases$ = ListDatabases$;
3414
1274
  exports.ListDatabasesCommand = ListDatabasesCommand;
3415
- exports.ListDatabasesInput$ = ListDatabasesInput$;
3416
- exports.ListDatabasesOutput$ = ListDatabasesOutput$;
3417
- exports.ListEngineVersions$ = ListEngineVersions$;
3418
1275
  exports.ListEngineVersionsCommand = ListEngineVersionsCommand;
3419
- exports.ListEngineVersionsInput$ = ListEngineVersionsInput$;
3420
- exports.ListEngineVersionsOutput$ = ListEngineVersionsOutput$;
3421
- exports.ListExecutors$ = ListExecutors$;
3422
1276
  exports.ListExecutorsCommand = ListExecutorsCommand;
3423
- exports.ListExecutorsRequest$ = ListExecutorsRequest$;
3424
- exports.ListExecutorsResponse$ = ListExecutorsResponse$;
3425
- exports.ListNamedQueries$ = ListNamedQueries$;
3426
1277
  exports.ListNamedQueriesCommand = ListNamedQueriesCommand;
3427
- exports.ListNamedQueriesInput$ = ListNamedQueriesInput$;
3428
- exports.ListNamedQueriesOutput$ = ListNamedQueriesOutput$;
3429
- exports.ListNotebookMetadata$ = ListNotebookMetadata$;
3430
1278
  exports.ListNotebookMetadataCommand = ListNotebookMetadataCommand;
3431
- exports.ListNotebookMetadataInput$ = ListNotebookMetadataInput$;
3432
- exports.ListNotebookMetadataOutput$ = ListNotebookMetadataOutput$;
3433
- exports.ListNotebookSessions$ = ListNotebookSessions$;
3434
1279
  exports.ListNotebookSessionsCommand = ListNotebookSessionsCommand;
3435
- exports.ListNotebookSessionsRequest$ = ListNotebookSessionsRequest$;
3436
- exports.ListNotebookSessionsResponse$ = ListNotebookSessionsResponse$;
3437
- exports.ListPreparedStatements$ = ListPreparedStatements$;
3438
1280
  exports.ListPreparedStatementsCommand = ListPreparedStatementsCommand;
3439
- exports.ListPreparedStatementsInput$ = ListPreparedStatementsInput$;
3440
- exports.ListPreparedStatementsOutput$ = ListPreparedStatementsOutput$;
3441
- exports.ListQueryExecutions$ = ListQueryExecutions$;
3442
1281
  exports.ListQueryExecutionsCommand = ListQueryExecutionsCommand;
3443
- exports.ListQueryExecutionsInput$ = ListQueryExecutionsInput$;
3444
- exports.ListQueryExecutionsOutput$ = ListQueryExecutionsOutput$;
3445
- exports.ListSessions$ = ListSessions$;
3446
1282
  exports.ListSessionsCommand = ListSessionsCommand;
3447
- exports.ListSessionsRequest$ = ListSessionsRequest$;
3448
- exports.ListSessionsResponse$ = ListSessionsResponse$;
3449
- exports.ListTableMetadata$ = ListTableMetadata$;
3450
1283
  exports.ListTableMetadataCommand = ListTableMetadataCommand;
3451
- exports.ListTableMetadataInput$ = ListTableMetadataInput$;
3452
- exports.ListTableMetadataOutput$ = ListTableMetadataOutput$;
3453
- exports.ListTagsForResource$ = ListTagsForResource$;
3454
1284
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
3455
- exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
3456
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
3457
- exports.ListWorkGroups$ = ListWorkGroups$;
3458
1285
  exports.ListWorkGroupsCommand = ListWorkGroupsCommand;
3459
- exports.ListWorkGroupsInput$ = ListWorkGroupsInput$;
3460
- exports.ListWorkGroupsOutput$ = ListWorkGroupsOutput$;
3461
- exports.ManagedLoggingConfiguration$ = ManagedLoggingConfiguration$;
3462
- exports.ManagedQueryResultsConfiguration$ = ManagedQueryResultsConfiguration$;
3463
- exports.ManagedQueryResultsConfigurationUpdates$ = ManagedQueryResultsConfigurationUpdates$;
3464
- exports.ManagedQueryResultsEncryptionConfiguration$ = ManagedQueryResultsEncryptionConfiguration$;
3465
- exports.MetadataException = MetadataException;
3466
- exports.MetadataException$ = MetadataException$;
3467
- exports.MonitoringConfiguration$ = MonitoringConfiguration$;
3468
- exports.NamedQuery$ = NamedQuery$;
3469
- exports.NotebookMetadata$ = NotebookMetadata$;
3470
- exports.NotebookSessionSummary$ = NotebookSessionSummary$;
3471
1286
  exports.NotebookType = NotebookType;
3472
- exports.PreparedStatement$ = PreparedStatement$;
3473
- exports.PreparedStatementSummary$ = PreparedStatementSummary$;
3474
- exports.PutCapacityAssignmentConfiguration$ = PutCapacityAssignmentConfiguration$;
3475
1287
  exports.PutCapacityAssignmentConfigurationCommand = PutCapacityAssignmentConfigurationCommand;
3476
- exports.PutCapacityAssignmentConfigurationInput$ = PutCapacityAssignmentConfigurationInput$;
3477
- exports.PutCapacityAssignmentConfigurationOutput$ = PutCapacityAssignmentConfigurationOutput$;
3478
- exports.QueryExecution$ = QueryExecution$;
3479
- exports.QueryExecutionContext$ = QueryExecutionContext$;
3480
1288
  exports.QueryExecutionState = QueryExecutionState;
3481
- exports.QueryExecutionStatistics$ = QueryExecutionStatistics$;
3482
- exports.QueryExecutionStatus$ = QueryExecutionStatus$;
3483
1289
  exports.QueryResultType = QueryResultType;
3484
- exports.QueryResultsS3AccessGrantsConfiguration$ = QueryResultsS3AccessGrantsConfiguration$;
3485
- exports.QueryRuntimeStatistics$ = QueryRuntimeStatistics$;
3486
- exports.QueryRuntimeStatisticsRows$ = QueryRuntimeStatisticsRows$;
3487
- exports.QueryRuntimeStatisticsTimeline$ = QueryRuntimeStatisticsTimeline$;
3488
- exports.QueryStage$ = QueryStage$;
3489
- exports.QueryStagePlanNode$ = QueryStagePlanNode$;
3490
- exports.ResourceNotFoundException = ResourceNotFoundException;
3491
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
3492
- exports.ResultConfiguration$ = ResultConfiguration$;
3493
- exports.ResultConfigurationUpdates$ = ResultConfigurationUpdates$;
3494
- exports.ResultReuseByAgeConfiguration$ = ResultReuseByAgeConfiguration$;
3495
- exports.ResultReuseConfiguration$ = ResultReuseConfiguration$;
3496
- exports.ResultReuseInformation$ = ResultReuseInformation$;
3497
- exports.ResultSet$ = ResultSet$;
3498
- exports.ResultSetMetadata$ = ResultSetMetadata$;
3499
- exports.Row$ = Row$;
3500
1290
  exports.S3AclOption = S3AclOption;
3501
- exports.S3LoggingConfiguration$ = S3LoggingConfiguration$;
3502
- exports.SessionAlreadyExistsException = SessionAlreadyExistsException;
3503
- exports.SessionAlreadyExistsException$ = SessionAlreadyExistsException$;
3504
- exports.SessionConfiguration$ = SessionConfiguration$;
3505
1291
  exports.SessionState = SessionState;
3506
- exports.SessionStatistics$ = SessionStatistics$;
3507
- exports.SessionStatus$ = SessionStatus$;
3508
- exports.SessionSummary$ = SessionSummary$;
3509
- exports.StartCalculationExecution$ = StartCalculationExecution$;
3510
1292
  exports.StartCalculationExecutionCommand = StartCalculationExecutionCommand;
3511
- exports.StartCalculationExecutionRequest$ = StartCalculationExecutionRequest$;
3512
- exports.StartCalculationExecutionResponse$ = StartCalculationExecutionResponse$;
3513
- exports.StartQueryExecution$ = StartQueryExecution$;
3514
1293
  exports.StartQueryExecutionCommand = StartQueryExecutionCommand;
3515
- exports.StartQueryExecutionInput$ = StartQueryExecutionInput$;
3516
- exports.StartQueryExecutionOutput$ = StartQueryExecutionOutput$;
3517
- exports.StartSession$ = StartSession$;
3518
1294
  exports.StartSessionCommand = StartSessionCommand;
3519
- exports.StartSessionRequest$ = StartSessionRequest$;
3520
- exports.StartSessionResponse$ = StartSessionResponse$;
3521
1295
  exports.StatementType = StatementType;
3522
- exports.StopCalculationExecution$ = StopCalculationExecution$;
3523
1296
  exports.StopCalculationExecutionCommand = StopCalculationExecutionCommand;
3524
- exports.StopCalculationExecutionRequest$ = StopCalculationExecutionRequest$;
3525
- exports.StopCalculationExecutionResponse$ = StopCalculationExecutionResponse$;
3526
- exports.StopQueryExecution$ = StopQueryExecution$;
3527
1297
  exports.StopQueryExecutionCommand = StopQueryExecutionCommand;
3528
- exports.StopQueryExecutionInput$ = StopQueryExecutionInput$;
3529
- exports.StopQueryExecutionOutput$ = StopQueryExecutionOutput$;
3530
- exports.TableMetadata$ = TableMetadata$;
3531
- exports.Tag$ = Tag$;
3532
- exports.TagResource$ = TagResource$;
3533
1298
  exports.TagResourceCommand = TagResourceCommand;
3534
- exports.TagResourceInput$ = TagResourceInput$;
3535
- exports.TagResourceOutput$ = TagResourceOutput$;
3536
- exports.TerminateSession$ = TerminateSession$;
3537
1299
  exports.TerminateSessionCommand = TerminateSessionCommand;
3538
- exports.TerminateSessionRequest$ = TerminateSessionRequest$;
3539
- exports.TerminateSessionResponse$ = TerminateSessionResponse$;
3540
1300
  exports.ThrottleReason = ThrottleReason;
3541
- exports.TooManyRequestsException = TooManyRequestsException;
3542
- exports.TooManyRequestsException$ = TooManyRequestsException$;
3543
- exports.UnprocessedNamedQueryId$ = UnprocessedNamedQueryId$;
3544
- exports.UnprocessedPreparedStatementName$ = UnprocessedPreparedStatementName$;
3545
- exports.UnprocessedQueryExecutionId$ = UnprocessedQueryExecutionId$;
3546
- exports.UntagResource$ = UntagResource$;
3547
1301
  exports.UntagResourceCommand = UntagResourceCommand;
3548
- exports.UntagResourceInput$ = UntagResourceInput$;
3549
- exports.UntagResourceOutput$ = UntagResourceOutput$;
3550
- exports.UpdateCapacityReservation$ = UpdateCapacityReservation$;
3551
1302
  exports.UpdateCapacityReservationCommand = UpdateCapacityReservationCommand;
3552
- exports.UpdateCapacityReservationInput$ = UpdateCapacityReservationInput$;
3553
- exports.UpdateCapacityReservationOutput$ = UpdateCapacityReservationOutput$;
3554
- exports.UpdateDataCatalog$ = UpdateDataCatalog$;
3555
1303
  exports.UpdateDataCatalogCommand = UpdateDataCatalogCommand;
3556
- exports.UpdateDataCatalogInput$ = UpdateDataCatalogInput$;
3557
- exports.UpdateDataCatalogOutput$ = UpdateDataCatalogOutput$;
3558
- exports.UpdateNamedQuery$ = UpdateNamedQuery$;
3559
1304
  exports.UpdateNamedQueryCommand = UpdateNamedQueryCommand;
3560
- exports.UpdateNamedQueryInput$ = UpdateNamedQueryInput$;
3561
- exports.UpdateNamedQueryOutput$ = UpdateNamedQueryOutput$;
3562
- exports.UpdateNotebook$ = UpdateNotebook$;
3563
1305
  exports.UpdateNotebookCommand = UpdateNotebookCommand;
3564
- exports.UpdateNotebookInput$ = UpdateNotebookInput$;
3565
- exports.UpdateNotebookMetadata$ = UpdateNotebookMetadata$;
3566
1306
  exports.UpdateNotebookMetadataCommand = UpdateNotebookMetadataCommand;
3567
- exports.UpdateNotebookMetadataInput$ = UpdateNotebookMetadataInput$;
3568
- exports.UpdateNotebookMetadataOutput$ = UpdateNotebookMetadataOutput$;
3569
- exports.UpdateNotebookOutput$ = UpdateNotebookOutput$;
3570
- exports.UpdatePreparedStatement$ = UpdatePreparedStatement$;
3571
1307
  exports.UpdatePreparedStatementCommand = UpdatePreparedStatementCommand;
3572
- exports.UpdatePreparedStatementInput$ = UpdatePreparedStatementInput$;
3573
- exports.UpdatePreparedStatementOutput$ = UpdatePreparedStatementOutput$;
3574
- exports.UpdateWorkGroup$ = UpdateWorkGroup$;
3575
1308
  exports.UpdateWorkGroupCommand = UpdateWorkGroupCommand;
3576
- exports.UpdateWorkGroupInput$ = UpdateWorkGroupInput$;
3577
- exports.UpdateWorkGroupOutput$ = UpdateWorkGroupOutput$;
3578
- exports.WorkGroup$ = WorkGroup$;
3579
- exports.WorkGroupConfiguration$ = WorkGroupConfiguration$;
3580
- exports.WorkGroupConfigurationUpdates$ = WorkGroupConfigurationUpdates$;
3581
1309
  exports.WorkGroupState = WorkGroupState;
3582
- exports.WorkGroupSummary$ = WorkGroupSummary$;
3583
1310
  exports.paginateGetQueryResults = paginateGetQueryResults;
3584
1311
  exports.paginateListApplicationDPUSizes = paginateListApplicationDPUSizes;
3585
1312
  exports.paginateListCalculationExecutions = paginateListCalculationExecutions;
@@ -3595,3 +1322,15 @@ exports.paginateListSessions = paginateListSessions;
3595
1322
  exports.paginateListTableMetadata = paginateListTableMetadata;
3596
1323
  exports.paginateListTagsForResource = paginateListTagsForResource;
3597
1324
  exports.paginateListWorkGroups = paginateListWorkGroups;
1325
+ Object.keys(schemas_0).forEach(function (k) {
1326
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1327
+ enumerable: true,
1328
+ get: function () { return schemas_0[k]; }
1329
+ });
1330
+ });
1331
+ Object.keys(errors).forEach(function (k) {
1332
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1333
+ enumerable: true,
1334
+ get: function () { return errors[k]; }
1335
+ });
1336
+ });