@aws-sdk/client-athena 3.948.0 → 3.953.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 +940 -598
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/BatchGetNamedQueryCommand.js +2 -2
- package/dist-es/commands/BatchGetPreparedStatementCommand.js +2 -2
- package/dist-es/commands/BatchGetQueryExecutionCommand.js +2 -2
- package/dist-es/commands/CancelCapacityReservationCommand.js +2 -2
- package/dist-es/commands/CreateCapacityReservationCommand.js +2 -2
- package/dist-es/commands/CreateDataCatalogCommand.js +2 -2
- package/dist-es/commands/CreateNamedQueryCommand.js +2 -2
- package/dist-es/commands/CreateNotebookCommand.js +2 -2
- package/dist-es/commands/CreatePreparedStatementCommand.js +2 -2
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +2 -2
- package/dist-es/commands/CreateWorkGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCapacityReservationCommand.js +2 -2
- package/dist-es/commands/DeleteDataCatalogCommand.js +2 -2
- package/dist-es/commands/DeleteNamedQueryCommand.js +2 -2
- package/dist-es/commands/DeleteNotebookCommand.js +2 -2
- package/dist-es/commands/DeletePreparedStatementCommand.js +2 -2
- package/dist-es/commands/DeleteWorkGroupCommand.js +2 -2
- package/dist-es/commands/ExportNotebookCommand.js +2 -2
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +2 -2
- package/dist-es/commands/GetCalculationExecutionCommand.js +2 -2
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +2 -2
- package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +2 -2
- package/dist-es/commands/GetCapacityReservationCommand.js +2 -2
- package/dist-es/commands/GetDataCatalogCommand.js +2 -2
- package/dist-es/commands/GetDatabaseCommand.js +2 -2
- package/dist-es/commands/GetNamedQueryCommand.js +2 -2
- package/dist-es/commands/GetNotebookMetadataCommand.js +2 -2
- package/dist-es/commands/GetPreparedStatementCommand.js +2 -2
- package/dist-es/commands/GetQueryExecutionCommand.js +2 -2
- package/dist-es/commands/GetQueryResultsCommand.js +2 -2
- package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +2 -2
- package/dist-es/commands/GetResourceDashboardCommand.js +2 -2
- package/dist-es/commands/GetSessionCommand.js +2 -2
- package/dist-es/commands/GetSessionEndpointCommand.js +2 -2
- package/dist-es/commands/GetSessionStatusCommand.js +2 -2
- package/dist-es/commands/GetTableMetadataCommand.js +2 -2
- package/dist-es/commands/GetWorkGroupCommand.js +2 -2
- package/dist-es/commands/ImportNotebookCommand.js +2 -2
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +2 -2
- package/dist-es/commands/ListCalculationExecutionsCommand.js +2 -2
- package/dist-es/commands/ListCapacityReservationsCommand.js +2 -2
- package/dist-es/commands/ListDataCatalogsCommand.js +2 -2
- package/dist-es/commands/ListDatabasesCommand.js +2 -2
- package/dist-es/commands/ListEngineVersionsCommand.js +2 -2
- package/dist-es/commands/ListExecutorsCommand.js +2 -2
- package/dist-es/commands/ListNamedQueriesCommand.js +2 -2
- package/dist-es/commands/ListNotebookMetadataCommand.js +2 -2
- package/dist-es/commands/ListNotebookSessionsCommand.js +2 -2
- package/dist-es/commands/ListPreparedStatementsCommand.js +2 -2
- package/dist-es/commands/ListQueryExecutionsCommand.js +2 -2
- package/dist-es/commands/ListSessionsCommand.js +2 -2
- package/dist-es/commands/ListTableMetadataCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkGroupsCommand.js +2 -2
- package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +2 -2
- package/dist-es/commands/StartCalculationExecutionCommand.js +2 -2
- package/dist-es/commands/StartQueryExecutionCommand.js +2 -2
- package/dist-es/commands/StartSessionCommand.js +2 -2
- package/dist-es/commands/StopCalculationExecutionCommand.js +2 -2
- package/dist-es/commands/StopQueryExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateSessionCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCapacityReservationCommand.js +2 -2
- package/dist-es/commands/UpdateDataCatalogCommand.js +2 -2
- package/dist-es/commands/UpdateNamedQueryCommand.js +2 -2
- package/dist-es/commands/UpdateNotebookCommand.js +2 -2
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +2 -2
- package/dist-es/commands/UpdatePreparedStatementCommand.js +2 -2
- package/dist-es/commands/UpdateWorkGroupCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +577 -521
- package/dist-types/AthenaClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +287 -326
- package/dist-types/ts3.4/AthenaClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +286 -327
- package/package.json +34 -34
|
@@ -510,13 +510,13 @@ const _s = "server";
|
|
|
510
510
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.athena";
|
|
511
511
|
const n0 = "com.amazonaws.athena";
|
|
512
512
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
513
|
-
import { AthenaServiceException
|
|
514
|
-
import { InternalServerException
|
|
515
|
-
export var AclConfiguration = [3, n0, _AC, 0, [_SAO], [0]];
|
|
516
|
-
export var ApplicationDPUSizes = [3, n0, _ADPUS, 0, [_ARI, _SDPUS], [0, 64 | 1]];
|
|
517
|
-
export var AthenaError = [3, n0, _AE, 0, [_EC, _ET, _R, _EM], [1, 1, 2, 0]];
|
|
518
|
-
export var BatchGetNamedQueryInput = [3, n0, _BGNQI, 0, [_NQI], [64 | 0]];
|
|
519
|
-
export var BatchGetNamedQueryOutput = [
|
|
513
|
+
import { AthenaServiceException } from "../models/AthenaServiceException";
|
|
514
|
+
import { InternalServerException, InvalidRequestException, MetadataException, ResourceNotFoundException, SessionAlreadyExistsException, TooManyRequestsException, } from "../models/errors";
|
|
515
|
+
export var AclConfiguration$ = [3, n0, _AC, 0, [_SAO], [0]];
|
|
516
|
+
export var ApplicationDPUSizes$ = [3, n0, _ADPUS, 0, [_ARI, _SDPUS], [0, 64 | 1]];
|
|
517
|
+
export var AthenaError$ = [3, n0, _AE, 0, [_EC, _ET, _R, _EM], [1, 1, 2, 0]];
|
|
518
|
+
export var BatchGetNamedQueryInput$ = [3, n0, _BGNQI, 0, [_NQI], [64 | 0]];
|
|
519
|
+
export var BatchGetNamedQueryOutput$ = [
|
|
520
520
|
3,
|
|
521
521
|
n0,
|
|
522
522
|
_BGNQO,
|
|
@@ -524,8 +524,8 @@ export var BatchGetNamedQueryOutput = [
|
|
|
524
524
|
[_NQ, _UNQI],
|
|
525
525
|
[() => NamedQueryList, () => UnprocessedNamedQueryIdList],
|
|
526
526
|
];
|
|
527
|
-
export var BatchGetPreparedStatementInput = [3, n0, _BGPSI, 0, [_PSN, _WG], [64 | 0, 0]];
|
|
528
|
-
export var BatchGetPreparedStatementOutput = [
|
|
527
|
+
export var BatchGetPreparedStatementInput$ = [3, n0, _BGPSI, 0, [_PSN, _WG], [64 | 0, 0]];
|
|
528
|
+
export var BatchGetPreparedStatementOutput$ = [
|
|
529
529
|
3,
|
|
530
530
|
n0,
|
|
531
531
|
_BGPSO,
|
|
@@ -533,8 +533,8 @@ export var BatchGetPreparedStatementOutput = [
|
|
|
533
533
|
[_PS, _UPSN],
|
|
534
534
|
[() => PreparedStatementDetailsList, () => UnprocessedPreparedStatementNameList],
|
|
535
535
|
];
|
|
536
|
-
export var BatchGetQueryExecutionInput = [3, n0, _BGQEI, 0, [_QEI], [64 | 0]];
|
|
537
|
-
export var BatchGetQueryExecutionOutput = [
|
|
536
|
+
export var BatchGetQueryExecutionInput$ = [3, n0, _BGQEI, 0, [_QEI], [64 | 0]];
|
|
537
|
+
export var BatchGetQueryExecutionOutput$ = [
|
|
538
538
|
3,
|
|
539
539
|
n0,
|
|
540
540
|
_BGQEO,
|
|
@@ -542,23 +542,23 @@ export var BatchGetQueryExecutionOutput = [
|
|
|
542
542
|
[_QE, _UQEI],
|
|
543
543
|
[() => QueryExecutionList, () => UnprocessedQueryExecutionIdList],
|
|
544
544
|
];
|
|
545
|
-
export var CalculationConfiguration = [3, n0, _CC, 0, [_CB], [0]];
|
|
546
|
-
export var CalculationResult = [3, n0, _CR, 0, [_SOSU, _SESU, _RSU, _RT], [0, 0, 0, 0]];
|
|
547
|
-
export var CalculationStatistics = [3, n0, _CS, 0, [_DEIM, _P], [1, 0]];
|
|
548
|
-
export var CalculationStatus = [3, n0, _CSa, 0, [_SDT, _CDT, _S, _SCR], [4, 4, 0, 0]];
|
|
549
|
-
export var CalculationSummary = [
|
|
545
|
+
export var CalculationConfiguration$ = [3, n0, _CC, 0, [_CB], [0]];
|
|
546
|
+
export var CalculationResult$ = [3, n0, _CR, 0, [_SOSU, _SESU, _RSU, _RT], [0, 0, 0, 0]];
|
|
547
|
+
export var CalculationStatistics$ = [3, n0, _CS, 0, [_DEIM, _P], [1, 0]];
|
|
548
|
+
export var CalculationStatus$ = [3, n0, _CSa, 0, [_SDT, _CDT, _S, _SCR], [4, 4, 0, 0]];
|
|
549
|
+
export var CalculationSummary$ = [
|
|
550
550
|
3,
|
|
551
551
|
n0,
|
|
552
552
|
_CSal,
|
|
553
553
|
0,
|
|
554
554
|
[_CEI, _D, _St],
|
|
555
|
-
[0, 0, () => CalculationStatus],
|
|
555
|
+
[0, 0, () => CalculationStatus$],
|
|
556
556
|
];
|
|
557
|
-
export var CancelCapacityReservationInput = [3, n0, _CCRI, 0, [_N], [0]];
|
|
558
|
-
export var CancelCapacityReservationOutput = [3, n0, _CCRO, 0, [], []];
|
|
559
|
-
export var CapacityAllocation = [3, n0, _CA, 0, [_St, _SM, _RTe, _RCT], [0, 0, 4, 4]];
|
|
560
|
-
export var CapacityAssignment = [3, n0, _CAa, 0, [_WGN], [64 | 0]];
|
|
561
|
-
export var CapacityAssignmentConfiguration = [
|
|
557
|
+
export var CancelCapacityReservationInput$ = [3, n0, _CCRI, 0, [_N], [0]];
|
|
558
|
+
export var CancelCapacityReservationOutput$ = [3, n0, _CCRO, 0, [], []];
|
|
559
|
+
export var CapacityAllocation$ = [3, n0, _CA, 0, [_St, _SM, _RTe, _RCT], [0, 0, 4, 4]];
|
|
560
|
+
export var CapacityAssignment$ = [3, n0, _CAa, 0, [_WGN], [64 | 0]];
|
|
561
|
+
export var CapacityAssignmentConfiguration$ = [
|
|
562
562
|
3,
|
|
563
563
|
n0,
|
|
564
564
|
_CAC,
|
|
@@ -566,16 +566,16 @@ export var CapacityAssignmentConfiguration = [
|
|
|
566
566
|
[_CRN, _CAap],
|
|
567
567
|
[0, () => CapacityAssignmentsList],
|
|
568
568
|
];
|
|
569
|
-
export var CapacityReservation = [
|
|
569
|
+
export var CapacityReservation$ = [
|
|
570
570
|
3,
|
|
571
571
|
n0,
|
|
572
572
|
_CRa,
|
|
573
573
|
0,
|
|
574
574
|
[_N, _St, _TD, _AD, _LA, _LSAT, _CT],
|
|
575
|
-
[0, 0, 1, 1, () => CapacityAllocation
|
|
575
|
+
[0, 0, 1, 1, () => CapacityAllocation$, 4, 4],
|
|
576
576
|
];
|
|
577
|
-
export var Classification = [3, n0, _C, 0, [_N, _Pr], [0, 128 | 0]];
|
|
578
|
-
export var CloudWatchLoggingConfiguration = [
|
|
577
|
+
export var Classification$ = [3, n0, _C, 0, [_N, _Pr], [0, 128 | 0]];
|
|
578
|
+
export var CloudWatchLoggingConfiguration$ = [
|
|
579
579
|
3,
|
|
580
580
|
n0,
|
|
581
581
|
_CWLC,
|
|
@@ -583,8 +583,8 @@ export var CloudWatchLoggingConfiguration = [
|
|
|
583
583
|
[_E, _LG, _LSNP, _LT],
|
|
584
584
|
[2, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]],
|
|
585
585
|
];
|
|
586
|
-
export var Column = [3, n0, _Co, 0, [_N, _T, _Com], [0, 0, 0]];
|
|
587
|
-
export var ColumnInfo = [
|
|
586
|
+
export var Column$ = [3, n0, _Co, 0, [_N, _T, _Com], [0, 0, 0]];
|
|
587
|
+
export var ColumnInfo$ = [
|
|
588
588
|
3,
|
|
589
589
|
n0,
|
|
590
590
|
_CI,
|
|
@@ -592,7 +592,7 @@ export var ColumnInfo = [
|
|
|
592
592
|
[_CN, _SN, _TN, _N, _L, _T, _Pre, _Sc, _Nu, _CSas],
|
|
593
593
|
[0, 0, 0, 0, 0, 0, 1, 1, 0, 2],
|
|
594
594
|
];
|
|
595
|
-
export var CreateCapacityReservationInput = [
|
|
595
|
+
export var CreateCapacityReservationInput$ = [
|
|
596
596
|
3,
|
|
597
597
|
n0,
|
|
598
598
|
_CCRIr,
|
|
@@ -600,8 +600,8 @@ export var CreateCapacityReservationInput = [
|
|
|
600
600
|
[_TD, _N, _Ta],
|
|
601
601
|
[1, 0, () => TagList],
|
|
602
602
|
];
|
|
603
|
-
export var CreateCapacityReservationOutput = [3, n0, _CCROr, 0, [], []];
|
|
604
|
-
export var CreateDataCatalogInput = [
|
|
603
|
+
export var CreateCapacityReservationOutput$ = [3, n0, _CCROr, 0, [], []];
|
|
604
|
+
export var CreateDataCatalogInput$ = [
|
|
605
605
|
3,
|
|
606
606
|
n0,
|
|
607
607
|
_CDCI,
|
|
@@ -609,8 +609,8 @@ export var CreateDataCatalogInput = [
|
|
|
609
609
|
[_N, _T, _D, _Pa, _Ta],
|
|
610
610
|
[0, 0, 0, 128 | 0, () => TagList],
|
|
611
611
|
];
|
|
612
|
-
export var CreateDataCatalogOutput = [3, n0, _CDCO, 0, [_DC], [() => DataCatalog]];
|
|
613
|
-
export var CreateNamedQueryInput = [
|
|
612
|
+
export var CreateDataCatalogOutput$ = [3, n0, _CDCO, 0, [_DC], [() => DataCatalog$]];
|
|
613
|
+
export var CreateNamedQueryInput$ = [
|
|
614
614
|
3,
|
|
615
615
|
n0,
|
|
616
616
|
_CNQI,
|
|
@@ -618,13 +618,20 @@ export var CreateNamedQueryInput = [
|
|
|
618
618
|
[_N, _D, _Da, _QS, _CRT, _WG],
|
|
619
619
|
[0, 0, 0, 0, [0, 4], 0],
|
|
620
620
|
];
|
|
621
|
-
export var CreateNamedQueryOutput = [3, n0, _CNQO, 0, [_NQIa], [0]];
|
|
622
|
-
export var CreateNotebookInput = [3, n0, _CNI, 0, [_WG, _N, _CRT], [0, 0, 0]];
|
|
623
|
-
export var CreateNotebookOutput = [3, n0, _CNO, 0, [_NI], [0]];
|
|
624
|
-
export var CreatePreparedStatementInput = [
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
621
|
+
export var CreateNamedQueryOutput$ = [3, n0, _CNQO, 0, [_NQIa], [0]];
|
|
622
|
+
export var CreateNotebookInput$ = [3, n0, _CNI, 0, [_WG, _N, _CRT], [0, 0, 0]];
|
|
623
|
+
export var CreateNotebookOutput$ = [3, n0, _CNO, 0, [_NI], [0]];
|
|
624
|
+
export var CreatePreparedStatementInput$ = [
|
|
625
|
+
3,
|
|
626
|
+
n0,
|
|
627
|
+
_CPSI,
|
|
628
|
+
0,
|
|
629
|
+
[_SNt, _WG, _QSu, _D],
|
|
630
|
+
[0, 0, 0, 0],
|
|
631
|
+
];
|
|
632
|
+
export var CreatePreparedStatementOutput$ = [3, n0, _CPSO, 0, [], []];
|
|
633
|
+
export var CreatePresignedNotebookUrlRequest$ = [3, n0, _CPNUR, 0, [_SI], [0]];
|
|
634
|
+
export var CreatePresignedNotebookUrlResponse$ = [
|
|
628
635
|
3,
|
|
629
636
|
n0,
|
|
630
637
|
_CPNURr,
|
|
@@ -632,18 +639,18 @@ export var CreatePresignedNotebookUrlResponse = [
|
|
|
632
639
|
[_NU, _AT, _ATET],
|
|
633
640
|
[0, 0, 1],
|
|
634
641
|
];
|
|
635
|
-
export var CreateWorkGroupInput = [
|
|
642
|
+
export var CreateWorkGroupInput$ = [
|
|
636
643
|
3,
|
|
637
644
|
n0,
|
|
638
645
|
_CWGI,
|
|
639
646
|
0,
|
|
640
647
|
[_N, _Con, _D, _Ta],
|
|
641
|
-
[0, () => WorkGroupConfiguration
|
|
648
|
+
[0, () => WorkGroupConfiguration$, 0, () => TagList],
|
|
642
649
|
];
|
|
643
|
-
export var CreateWorkGroupOutput = [3, n0, _CWGO, 0, [], []];
|
|
644
|
-
export var CustomerContentEncryptionConfiguration = [3, n0, _CCEC, 0, [_KK], [0]];
|
|
645
|
-
export var Database = [3, n0, _Da, 0, [_N, _D, _Pa], [0, 0, 128 | 0]];
|
|
646
|
-
export var DataCatalog = [
|
|
650
|
+
export var CreateWorkGroupOutput$ = [3, n0, _CWGO, 0, [], []];
|
|
651
|
+
export var CustomerContentEncryptionConfiguration$ = [3, n0, _CCEC, 0, [_KK], [0]];
|
|
652
|
+
export var Database$ = [3, n0, _Da, 0, [_N, _D, _Pa], [0, 0, 128 | 0]];
|
|
653
|
+
export var DataCatalog$ = [
|
|
647
654
|
3,
|
|
648
655
|
n0,
|
|
649
656
|
_DC,
|
|
@@ -651,22 +658,22 @@ export var DataCatalog = [
|
|
|
651
658
|
[_N, _D, _T, _Pa, _St, _CTo, _Er],
|
|
652
659
|
[0, 0, 0, 128 | 0, 0, 0, 0],
|
|
653
660
|
];
|
|
654
|
-
export var DataCatalogSummary = [3, n0, _DCS, 0, [_CN, _T, _St, _CTo, _Er], [0, 0, 0, 0, 0]];
|
|
655
|
-
export var Datum = [3, n0, _Dat, 0, [_VCV], [0]];
|
|
656
|
-
export var DeleteCapacityReservationInput = [3, n0, _DCRI, 0, [_N], [0]];
|
|
657
|
-
export var DeleteCapacityReservationOutput = [3, n0, _DCRO, 0, [], []];
|
|
658
|
-
export var DeleteDataCatalogInput = [3, n0, _DDCI, 0, [_N, _DCO], [0, 2]];
|
|
659
|
-
export var DeleteDataCatalogOutput = [3, n0, _DDCO, 0, [_DC], [() => DataCatalog]];
|
|
660
|
-
export var DeleteNamedQueryInput = [3, n0, _DNQI, 0, [_NQIa], [[0, 4]]];
|
|
661
|
-
export var DeleteNamedQueryOutput = [3, n0, _DNQO, 0, [], []];
|
|
662
|
-
export var DeleteNotebookInput = [3, n0, _DNI, 0, [_NI], [0]];
|
|
663
|
-
export var DeleteNotebookOutput = [3, n0, _DNO, 0, [], []];
|
|
664
|
-
export var DeletePreparedStatementInput = [3, n0, _DPSI, 0, [_SNt, _WG], [0, 0]];
|
|
665
|
-
export var DeletePreparedStatementOutput = [3, n0, _DPSO, 0, [], []];
|
|
666
|
-
export var DeleteWorkGroupInput = [3, n0, _DWGI, 0, [_WG, _RDO], [0, 2]];
|
|
667
|
-
export var DeleteWorkGroupOutput = [3, n0, _DWGO, 0, [], []];
|
|
668
|
-
export var EncryptionConfiguration = [3, n0, _ECn, 0, [_EO, _KK], [0, 0]];
|
|
669
|
-
export var EngineConfiguration = [
|
|
661
|
+
export var DataCatalogSummary$ = [3, n0, _DCS, 0, [_CN, _T, _St, _CTo, _Er], [0, 0, 0, 0, 0]];
|
|
662
|
+
export var Datum$ = [3, n0, _Dat, 0, [_VCV], [0]];
|
|
663
|
+
export var DeleteCapacityReservationInput$ = [3, n0, _DCRI, 0, [_N], [0]];
|
|
664
|
+
export var DeleteCapacityReservationOutput$ = [3, n0, _DCRO, 0, [], []];
|
|
665
|
+
export var DeleteDataCatalogInput$ = [3, n0, _DDCI, 0, [_N, _DCO], [0, 2]];
|
|
666
|
+
export var DeleteDataCatalogOutput$ = [3, n0, _DDCO, 0, [_DC], [() => DataCatalog$]];
|
|
667
|
+
export var DeleteNamedQueryInput$ = [3, n0, _DNQI, 0, [_NQIa], [[0, 4]]];
|
|
668
|
+
export var DeleteNamedQueryOutput$ = [3, n0, _DNQO, 0, [], []];
|
|
669
|
+
export var DeleteNotebookInput$ = [3, n0, _DNI, 0, [_NI], [0]];
|
|
670
|
+
export var DeleteNotebookOutput$ = [3, n0, _DNO, 0, [], []];
|
|
671
|
+
export var DeletePreparedStatementInput$ = [3, n0, _DPSI, 0, [_SNt, _WG], [0, 0]];
|
|
672
|
+
export var DeletePreparedStatementOutput$ = [3, n0, _DPSO, 0, [], []];
|
|
673
|
+
export var DeleteWorkGroupInput$ = [3, n0, _DWGI, 0, [_WG, _RDO], [0, 2]];
|
|
674
|
+
export var DeleteWorkGroupOutput$ = [3, n0, _DWGO, 0, [], []];
|
|
675
|
+
export var EncryptionConfiguration$ = [3, n0, _ECn, 0, [_EO, _KK], [0, 0]];
|
|
676
|
+
export var EngineConfiguration$ = [
|
|
670
677
|
3,
|
|
671
678
|
n0,
|
|
672
679
|
_ECng,
|
|
@@ -674,8 +681,8 @@ export var EngineConfiguration = [
|
|
|
674
681
|
[_CDS, _MCD, _DEDS, _ACd, _SP, _Cl],
|
|
675
682
|
[1, 1, 1, 128 | 0, 128 | 0, () => ClassificationList],
|
|
676
683
|
];
|
|
677
|
-
export var EngineVersion = [3, n0, _EV, 0, [_SEV, _EEV], [0, 0]];
|
|
678
|
-
export var ExecutorsSummary = [
|
|
684
|
+
export var EngineVersion$ = [3, n0, _EV, 0, [_SEV, _EEV], [0, 0]];
|
|
685
|
+
export var ExecutorsSummary$ = [
|
|
679
686
|
3,
|
|
680
687
|
n0,
|
|
681
688
|
_ES,
|
|
@@ -683,69 +690,76 @@ export var ExecutorsSummary = [
|
|
|
683
690
|
[_EI, _ETx, _SDTt, _TDT, _ESx, _ESxe],
|
|
684
691
|
[0, 0, 1, 1, 0, 1],
|
|
685
692
|
];
|
|
686
|
-
export var ExportNotebookInput = [3, n0, _ENI, 0, [_NI], [0]];
|
|
687
|
-
export var ExportNotebookOutput = [3, n0, _ENO, 0, [_NM, _Pay], [() => NotebookMetadata
|
|
688
|
-
export var FilterDefinition = [3, n0, _FD, 0, [_N], [0]];
|
|
689
|
-
export var GetCalculationExecutionCodeRequest = [3, n0, _GCECR, 0, [_CEI], [0]];
|
|
690
|
-
export var GetCalculationExecutionCodeResponse = [3, n0, _GCECRe, 0, [_CB], [0]];
|
|
691
|
-
export var GetCalculationExecutionRequest = [3, n0, _GCER, 0, [_CEI], [0]];
|
|
692
|
-
export var GetCalculationExecutionResponse = [
|
|
693
|
+
export var ExportNotebookInput$ = [3, n0, _ENI, 0, [_NI], [0]];
|
|
694
|
+
export var ExportNotebookOutput$ = [3, n0, _ENO, 0, [_NM, _Pay], [() => NotebookMetadata$, 0]];
|
|
695
|
+
export var FilterDefinition$ = [3, n0, _FD, 0, [_N], [0]];
|
|
696
|
+
export var GetCalculationExecutionCodeRequest$ = [3, n0, _GCECR, 0, [_CEI], [0]];
|
|
697
|
+
export var GetCalculationExecutionCodeResponse$ = [3, n0, _GCECRe, 0, [_CB], [0]];
|
|
698
|
+
export var GetCalculationExecutionRequest$ = [3, n0, _GCER, 0, [_CEI], [0]];
|
|
699
|
+
export var GetCalculationExecutionResponse$ = [
|
|
693
700
|
3,
|
|
694
701
|
n0,
|
|
695
702
|
_GCERe,
|
|
696
703
|
0,
|
|
697
704
|
[_CEI, _SI, _D, _WD, _St, _Sta, _Re],
|
|
698
|
-
[0, 0, 0, 0, () => CalculationStatus
|
|
705
|
+
[0, 0, 0, 0, () => CalculationStatus$, () => CalculationStatistics$, () => CalculationResult$],
|
|
699
706
|
];
|
|
700
|
-
export var GetCalculationExecutionStatusRequest = [3, n0, _GCESR, 0, [_CEI], [0]];
|
|
701
|
-
export var GetCalculationExecutionStatusResponse = [
|
|
707
|
+
export var GetCalculationExecutionStatusRequest$ = [3, n0, _GCESR, 0, [_CEI], [0]];
|
|
708
|
+
export var GetCalculationExecutionStatusResponse$ = [
|
|
702
709
|
3,
|
|
703
710
|
n0,
|
|
704
711
|
_GCESRe,
|
|
705
712
|
0,
|
|
706
713
|
[_St, _Sta],
|
|
707
|
-
[() => CalculationStatus
|
|
714
|
+
[() => CalculationStatus$, () => CalculationStatistics$],
|
|
708
715
|
];
|
|
709
|
-
export var GetCapacityAssignmentConfigurationInput = [3, n0, _GCACI, 0, [_CRN], [0]];
|
|
710
|
-
export var GetCapacityAssignmentConfigurationOutput = [
|
|
716
|
+
export var GetCapacityAssignmentConfigurationInput$ = [3, n0, _GCACI, 0, [_CRN], [0]];
|
|
717
|
+
export var GetCapacityAssignmentConfigurationOutput$ = [
|
|
711
718
|
3,
|
|
712
719
|
n0,
|
|
713
720
|
_GCACO,
|
|
714
721
|
0,
|
|
715
722
|
[_CAC],
|
|
716
|
-
[() => CapacityAssignmentConfiguration],
|
|
717
|
-
];
|
|
718
|
-
export var GetCapacityReservationInput = [3, n0, _GCRI, 0, [_N], [0]];
|
|
719
|
-
export var GetCapacityReservationOutput = [
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
export var
|
|
728
|
-
export var
|
|
729
|
-
export var
|
|
730
|
-
export var
|
|
731
|
-
export var
|
|
732
|
-
export var
|
|
733
|
-
export var
|
|
734
|
-
export var
|
|
735
|
-
export var
|
|
723
|
+
[() => CapacityAssignmentConfiguration$],
|
|
724
|
+
];
|
|
725
|
+
export var GetCapacityReservationInput$ = [3, n0, _GCRI, 0, [_N], [0]];
|
|
726
|
+
export var GetCapacityReservationOutput$ = [
|
|
727
|
+
3,
|
|
728
|
+
n0,
|
|
729
|
+
_GCRO,
|
|
730
|
+
0,
|
|
731
|
+
[_CRa],
|
|
732
|
+
[() => CapacityReservation$],
|
|
733
|
+
];
|
|
734
|
+
export var GetDatabaseInput$ = [3, n0, _GDI, 0, [_CN, _DN, _WG], [0, 0, 0]];
|
|
735
|
+
export var GetDatabaseOutput$ = [3, n0, _GDO, 0, [_Da], [() => Database$]];
|
|
736
|
+
export var GetDataCatalogInput$ = [3, n0, _GDCI, 0, [_N, _WG], [0, 0]];
|
|
737
|
+
export var GetDataCatalogOutput$ = [3, n0, _GDCO, 0, [_DC], [() => DataCatalog$]];
|
|
738
|
+
export var GetNamedQueryInput$ = [3, n0, _GNQI, 0, [_NQIa], [0]];
|
|
739
|
+
export var GetNamedQueryOutput$ = [3, n0, _GNQO, 0, [_NQa], [() => NamedQuery$]];
|
|
740
|
+
export var GetNotebookMetadataInput$ = [3, n0, _GNMI, 0, [_NI], [0]];
|
|
741
|
+
export var GetNotebookMetadataOutput$ = [3, n0, _GNMO, 0, [_NM], [() => NotebookMetadata$]];
|
|
742
|
+
export var GetPreparedStatementInput$ = [3, n0, _GPSI, 0, [_SNt, _WG], [0, 0]];
|
|
743
|
+
export var GetPreparedStatementOutput$ = [3, n0, _GPSO, 0, [_PSr], [() => PreparedStatement$]];
|
|
744
|
+
export var GetQueryExecutionInput$ = [3, n0, _GQEI, 0, [_QEIu], [0]];
|
|
745
|
+
export var GetQueryExecutionOutput$ = [3, n0, _GQEO, 0, [_QEu], [() => QueryExecution$]];
|
|
746
|
+
export var GetQueryResultsInput$ = [3, n0, _GQRI, 0, [_QEIu, _NT, _MR, _QRT], [0, 0, 1, 0]];
|
|
747
|
+
export var GetQueryResultsOutput$ = [3, n0, _GQRO, 0, [_UC, _RS, _NT], [1, () => ResultSet$, 0]];
|
|
748
|
+
export var GetQueryRuntimeStatisticsInput$ = [3, n0, _GQRSI, 0, [_QEIu], [0]];
|
|
749
|
+
export var GetQueryRuntimeStatisticsOutput$ = [
|
|
736
750
|
3,
|
|
737
751
|
n0,
|
|
738
752
|
_GQRSO,
|
|
739
753
|
0,
|
|
740
754
|
[_QRS],
|
|
741
|
-
[() => QueryRuntimeStatistics],
|
|
742
|
-
];
|
|
743
|
-
export var GetResourceDashboardRequest = [3, n0, _GRDR, 0, [_RARN], [0]];
|
|
744
|
-
export var GetResourceDashboardResponse = [3, n0, _GRDRe, 0, [_U], [0]];
|
|
745
|
-
export var GetSessionEndpointRequest = [3, n0, _GSER, 0, [_SI], [0]];
|
|
746
|
-
export var GetSessionEndpointResponse = [3, n0, _GSERe, 0, [_EU, _AT, _ATET], [0, 0, 4]];
|
|
747
|
-
export var GetSessionRequest = [3, n0, _GSR, 0, [_SI], [0]];
|
|
748
|
-
export var GetSessionResponse = [
|
|
755
|
+
[() => QueryRuntimeStatistics$],
|
|
756
|
+
];
|
|
757
|
+
export var GetResourceDashboardRequest$ = [3, n0, _GRDR, 0, [_RARN], [0]];
|
|
758
|
+
export var GetResourceDashboardResponse$ = [3, n0, _GRDRe, 0, [_U], [0]];
|
|
759
|
+
export var GetSessionEndpointRequest$ = [3, n0, _GSER, 0, [_SI], [0]];
|
|
760
|
+
export var GetSessionEndpointResponse$ = [3, n0, _GSERe, 0, [_EU, _AT, _ATET], [0, 0, 4]];
|
|
761
|
+
export var GetSessionRequest$ = [3, n0, _GSR, 0, [_SI], [0]];
|
|
762
|
+
export var GetSessionResponse$ = [
|
|
749
763
|
3,
|
|
750
764
|
n0,
|
|
751
765
|
_GSRe,
|
|
@@ -756,22 +770,22 @@ export var GetSessionResponse = [
|
|
|
756
770
|
0,
|
|
757
771
|
0,
|
|
758
772
|
0,
|
|
759
|
-
() => EngineConfiguration
|
|
773
|
+
() => EngineConfiguration$,
|
|
760
774
|
0,
|
|
761
|
-
() => MonitoringConfiguration
|
|
762
|
-
() => SessionConfiguration
|
|
763
|
-
() => SessionStatus
|
|
764
|
-
() => SessionStatistics
|
|
775
|
+
() => MonitoringConfiguration$,
|
|
776
|
+
() => SessionConfiguration$,
|
|
777
|
+
() => SessionStatus$,
|
|
778
|
+
() => SessionStatistics$,
|
|
765
779
|
],
|
|
766
780
|
];
|
|
767
|
-
export var GetSessionStatusRequest = [3, n0, _GSSR, 0, [_SI], [0]];
|
|
768
|
-
export var GetSessionStatusResponse = [3, n0, _GSSRe, 0, [_SI, _St], [0, () => SessionStatus]];
|
|
769
|
-
export var GetTableMetadataInput = [3, n0, _GTMI, 0, [_CN, _DN, _TN, _WG], [0, 0, 0, 0]];
|
|
770
|
-
export var GetTableMetadataOutput = [3, n0, _GTMO, 0, [_TM], [() => TableMetadata]];
|
|
771
|
-
export var GetWorkGroupInput = [3, n0, _GWGI, 0, [_WG], [0]];
|
|
772
|
-
export var GetWorkGroupOutput = [3, n0, _GWGO, 0, [_WG], [() => WorkGroup]];
|
|
773
|
-
export var IdentityCenterConfiguration = [3, n0, _ICC, 0, [_EIC, _ICIA], [2, 0]];
|
|
774
|
-
export var ImportNotebookInput = [
|
|
781
|
+
export var GetSessionStatusRequest$ = [3, n0, _GSSR, 0, [_SI], [0]];
|
|
782
|
+
export var GetSessionStatusResponse$ = [3, n0, _GSSRe, 0, [_SI, _St], [0, () => SessionStatus$]];
|
|
783
|
+
export var GetTableMetadataInput$ = [3, n0, _GTMI, 0, [_CN, _DN, _TN, _WG], [0, 0, 0, 0]];
|
|
784
|
+
export var GetTableMetadataOutput$ = [3, n0, _GTMO, 0, [_TM], [() => TableMetadata$]];
|
|
785
|
+
export var GetWorkGroupInput$ = [3, n0, _GWGI, 0, [_WG], [0]];
|
|
786
|
+
export var GetWorkGroupOutput$ = [3, n0, _GWGO, 0, [_WG], [() => WorkGroup$]];
|
|
787
|
+
export var IdentityCenterConfiguration$ = [3, n0, _ICC, 0, [_EIC, _ICIA], [2, 0]];
|
|
788
|
+
export var ImportNotebookInput$ = [
|
|
775
789
|
3,
|
|
776
790
|
n0,
|
|
777
791
|
_INI,
|
|
@@ -779,13 +793,13 @@ export var ImportNotebookInput = [
|
|
|
779
793
|
[_WG, _N, _Pay, _T, _NSLU, _CRT],
|
|
780
794
|
[0, 0, 0, 0, 0, 0],
|
|
781
795
|
];
|
|
782
|
-
export var ImportNotebookOutput = [3, n0, _INO, 0, [_NI], [0]];
|
|
783
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
|
|
784
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
785
|
-
export var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_AEC, _M], [0, 0]];
|
|
786
|
-
TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
787
|
-
export var ListApplicationDPUSizesInput = [3, n0, _LADPUSI, 0, [_MR, _NT], [1, 0]];
|
|
788
|
-
export var ListApplicationDPUSizesOutput = [
|
|
796
|
+
export var ImportNotebookOutput$ = [3, n0, _INO, 0, [_NI], [0]];
|
|
797
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
|
|
798
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
799
|
+
export var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c }, [_AEC, _M], [0, 0]];
|
|
800
|
+
TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
801
|
+
export var ListApplicationDPUSizesInput$ = [3, n0, _LADPUSI, 0, [_MR, _NT], [1, 0]];
|
|
802
|
+
export var ListApplicationDPUSizesOutput$ = [
|
|
789
803
|
3,
|
|
790
804
|
n0,
|
|
791
805
|
_LADPUSO,
|
|
@@ -793,7 +807,7 @@ export var ListApplicationDPUSizesOutput = [
|
|
|
793
807
|
[_ADPUS, _NT],
|
|
794
808
|
[() => ApplicationDPUSizesList, 0],
|
|
795
809
|
];
|
|
796
|
-
export var ListCalculationExecutionsRequest = [
|
|
810
|
+
export var ListCalculationExecutionsRequest$ = [
|
|
797
811
|
3,
|
|
798
812
|
n0,
|
|
799
813
|
_LCER,
|
|
@@ -801,7 +815,7 @@ export var ListCalculationExecutionsRequest = [
|
|
|
801
815
|
[_SI, _SF, _MR, _NT],
|
|
802
816
|
[0, 0, 1, 0],
|
|
803
817
|
];
|
|
804
|
-
export var ListCalculationExecutionsResponse = [
|
|
818
|
+
export var ListCalculationExecutionsResponse$ = [
|
|
805
819
|
3,
|
|
806
820
|
n0,
|
|
807
821
|
_LCERi,
|
|
@@ -809,8 +823,8 @@ export var ListCalculationExecutionsResponse = [
|
|
|
809
823
|
[_NT, _Ca],
|
|
810
824
|
[0, () => CalculationsList],
|
|
811
825
|
];
|
|
812
|
-
export var ListCapacityReservationsInput = [3, n0, _LCRI, 0, [_NT, _MR], [0, 1]];
|
|
813
|
-
export var ListCapacityReservationsOutput = [
|
|
826
|
+
export var ListCapacityReservationsInput$ = [3, n0, _LCRI, 0, [_NT, _MR], [0, 1]];
|
|
827
|
+
export var ListCapacityReservationsOutput$ = [
|
|
814
828
|
3,
|
|
815
829
|
n0,
|
|
816
830
|
_LCRO,
|
|
@@ -818,10 +832,10 @@ export var ListCapacityReservationsOutput = [
|
|
|
818
832
|
[_NT, _CRap],
|
|
819
833
|
[0, () => CapacityReservationsList],
|
|
820
834
|
];
|
|
821
|
-
export var ListDatabasesInput = [3, n0, _LDI, 0, [_CN, _NT, _MR, _WG], [0, 0, 1, 0]];
|
|
822
|
-
export var ListDatabasesOutput = [3, n0, _LDO, 0, [_DL, _NT], [() => DatabaseList, 0]];
|
|
823
|
-
export var ListDataCatalogsInput = [3, n0, _LDCI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
824
|
-
export var ListDataCatalogsOutput = [
|
|
835
|
+
export var ListDatabasesInput$ = [3, n0, _LDI, 0, [_CN, _NT, _MR, _WG], [0, 0, 1, 0]];
|
|
836
|
+
export var ListDatabasesOutput$ = [3, n0, _LDO, 0, [_DL, _NT], [() => DatabaseList, 0]];
|
|
837
|
+
export var ListDataCatalogsInput$ = [3, n0, _LDCI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
838
|
+
export var ListDataCatalogsOutput$ = [
|
|
825
839
|
3,
|
|
826
840
|
n0,
|
|
827
841
|
_LDCO,
|
|
@@ -829,8 +843,8 @@ export var ListDataCatalogsOutput = [
|
|
|
829
843
|
[_DCSa, _NT],
|
|
830
844
|
[() => DataCatalogSummaryList, 0],
|
|
831
845
|
];
|
|
832
|
-
export var ListEngineVersionsInput = [3, n0, _LEVI, 0, [_NT, _MR], [0, 1]];
|
|
833
|
-
export var ListEngineVersionsOutput = [
|
|
846
|
+
export var ListEngineVersionsInput$ = [3, n0, _LEVI, 0, [_NT, _MR], [0, 1]];
|
|
847
|
+
export var ListEngineVersionsOutput$ = [
|
|
834
848
|
3,
|
|
835
849
|
n0,
|
|
836
850
|
_LEVO,
|
|
@@ -838,8 +852,8 @@ export var ListEngineVersionsOutput = [
|
|
|
838
852
|
[_EVn, _NT],
|
|
839
853
|
[() => EngineVersionsList, 0],
|
|
840
854
|
];
|
|
841
|
-
export var ListExecutorsRequest = [3, n0, _LER, 0, [_SI, _ESF, _MR, _NT], [0, 0, 1, 0]];
|
|
842
|
-
export var ListExecutorsResponse = [
|
|
855
|
+
export var ListExecutorsRequest$ = [3, n0, _LER, 0, [_SI, _ESF, _MR, _NT], [0, 0, 1, 0]];
|
|
856
|
+
export var ListExecutorsResponse$ = [
|
|
843
857
|
3,
|
|
844
858
|
n0,
|
|
845
859
|
_LERi,
|
|
@@ -847,17 +861,17 @@ export var ListExecutorsResponse = [
|
|
|
847
861
|
[_SI, _NT, _ES],
|
|
848
862
|
[0, 0, () => ExecutorsSummaryList],
|
|
849
863
|
];
|
|
850
|
-
export var ListNamedQueriesInput = [3, n0, _LNQI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
851
|
-
export var ListNamedQueriesOutput = [3, n0, _LNQO, 0, [_NQI, _NT], [64 | 0, 0]];
|
|
852
|
-
export var ListNotebookMetadataInput = [
|
|
864
|
+
export var ListNamedQueriesInput$ = [3, n0, _LNQI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
865
|
+
export var ListNamedQueriesOutput$ = [3, n0, _LNQO, 0, [_NQI, _NT], [64 | 0, 0]];
|
|
866
|
+
export var ListNotebookMetadataInput$ = [
|
|
853
867
|
3,
|
|
854
868
|
n0,
|
|
855
869
|
_LNMI,
|
|
856
870
|
0,
|
|
857
871
|
[_F, _NT, _MR, _WG],
|
|
858
|
-
[() => FilterDefinition
|
|
872
|
+
[() => FilterDefinition$, 0, 1, 0],
|
|
859
873
|
];
|
|
860
|
-
export var ListNotebookMetadataOutput = [
|
|
874
|
+
export var ListNotebookMetadataOutput$ = [
|
|
861
875
|
3,
|
|
862
876
|
n0,
|
|
863
877
|
_LNMO,
|
|
@@ -865,8 +879,8 @@ export var ListNotebookMetadataOutput = [
|
|
|
865
879
|
[_NT, _NML],
|
|
866
880
|
[0, () => NotebookMetadataArray],
|
|
867
881
|
];
|
|
868
|
-
export var ListNotebookSessionsRequest = [3, n0, _LNSR, 0, [_NI, _MR, _NT], [0, 1, 0]];
|
|
869
|
-
export var ListNotebookSessionsResponse = [
|
|
882
|
+
export var ListNotebookSessionsRequest$ = [3, n0, _LNSR, 0, [_NI, _MR, _NT], [0, 1, 0]];
|
|
883
|
+
export var ListNotebookSessionsResponse$ = [
|
|
870
884
|
3,
|
|
871
885
|
n0,
|
|
872
886
|
_LNSRi,
|
|
@@ -874,8 +888,8 @@ export var ListNotebookSessionsResponse = [
|
|
|
874
888
|
[_NSL, _NT],
|
|
875
889
|
[() => NotebookSessionsList, 0],
|
|
876
890
|
];
|
|
877
|
-
export var ListPreparedStatementsInput = [3, n0, _LPSI, 0, [_WG, _NT, _MR], [0, 0, 1]];
|
|
878
|
-
export var ListPreparedStatementsOutput = [
|
|
891
|
+
export var ListPreparedStatementsInput$ = [3, n0, _LPSI, 0, [_WG, _NT, _MR], [0, 0, 1]];
|
|
892
|
+
export var ListPreparedStatementsOutput$ = [
|
|
879
893
|
3,
|
|
880
894
|
n0,
|
|
881
895
|
_LPSO,
|
|
@@ -883,11 +897,11 @@ export var ListPreparedStatementsOutput = [
|
|
|
883
897
|
[_PS, _NT],
|
|
884
898
|
[() => PreparedStatementsList, 0],
|
|
885
899
|
];
|
|
886
|
-
export var ListQueryExecutionsInput = [3, n0, _LQEI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
887
|
-
export var ListQueryExecutionsOutput = [3, n0, _LQEO, 0, [_QEI, _NT], [64 | 0, 0]];
|
|
888
|
-
export var ListSessionsRequest = [3, n0, _LSR, 0, [_WG, _SF, _MR, _NT], [0, 0, 1, 0]];
|
|
889
|
-
export var ListSessionsResponse = [3, n0, _LSRi, 0, [_NT, _Se], [0, () => SessionsList]];
|
|
890
|
-
export var ListTableMetadataInput = [
|
|
900
|
+
export var ListQueryExecutionsInput$ = [3, n0, _LQEI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
901
|
+
export var ListQueryExecutionsOutput$ = [3, n0, _LQEO, 0, [_QEI, _NT], [64 | 0, 0]];
|
|
902
|
+
export var ListSessionsRequest$ = [3, n0, _LSR, 0, [_WG, _SF, _MR, _NT], [0, 0, 1, 0]];
|
|
903
|
+
export var ListSessionsResponse$ = [3, n0, _LSRi, 0, [_NT, _Se], [0, () => SessionsList]];
|
|
904
|
+
export var ListTableMetadataInput$ = [
|
|
891
905
|
3,
|
|
892
906
|
n0,
|
|
893
907
|
_LTMI,
|
|
@@ -895,7 +909,7 @@ export var ListTableMetadataInput = [
|
|
|
895
909
|
[_CN, _DN, _Ex, _NT, _MR, _WG],
|
|
896
910
|
[0, 0, 0, 0, 1, 0],
|
|
897
911
|
];
|
|
898
|
-
export var ListTableMetadataOutput = [
|
|
912
|
+
export var ListTableMetadataOutput$ = [
|
|
899
913
|
3,
|
|
900
914
|
n0,
|
|
901
915
|
_LTMO,
|
|
@@ -903,44 +917,51 @@ export var ListTableMetadataOutput = [
|
|
|
903
917
|
[_TML, _NT],
|
|
904
918
|
[() => TableMetadataList, 0],
|
|
905
919
|
];
|
|
906
|
-
export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RARN, _NT, _MR], [0, 0, 1]];
|
|
907
|
-
export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
908
|
-
export var ListWorkGroupsInput = [3, n0, _LWGI, 0, [_NT, _MR], [0, 1]];
|
|
909
|
-
export var ListWorkGroupsOutput = [3, n0, _LWGO, 0, [_WGo, _NT], [() => WorkGroupsList, 0]];
|
|
910
|
-
export var ManagedLoggingConfiguration = [3, n0, _MLC, 0, [_E, _KK], [2, 0]];
|
|
911
|
-
export var ManagedQueryResultsConfiguration = [
|
|
920
|
+
export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RARN, _NT, _MR], [0, 0, 1]];
|
|
921
|
+
export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
922
|
+
export var ListWorkGroupsInput$ = [3, n0, _LWGI, 0, [_NT, _MR], [0, 1]];
|
|
923
|
+
export var ListWorkGroupsOutput$ = [3, n0, _LWGO, 0, [_WGo, _NT], [() => WorkGroupsList, 0]];
|
|
924
|
+
export var ManagedLoggingConfiguration$ = [3, n0, _MLC, 0, [_E, _KK], [2, 0]];
|
|
925
|
+
export var ManagedQueryResultsConfiguration$ = [
|
|
912
926
|
3,
|
|
913
927
|
n0,
|
|
914
928
|
_MQRC,
|
|
915
929
|
0,
|
|
916
930
|
[_E, _ECn],
|
|
917
|
-
[2, () => ManagedQueryResultsEncryptionConfiguration],
|
|
931
|
+
[2, () => ManagedQueryResultsEncryptionConfiguration$],
|
|
918
932
|
];
|
|
919
|
-
export var ManagedQueryResultsConfigurationUpdates = [
|
|
933
|
+
export var ManagedQueryResultsConfigurationUpdates$ = [
|
|
920
934
|
3,
|
|
921
935
|
n0,
|
|
922
936
|
_MQRCU,
|
|
923
937
|
0,
|
|
924
938
|
[_E, _ECn, _REC],
|
|
925
|
-
[2, () => ManagedQueryResultsEncryptionConfiguration
|
|
939
|
+
[2, () => ManagedQueryResultsEncryptionConfiguration$, 2],
|
|
926
940
|
];
|
|
927
|
-
export var ManagedQueryResultsEncryptionConfiguration = [3, n0, _MQREC, 0, [_KK], [0]];
|
|
928
|
-
export var MetadataException = [-3, n0, _ME, { [_e]: _c }, [_M], [0]];
|
|
929
|
-
TypeRegistry.for(n0).registerError(MetadataException
|
|
930
|
-
export var MonitoringConfiguration = [
|
|
941
|
+
export var ManagedQueryResultsEncryptionConfiguration$ = [3, n0, _MQREC, 0, [_KK], [0]];
|
|
942
|
+
export var MetadataException$ = [-3, n0, _ME, { [_e]: _c }, [_M], [0]];
|
|
943
|
+
TypeRegistry.for(n0).registerError(MetadataException$, MetadataException);
|
|
944
|
+
export var MonitoringConfiguration$ = [
|
|
931
945
|
3,
|
|
932
946
|
n0,
|
|
933
947
|
_MC,
|
|
934
948
|
0,
|
|
935
949
|
[_CWLC, _MLC, _SLC],
|
|
936
|
-
[() => CloudWatchLoggingConfiguration
|
|
950
|
+
[() => CloudWatchLoggingConfiguration$, () => ManagedLoggingConfiguration$, () => S3LoggingConfiguration$],
|
|
937
951
|
];
|
|
938
|
-
export var NamedQuery = [3, n0, _NQa, 0, [_N, _D, _Da, _QS, _NQIa, _WG], [0, 0, 0, 0, 0, 0]];
|
|
939
|
-
export var NotebookMetadata = [
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
952
|
+
export var NamedQuery$ = [3, n0, _NQa, 0, [_N, _D, _Da, _QS, _NQIa, _WG], [0, 0, 0, 0, 0, 0]];
|
|
953
|
+
export var NotebookMetadata$ = [
|
|
954
|
+
3,
|
|
955
|
+
n0,
|
|
956
|
+
_NM,
|
|
957
|
+
0,
|
|
958
|
+
[_NI, _N, _WG, _CT, _T, _LMT],
|
|
959
|
+
[0, 0, 0, 4, 0, 4],
|
|
960
|
+
];
|
|
961
|
+
export var NotebookSessionSummary$ = [3, n0, _NSS, 0, [_SI, _CT], [0, 4]];
|
|
962
|
+
export var PreparedStatement$ = [3, n0, _PSr, 0, [_SNt, _QSu, _WGNo, _D, _LMT], [0, 0, 0, 0, 4]];
|
|
963
|
+
export var PreparedStatementSummary$ = [3, n0, _PSS, 0, [_SNt, _LMT], [0, 4]];
|
|
964
|
+
export var PutCapacityAssignmentConfigurationInput$ = [
|
|
944
965
|
3,
|
|
945
966
|
n0,
|
|
946
967
|
_PCACI,
|
|
@@ -948,8 +969,8 @@ export var PutCapacityAssignmentConfigurationInput = [
|
|
|
948
969
|
[_CRN, _CAap],
|
|
949
970
|
[0, () => CapacityAssignmentsList],
|
|
950
971
|
];
|
|
951
|
-
export var PutCapacityAssignmentConfigurationOutput = [3, n0, _PCACO, 0, [], []];
|
|
952
|
-
export var QueryExecution = [
|
|
972
|
+
export var PutCapacityAssignmentConfigurationOutput$ = [3, n0, _PCACO, 0, [], []];
|
|
973
|
+
export var QueryExecution$ = [
|
|
953
974
|
3,
|
|
954
975
|
n0,
|
|
955
976
|
_QEu,
|
|
@@ -959,37 +980,37 @@ export var QueryExecution = [
|
|
|
959
980
|
0,
|
|
960
981
|
0,
|
|
961
982
|
0,
|
|
962
|
-
() => ManagedQueryResultsConfiguration
|
|
963
|
-
() => ResultConfiguration
|
|
964
|
-
() => ResultReuseConfiguration
|
|
965
|
-
() => QueryExecutionContext
|
|
966
|
-
() => QueryExecutionStatus
|
|
967
|
-
() => QueryExecutionStatistics
|
|
983
|
+
() => ManagedQueryResultsConfiguration$,
|
|
984
|
+
() => ResultConfiguration$,
|
|
985
|
+
() => ResultReuseConfiguration$,
|
|
986
|
+
() => QueryExecutionContext$,
|
|
987
|
+
() => QueryExecutionStatus$,
|
|
988
|
+
() => QueryExecutionStatistics$,
|
|
968
989
|
0,
|
|
969
|
-
() => EngineVersion
|
|
990
|
+
() => EngineVersion$,
|
|
970
991
|
64 | 0,
|
|
971
992
|
0,
|
|
972
|
-
() => QueryResultsS3AccessGrantsConfiguration
|
|
993
|
+
() => QueryResultsS3AccessGrantsConfiguration$,
|
|
973
994
|
],
|
|
974
995
|
];
|
|
975
|
-
export var QueryExecutionContext = [3, n0, _QEC, 0, [_Da, _Cat], [0, 0]];
|
|
976
|
-
export var QueryExecutionStatistics = [
|
|
996
|
+
export var QueryExecutionContext$ = [3, n0, _QEC, 0, [_Da, _Cat], [0, 0]];
|
|
997
|
+
export var QueryExecutionStatistics$ = [
|
|
977
998
|
3,
|
|
978
999
|
n0,
|
|
979
1000
|
_QES,
|
|
980
1001
|
0,
|
|
981
1002
|
[_EETIM, _DSIB, _DML, _TETIM, _QQTIM, _SPPTIM, _QPTIM, _SPTIM, _RRI, _DCp],
|
|
982
|
-
[1, 1, 0, 1, 1, 1, 1, 1, () => ResultReuseInformation
|
|
1003
|
+
[1, 1, 0, 1, 1, 1, 1, 1, () => ResultReuseInformation$, 1],
|
|
983
1004
|
];
|
|
984
|
-
export var QueryExecutionStatus = [
|
|
1005
|
+
export var QueryExecutionStatus$ = [
|
|
985
1006
|
3,
|
|
986
1007
|
n0,
|
|
987
1008
|
_QESu,
|
|
988
1009
|
0,
|
|
989
1010
|
[_S, _SCR, _SDT, _CDT, _AE],
|
|
990
|
-
[0, 0, 4, 4, () => AthenaError],
|
|
1011
|
+
[0, 0, 4, 4, () => AthenaError$],
|
|
991
1012
|
];
|
|
992
|
-
export var QueryResultsS3AccessGrantsConfiguration = [
|
|
1013
|
+
export var QueryResultsS3AccessGrantsConfiguration$ = [
|
|
993
1014
|
3,
|
|
994
1015
|
n0,
|
|
995
1016
|
_QRSAGC,
|
|
@@ -997,16 +1018,16 @@ export var QueryResultsS3AccessGrantsConfiguration = [
|
|
|
997
1018
|
[_ESAG, _CULP, _ATu],
|
|
998
1019
|
[2, 2, 0],
|
|
999
1020
|
];
|
|
1000
|
-
export var QueryRuntimeStatistics = [
|
|
1021
|
+
export var QueryRuntimeStatistics$ = [
|
|
1001
1022
|
3,
|
|
1002
1023
|
n0,
|
|
1003
1024
|
_QRS,
|
|
1004
1025
|
0,
|
|
1005
1026
|
[_Ti, _Ro, _OS],
|
|
1006
|
-
[() => QueryRuntimeStatisticsTimeline
|
|
1027
|
+
[() => QueryRuntimeStatisticsTimeline$, () => QueryRuntimeStatisticsRows$, () => QueryStage$],
|
|
1007
1028
|
];
|
|
1008
|
-
export var QueryRuntimeStatisticsRows = [3, n0, _QRSR, 0, [_IR, _IB, _OB, _OR], [1, 1, 1, 1]];
|
|
1009
|
-
export var QueryRuntimeStatisticsTimeline = [
|
|
1029
|
+
export var QueryRuntimeStatisticsRows$ = [3, n0, _QRSR, 0, [_IR, _IB, _OB, _OR], [1, 1, 1, 1]];
|
|
1030
|
+
export var QueryRuntimeStatisticsTimeline$ = [
|
|
1010
1031
|
3,
|
|
1011
1032
|
n0,
|
|
1012
1033
|
_QRST,
|
|
@@ -1014,15 +1035,15 @@ export var QueryRuntimeStatisticsTimeline = [
|
|
|
1014
1035
|
[_QQTIM, _SPPTIM, _QPTIM, _EETIM, _SPTIM, _TETIM],
|
|
1015
1036
|
[1, 1, 1, 1, 1, 1],
|
|
1016
1037
|
];
|
|
1017
|
-
export var QueryStage = [
|
|
1038
|
+
export var QueryStage$ = [
|
|
1018
1039
|
3,
|
|
1019
1040
|
n0,
|
|
1020
1041
|
_QSue,
|
|
1021
1042
|
0,
|
|
1022
1043
|
[_SIt, _S, _OB, _OR, _IB, _IR, _ETxe, _QSP, _SS],
|
|
1023
|
-
[1, 0, 1, 1, 1, 1, 1, () => QueryStagePlanNode
|
|
1044
|
+
[1, 0, 1, 1, 1, 1, 1, () => QueryStagePlanNode$, () => QueryStages],
|
|
1024
1045
|
];
|
|
1025
|
-
export var QueryStagePlanNode = [
|
|
1046
|
+
export var QueryStagePlanNode$ = [
|
|
1026
1047
|
3,
|
|
1027
1048
|
n0,
|
|
1028
1049
|
_QSPN,
|
|
@@ -1030,50 +1051,50 @@ export var QueryStagePlanNode = [
|
|
|
1030
1051
|
[_N, _I, _Ch, _RSe],
|
|
1031
1052
|
[0, 0, () => QueryStagePlanNodes, 64 | 0],
|
|
1032
1053
|
];
|
|
1033
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_M, _RN], [0, 0]];
|
|
1034
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1035
|
-
export var ResultConfiguration = [
|
|
1054
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_M, _RN], [0, 0]];
|
|
1055
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1056
|
+
export var ResultConfiguration$ = [
|
|
1036
1057
|
3,
|
|
1037
1058
|
n0,
|
|
1038
1059
|
_RC,
|
|
1039
1060
|
0,
|
|
1040
1061
|
[_OL, _ECn, _EBO, _AC],
|
|
1041
|
-
[0, () => EncryptionConfiguration
|
|
1062
|
+
[0, () => EncryptionConfiguration$, 0, () => AclConfiguration$],
|
|
1042
1063
|
];
|
|
1043
|
-
export var ResultConfigurationUpdates = [
|
|
1064
|
+
export var ResultConfigurationUpdates$ = [
|
|
1044
1065
|
3,
|
|
1045
1066
|
n0,
|
|
1046
1067
|
_RCU,
|
|
1047
1068
|
0,
|
|
1048
1069
|
[_OL, _ROL, _ECn, _REC, _EBO, _REBO, _AC, _RAC],
|
|
1049
|
-
[0, 2, () => EncryptionConfiguration
|
|
1070
|
+
[0, 2, () => EncryptionConfiguration$, 2, 0, 2, () => AclConfiguration$, 2],
|
|
1050
1071
|
];
|
|
1051
|
-
export var ResultReuseByAgeConfiguration = [3, n0, _RRBAC, 0, [_E, _MAIM], [2, 1]];
|
|
1052
|
-
export var ResultReuseConfiguration = [
|
|
1072
|
+
export var ResultReuseByAgeConfiguration$ = [3, n0, _RRBAC, 0, [_E, _MAIM], [2, 1]];
|
|
1073
|
+
export var ResultReuseConfiguration$ = [
|
|
1053
1074
|
3,
|
|
1054
1075
|
n0,
|
|
1055
1076
|
_RRC,
|
|
1056
1077
|
0,
|
|
1057
1078
|
[_RRBAC],
|
|
1058
|
-
[() => ResultReuseByAgeConfiguration],
|
|
1059
|
-
];
|
|
1060
|
-
export var ResultReuseInformation = [3, n0, _RRI, 0, [_RPR], [2]];
|
|
1061
|
-
export var ResultSet = [3, n0, _RS, 0, [_Ro, _RSM], [() => RowList, () => ResultSetMetadata]];
|
|
1062
|
-
export var ResultSetMetadata = [3, n0, _RSM, 0, [_CI], [() => ColumnInfoList]];
|
|
1063
|
-
export var Row = [3, n0, _Row, 0, [_Data], [() => datumList]];
|
|
1064
|
-
export var S3LoggingConfiguration = [3, n0, _SLC, 0, [_E, _KK, _LL], [2, 0, 0]];
|
|
1065
|
-
export var SessionAlreadyExistsException = [-3, n0, _SAEE, { [_e]: _c }, [_M], [0]];
|
|
1066
|
-
TypeRegistry.for(n0).registerError(SessionAlreadyExistsException
|
|
1067
|
-
export var SessionConfiguration = [
|
|
1079
|
+
[() => ResultReuseByAgeConfiguration$],
|
|
1080
|
+
];
|
|
1081
|
+
export var ResultReuseInformation$ = [3, n0, _RRI, 0, [_RPR], [2]];
|
|
1082
|
+
export var ResultSet$ = [3, n0, _RS, 0, [_Ro, _RSM], [() => RowList, () => ResultSetMetadata$]];
|
|
1083
|
+
export var ResultSetMetadata$ = [3, n0, _RSM, 0, [_CI], [() => ColumnInfoList]];
|
|
1084
|
+
export var Row$ = [3, n0, _Row, 0, [_Data], [() => datumList]];
|
|
1085
|
+
export var S3LoggingConfiguration$ = [3, n0, _SLC, 0, [_E, _KK, _LL], [2, 0, 0]];
|
|
1086
|
+
export var SessionAlreadyExistsException$ = [-3, n0, _SAEE, { [_e]: _c }, [_M], [0]];
|
|
1087
|
+
TypeRegistry.for(n0).registerError(SessionAlreadyExistsException$, SessionAlreadyExistsException);
|
|
1088
|
+
export var SessionConfiguration$ = [
|
|
1068
1089
|
3,
|
|
1069
1090
|
n0,
|
|
1070
1091
|
_SC,
|
|
1071
1092
|
0,
|
|
1072
1093
|
[_ER, _WD, _ITS, _SITIM, _ECn],
|
|
1073
|
-
[0, 0, 1, 1, () => EncryptionConfiguration],
|
|
1094
|
+
[0, 0, 1, 1, () => EncryptionConfiguration$],
|
|
1074
1095
|
];
|
|
1075
|
-
export var SessionStatistics = [3, n0, _SSe, 0, [_DEIM], [1]];
|
|
1076
|
-
export var SessionStatus = [
|
|
1096
|
+
export var SessionStatistics$ = [3, n0, _SSe, 0, [_DEIM], [1]];
|
|
1097
|
+
export var SessionStatus$ = [
|
|
1077
1098
|
3,
|
|
1078
1099
|
n0,
|
|
1079
1100
|
_SSes,
|
|
@@ -1081,24 +1102,24 @@ export var SessionStatus = [
|
|
|
1081
1102
|
[_SDTt, _LMDT, _EDT, _ISDT, _S, _SCR],
|
|
1082
1103
|
[4, 4, 4, 4, 0, 0],
|
|
1083
1104
|
];
|
|
1084
|
-
export var SessionSummary = [
|
|
1105
|
+
export var SessionSummary$ = [
|
|
1085
1106
|
3,
|
|
1086
1107
|
n0,
|
|
1087
1108
|
_SSess,
|
|
1088
1109
|
0,
|
|
1089
1110
|
[_SI, _D, _EV, _NV, _St],
|
|
1090
|
-
[0, 0, () => EngineVersion
|
|
1111
|
+
[0, 0, () => EngineVersion$, 0, () => SessionStatus$],
|
|
1091
1112
|
];
|
|
1092
|
-
export var StartCalculationExecutionRequest = [
|
|
1113
|
+
export var StartCalculationExecutionRequest$ = [
|
|
1093
1114
|
3,
|
|
1094
1115
|
n0,
|
|
1095
1116
|
_SCER,
|
|
1096
1117
|
0,
|
|
1097
1118
|
[_SI, _D, _CC, _CB, _CRT],
|
|
1098
|
-
[0, 0, () => CalculationConfiguration
|
|
1119
|
+
[0, 0, () => CalculationConfiguration$, 0, 0],
|
|
1099
1120
|
];
|
|
1100
|
-
export var StartCalculationExecutionResponse = [3, n0, _SCERt, 0, [_CEI, _S], [0, 0]];
|
|
1101
|
-
export var StartQueryExecutionInput = [
|
|
1121
|
+
export var StartCalculationExecutionResponse$ = [3, n0, _SCERt, 0, [_CEI, _S], [0, 0]];
|
|
1122
|
+
export var StartQueryExecutionInput$ = [
|
|
1102
1123
|
3,
|
|
1103
1124
|
n0,
|
|
1104
1125
|
_SQEI,
|
|
@@ -1107,29 +1128,29 @@ export var StartQueryExecutionInput = [
|
|
|
1107
1128
|
[
|
|
1108
1129
|
0,
|
|
1109
1130
|
[0, 4],
|
|
1110
|
-
() => QueryExecutionContext
|
|
1111
|
-
() => ResultConfiguration
|
|
1131
|
+
() => QueryExecutionContext$,
|
|
1132
|
+
() => ResultConfiguration$,
|
|
1112
1133
|
0,
|
|
1113
1134
|
64 | 0,
|
|
1114
|
-
() => ResultReuseConfiguration
|
|
1115
|
-
() => EngineConfiguration
|
|
1135
|
+
() => ResultReuseConfiguration$,
|
|
1136
|
+
() => EngineConfiguration$,
|
|
1116
1137
|
],
|
|
1117
1138
|
];
|
|
1118
|
-
export var StartQueryExecutionOutput = [3, n0, _SQEO, 0, [_QEIu], [0]];
|
|
1119
|
-
export var StartSessionRequest = [
|
|
1139
|
+
export var StartQueryExecutionOutput$ = [3, n0, _SQEO, 0, [_QEIu], [0]];
|
|
1140
|
+
export var StartSessionRequest$ = [
|
|
1120
1141
|
3,
|
|
1121
1142
|
n0,
|
|
1122
1143
|
_SSR,
|
|
1123
1144
|
0,
|
|
1124
1145
|
[_D, _WG, _ECng, _ER, _MC, _NV, _SITIM, _CRT, _Ta, _CWGT],
|
|
1125
|
-
[0, 0, () => EngineConfiguration
|
|
1126
|
-
];
|
|
1127
|
-
export var StartSessionResponse = [3, n0, _SSRt, 0, [_SI, _S], [0, 0]];
|
|
1128
|
-
export var StopCalculationExecutionRequest = [3, n0, _SCERto, 0, [_CEI], [0]];
|
|
1129
|
-
export var StopCalculationExecutionResponse = [3, n0, _SCERtop, 0, [_S], [0]];
|
|
1130
|
-
export var StopQueryExecutionInput = [3, n0, _SQEIt, 0, [_QEIu], [[0, 4]]];
|
|
1131
|
-
export var StopQueryExecutionOutput = [3, n0, _SQEOt, 0, [], []];
|
|
1132
|
-
export var TableMetadata = [
|
|
1146
|
+
[0, 0, () => EngineConfiguration$, 0, () => MonitoringConfiguration$, 0, 1, 0, () => TagList, 2],
|
|
1147
|
+
];
|
|
1148
|
+
export var StartSessionResponse$ = [3, n0, _SSRt, 0, [_SI, _S], [0, 0]];
|
|
1149
|
+
export var StopCalculationExecutionRequest$ = [3, n0, _SCERto, 0, [_CEI], [0]];
|
|
1150
|
+
export var StopCalculationExecutionResponse$ = [3, n0, _SCERtop, 0, [_S], [0]];
|
|
1151
|
+
export var StopQueryExecutionInput$ = [3, n0, _SQEIt, 0, [_QEIu], [[0, 4]]];
|
|
1152
|
+
export var StopQueryExecutionOutput$ = [3, n0, _SQEOt, 0, [], []];
|
|
1153
|
+
export var TableMetadata$ = [
|
|
1133
1154
|
3,
|
|
1134
1155
|
n0,
|
|
1135
1156
|
_TM,
|
|
@@ -1137,72 +1158,79 @@ export var TableMetadata = [
|
|
|
1137
1158
|
[_N, _CTr, _LAT, _TT, _Col, _PK, _Pa],
|
|
1138
1159
|
[0, 4, 4, 0, () => ColumnList, () => ColumnList, 128 | 0],
|
|
1139
1160
|
];
|
|
1140
|
-
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1141
|
-
export var TagResourceInput = [3, n0, _TRI, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
1142
|
-
export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
|
|
1143
|
-
export var TerminateSessionRequest = [3, n0, _TSR, 0, [_SI], [0]];
|
|
1144
|
-
export var TerminateSessionResponse = [3, n0, _TSRe, 0, [_S], [0]];
|
|
1145
|
-
export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c }, [_M, _Rea], [0, 0]];
|
|
1146
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
1147
|
-
export var UnprocessedNamedQueryId = [3, n0, _UNQIn, 0, [_NQIa, _ECr, _EM], [0, 0, 0]];
|
|
1148
|
-
export var UnprocessedPreparedStatementName = [3, n0, _UPSNn, 0, [_SNt, _ECr, _EM], [0, 0, 0]];
|
|
1149
|
-
export var UnprocessedQueryExecutionId = [3, n0, _UQEIn, 0, [_QEIu, _ECr, _EM], [0, 0, 0]];
|
|
1150
|
-
export var UntagResourceInput = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1151
|
-
export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
|
|
1152
|
-
export var UpdateCapacityReservationInput = [3, n0, _UCRI, 0, [_TD, _N], [1, 0]];
|
|
1153
|
-
export var UpdateCapacityReservationOutput = [3, n0, _UCRO, 0, [], []];
|
|
1154
|
-
export var UpdateDataCatalogInput = [3, n0, _UDCI, 0, [_N, _T, _D, _Pa], [0, 0, 0, 128 | 0]];
|
|
1155
|
-
export var UpdateDataCatalogOutput = [3, n0, _UDCO, 0, [], []];
|
|
1156
|
-
export var UpdateNamedQueryInput = [3, n0, _UNQIp, 0, [_NQIa, _N, _D, _QS], [0, 0, 0, 0]];
|
|
1157
|
-
export var UpdateNamedQueryOutput = [3, n0, _UNQO, 0, [], []];
|
|
1158
|
-
export var UpdateNotebookInput = [3, n0, _UNI, 0, [_NI, _Pay, _T, _SI, _CRT], [0, 0, 0, 0, 0]];
|
|
1159
|
-
export var UpdateNotebookMetadataInput = [3, n0, _UNMI, 0, [_NI, _CRT, _N], [0, 0, 0]];
|
|
1160
|
-
export var UpdateNotebookMetadataOutput = [3, n0, _UNMO, 0, [], []];
|
|
1161
|
-
export var UpdateNotebookOutput = [3, n0, _UNO, 0, [], []];
|
|
1162
|
-
export var UpdatePreparedStatementInput = [
|
|
1163
|
-
|
|
1164
|
-
|
|
1161
|
+
export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1162
|
+
export var TagResourceInput$ = [3, n0, _TRI, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
1163
|
+
export var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
|
|
1164
|
+
export var TerminateSessionRequest$ = [3, n0, _TSR, 0, [_SI], [0]];
|
|
1165
|
+
export var TerminateSessionResponse$ = [3, n0, _TSRe, 0, [_S], [0]];
|
|
1166
|
+
export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c }, [_M, _Rea], [0, 0]];
|
|
1167
|
+
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
1168
|
+
export var UnprocessedNamedQueryId$ = [3, n0, _UNQIn, 0, [_NQIa, _ECr, _EM], [0, 0, 0]];
|
|
1169
|
+
export var UnprocessedPreparedStatementName$ = [3, n0, _UPSNn, 0, [_SNt, _ECr, _EM], [0, 0, 0]];
|
|
1170
|
+
export var UnprocessedQueryExecutionId$ = [3, n0, _UQEIn, 0, [_QEIu, _ECr, _EM], [0, 0, 0]];
|
|
1171
|
+
export var UntagResourceInput$ = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1172
|
+
export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
|
|
1173
|
+
export var UpdateCapacityReservationInput$ = [3, n0, _UCRI, 0, [_TD, _N], [1, 0]];
|
|
1174
|
+
export var UpdateCapacityReservationOutput$ = [3, n0, _UCRO, 0, [], []];
|
|
1175
|
+
export var UpdateDataCatalogInput$ = [3, n0, _UDCI, 0, [_N, _T, _D, _Pa], [0, 0, 0, 128 | 0]];
|
|
1176
|
+
export var UpdateDataCatalogOutput$ = [3, n0, _UDCO, 0, [], []];
|
|
1177
|
+
export var UpdateNamedQueryInput$ = [3, n0, _UNQIp, 0, [_NQIa, _N, _D, _QS], [0, 0, 0, 0]];
|
|
1178
|
+
export var UpdateNamedQueryOutput$ = [3, n0, _UNQO, 0, [], []];
|
|
1179
|
+
export var UpdateNotebookInput$ = [3, n0, _UNI, 0, [_NI, _Pay, _T, _SI, _CRT], [0, 0, 0, 0, 0]];
|
|
1180
|
+
export var UpdateNotebookMetadataInput$ = [3, n0, _UNMI, 0, [_NI, _CRT, _N], [0, 0, 0]];
|
|
1181
|
+
export var UpdateNotebookMetadataOutput$ = [3, n0, _UNMO, 0, [], []];
|
|
1182
|
+
export var UpdateNotebookOutput$ = [3, n0, _UNO, 0, [], []];
|
|
1183
|
+
export var UpdatePreparedStatementInput$ = [
|
|
1184
|
+
3,
|
|
1185
|
+
n0,
|
|
1186
|
+
_UPSI,
|
|
1187
|
+
0,
|
|
1188
|
+
[_SNt, _WG, _QSu, _D],
|
|
1189
|
+
[0, 0, 0, 0],
|
|
1190
|
+
];
|
|
1191
|
+
export var UpdatePreparedStatementOutput$ = [3, n0, _UPSO, 0, [], []];
|
|
1192
|
+
export var UpdateWorkGroupInput$ = [
|
|
1165
1193
|
3,
|
|
1166
1194
|
n0,
|
|
1167
1195
|
_UWGI,
|
|
1168
1196
|
0,
|
|
1169
1197
|
[_WG, _D, _CU, _S],
|
|
1170
|
-
[0, 0, () => WorkGroupConfigurationUpdates
|
|
1198
|
+
[0, 0, () => WorkGroupConfigurationUpdates$, 0],
|
|
1171
1199
|
];
|
|
1172
|
-
export var UpdateWorkGroupOutput = [3, n0, _UWGO, 0, [], []];
|
|
1173
|
-
export var WorkGroup = [
|
|
1200
|
+
export var UpdateWorkGroupOutput$ = [3, n0, _UWGO, 0, [], []];
|
|
1201
|
+
export var WorkGroup$ = [
|
|
1174
1202
|
3,
|
|
1175
1203
|
n0,
|
|
1176
1204
|
_WG,
|
|
1177
1205
|
0,
|
|
1178
1206
|
[_N, _S, _Con, _D, _CT, _ICAA],
|
|
1179
|
-
[0, 0, () => WorkGroupConfiguration
|
|
1207
|
+
[0, 0, () => WorkGroupConfiguration$, 0, 4, 0],
|
|
1180
1208
|
];
|
|
1181
|
-
export var WorkGroupConfiguration = [
|
|
1209
|
+
export var WorkGroupConfiguration$ = [
|
|
1182
1210
|
3,
|
|
1183
1211
|
n0,
|
|
1184
1212
|
_WGC,
|
|
1185
1213
|
0,
|
|
1186
1214
|
[_RC, _MQRC, _EWGC, _PCWME, _BSCPQ, _RPE, _EV, _ACdd, _ER, _MC, _ECng, _CCEC, _EMEC, _ICC, _QRSAGC],
|
|
1187
1215
|
[
|
|
1188
|
-
() => ResultConfiguration
|
|
1189
|
-
() => ManagedQueryResultsConfiguration
|
|
1216
|
+
() => ResultConfiguration$,
|
|
1217
|
+
() => ManagedQueryResultsConfiguration$,
|
|
1190
1218
|
2,
|
|
1191
1219
|
2,
|
|
1192
1220
|
1,
|
|
1193
1221
|
2,
|
|
1194
|
-
() => EngineVersion
|
|
1222
|
+
() => EngineVersion$,
|
|
1195
1223
|
0,
|
|
1196
1224
|
0,
|
|
1197
|
-
() => MonitoringConfiguration
|
|
1198
|
-
() => EngineConfiguration
|
|
1199
|
-
() => CustomerContentEncryptionConfiguration
|
|
1225
|
+
() => MonitoringConfiguration$,
|
|
1226
|
+
() => EngineConfiguration$,
|
|
1227
|
+
() => CustomerContentEncryptionConfiguration$,
|
|
1200
1228
|
2,
|
|
1201
|
-
() => IdentityCenterConfiguration
|
|
1202
|
-
() => QueryResultsS3AccessGrantsConfiguration
|
|
1229
|
+
() => IdentityCenterConfiguration$,
|
|
1230
|
+
() => QueryResultsS3AccessGrantsConfiguration$,
|
|
1203
1231
|
],
|
|
1204
1232
|
];
|
|
1205
|
-
export var WorkGroupConfigurationUpdates = [
|
|
1233
|
+
export var WorkGroupConfigurationUpdates$ = [
|
|
1206
1234
|
3,
|
|
1207
1235
|
n0,
|
|
1208
1236
|
_WGCU,
|
|
@@ -1210,579 +1238,607 @@ export var WorkGroupConfigurationUpdates = [
|
|
|
1210
1238
|
[_EWGC, _RCU, _MQRCU, _PCWME, _BSCPQ, _RBSCPQ, _RPE, _EV, _RCCEC, _ACdd, _ER, _CCEC, _EMEC, _QRSAGC, _MC, _ECng],
|
|
1211
1239
|
[
|
|
1212
1240
|
2,
|
|
1213
|
-
() => ResultConfigurationUpdates
|
|
1214
|
-
() => ManagedQueryResultsConfigurationUpdates
|
|
1241
|
+
() => ResultConfigurationUpdates$,
|
|
1242
|
+
() => ManagedQueryResultsConfigurationUpdates$,
|
|
1215
1243
|
2,
|
|
1216
1244
|
1,
|
|
1217
1245
|
2,
|
|
1218
1246
|
2,
|
|
1219
|
-
() => EngineVersion
|
|
1247
|
+
() => EngineVersion$,
|
|
1220
1248
|
2,
|
|
1221
1249
|
0,
|
|
1222
1250
|
0,
|
|
1223
|
-
() => CustomerContentEncryptionConfiguration
|
|
1251
|
+
() => CustomerContentEncryptionConfiguration$,
|
|
1224
1252
|
2,
|
|
1225
|
-
() => QueryResultsS3AccessGrantsConfiguration
|
|
1226
|
-
() => MonitoringConfiguration
|
|
1227
|
-
() => EngineConfiguration
|
|
1253
|
+
() => QueryResultsS3AccessGrantsConfiguration$,
|
|
1254
|
+
() => MonitoringConfiguration$,
|
|
1255
|
+
() => EngineConfiguration$,
|
|
1228
1256
|
],
|
|
1229
1257
|
];
|
|
1230
|
-
export var WorkGroupSummary = [
|
|
1258
|
+
export var WorkGroupSummary$ = [
|
|
1231
1259
|
3,
|
|
1232
1260
|
n0,
|
|
1233
1261
|
_WGS,
|
|
1234
1262
|
0,
|
|
1235
1263
|
[_N, _S, _D, _CT, _EV, _ICAA],
|
|
1236
|
-
[0, 0, 0, 4, () => EngineVersion
|
|
1237
|
-
];
|
|
1238
|
-
export var AthenaServiceException = [-3, _sm, "AthenaServiceException", 0, [], []];
|
|
1239
|
-
TypeRegistry.for(_sm).registerError(AthenaServiceException
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1264
|
+
[0, 0, 0, 4, () => EngineVersion$, 0],
|
|
1265
|
+
];
|
|
1266
|
+
export var AthenaServiceException$ = [-3, _sm, "AthenaServiceException", 0, [], []];
|
|
1267
|
+
TypeRegistry.for(_sm).registerError(AthenaServiceException$, AthenaServiceException);
|
|
1268
|
+
var ApplicationDPUSizesList = [1, n0, _ADPUSL, 0, () => ApplicationDPUSizes$];
|
|
1269
|
+
var CalculationsList = [1, n0, _CL, 0, () => CalculationSummary$];
|
|
1270
|
+
var CapacityAssignmentsList = [1, n0, _CAL, 0, () => CapacityAssignment$];
|
|
1271
|
+
var CapacityReservationsList = [1, n0, _CRL, 0, () => CapacityReservation$];
|
|
1272
|
+
var ClassificationList = [1, n0, _CLl, 0, () => Classification$];
|
|
1273
|
+
var ColumnInfoList = [1, n0, _CIL, 0, () => ColumnInfo$];
|
|
1274
|
+
var ColumnList = [1, n0, _CLo, 0, () => Column$];
|
|
1275
|
+
var DatabaseList = [1, n0, _DL, 0, () => Database$];
|
|
1276
|
+
var DataCatalogSummaryList = [1, n0, _DCSL, 0, () => DataCatalogSummary$];
|
|
1277
|
+
var datumList = [1, n0, _dL, 0, () => Datum$];
|
|
1278
|
+
var EngineVersionsList = [1, n0, _EVL, 0, () => EngineVersion$];
|
|
1279
|
+
var ExecutionParameters = 64 | 0;
|
|
1280
|
+
var ExecutorsSummaryList = [1, n0, _ESL, 0, () => ExecutorsSummary$];
|
|
1281
|
+
var LogTypeValuesList = 64 | 0;
|
|
1282
|
+
var NamedQueryIdList = 64 | 0;
|
|
1283
|
+
var NamedQueryList = [1, n0, _NQL, 0, () => NamedQuery$];
|
|
1284
|
+
var NotebookMetadataArray = [1, n0, _NMA, 0, () => NotebookMetadata$];
|
|
1285
|
+
var NotebookSessionsList = [1, n0, _NSL, 0, () => NotebookSessionSummary$];
|
|
1286
|
+
var PreparedStatementDetailsList = [1, n0, _PSDL, 0, () => PreparedStatement$];
|
|
1287
|
+
var PreparedStatementNameList = 64 | 0;
|
|
1288
|
+
var PreparedStatementsList = [1, n0, _PSL, 0, () => PreparedStatementSummary$];
|
|
1289
|
+
var QueryExecutionIdList = 64 | 0;
|
|
1290
|
+
var QueryExecutionList = [1, n0, _QEL, 0, () => QueryExecution$];
|
|
1291
|
+
var QueryStagePlanNodes = [1, n0, _QSPNu, 0, () => QueryStagePlanNode$];
|
|
1292
|
+
var QueryStages = [1, n0, _QSuer, 0, () => QueryStage$];
|
|
1293
|
+
var RowList = [1, n0, _RL, 0, () => Row$];
|
|
1294
|
+
var SessionsList = [1, n0, _SL, 0, () => SessionSummary$];
|
|
1295
|
+
var StringList = 64 | 0;
|
|
1296
|
+
var SupportedDPUSizeList = 64 | 1;
|
|
1297
|
+
var TableMetadataList = [1, n0, _TML, 0, () => TableMetadata$];
|
|
1298
|
+
var TagKeyList = 64 | 0;
|
|
1299
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1300
|
+
var UnprocessedNamedQueryIdList = [1, n0, _UNQIL, 0, () => UnprocessedNamedQueryId$];
|
|
1301
|
+
var UnprocessedPreparedStatementNameList = [
|
|
1274
1302
|
1,
|
|
1275
1303
|
n0,
|
|
1276
1304
|
_UPSNL,
|
|
1277
1305
|
0,
|
|
1278
|
-
() => UnprocessedPreparedStatementName
|
|
1306
|
+
() => UnprocessedPreparedStatementName$,
|
|
1279
1307
|
];
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
export var BatchGetNamedQuery = [
|
|
1308
|
+
var UnprocessedQueryExecutionIdList = [1, n0, _UQEIL, 0, () => UnprocessedQueryExecutionId$];
|
|
1309
|
+
var WorkGroupNamesList = 64 | 0;
|
|
1310
|
+
var WorkGroupsList = [1, n0, _WGL, 0, () => WorkGroupSummary$];
|
|
1311
|
+
var LogTypesMap = [2, n0, _LTM, 0, 0, 64 | 0];
|
|
1312
|
+
var ParametersMap = 128 | 0;
|
|
1313
|
+
export var BatchGetNamedQuery$ = [
|
|
1286
1314
|
9,
|
|
1287
1315
|
n0,
|
|
1288
1316
|
_BGNQ,
|
|
1289
1317
|
0,
|
|
1290
|
-
() => BatchGetNamedQueryInput
|
|
1291
|
-
() => BatchGetNamedQueryOutput
|
|
1318
|
+
() => BatchGetNamedQueryInput$,
|
|
1319
|
+
() => BatchGetNamedQueryOutput$,
|
|
1292
1320
|
];
|
|
1293
|
-
export var BatchGetPreparedStatement = [
|
|
1321
|
+
export var BatchGetPreparedStatement$ = [
|
|
1294
1322
|
9,
|
|
1295
1323
|
n0,
|
|
1296
1324
|
_BGPS,
|
|
1297
1325
|
0,
|
|
1298
|
-
() => BatchGetPreparedStatementInput
|
|
1299
|
-
() => BatchGetPreparedStatementOutput
|
|
1326
|
+
() => BatchGetPreparedStatementInput$,
|
|
1327
|
+
() => BatchGetPreparedStatementOutput$,
|
|
1300
1328
|
];
|
|
1301
|
-
export var BatchGetQueryExecution = [
|
|
1329
|
+
export var BatchGetQueryExecution$ = [
|
|
1302
1330
|
9,
|
|
1303
1331
|
n0,
|
|
1304
1332
|
_BGQE,
|
|
1305
1333
|
0,
|
|
1306
|
-
() => BatchGetQueryExecutionInput
|
|
1307
|
-
() => BatchGetQueryExecutionOutput
|
|
1334
|
+
() => BatchGetQueryExecutionInput$,
|
|
1335
|
+
() => BatchGetQueryExecutionOutput$,
|
|
1308
1336
|
];
|
|
1309
|
-
export var CancelCapacityReservation = [
|
|
1337
|
+
export var CancelCapacityReservation$ = [
|
|
1310
1338
|
9,
|
|
1311
1339
|
n0,
|
|
1312
1340
|
_CCR,
|
|
1313
1341
|
2,
|
|
1314
|
-
() => CancelCapacityReservationInput
|
|
1315
|
-
() => CancelCapacityReservationOutput
|
|
1342
|
+
() => CancelCapacityReservationInput$,
|
|
1343
|
+
() => CancelCapacityReservationOutput$,
|
|
1316
1344
|
];
|
|
1317
|
-
export var CreateCapacityReservation = [
|
|
1345
|
+
export var CreateCapacityReservation$ = [
|
|
1318
1346
|
9,
|
|
1319
1347
|
n0,
|
|
1320
1348
|
_CCRr,
|
|
1321
1349
|
2,
|
|
1322
|
-
() => CreateCapacityReservationInput
|
|
1323
|
-
() => CreateCapacityReservationOutput
|
|
1350
|
+
() => CreateCapacityReservationInput$,
|
|
1351
|
+
() => CreateCapacityReservationOutput$,
|
|
1324
1352
|
];
|
|
1325
|
-
export var CreateDataCatalog = [
|
|
1353
|
+
export var CreateDataCatalog$ = [
|
|
1326
1354
|
9,
|
|
1327
1355
|
n0,
|
|
1328
1356
|
_CDC,
|
|
1329
1357
|
0,
|
|
1330
|
-
() => CreateDataCatalogInput
|
|
1331
|
-
() => CreateDataCatalogOutput
|
|
1358
|
+
() => CreateDataCatalogInput$,
|
|
1359
|
+
() => CreateDataCatalogOutput$,
|
|
1332
1360
|
];
|
|
1333
|
-
export var CreateNamedQuery = [
|
|
1361
|
+
export var CreateNamedQuery$ = [
|
|
1334
1362
|
9,
|
|
1335
1363
|
n0,
|
|
1336
1364
|
_CNQ,
|
|
1337
1365
|
2,
|
|
1338
|
-
() => CreateNamedQueryInput
|
|
1339
|
-
() => CreateNamedQueryOutput
|
|
1366
|
+
() => CreateNamedQueryInput$,
|
|
1367
|
+
() => CreateNamedQueryOutput$,
|
|
1340
1368
|
];
|
|
1341
|
-
export var CreateNotebook = [
|
|
1369
|
+
export var CreateNotebook$ = [
|
|
1342
1370
|
9,
|
|
1343
1371
|
n0,
|
|
1344
1372
|
_CNr,
|
|
1345
1373
|
0,
|
|
1346
|
-
() => CreateNotebookInput
|
|
1347
|
-
() => CreateNotebookOutput
|
|
1374
|
+
() => CreateNotebookInput$,
|
|
1375
|
+
() => CreateNotebookOutput$,
|
|
1348
1376
|
];
|
|
1349
|
-
export var CreatePreparedStatement = [
|
|
1377
|
+
export var CreatePreparedStatement$ = [
|
|
1350
1378
|
9,
|
|
1351
1379
|
n0,
|
|
1352
1380
|
_CPS,
|
|
1353
1381
|
0,
|
|
1354
|
-
() => CreatePreparedStatementInput
|
|
1355
|
-
() => CreatePreparedStatementOutput
|
|
1382
|
+
() => CreatePreparedStatementInput$,
|
|
1383
|
+
() => CreatePreparedStatementOutput$,
|
|
1356
1384
|
];
|
|
1357
|
-
export var CreatePresignedNotebookUrl = [
|
|
1385
|
+
export var CreatePresignedNotebookUrl$ = [
|
|
1358
1386
|
9,
|
|
1359
1387
|
n0,
|
|
1360
1388
|
_CPNU,
|
|
1361
1389
|
0,
|
|
1362
|
-
() => CreatePresignedNotebookUrlRequest
|
|
1363
|
-
() => CreatePresignedNotebookUrlResponse
|
|
1390
|
+
() => CreatePresignedNotebookUrlRequest$,
|
|
1391
|
+
() => CreatePresignedNotebookUrlResponse$,
|
|
1364
1392
|
];
|
|
1365
|
-
export var CreateWorkGroup = [
|
|
1393
|
+
export var CreateWorkGroup$ = [
|
|
1366
1394
|
9,
|
|
1367
1395
|
n0,
|
|
1368
1396
|
_CWG,
|
|
1369
1397
|
0,
|
|
1370
|
-
() => CreateWorkGroupInput
|
|
1371
|
-
() => CreateWorkGroupOutput
|
|
1398
|
+
() => CreateWorkGroupInput$,
|
|
1399
|
+
() => CreateWorkGroupOutput$,
|
|
1372
1400
|
];
|
|
1373
|
-
export var DeleteCapacityReservation = [
|
|
1401
|
+
export var DeleteCapacityReservation$ = [
|
|
1374
1402
|
9,
|
|
1375
1403
|
n0,
|
|
1376
1404
|
_DCR,
|
|
1377
1405
|
2,
|
|
1378
|
-
() => DeleteCapacityReservationInput
|
|
1379
|
-
() => DeleteCapacityReservationOutput
|
|
1406
|
+
() => DeleteCapacityReservationInput$,
|
|
1407
|
+
() => DeleteCapacityReservationOutput$,
|
|
1380
1408
|
];
|
|
1381
|
-
export var DeleteDataCatalog = [
|
|
1409
|
+
export var DeleteDataCatalog$ = [
|
|
1382
1410
|
9,
|
|
1383
1411
|
n0,
|
|
1384
1412
|
_DDC,
|
|
1385
1413
|
0,
|
|
1386
|
-
() => DeleteDataCatalogInput
|
|
1387
|
-
() => DeleteDataCatalogOutput
|
|
1414
|
+
() => DeleteDataCatalogInput$,
|
|
1415
|
+
() => DeleteDataCatalogOutput$,
|
|
1388
1416
|
];
|
|
1389
|
-
export var DeleteNamedQuery = [
|
|
1417
|
+
export var DeleteNamedQuery$ = [
|
|
1390
1418
|
9,
|
|
1391
1419
|
n0,
|
|
1392
1420
|
_DNQ,
|
|
1393
1421
|
2,
|
|
1394
|
-
() => DeleteNamedQueryInput
|
|
1395
|
-
() => DeleteNamedQueryOutput
|
|
1422
|
+
() => DeleteNamedQueryInput$,
|
|
1423
|
+
() => DeleteNamedQueryOutput$,
|
|
1396
1424
|
];
|
|
1397
|
-
export var DeleteNotebook = [
|
|
1425
|
+
export var DeleteNotebook$ = [
|
|
1398
1426
|
9,
|
|
1399
1427
|
n0,
|
|
1400
1428
|
_DNe,
|
|
1401
1429
|
0,
|
|
1402
|
-
() => DeleteNotebookInput
|
|
1403
|
-
() => DeleteNotebookOutput
|
|
1430
|
+
() => DeleteNotebookInput$,
|
|
1431
|
+
() => DeleteNotebookOutput$,
|
|
1404
1432
|
];
|
|
1405
|
-
export var DeletePreparedStatement = [
|
|
1433
|
+
export var DeletePreparedStatement$ = [
|
|
1406
1434
|
9,
|
|
1407
1435
|
n0,
|
|
1408
1436
|
_DPS,
|
|
1409
1437
|
0,
|
|
1410
|
-
() => DeletePreparedStatementInput
|
|
1411
|
-
() => DeletePreparedStatementOutput
|
|
1438
|
+
() => DeletePreparedStatementInput$,
|
|
1439
|
+
() => DeletePreparedStatementOutput$,
|
|
1412
1440
|
];
|
|
1413
|
-
export var DeleteWorkGroup = [
|
|
1441
|
+
export var DeleteWorkGroup$ = [
|
|
1414
1442
|
9,
|
|
1415
1443
|
n0,
|
|
1416
1444
|
_DWG,
|
|
1417
1445
|
2,
|
|
1418
|
-
() => DeleteWorkGroupInput
|
|
1419
|
-
() => DeleteWorkGroupOutput
|
|
1446
|
+
() => DeleteWorkGroupInput$,
|
|
1447
|
+
() => DeleteWorkGroupOutput$,
|
|
1420
1448
|
];
|
|
1421
|
-
export var ExportNotebook = [
|
|
1449
|
+
export var ExportNotebook$ = [
|
|
1422
1450
|
9,
|
|
1423
1451
|
n0,
|
|
1424
1452
|
_EN,
|
|
1425
1453
|
0,
|
|
1426
|
-
() => ExportNotebookInput
|
|
1427
|
-
() => ExportNotebookOutput
|
|
1454
|
+
() => ExportNotebookInput$,
|
|
1455
|
+
() => ExportNotebookOutput$,
|
|
1428
1456
|
];
|
|
1429
|
-
export var GetCalculationExecution = [
|
|
1457
|
+
export var GetCalculationExecution$ = [
|
|
1430
1458
|
9,
|
|
1431
1459
|
n0,
|
|
1432
1460
|
_GCE,
|
|
1433
1461
|
0,
|
|
1434
|
-
() => GetCalculationExecutionRequest
|
|
1435
|
-
() => GetCalculationExecutionResponse
|
|
1462
|
+
() => GetCalculationExecutionRequest$,
|
|
1463
|
+
() => GetCalculationExecutionResponse$,
|
|
1436
1464
|
];
|
|
1437
|
-
export var GetCalculationExecutionCode = [
|
|
1465
|
+
export var GetCalculationExecutionCode$ = [
|
|
1438
1466
|
9,
|
|
1439
1467
|
n0,
|
|
1440
1468
|
_GCEC,
|
|
1441
1469
|
0,
|
|
1442
|
-
() => GetCalculationExecutionCodeRequest
|
|
1443
|
-
() => GetCalculationExecutionCodeResponse
|
|
1470
|
+
() => GetCalculationExecutionCodeRequest$,
|
|
1471
|
+
() => GetCalculationExecutionCodeResponse$,
|
|
1444
1472
|
];
|
|
1445
|
-
export var GetCalculationExecutionStatus = [
|
|
1473
|
+
export var GetCalculationExecutionStatus$ = [
|
|
1446
1474
|
9,
|
|
1447
1475
|
n0,
|
|
1448
1476
|
_GCES,
|
|
1449
1477
|
0,
|
|
1450
|
-
() => GetCalculationExecutionStatusRequest
|
|
1451
|
-
() => GetCalculationExecutionStatusResponse
|
|
1478
|
+
() => GetCalculationExecutionStatusRequest$,
|
|
1479
|
+
() => GetCalculationExecutionStatusResponse$,
|
|
1452
1480
|
];
|
|
1453
|
-
export var GetCapacityAssignmentConfiguration = [
|
|
1481
|
+
export var GetCapacityAssignmentConfiguration$ = [
|
|
1454
1482
|
9,
|
|
1455
1483
|
n0,
|
|
1456
1484
|
_GCAC,
|
|
1457
1485
|
0,
|
|
1458
|
-
() => GetCapacityAssignmentConfigurationInput
|
|
1459
|
-
() => GetCapacityAssignmentConfigurationOutput
|
|
1486
|
+
() => GetCapacityAssignmentConfigurationInput$,
|
|
1487
|
+
() => GetCapacityAssignmentConfigurationOutput$,
|
|
1460
1488
|
];
|
|
1461
|
-
export var GetCapacityReservation = [
|
|
1489
|
+
export var GetCapacityReservation$ = [
|
|
1462
1490
|
9,
|
|
1463
1491
|
n0,
|
|
1464
1492
|
_GCR,
|
|
1465
1493
|
0,
|
|
1466
|
-
() => GetCapacityReservationInput
|
|
1467
|
-
() => GetCapacityReservationOutput
|
|
1494
|
+
() => GetCapacityReservationInput$,
|
|
1495
|
+
() => GetCapacityReservationOutput$,
|
|
1468
1496
|
];
|
|
1469
|
-
export var GetDatabase = [9, n0, _GD, 0, () => GetDatabaseInput
|
|
1470
|
-
export var GetDataCatalog = [
|
|
1497
|
+
export var GetDatabase$ = [9, n0, _GD, 0, () => GetDatabaseInput$, () => GetDatabaseOutput$];
|
|
1498
|
+
export var GetDataCatalog$ = [
|
|
1471
1499
|
9,
|
|
1472
1500
|
n0,
|
|
1473
1501
|
_GDC,
|
|
1474
1502
|
0,
|
|
1475
|
-
() => GetDataCatalogInput
|
|
1476
|
-
() => GetDataCatalogOutput
|
|
1503
|
+
() => GetDataCatalogInput$,
|
|
1504
|
+
() => GetDataCatalogOutput$,
|
|
1505
|
+
];
|
|
1506
|
+
export var GetNamedQuery$ = [
|
|
1507
|
+
9,
|
|
1508
|
+
n0,
|
|
1509
|
+
_GNQ,
|
|
1510
|
+
0,
|
|
1511
|
+
() => GetNamedQueryInput$,
|
|
1512
|
+
() => GetNamedQueryOutput$,
|
|
1477
1513
|
];
|
|
1478
|
-
export var
|
|
1479
|
-
export var GetNotebookMetadata = [
|
|
1514
|
+
export var GetNotebookMetadata$ = [
|
|
1480
1515
|
9,
|
|
1481
1516
|
n0,
|
|
1482
1517
|
_GNM,
|
|
1483
1518
|
0,
|
|
1484
|
-
() => GetNotebookMetadataInput
|
|
1485
|
-
() => GetNotebookMetadataOutput
|
|
1519
|
+
() => GetNotebookMetadataInput$,
|
|
1520
|
+
() => GetNotebookMetadataOutput$,
|
|
1486
1521
|
];
|
|
1487
|
-
export var GetPreparedStatement = [
|
|
1522
|
+
export var GetPreparedStatement$ = [
|
|
1488
1523
|
9,
|
|
1489
1524
|
n0,
|
|
1490
1525
|
_GPS,
|
|
1491
1526
|
0,
|
|
1492
|
-
() => GetPreparedStatementInput
|
|
1493
|
-
() => GetPreparedStatementOutput
|
|
1527
|
+
() => GetPreparedStatementInput$,
|
|
1528
|
+
() => GetPreparedStatementOutput$,
|
|
1494
1529
|
];
|
|
1495
|
-
export var GetQueryExecution = [
|
|
1530
|
+
export var GetQueryExecution$ = [
|
|
1496
1531
|
9,
|
|
1497
1532
|
n0,
|
|
1498
1533
|
_GQE,
|
|
1499
1534
|
0,
|
|
1500
|
-
() => GetQueryExecutionInput
|
|
1501
|
-
() => GetQueryExecutionOutput
|
|
1535
|
+
() => GetQueryExecutionInput$,
|
|
1536
|
+
() => GetQueryExecutionOutput$,
|
|
1502
1537
|
];
|
|
1503
|
-
export var GetQueryResults = [
|
|
1538
|
+
export var GetQueryResults$ = [
|
|
1504
1539
|
9,
|
|
1505
1540
|
n0,
|
|
1506
1541
|
_GQR,
|
|
1507
1542
|
0,
|
|
1508
|
-
() => GetQueryResultsInput
|
|
1509
|
-
() => GetQueryResultsOutput
|
|
1543
|
+
() => GetQueryResultsInput$,
|
|
1544
|
+
() => GetQueryResultsOutput$,
|
|
1510
1545
|
];
|
|
1511
|
-
export var GetQueryRuntimeStatistics = [
|
|
1546
|
+
export var GetQueryRuntimeStatistics$ = [
|
|
1512
1547
|
9,
|
|
1513
1548
|
n0,
|
|
1514
1549
|
_GQRS,
|
|
1515
1550
|
0,
|
|
1516
|
-
() => GetQueryRuntimeStatisticsInput
|
|
1517
|
-
() => GetQueryRuntimeStatisticsOutput
|
|
1551
|
+
() => GetQueryRuntimeStatisticsInput$,
|
|
1552
|
+
() => GetQueryRuntimeStatisticsOutput$,
|
|
1518
1553
|
];
|
|
1519
|
-
export var GetResourceDashboard = [
|
|
1554
|
+
export var GetResourceDashboard$ = [
|
|
1520
1555
|
9,
|
|
1521
1556
|
n0,
|
|
1522
1557
|
_GRD,
|
|
1523
1558
|
0,
|
|
1524
|
-
() => GetResourceDashboardRequest
|
|
1525
|
-
() => GetResourceDashboardResponse
|
|
1559
|
+
() => GetResourceDashboardRequest$,
|
|
1560
|
+
() => GetResourceDashboardResponse$,
|
|
1526
1561
|
];
|
|
1527
|
-
export var GetSession = [9, n0, _GS, 0, () => GetSessionRequest
|
|
1528
|
-
export var GetSessionEndpoint = [
|
|
1562
|
+
export var GetSession$ = [9, n0, _GS, 0, () => GetSessionRequest$, () => GetSessionResponse$];
|
|
1563
|
+
export var GetSessionEndpoint$ = [
|
|
1529
1564
|
9,
|
|
1530
1565
|
n0,
|
|
1531
1566
|
_GSE,
|
|
1532
1567
|
0,
|
|
1533
|
-
() => GetSessionEndpointRequest
|
|
1534
|
-
() => GetSessionEndpointResponse
|
|
1568
|
+
() => GetSessionEndpointRequest$,
|
|
1569
|
+
() => GetSessionEndpointResponse$,
|
|
1535
1570
|
];
|
|
1536
|
-
export var GetSessionStatus = [
|
|
1571
|
+
export var GetSessionStatus$ = [
|
|
1537
1572
|
9,
|
|
1538
1573
|
n0,
|
|
1539
1574
|
_GSS,
|
|
1540
1575
|
0,
|
|
1541
|
-
() => GetSessionStatusRequest
|
|
1542
|
-
() => GetSessionStatusResponse
|
|
1576
|
+
() => GetSessionStatusRequest$,
|
|
1577
|
+
() => GetSessionStatusResponse$,
|
|
1543
1578
|
];
|
|
1544
|
-
export var GetTableMetadata = [
|
|
1579
|
+
export var GetTableMetadata$ = [
|
|
1545
1580
|
9,
|
|
1546
1581
|
n0,
|
|
1547
1582
|
_GTM,
|
|
1548
1583
|
0,
|
|
1549
|
-
() => GetTableMetadataInput
|
|
1550
|
-
() => GetTableMetadataOutput
|
|
1584
|
+
() => GetTableMetadataInput$,
|
|
1585
|
+
() => GetTableMetadataOutput$,
|
|
1551
1586
|
];
|
|
1552
|
-
export var GetWorkGroup = [9, n0, _GWG, 0, () => GetWorkGroupInput
|
|
1553
|
-
export var ImportNotebook = [
|
|
1587
|
+
export var GetWorkGroup$ = [9, n0, _GWG, 0, () => GetWorkGroupInput$, () => GetWorkGroupOutput$];
|
|
1588
|
+
export var ImportNotebook$ = [
|
|
1554
1589
|
9,
|
|
1555
1590
|
n0,
|
|
1556
1591
|
_IN,
|
|
1557
1592
|
0,
|
|
1558
|
-
() => ImportNotebookInput
|
|
1559
|
-
() => ImportNotebookOutput
|
|
1593
|
+
() => ImportNotebookInput$,
|
|
1594
|
+
() => ImportNotebookOutput$,
|
|
1560
1595
|
];
|
|
1561
|
-
export var ListApplicationDPUSizes = [
|
|
1596
|
+
export var ListApplicationDPUSizes$ = [
|
|
1562
1597
|
9,
|
|
1563
1598
|
n0,
|
|
1564
1599
|
_LADPUS,
|
|
1565
1600
|
0,
|
|
1566
|
-
() => ListApplicationDPUSizesInput
|
|
1567
|
-
() => ListApplicationDPUSizesOutput
|
|
1601
|
+
() => ListApplicationDPUSizesInput$,
|
|
1602
|
+
() => ListApplicationDPUSizesOutput$,
|
|
1568
1603
|
];
|
|
1569
|
-
export var ListCalculationExecutions = [
|
|
1604
|
+
export var ListCalculationExecutions$ = [
|
|
1570
1605
|
9,
|
|
1571
1606
|
n0,
|
|
1572
1607
|
_LCE,
|
|
1573
1608
|
0,
|
|
1574
|
-
() => ListCalculationExecutionsRequest
|
|
1575
|
-
() => ListCalculationExecutionsResponse
|
|
1609
|
+
() => ListCalculationExecutionsRequest$,
|
|
1610
|
+
() => ListCalculationExecutionsResponse$,
|
|
1576
1611
|
];
|
|
1577
|
-
export var ListCapacityReservations = [
|
|
1612
|
+
export var ListCapacityReservations$ = [
|
|
1578
1613
|
9,
|
|
1579
1614
|
n0,
|
|
1580
1615
|
_LCR,
|
|
1581
1616
|
0,
|
|
1582
|
-
() => ListCapacityReservationsInput
|
|
1583
|
-
() => ListCapacityReservationsOutput
|
|
1617
|
+
() => ListCapacityReservationsInput$,
|
|
1618
|
+
() => ListCapacityReservationsOutput$,
|
|
1619
|
+
];
|
|
1620
|
+
export var ListDatabases$ = [
|
|
1621
|
+
9,
|
|
1622
|
+
n0,
|
|
1623
|
+
_LD,
|
|
1624
|
+
0,
|
|
1625
|
+
() => ListDatabasesInput$,
|
|
1626
|
+
() => ListDatabasesOutput$,
|
|
1584
1627
|
];
|
|
1585
|
-
export var
|
|
1586
|
-
export var ListDataCatalogs = [
|
|
1628
|
+
export var ListDataCatalogs$ = [
|
|
1587
1629
|
9,
|
|
1588
1630
|
n0,
|
|
1589
1631
|
_LDC,
|
|
1590
1632
|
0,
|
|
1591
|
-
() => ListDataCatalogsInput
|
|
1592
|
-
() => ListDataCatalogsOutput
|
|
1633
|
+
() => ListDataCatalogsInput$,
|
|
1634
|
+
() => ListDataCatalogsOutput$,
|
|
1593
1635
|
];
|
|
1594
|
-
export var ListEngineVersions = [
|
|
1636
|
+
export var ListEngineVersions$ = [
|
|
1595
1637
|
9,
|
|
1596
1638
|
n0,
|
|
1597
1639
|
_LEV,
|
|
1598
1640
|
0,
|
|
1599
|
-
() => ListEngineVersionsInput
|
|
1600
|
-
() => ListEngineVersionsOutput
|
|
1641
|
+
() => ListEngineVersionsInput$,
|
|
1642
|
+
() => ListEngineVersionsOutput$,
|
|
1601
1643
|
];
|
|
1602
|
-
export var ListExecutors = [
|
|
1644
|
+
export var ListExecutors$ = [
|
|
1603
1645
|
9,
|
|
1604
1646
|
n0,
|
|
1605
1647
|
_LE,
|
|
1606
1648
|
0,
|
|
1607
|
-
() => ListExecutorsRequest
|
|
1608
|
-
() => ListExecutorsResponse
|
|
1649
|
+
() => ListExecutorsRequest$,
|
|
1650
|
+
() => ListExecutorsResponse$,
|
|
1609
1651
|
];
|
|
1610
|
-
export var ListNamedQueries = [
|
|
1652
|
+
export var ListNamedQueries$ = [
|
|
1611
1653
|
9,
|
|
1612
1654
|
n0,
|
|
1613
1655
|
_LNQ,
|
|
1614
1656
|
0,
|
|
1615
|
-
() => ListNamedQueriesInput
|
|
1616
|
-
() => ListNamedQueriesOutput
|
|
1657
|
+
() => ListNamedQueriesInput$,
|
|
1658
|
+
() => ListNamedQueriesOutput$,
|
|
1617
1659
|
];
|
|
1618
|
-
export var ListNotebookMetadata = [
|
|
1660
|
+
export var ListNotebookMetadata$ = [
|
|
1619
1661
|
9,
|
|
1620
1662
|
n0,
|
|
1621
1663
|
_LNM,
|
|
1622
1664
|
0,
|
|
1623
|
-
() => ListNotebookMetadataInput
|
|
1624
|
-
() => ListNotebookMetadataOutput
|
|
1665
|
+
() => ListNotebookMetadataInput$,
|
|
1666
|
+
() => ListNotebookMetadataOutput$,
|
|
1625
1667
|
];
|
|
1626
|
-
export var ListNotebookSessions = [
|
|
1668
|
+
export var ListNotebookSessions$ = [
|
|
1627
1669
|
9,
|
|
1628
1670
|
n0,
|
|
1629
1671
|
_LNS,
|
|
1630
1672
|
0,
|
|
1631
|
-
() => ListNotebookSessionsRequest
|
|
1632
|
-
() => ListNotebookSessionsResponse
|
|
1673
|
+
() => ListNotebookSessionsRequest$,
|
|
1674
|
+
() => ListNotebookSessionsResponse$,
|
|
1633
1675
|
];
|
|
1634
|
-
export var ListPreparedStatements = [
|
|
1676
|
+
export var ListPreparedStatements$ = [
|
|
1635
1677
|
9,
|
|
1636
1678
|
n0,
|
|
1637
1679
|
_LPS,
|
|
1638
1680
|
0,
|
|
1639
|
-
() => ListPreparedStatementsInput
|
|
1640
|
-
() => ListPreparedStatementsOutput
|
|
1681
|
+
() => ListPreparedStatementsInput$,
|
|
1682
|
+
() => ListPreparedStatementsOutput$,
|
|
1641
1683
|
];
|
|
1642
|
-
export var ListQueryExecutions = [
|
|
1684
|
+
export var ListQueryExecutions$ = [
|
|
1643
1685
|
9,
|
|
1644
1686
|
n0,
|
|
1645
1687
|
_LQE,
|
|
1646
1688
|
0,
|
|
1647
|
-
() => ListQueryExecutionsInput
|
|
1648
|
-
() => ListQueryExecutionsOutput
|
|
1689
|
+
() => ListQueryExecutionsInput$,
|
|
1690
|
+
() => ListQueryExecutionsOutput$,
|
|
1649
1691
|
];
|
|
1650
|
-
export var ListSessions = [
|
|
1651
|
-
|
|
1692
|
+
export var ListSessions$ = [
|
|
1693
|
+
9,
|
|
1694
|
+
n0,
|
|
1695
|
+
_LS,
|
|
1696
|
+
0,
|
|
1697
|
+
() => ListSessionsRequest$,
|
|
1698
|
+
() => ListSessionsResponse$,
|
|
1699
|
+
];
|
|
1700
|
+
export var ListTableMetadata$ = [
|
|
1652
1701
|
9,
|
|
1653
1702
|
n0,
|
|
1654
1703
|
_LTMi,
|
|
1655
1704
|
0,
|
|
1656
|
-
() => ListTableMetadataInput
|
|
1657
|
-
() => ListTableMetadataOutput
|
|
1705
|
+
() => ListTableMetadataInput$,
|
|
1706
|
+
() => ListTableMetadataOutput$,
|
|
1658
1707
|
];
|
|
1659
|
-
export var ListTagsForResource = [
|
|
1708
|
+
export var ListTagsForResource$ = [
|
|
1660
1709
|
9,
|
|
1661
1710
|
n0,
|
|
1662
1711
|
_LTFR,
|
|
1663
1712
|
0,
|
|
1664
|
-
() => ListTagsForResourceInput
|
|
1665
|
-
() => ListTagsForResourceOutput
|
|
1713
|
+
() => ListTagsForResourceInput$,
|
|
1714
|
+
() => ListTagsForResourceOutput$,
|
|
1666
1715
|
];
|
|
1667
|
-
export var ListWorkGroups = [
|
|
1716
|
+
export var ListWorkGroups$ = [
|
|
1668
1717
|
9,
|
|
1669
1718
|
n0,
|
|
1670
1719
|
_LWG,
|
|
1671
1720
|
0,
|
|
1672
|
-
() => ListWorkGroupsInput
|
|
1673
|
-
() => ListWorkGroupsOutput
|
|
1721
|
+
() => ListWorkGroupsInput$,
|
|
1722
|
+
() => ListWorkGroupsOutput$,
|
|
1674
1723
|
];
|
|
1675
|
-
export var PutCapacityAssignmentConfiguration = [
|
|
1724
|
+
export var PutCapacityAssignmentConfiguration$ = [
|
|
1676
1725
|
9,
|
|
1677
1726
|
n0,
|
|
1678
1727
|
_PCAC,
|
|
1679
1728
|
2,
|
|
1680
|
-
() => PutCapacityAssignmentConfigurationInput
|
|
1681
|
-
() => PutCapacityAssignmentConfigurationOutput
|
|
1729
|
+
() => PutCapacityAssignmentConfigurationInput$,
|
|
1730
|
+
() => PutCapacityAssignmentConfigurationOutput$,
|
|
1682
1731
|
];
|
|
1683
|
-
export var StartCalculationExecution = [
|
|
1732
|
+
export var StartCalculationExecution$ = [
|
|
1684
1733
|
9,
|
|
1685
1734
|
n0,
|
|
1686
1735
|
_SCE,
|
|
1687
1736
|
0,
|
|
1688
|
-
() => StartCalculationExecutionRequest
|
|
1689
|
-
() => StartCalculationExecutionResponse
|
|
1737
|
+
() => StartCalculationExecutionRequest$,
|
|
1738
|
+
() => StartCalculationExecutionResponse$,
|
|
1690
1739
|
];
|
|
1691
|
-
export var StartQueryExecution = [
|
|
1740
|
+
export var StartQueryExecution$ = [
|
|
1692
1741
|
9,
|
|
1693
1742
|
n0,
|
|
1694
1743
|
_SQE,
|
|
1695
1744
|
2,
|
|
1696
|
-
() => StartQueryExecutionInput
|
|
1697
|
-
() => StartQueryExecutionOutput
|
|
1745
|
+
() => StartQueryExecutionInput$,
|
|
1746
|
+
() => StartQueryExecutionOutput$,
|
|
1698
1747
|
];
|
|
1699
|
-
export var StartSession = [
|
|
1748
|
+
export var StartSession$ = [
|
|
1700
1749
|
9,
|
|
1701
1750
|
n0,
|
|
1702
1751
|
_SSt,
|
|
1703
1752
|
0,
|
|
1704
|
-
() => StartSessionRequest
|
|
1705
|
-
() => StartSessionResponse
|
|
1753
|
+
() => StartSessionRequest$,
|
|
1754
|
+
() => StartSessionResponse$,
|
|
1706
1755
|
];
|
|
1707
|
-
export var StopCalculationExecution = [
|
|
1756
|
+
export var StopCalculationExecution$ = [
|
|
1708
1757
|
9,
|
|
1709
1758
|
n0,
|
|
1710
1759
|
_SCEt,
|
|
1711
1760
|
0,
|
|
1712
|
-
() => StopCalculationExecutionRequest
|
|
1713
|
-
() => StopCalculationExecutionResponse
|
|
1761
|
+
() => StopCalculationExecutionRequest$,
|
|
1762
|
+
() => StopCalculationExecutionResponse$,
|
|
1714
1763
|
];
|
|
1715
|
-
export var StopQueryExecution = [
|
|
1764
|
+
export var StopQueryExecution$ = [
|
|
1716
1765
|
9,
|
|
1717
1766
|
n0,
|
|
1718
1767
|
_SQEt,
|
|
1719
1768
|
2,
|
|
1720
|
-
() => StopQueryExecutionInput
|
|
1721
|
-
() => StopQueryExecutionOutput
|
|
1769
|
+
() => StopQueryExecutionInput$,
|
|
1770
|
+
() => StopQueryExecutionOutput$,
|
|
1722
1771
|
];
|
|
1723
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceInput
|
|
1724
|
-
export var TerminateSession = [
|
|
1772
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => TagResourceOutput$];
|
|
1773
|
+
export var TerminateSession$ = [
|
|
1725
1774
|
9,
|
|
1726
1775
|
n0,
|
|
1727
1776
|
_TS,
|
|
1728
1777
|
0,
|
|
1729
|
-
() => TerminateSessionRequest
|
|
1730
|
-
() => TerminateSessionResponse
|
|
1778
|
+
() => TerminateSessionRequest$,
|
|
1779
|
+
() => TerminateSessionResponse$,
|
|
1780
|
+
];
|
|
1781
|
+
export var UntagResource$ = [
|
|
1782
|
+
9,
|
|
1783
|
+
n0,
|
|
1784
|
+
_UR,
|
|
1785
|
+
0,
|
|
1786
|
+
() => UntagResourceInput$,
|
|
1787
|
+
() => UntagResourceOutput$,
|
|
1731
1788
|
];
|
|
1732
|
-
export var
|
|
1733
|
-
export var UpdateCapacityReservation = [
|
|
1789
|
+
export var UpdateCapacityReservation$ = [
|
|
1734
1790
|
9,
|
|
1735
1791
|
n0,
|
|
1736
1792
|
_UCR,
|
|
1737
1793
|
0,
|
|
1738
|
-
() => UpdateCapacityReservationInput
|
|
1739
|
-
() => UpdateCapacityReservationOutput
|
|
1794
|
+
() => UpdateCapacityReservationInput$,
|
|
1795
|
+
() => UpdateCapacityReservationOutput$,
|
|
1740
1796
|
];
|
|
1741
|
-
export var UpdateDataCatalog = [
|
|
1797
|
+
export var UpdateDataCatalog$ = [
|
|
1742
1798
|
9,
|
|
1743
1799
|
n0,
|
|
1744
1800
|
_UDC,
|
|
1745
1801
|
0,
|
|
1746
|
-
() => UpdateDataCatalogInput
|
|
1747
|
-
() => UpdateDataCatalogOutput
|
|
1802
|
+
() => UpdateDataCatalogInput$,
|
|
1803
|
+
() => UpdateDataCatalogOutput$,
|
|
1748
1804
|
];
|
|
1749
|
-
export var UpdateNamedQuery = [
|
|
1805
|
+
export var UpdateNamedQuery$ = [
|
|
1750
1806
|
9,
|
|
1751
1807
|
n0,
|
|
1752
1808
|
_UNQ,
|
|
1753
1809
|
2,
|
|
1754
|
-
() => UpdateNamedQueryInput
|
|
1755
|
-
() => UpdateNamedQueryOutput
|
|
1810
|
+
() => UpdateNamedQueryInput$,
|
|
1811
|
+
() => UpdateNamedQueryOutput$,
|
|
1756
1812
|
];
|
|
1757
|
-
export var UpdateNotebook = [
|
|
1813
|
+
export var UpdateNotebook$ = [
|
|
1758
1814
|
9,
|
|
1759
1815
|
n0,
|
|
1760
1816
|
_UN,
|
|
1761
1817
|
0,
|
|
1762
|
-
() => UpdateNotebookInput
|
|
1763
|
-
() => UpdateNotebookOutput
|
|
1818
|
+
() => UpdateNotebookInput$,
|
|
1819
|
+
() => UpdateNotebookOutput$,
|
|
1764
1820
|
];
|
|
1765
|
-
export var UpdateNotebookMetadata = [
|
|
1821
|
+
export var UpdateNotebookMetadata$ = [
|
|
1766
1822
|
9,
|
|
1767
1823
|
n0,
|
|
1768
1824
|
_UNM,
|
|
1769
1825
|
0,
|
|
1770
|
-
() => UpdateNotebookMetadataInput
|
|
1771
|
-
() => UpdateNotebookMetadataOutput
|
|
1826
|
+
() => UpdateNotebookMetadataInput$,
|
|
1827
|
+
() => UpdateNotebookMetadataOutput$,
|
|
1772
1828
|
];
|
|
1773
|
-
export var UpdatePreparedStatement = [
|
|
1829
|
+
export var UpdatePreparedStatement$ = [
|
|
1774
1830
|
9,
|
|
1775
1831
|
n0,
|
|
1776
1832
|
_UPS,
|
|
1777
1833
|
0,
|
|
1778
|
-
() => UpdatePreparedStatementInput
|
|
1779
|
-
() => UpdatePreparedStatementOutput
|
|
1834
|
+
() => UpdatePreparedStatementInput$,
|
|
1835
|
+
() => UpdatePreparedStatementOutput$,
|
|
1780
1836
|
];
|
|
1781
|
-
export var UpdateWorkGroup = [
|
|
1837
|
+
export var UpdateWorkGroup$ = [
|
|
1782
1838
|
9,
|
|
1783
1839
|
n0,
|
|
1784
1840
|
_UWG,
|
|
1785
1841
|
0,
|
|
1786
|
-
() => UpdateWorkGroupInput
|
|
1787
|
-
() => UpdateWorkGroupOutput
|
|
1842
|
+
() => UpdateWorkGroupInput$,
|
|
1843
|
+
() => UpdateWorkGroupOutput$,
|
|
1788
1844
|
];
|