@aws-sdk/client-athena 3.952.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
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class AthenaClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class AthenaServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, AthenaServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class InternalServerException extends AthenaServiceException {
|
|
121
121
|
name = "InternalServerException";
|
|
122
122
|
$fault = "server";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let InternalServerException$1 = class InternalServerException extends AthenaServ
|
|
|
130
130
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class InvalidRequestException extends AthenaServiceException {
|
|
135
135
|
name = "InvalidRequestException";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
AthenaErrorCode;
|
|
@@ -146,8 +146,8 @@ let InvalidRequestException$1 = class InvalidRequestException extends AthenaServ
|
|
|
146
146
|
this.AthenaErrorCode = opts.AthenaErrorCode;
|
|
147
147
|
this.Message = opts.Message;
|
|
148
148
|
}
|
|
149
|
-
}
|
|
150
|
-
|
|
149
|
+
}
|
|
150
|
+
class TooManyRequestsException extends AthenaServiceException {
|
|
151
151
|
name = "TooManyRequestsException";
|
|
152
152
|
$fault = "client";
|
|
153
153
|
Message;
|
|
@@ -162,8 +162,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends AthenaSe
|
|
|
162
162
|
this.Message = opts.Message;
|
|
163
163
|
this.Reason = opts.Reason;
|
|
164
164
|
}
|
|
165
|
-
}
|
|
166
|
-
|
|
165
|
+
}
|
|
166
|
+
class ResourceNotFoundException extends AthenaServiceException {
|
|
167
167
|
name = "ResourceNotFoundException";
|
|
168
168
|
$fault = "client";
|
|
169
169
|
Message;
|
|
@@ -178,8 +178,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Athena
|
|
|
178
178
|
this.Message = opts.Message;
|
|
179
179
|
this.ResourceName = opts.ResourceName;
|
|
180
180
|
}
|
|
181
|
-
}
|
|
182
|
-
|
|
181
|
+
}
|
|
182
|
+
class MetadataException extends AthenaServiceException {
|
|
183
183
|
name = "MetadataException";
|
|
184
184
|
$fault = "client";
|
|
185
185
|
Message;
|
|
@@ -192,8 +192,8 @@ let MetadataException$1 = class MetadataException extends AthenaServiceException
|
|
|
192
192
|
Object.setPrototypeOf(this, MetadataException.prototype);
|
|
193
193
|
this.Message = opts.Message;
|
|
194
194
|
}
|
|
195
|
-
}
|
|
196
|
-
|
|
195
|
+
}
|
|
196
|
+
class SessionAlreadyExistsException extends AthenaServiceException {
|
|
197
197
|
name = "SessionAlreadyExistsException";
|
|
198
198
|
$fault = "client";
|
|
199
199
|
Message;
|
|
@@ -206,7 +206,7 @@ let SessionAlreadyExistsException$1 = class SessionAlreadyExistsException extend
|
|
|
206
206
|
Object.setPrototypeOf(this, SessionAlreadyExistsException.prototype);
|
|
207
207
|
this.Message = opts.Message;
|
|
208
208
|
}
|
|
209
|
-
}
|
|
209
|
+
}
|
|
210
210
|
|
|
211
211
|
const _AC = "AclConfiguration";
|
|
212
212
|
const _ACd = "AdditionalConfigs";
|
|
@@ -719,11 +719,11 @@ const _e = "error";
|
|
|
719
719
|
const _s = "server";
|
|
720
720
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.athena";
|
|
721
721
|
const n0 = "com.amazonaws.athena";
|
|
722
|
-
var AclConfiguration = [3, n0, _AC, 0, [_SAO], [0]];
|
|
723
|
-
var ApplicationDPUSizes = [3, n0, _ADPUS, 0, [_ARI, _SDPUS], [0, 64 | 1]];
|
|
724
|
-
var AthenaError = [3, n0, _AE, 0, [_EC, _ET, _R, _EM], [1, 1, 2, 0]];
|
|
725
|
-
var BatchGetNamedQueryInput = [3, n0, _BGNQI, 0, [_NQI], [64 | 0]];
|
|
726
|
-
var BatchGetNamedQueryOutput = [
|
|
722
|
+
var AclConfiguration$ = [3, n0, _AC, 0, [_SAO], [0]];
|
|
723
|
+
var ApplicationDPUSizes$ = [3, n0, _ADPUS, 0, [_ARI, _SDPUS], [0, 64 | 1]];
|
|
724
|
+
var AthenaError$ = [3, n0, _AE, 0, [_EC, _ET, _R, _EM], [1, 1, 2, 0]];
|
|
725
|
+
var BatchGetNamedQueryInput$ = [3, n0, _BGNQI, 0, [_NQI], [64 | 0]];
|
|
726
|
+
var BatchGetNamedQueryOutput$ = [
|
|
727
727
|
3,
|
|
728
728
|
n0,
|
|
729
729
|
_BGNQO,
|
|
@@ -731,8 +731,8 @@ var BatchGetNamedQueryOutput = [
|
|
|
731
731
|
[_NQ, _UNQI],
|
|
732
732
|
[() => NamedQueryList, () => UnprocessedNamedQueryIdList],
|
|
733
733
|
];
|
|
734
|
-
var BatchGetPreparedStatementInput = [3, n0, _BGPSI, 0, [_PSN, _WG], [64 | 0, 0]];
|
|
735
|
-
var BatchGetPreparedStatementOutput = [
|
|
734
|
+
var BatchGetPreparedStatementInput$ = [3, n0, _BGPSI, 0, [_PSN, _WG], [64 | 0, 0]];
|
|
735
|
+
var BatchGetPreparedStatementOutput$ = [
|
|
736
736
|
3,
|
|
737
737
|
n0,
|
|
738
738
|
_BGPSO,
|
|
@@ -740,8 +740,8 @@ var BatchGetPreparedStatementOutput = [
|
|
|
740
740
|
[_PS, _UPSN],
|
|
741
741
|
[() => PreparedStatementDetailsList, () => UnprocessedPreparedStatementNameList],
|
|
742
742
|
];
|
|
743
|
-
var BatchGetQueryExecutionInput = [3, n0, _BGQEI, 0, [_QEI], [64 | 0]];
|
|
744
|
-
var BatchGetQueryExecutionOutput = [
|
|
743
|
+
var BatchGetQueryExecutionInput$ = [3, n0, _BGQEI, 0, [_QEI], [64 | 0]];
|
|
744
|
+
var BatchGetQueryExecutionOutput$ = [
|
|
745
745
|
3,
|
|
746
746
|
n0,
|
|
747
747
|
_BGQEO,
|
|
@@ -749,23 +749,23 @@ var BatchGetQueryExecutionOutput = [
|
|
|
749
749
|
[_QE, _UQEI],
|
|
750
750
|
[() => QueryExecutionList, () => UnprocessedQueryExecutionIdList],
|
|
751
751
|
];
|
|
752
|
-
var CalculationConfiguration = [3, n0, _CC, 0, [_CB], [0]];
|
|
753
|
-
var CalculationResult = [3, n0, _CR, 0, [_SOSU, _SESU, _RSU, _RT], [0, 0, 0, 0]];
|
|
754
|
-
var CalculationStatistics = [3, n0, _CS, 0, [_DEIM, _P], [1, 0]];
|
|
755
|
-
var CalculationStatus = [3, n0, _CSa, 0, [_SDT, _CDT, _S, _SCR], [4, 4, 0, 0]];
|
|
756
|
-
var CalculationSummary = [
|
|
752
|
+
var CalculationConfiguration$ = [3, n0, _CC, 0, [_CB], [0]];
|
|
753
|
+
var CalculationResult$ = [3, n0, _CR, 0, [_SOSU, _SESU, _RSU, _RT], [0, 0, 0, 0]];
|
|
754
|
+
var CalculationStatistics$ = [3, n0, _CS, 0, [_DEIM, _P], [1, 0]];
|
|
755
|
+
var CalculationStatus$ = [3, n0, _CSa, 0, [_SDT, _CDT, _S, _SCR], [4, 4, 0, 0]];
|
|
756
|
+
var CalculationSummary$ = [
|
|
757
757
|
3,
|
|
758
758
|
n0,
|
|
759
759
|
_CSal,
|
|
760
760
|
0,
|
|
761
761
|
[_CEI, _D, _St],
|
|
762
|
-
[0, 0, () => CalculationStatus],
|
|
762
|
+
[0, 0, () => CalculationStatus$],
|
|
763
763
|
];
|
|
764
|
-
var CancelCapacityReservationInput = [3, n0, _CCRI, 0, [_N], [0]];
|
|
765
|
-
var CancelCapacityReservationOutput = [3, n0, _CCRO, 0, [], []];
|
|
766
|
-
var CapacityAllocation = [3, n0, _CA, 0, [_St, _SM, _RTe, _RCT], [0, 0, 4, 4]];
|
|
767
|
-
var CapacityAssignment = [3, n0, _CAa, 0, [_WGN], [64 | 0]];
|
|
768
|
-
var CapacityAssignmentConfiguration = [
|
|
764
|
+
var CancelCapacityReservationInput$ = [3, n0, _CCRI, 0, [_N], [0]];
|
|
765
|
+
var CancelCapacityReservationOutput$ = [3, n0, _CCRO, 0, [], []];
|
|
766
|
+
var CapacityAllocation$ = [3, n0, _CA, 0, [_St, _SM, _RTe, _RCT], [0, 0, 4, 4]];
|
|
767
|
+
var CapacityAssignment$ = [3, n0, _CAa, 0, [_WGN], [64 | 0]];
|
|
768
|
+
var CapacityAssignmentConfiguration$ = [
|
|
769
769
|
3,
|
|
770
770
|
n0,
|
|
771
771
|
_CAC,
|
|
@@ -773,16 +773,16 @@ var CapacityAssignmentConfiguration = [
|
|
|
773
773
|
[_CRN, _CAap],
|
|
774
774
|
[0, () => CapacityAssignmentsList],
|
|
775
775
|
];
|
|
776
|
-
var CapacityReservation = [
|
|
776
|
+
var CapacityReservation$ = [
|
|
777
777
|
3,
|
|
778
778
|
n0,
|
|
779
779
|
_CRa,
|
|
780
780
|
0,
|
|
781
781
|
[_N, _St, _TD, _AD, _LA, _LSAT, _CT],
|
|
782
|
-
[0, 0, 1, 1, () => CapacityAllocation
|
|
782
|
+
[0, 0, 1, 1, () => CapacityAllocation$, 4, 4],
|
|
783
783
|
];
|
|
784
|
-
var Classification = [3, n0, _C, 0, [_N, _Pr], [0, 128 | 0]];
|
|
785
|
-
var CloudWatchLoggingConfiguration = [
|
|
784
|
+
var Classification$ = [3, n0, _C, 0, [_N, _Pr], [0, 128 | 0]];
|
|
785
|
+
var CloudWatchLoggingConfiguration$ = [
|
|
786
786
|
3,
|
|
787
787
|
n0,
|
|
788
788
|
_CWLC,
|
|
@@ -790,8 +790,8 @@ var CloudWatchLoggingConfiguration = [
|
|
|
790
790
|
[_E, _LG, _LSNP, _LT],
|
|
791
791
|
[2, 0, 0, [2, n0, _LTM, 0, 0, 64 | 0]],
|
|
792
792
|
];
|
|
793
|
-
var Column = [3, n0, _Co, 0, [_N, _T, _Com], [0, 0, 0]];
|
|
794
|
-
var ColumnInfo = [
|
|
793
|
+
var Column$ = [3, n0, _Co, 0, [_N, _T, _Com], [0, 0, 0]];
|
|
794
|
+
var ColumnInfo$ = [
|
|
795
795
|
3,
|
|
796
796
|
n0,
|
|
797
797
|
_CI,
|
|
@@ -799,7 +799,7 @@ var ColumnInfo = [
|
|
|
799
799
|
[_CN, _SN, _TN, _N, _L, _T, _Pre, _Sc, _Nu, _CSas],
|
|
800
800
|
[0, 0, 0, 0, 0, 0, 1, 1, 0, 2],
|
|
801
801
|
];
|
|
802
|
-
var CreateCapacityReservationInput = [
|
|
802
|
+
var CreateCapacityReservationInput$ = [
|
|
803
803
|
3,
|
|
804
804
|
n0,
|
|
805
805
|
_CCRIr,
|
|
@@ -807,8 +807,8 @@ var CreateCapacityReservationInput = [
|
|
|
807
807
|
[_TD, _N, _Ta],
|
|
808
808
|
[1, 0, () => TagList],
|
|
809
809
|
];
|
|
810
|
-
var CreateCapacityReservationOutput = [3, n0, _CCROr, 0, [], []];
|
|
811
|
-
var CreateDataCatalogInput = [
|
|
810
|
+
var CreateCapacityReservationOutput$ = [3, n0, _CCROr, 0, [], []];
|
|
811
|
+
var CreateDataCatalogInput$ = [
|
|
812
812
|
3,
|
|
813
813
|
n0,
|
|
814
814
|
_CDCI,
|
|
@@ -816,8 +816,8 @@ var CreateDataCatalogInput = [
|
|
|
816
816
|
[_N, _T, _D, _Pa, _Ta],
|
|
817
817
|
[0, 0, 0, 128 | 0, () => TagList],
|
|
818
818
|
];
|
|
819
|
-
var CreateDataCatalogOutput = [3, n0, _CDCO, 0, [_DC], [() => DataCatalog]];
|
|
820
|
-
var CreateNamedQueryInput = [
|
|
819
|
+
var CreateDataCatalogOutput$ = [3, n0, _CDCO, 0, [_DC], [() => DataCatalog$]];
|
|
820
|
+
var CreateNamedQueryInput$ = [
|
|
821
821
|
3,
|
|
822
822
|
n0,
|
|
823
823
|
_CNQI,
|
|
@@ -825,13 +825,20 @@ var CreateNamedQueryInput = [
|
|
|
825
825
|
[_N, _D, _Da, _QS, _CRT, _WG],
|
|
826
826
|
[0, 0, 0, 0, [0, 4], 0],
|
|
827
827
|
];
|
|
828
|
-
var CreateNamedQueryOutput = [3, n0, _CNQO, 0, [_NQIa], [0]];
|
|
829
|
-
var CreateNotebookInput = [3, n0, _CNI, 0, [_WG, _N, _CRT], [0, 0, 0]];
|
|
830
|
-
var CreateNotebookOutput = [3, n0, _CNO, 0, [_NI], [0]];
|
|
831
|
-
var CreatePreparedStatementInput = [
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
828
|
+
var CreateNamedQueryOutput$ = [3, n0, _CNQO, 0, [_NQIa], [0]];
|
|
829
|
+
var CreateNotebookInput$ = [3, n0, _CNI, 0, [_WG, _N, _CRT], [0, 0, 0]];
|
|
830
|
+
var CreateNotebookOutput$ = [3, n0, _CNO, 0, [_NI], [0]];
|
|
831
|
+
var CreatePreparedStatementInput$ = [
|
|
832
|
+
3,
|
|
833
|
+
n0,
|
|
834
|
+
_CPSI,
|
|
835
|
+
0,
|
|
836
|
+
[_SNt, _WG, _QSu, _D],
|
|
837
|
+
[0, 0, 0, 0],
|
|
838
|
+
];
|
|
839
|
+
var CreatePreparedStatementOutput$ = [3, n0, _CPSO, 0, [], []];
|
|
840
|
+
var CreatePresignedNotebookUrlRequest$ = [3, n0, _CPNUR, 0, [_SI], [0]];
|
|
841
|
+
var CreatePresignedNotebookUrlResponse$ = [
|
|
835
842
|
3,
|
|
836
843
|
n0,
|
|
837
844
|
_CPNURr,
|
|
@@ -839,18 +846,18 @@ var CreatePresignedNotebookUrlResponse = [
|
|
|
839
846
|
[_NU, _AT, _ATET],
|
|
840
847
|
[0, 0, 1],
|
|
841
848
|
];
|
|
842
|
-
var CreateWorkGroupInput = [
|
|
849
|
+
var CreateWorkGroupInput$ = [
|
|
843
850
|
3,
|
|
844
851
|
n0,
|
|
845
852
|
_CWGI,
|
|
846
853
|
0,
|
|
847
854
|
[_N, _Con, _D, _Ta],
|
|
848
|
-
[0, () => WorkGroupConfiguration
|
|
855
|
+
[0, () => WorkGroupConfiguration$, 0, () => TagList],
|
|
849
856
|
];
|
|
850
|
-
var CreateWorkGroupOutput = [3, n0, _CWGO, 0, [], []];
|
|
851
|
-
var CustomerContentEncryptionConfiguration = [3, n0, _CCEC, 0, [_KK], [0]];
|
|
852
|
-
var Database = [3, n0, _Da, 0, [_N, _D, _Pa], [0, 0, 128 | 0]];
|
|
853
|
-
var DataCatalog = [
|
|
857
|
+
var CreateWorkGroupOutput$ = [3, n0, _CWGO, 0, [], []];
|
|
858
|
+
var CustomerContentEncryptionConfiguration$ = [3, n0, _CCEC, 0, [_KK], [0]];
|
|
859
|
+
var Database$ = [3, n0, _Da, 0, [_N, _D, _Pa], [0, 0, 128 | 0]];
|
|
860
|
+
var DataCatalog$ = [
|
|
854
861
|
3,
|
|
855
862
|
n0,
|
|
856
863
|
_DC,
|
|
@@ -858,22 +865,22 @@ var DataCatalog = [
|
|
|
858
865
|
[_N, _D, _T, _Pa, _St, _CTo, _Er],
|
|
859
866
|
[0, 0, 0, 128 | 0, 0, 0, 0],
|
|
860
867
|
];
|
|
861
|
-
var DataCatalogSummary = [3, n0, _DCS, 0, [_CN, _T, _St, _CTo, _Er], [0, 0, 0, 0, 0]];
|
|
862
|
-
var Datum = [3, n0, _Dat, 0, [_VCV], [0]];
|
|
863
|
-
var DeleteCapacityReservationInput = [3, n0, _DCRI, 0, [_N], [0]];
|
|
864
|
-
var DeleteCapacityReservationOutput = [3, n0, _DCRO, 0, [], []];
|
|
865
|
-
var DeleteDataCatalogInput = [3, n0, _DDCI, 0, [_N, _DCO], [0, 2]];
|
|
866
|
-
var DeleteDataCatalogOutput = [3, n0, _DDCO, 0, [_DC], [() => DataCatalog]];
|
|
867
|
-
var DeleteNamedQueryInput = [3, n0, _DNQI, 0, [_NQIa], [[0, 4]]];
|
|
868
|
-
var DeleteNamedQueryOutput = [3, n0, _DNQO, 0, [], []];
|
|
869
|
-
var DeleteNotebookInput = [3, n0, _DNI, 0, [_NI], [0]];
|
|
870
|
-
var DeleteNotebookOutput = [3, n0, _DNO, 0, [], []];
|
|
871
|
-
var DeletePreparedStatementInput = [3, n0, _DPSI, 0, [_SNt, _WG], [0, 0]];
|
|
872
|
-
var DeletePreparedStatementOutput = [3, n0, _DPSO, 0, [], []];
|
|
873
|
-
var DeleteWorkGroupInput = [3, n0, _DWGI, 0, [_WG, _RDO], [0, 2]];
|
|
874
|
-
var DeleteWorkGroupOutput = [3, n0, _DWGO, 0, [], []];
|
|
875
|
-
var EncryptionConfiguration = [3, n0, _ECn, 0, [_EO, _KK], [0, 0]];
|
|
876
|
-
var EngineConfiguration = [
|
|
868
|
+
var DataCatalogSummary$ = [3, n0, _DCS, 0, [_CN, _T, _St, _CTo, _Er], [0, 0, 0, 0, 0]];
|
|
869
|
+
var Datum$ = [3, n0, _Dat, 0, [_VCV], [0]];
|
|
870
|
+
var DeleteCapacityReservationInput$ = [3, n0, _DCRI, 0, [_N], [0]];
|
|
871
|
+
var DeleteCapacityReservationOutput$ = [3, n0, _DCRO, 0, [], []];
|
|
872
|
+
var DeleteDataCatalogInput$ = [3, n0, _DDCI, 0, [_N, _DCO], [0, 2]];
|
|
873
|
+
var DeleteDataCatalogOutput$ = [3, n0, _DDCO, 0, [_DC], [() => DataCatalog$]];
|
|
874
|
+
var DeleteNamedQueryInput$ = [3, n0, _DNQI, 0, [_NQIa], [[0, 4]]];
|
|
875
|
+
var DeleteNamedQueryOutput$ = [3, n0, _DNQO, 0, [], []];
|
|
876
|
+
var DeleteNotebookInput$ = [3, n0, _DNI, 0, [_NI], [0]];
|
|
877
|
+
var DeleteNotebookOutput$ = [3, n0, _DNO, 0, [], []];
|
|
878
|
+
var DeletePreparedStatementInput$ = [3, n0, _DPSI, 0, [_SNt, _WG], [0, 0]];
|
|
879
|
+
var DeletePreparedStatementOutput$ = [3, n0, _DPSO, 0, [], []];
|
|
880
|
+
var DeleteWorkGroupInput$ = [3, n0, _DWGI, 0, [_WG, _RDO], [0, 2]];
|
|
881
|
+
var DeleteWorkGroupOutput$ = [3, n0, _DWGO, 0, [], []];
|
|
882
|
+
var EncryptionConfiguration$ = [3, n0, _ECn, 0, [_EO, _KK], [0, 0]];
|
|
883
|
+
var EngineConfiguration$ = [
|
|
877
884
|
3,
|
|
878
885
|
n0,
|
|
879
886
|
_ECng,
|
|
@@ -881,8 +888,8 @@ var EngineConfiguration = [
|
|
|
881
888
|
[_CDS, _MCD, _DEDS, _ACd, _SP, _Cl],
|
|
882
889
|
[1, 1, 1, 128 | 0, 128 | 0, () => ClassificationList],
|
|
883
890
|
];
|
|
884
|
-
var EngineVersion = [3, n0, _EV, 0, [_SEV, _EEV], [0, 0]];
|
|
885
|
-
var ExecutorsSummary = [
|
|
891
|
+
var EngineVersion$ = [3, n0, _EV, 0, [_SEV, _EEV], [0, 0]];
|
|
892
|
+
var ExecutorsSummary$ = [
|
|
886
893
|
3,
|
|
887
894
|
n0,
|
|
888
895
|
_ES,
|
|
@@ -890,69 +897,76 @@ var ExecutorsSummary = [
|
|
|
890
897
|
[_EI, _ETx, _SDTt, _TDT, _ESx, _ESxe],
|
|
891
898
|
[0, 0, 1, 1, 0, 1],
|
|
892
899
|
];
|
|
893
|
-
var ExportNotebookInput = [3, n0, _ENI, 0, [_NI], [0]];
|
|
894
|
-
var ExportNotebookOutput = [3, n0, _ENO, 0, [_NM, _Pay], [() => NotebookMetadata
|
|
895
|
-
var FilterDefinition = [3, n0, _FD, 0, [_N], [0]];
|
|
896
|
-
var GetCalculationExecutionCodeRequest = [3, n0, _GCECR, 0, [_CEI], [0]];
|
|
897
|
-
var GetCalculationExecutionCodeResponse = [3, n0, _GCECRe, 0, [_CB], [0]];
|
|
898
|
-
var GetCalculationExecutionRequest = [3, n0, _GCER, 0, [_CEI], [0]];
|
|
899
|
-
var GetCalculationExecutionResponse = [
|
|
900
|
+
var ExportNotebookInput$ = [3, n0, _ENI, 0, [_NI], [0]];
|
|
901
|
+
var ExportNotebookOutput$ = [3, n0, _ENO, 0, [_NM, _Pay], [() => NotebookMetadata$, 0]];
|
|
902
|
+
var FilterDefinition$ = [3, n0, _FD, 0, [_N], [0]];
|
|
903
|
+
var GetCalculationExecutionCodeRequest$ = [3, n0, _GCECR, 0, [_CEI], [0]];
|
|
904
|
+
var GetCalculationExecutionCodeResponse$ = [3, n0, _GCECRe, 0, [_CB], [0]];
|
|
905
|
+
var GetCalculationExecutionRequest$ = [3, n0, _GCER, 0, [_CEI], [0]];
|
|
906
|
+
var GetCalculationExecutionResponse$ = [
|
|
900
907
|
3,
|
|
901
908
|
n0,
|
|
902
909
|
_GCERe,
|
|
903
910
|
0,
|
|
904
911
|
[_CEI, _SI, _D, _WD, _St, _Sta, _Re],
|
|
905
|
-
[0, 0, 0, 0, () => CalculationStatus
|
|
912
|
+
[0, 0, 0, 0, () => CalculationStatus$, () => CalculationStatistics$, () => CalculationResult$],
|
|
906
913
|
];
|
|
907
|
-
var GetCalculationExecutionStatusRequest = [3, n0, _GCESR, 0, [_CEI], [0]];
|
|
908
|
-
var GetCalculationExecutionStatusResponse = [
|
|
914
|
+
var GetCalculationExecutionStatusRequest$ = [3, n0, _GCESR, 0, [_CEI], [0]];
|
|
915
|
+
var GetCalculationExecutionStatusResponse$ = [
|
|
909
916
|
3,
|
|
910
917
|
n0,
|
|
911
918
|
_GCESRe,
|
|
912
919
|
0,
|
|
913
920
|
[_St, _Sta],
|
|
914
|
-
[() => CalculationStatus
|
|
921
|
+
[() => CalculationStatus$, () => CalculationStatistics$],
|
|
915
922
|
];
|
|
916
|
-
var GetCapacityAssignmentConfigurationInput = [3, n0, _GCACI, 0, [_CRN], [0]];
|
|
917
|
-
var GetCapacityAssignmentConfigurationOutput = [
|
|
923
|
+
var GetCapacityAssignmentConfigurationInput$ = [3, n0, _GCACI, 0, [_CRN], [0]];
|
|
924
|
+
var GetCapacityAssignmentConfigurationOutput$ = [
|
|
918
925
|
3,
|
|
919
926
|
n0,
|
|
920
927
|
_GCACO,
|
|
921
928
|
0,
|
|
922
929
|
[_CAC],
|
|
923
|
-
[() => CapacityAssignmentConfiguration],
|
|
924
|
-
];
|
|
925
|
-
var GetCapacityReservationInput = [3, n0, _GCRI, 0, [_N], [0]];
|
|
926
|
-
var GetCapacityReservationOutput = [
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
var
|
|
935
|
-
var
|
|
936
|
-
var
|
|
937
|
-
var
|
|
938
|
-
var
|
|
939
|
-
var
|
|
940
|
-
var
|
|
941
|
-
var
|
|
942
|
-
var
|
|
930
|
+
[() => CapacityAssignmentConfiguration$],
|
|
931
|
+
];
|
|
932
|
+
var GetCapacityReservationInput$ = [3, n0, _GCRI, 0, [_N], [0]];
|
|
933
|
+
var GetCapacityReservationOutput$ = [
|
|
934
|
+
3,
|
|
935
|
+
n0,
|
|
936
|
+
_GCRO,
|
|
937
|
+
0,
|
|
938
|
+
[_CRa],
|
|
939
|
+
[() => CapacityReservation$],
|
|
940
|
+
];
|
|
941
|
+
var GetDatabaseInput$ = [3, n0, _GDI, 0, [_CN, _DN, _WG], [0, 0, 0]];
|
|
942
|
+
var GetDatabaseOutput$ = [3, n0, _GDO, 0, [_Da], [() => Database$]];
|
|
943
|
+
var GetDataCatalogInput$ = [3, n0, _GDCI, 0, [_N, _WG], [0, 0]];
|
|
944
|
+
var GetDataCatalogOutput$ = [3, n0, _GDCO, 0, [_DC], [() => DataCatalog$]];
|
|
945
|
+
var GetNamedQueryInput$ = [3, n0, _GNQI, 0, [_NQIa], [0]];
|
|
946
|
+
var GetNamedQueryOutput$ = [3, n0, _GNQO, 0, [_NQa], [() => NamedQuery$]];
|
|
947
|
+
var GetNotebookMetadataInput$ = [3, n0, _GNMI, 0, [_NI], [0]];
|
|
948
|
+
var GetNotebookMetadataOutput$ = [3, n0, _GNMO, 0, [_NM], [() => NotebookMetadata$]];
|
|
949
|
+
var GetPreparedStatementInput$ = [3, n0, _GPSI, 0, [_SNt, _WG], [0, 0]];
|
|
950
|
+
var GetPreparedStatementOutput$ = [3, n0, _GPSO, 0, [_PSr], [() => PreparedStatement$]];
|
|
951
|
+
var GetQueryExecutionInput$ = [3, n0, _GQEI, 0, [_QEIu], [0]];
|
|
952
|
+
var GetQueryExecutionOutput$ = [3, n0, _GQEO, 0, [_QEu], [() => QueryExecution$]];
|
|
953
|
+
var GetQueryResultsInput$ = [3, n0, _GQRI, 0, [_QEIu, _NT, _MR, _QRT], [0, 0, 1, 0]];
|
|
954
|
+
var GetQueryResultsOutput$ = [3, n0, _GQRO, 0, [_UC, _RS, _NT], [1, () => ResultSet$, 0]];
|
|
955
|
+
var GetQueryRuntimeStatisticsInput$ = [3, n0, _GQRSI, 0, [_QEIu], [0]];
|
|
956
|
+
var GetQueryRuntimeStatisticsOutput$ = [
|
|
943
957
|
3,
|
|
944
958
|
n0,
|
|
945
959
|
_GQRSO,
|
|
946
960
|
0,
|
|
947
961
|
[_QRS],
|
|
948
|
-
[() => QueryRuntimeStatistics],
|
|
949
|
-
];
|
|
950
|
-
var GetResourceDashboardRequest = [3, n0, _GRDR, 0, [_RARN], [0]];
|
|
951
|
-
var GetResourceDashboardResponse = [3, n0, _GRDRe, 0, [_U], [0]];
|
|
952
|
-
var GetSessionEndpointRequest = [3, n0, _GSER, 0, [_SI], [0]];
|
|
953
|
-
var GetSessionEndpointResponse = [3, n0, _GSERe, 0, [_EU, _AT, _ATET], [0, 0, 4]];
|
|
954
|
-
var GetSessionRequest = [3, n0, _GSR, 0, [_SI], [0]];
|
|
955
|
-
var GetSessionResponse = [
|
|
962
|
+
[() => QueryRuntimeStatistics$],
|
|
963
|
+
];
|
|
964
|
+
var GetResourceDashboardRequest$ = [3, n0, _GRDR, 0, [_RARN], [0]];
|
|
965
|
+
var GetResourceDashboardResponse$ = [3, n0, _GRDRe, 0, [_U], [0]];
|
|
966
|
+
var GetSessionEndpointRequest$ = [3, n0, _GSER, 0, [_SI], [0]];
|
|
967
|
+
var GetSessionEndpointResponse$ = [3, n0, _GSERe, 0, [_EU, _AT, _ATET], [0, 0, 4]];
|
|
968
|
+
var GetSessionRequest$ = [3, n0, _GSR, 0, [_SI], [0]];
|
|
969
|
+
var GetSessionResponse$ = [
|
|
956
970
|
3,
|
|
957
971
|
n0,
|
|
958
972
|
_GSRe,
|
|
@@ -963,22 +977,22 @@ var GetSessionResponse = [
|
|
|
963
977
|
0,
|
|
964
978
|
0,
|
|
965
979
|
0,
|
|
966
|
-
() => EngineConfiguration
|
|
980
|
+
() => EngineConfiguration$,
|
|
967
981
|
0,
|
|
968
|
-
() => MonitoringConfiguration
|
|
969
|
-
() => SessionConfiguration
|
|
970
|
-
() => SessionStatus
|
|
971
|
-
() => SessionStatistics
|
|
982
|
+
() => MonitoringConfiguration$,
|
|
983
|
+
() => SessionConfiguration$,
|
|
984
|
+
() => SessionStatus$,
|
|
985
|
+
() => SessionStatistics$,
|
|
972
986
|
],
|
|
973
987
|
];
|
|
974
|
-
var GetSessionStatusRequest = [3, n0, _GSSR, 0, [_SI], [0]];
|
|
975
|
-
var GetSessionStatusResponse = [3, n0, _GSSRe, 0, [_SI, _St], [0, () => SessionStatus]];
|
|
976
|
-
var GetTableMetadataInput = [3, n0, _GTMI, 0, [_CN, _DN, _TN, _WG], [0, 0, 0, 0]];
|
|
977
|
-
var GetTableMetadataOutput = [3, n0, _GTMO, 0, [_TM], [() => TableMetadata]];
|
|
978
|
-
var GetWorkGroupInput = [3, n0, _GWGI, 0, [_WG], [0]];
|
|
979
|
-
var GetWorkGroupOutput = [3, n0, _GWGO, 0, [_WG], [() => WorkGroup]];
|
|
980
|
-
var IdentityCenterConfiguration = [3, n0, _ICC, 0, [_EIC, _ICIA], [2, 0]];
|
|
981
|
-
var ImportNotebookInput = [
|
|
988
|
+
var GetSessionStatusRequest$ = [3, n0, _GSSR, 0, [_SI], [0]];
|
|
989
|
+
var GetSessionStatusResponse$ = [3, n0, _GSSRe, 0, [_SI, _St], [0, () => SessionStatus$]];
|
|
990
|
+
var GetTableMetadataInput$ = [3, n0, _GTMI, 0, [_CN, _DN, _TN, _WG], [0, 0, 0, 0]];
|
|
991
|
+
var GetTableMetadataOutput$ = [3, n0, _GTMO, 0, [_TM], [() => TableMetadata$]];
|
|
992
|
+
var GetWorkGroupInput$ = [3, n0, _GWGI, 0, [_WG], [0]];
|
|
993
|
+
var GetWorkGroupOutput$ = [3, n0, _GWGO, 0, [_WG], [() => WorkGroup$]];
|
|
994
|
+
var IdentityCenterConfiguration$ = [3, n0, _ICC, 0, [_EIC, _ICIA], [2, 0]];
|
|
995
|
+
var ImportNotebookInput$ = [
|
|
982
996
|
3,
|
|
983
997
|
n0,
|
|
984
998
|
_INI,
|
|
@@ -986,13 +1000,13 @@ var ImportNotebookInput = [
|
|
|
986
1000
|
[_WG, _N, _Pay, _T, _NSLU, _CRT],
|
|
987
1001
|
[0, 0, 0, 0, 0, 0],
|
|
988
1002
|
];
|
|
989
|
-
var ImportNotebookOutput = [3, n0, _INO, 0, [_NI], [0]];
|
|
990
|
-
var InternalServerException = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
|
|
991
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
992
|
-
var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c }, [_AEC, _M], [0, 0]];
|
|
993
|
-
schema.TypeRegistry.for(n0).registerError(InvalidRequestException
|
|
994
|
-
var ListApplicationDPUSizesInput = [3, n0, _LADPUSI, 0, [_MR, _NT], [1, 0]];
|
|
995
|
-
var ListApplicationDPUSizesOutput = [
|
|
1003
|
+
var ImportNotebookOutput$ = [3, n0, _INO, 0, [_NI], [0]];
|
|
1004
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
|
|
1005
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1006
|
+
var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c }, [_AEC, _M], [0, 0]];
|
|
1007
|
+
schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
|
|
1008
|
+
var ListApplicationDPUSizesInput$ = [3, n0, _LADPUSI, 0, [_MR, _NT], [1, 0]];
|
|
1009
|
+
var ListApplicationDPUSizesOutput$ = [
|
|
996
1010
|
3,
|
|
997
1011
|
n0,
|
|
998
1012
|
_LADPUSO,
|
|
@@ -1000,7 +1014,7 @@ var ListApplicationDPUSizesOutput = [
|
|
|
1000
1014
|
[_ADPUS, _NT],
|
|
1001
1015
|
[() => ApplicationDPUSizesList, 0],
|
|
1002
1016
|
];
|
|
1003
|
-
var ListCalculationExecutionsRequest = [
|
|
1017
|
+
var ListCalculationExecutionsRequest$ = [
|
|
1004
1018
|
3,
|
|
1005
1019
|
n0,
|
|
1006
1020
|
_LCER,
|
|
@@ -1008,7 +1022,7 @@ var ListCalculationExecutionsRequest = [
|
|
|
1008
1022
|
[_SI, _SF, _MR, _NT],
|
|
1009
1023
|
[0, 0, 1, 0],
|
|
1010
1024
|
];
|
|
1011
|
-
var ListCalculationExecutionsResponse = [
|
|
1025
|
+
var ListCalculationExecutionsResponse$ = [
|
|
1012
1026
|
3,
|
|
1013
1027
|
n0,
|
|
1014
1028
|
_LCERi,
|
|
@@ -1016,8 +1030,8 @@ var ListCalculationExecutionsResponse = [
|
|
|
1016
1030
|
[_NT, _Ca],
|
|
1017
1031
|
[0, () => CalculationsList],
|
|
1018
1032
|
];
|
|
1019
|
-
var ListCapacityReservationsInput = [3, n0, _LCRI, 0, [_NT, _MR], [0, 1]];
|
|
1020
|
-
var ListCapacityReservationsOutput = [
|
|
1033
|
+
var ListCapacityReservationsInput$ = [3, n0, _LCRI, 0, [_NT, _MR], [0, 1]];
|
|
1034
|
+
var ListCapacityReservationsOutput$ = [
|
|
1021
1035
|
3,
|
|
1022
1036
|
n0,
|
|
1023
1037
|
_LCRO,
|
|
@@ -1025,10 +1039,10 @@ var ListCapacityReservationsOutput = [
|
|
|
1025
1039
|
[_NT, _CRap],
|
|
1026
1040
|
[0, () => CapacityReservationsList],
|
|
1027
1041
|
];
|
|
1028
|
-
var ListDatabasesInput = [3, n0, _LDI, 0, [_CN, _NT, _MR, _WG], [0, 0, 1, 0]];
|
|
1029
|
-
var ListDatabasesOutput = [3, n0, _LDO, 0, [_DL, _NT], [() => DatabaseList, 0]];
|
|
1030
|
-
var ListDataCatalogsInput = [3, n0, _LDCI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
1031
|
-
var ListDataCatalogsOutput = [
|
|
1042
|
+
var ListDatabasesInput$ = [3, n0, _LDI, 0, [_CN, _NT, _MR, _WG], [0, 0, 1, 0]];
|
|
1043
|
+
var ListDatabasesOutput$ = [3, n0, _LDO, 0, [_DL, _NT], [() => DatabaseList, 0]];
|
|
1044
|
+
var ListDataCatalogsInput$ = [3, n0, _LDCI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
1045
|
+
var ListDataCatalogsOutput$ = [
|
|
1032
1046
|
3,
|
|
1033
1047
|
n0,
|
|
1034
1048
|
_LDCO,
|
|
@@ -1036,8 +1050,8 @@ var ListDataCatalogsOutput = [
|
|
|
1036
1050
|
[_DCSa, _NT],
|
|
1037
1051
|
[() => DataCatalogSummaryList, 0],
|
|
1038
1052
|
];
|
|
1039
|
-
var ListEngineVersionsInput = [3, n0, _LEVI, 0, [_NT, _MR], [0, 1]];
|
|
1040
|
-
var ListEngineVersionsOutput = [
|
|
1053
|
+
var ListEngineVersionsInput$ = [3, n0, _LEVI, 0, [_NT, _MR], [0, 1]];
|
|
1054
|
+
var ListEngineVersionsOutput$ = [
|
|
1041
1055
|
3,
|
|
1042
1056
|
n0,
|
|
1043
1057
|
_LEVO,
|
|
@@ -1045,8 +1059,8 @@ var ListEngineVersionsOutput = [
|
|
|
1045
1059
|
[_EVn, _NT],
|
|
1046
1060
|
[() => EngineVersionsList, 0],
|
|
1047
1061
|
];
|
|
1048
|
-
var ListExecutorsRequest = [3, n0, _LER, 0, [_SI, _ESF, _MR, _NT], [0, 0, 1, 0]];
|
|
1049
|
-
var ListExecutorsResponse = [
|
|
1062
|
+
var ListExecutorsRequest$ = [3, n0, _LER, 0, [_SI, _ESF, _MR, _NT], [0, 0, 1, 0]];
|
|
1063
|
+
var ListExecutorsResponse$ = [
|
|
1050
1064
|
3,
|
|
1051
1065
|
n0,
|
|
1052
1066
|
_LERi,
|
|
@@ -1054,17 +1068,17 @@ var ListExecutorsResponse = [
|
|
|
1054
1068
|
[_SI, _NT, _ES],
|
|
1055
1069
|
[0, 0, () => ExecutorsSummaryList],
|
|
1056
1070
|
];
|
|
1057
|
-
var ListNamedQueriesInput = [3, n0, _LNQI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
1058
|
-
var ListNamedQueriesOutput = [3, n0, _LNQO, 0, [_NQI, _NT], [64 | 0, 0]];
|
|
1059
|
-
var ListNotebookMetadataInput = [
|
|
1071
|
+
var ListNamedQueriesInput$ = [3, n0, _LNQI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
1072
|
+
var ListNamedQueriesOutput$ = [3, n0, _LNQO, 0, [_NQI, _NT], [64 | 0, 0]];
|
|
1073
|
+
var ListNotebookMetadataInput$ = [
|
|
1060
1074
|
3,
|
|
1061
1075
|
n0,
|
|
1062
1076
|
_LNMI,
|
|
1063
1077
|
0,
|
|
1064
1078
|
[_F, _NT, _MR, _WG],
|
|
1065
|
-
[() => FilterDefinition
|
|
1079
|
+
[() => FilterDefinition$, 0, 1, 0],
|
|
1066
1080
|
];
|
|
1067
|
-
var ListNotebookMetadataOutput = [
|
|
1081
|
+
var ListNotebookMetadataOutput$ = [
|
|
1068
1082
|
3,
|
|
1069
1083
|
n0,
|
|
1070
1084
|
_LNMO,
|
|
@@ -1072,8 +1086,8 @@ var ListNotebookMetadataOutput = [
|
|
|
1072
1086
|
[_NT, _NML],
|
|
1073
1087
|
[0, () => NotebookMetadataArray],
|
|
1074
1088
|
];
|
|
1075
|
-
var ListNotebookSessionsRequest = [3, n0, _LNSR, 0, [_NI, _MR, _NT], [0, 1, 0]];
|
|
1076
|
-
var ListNotebookSessionsResponse = [
|
|
1089
|
+
var ListNotebookSessionsRequest$ = [3, n0, _LNSR, 0, [_NI, _MR, _NT], [0, 1, 0]];
|
|
1090
|
+
var ListNotebookSessionsResponse$ = [
|
|
1077
1091
|
3,
|
|
1078
1092
|
n0,
|
|
1079
1093
|
_LNSRi,
|
|
@@ -1081,8 +1095,8 @@ var ListNotebookSessionsResponse = [
|
|
|
1081
1095
|
[_NSL, _NT],
|
|
1082
1096
|
[() => NotebookSessionsList, 0],
|
|
1083
1097
|
];
|
|
1084
|
-
var ListPreparedStatementsInput = [3, n0, _LPSI, 0, [_WG, _NT, _MR], [0, 0, 1]];
|
|
1085
|
-
var ListPreparedStatementsOutput = [
|
|
1098
|
+
var ListPreparedStatementsInput$ = [3, n0, _LPSI, 0, [_WG, _NT, _MR], [0, 0, 1]];
|
|
1099
|
+
var ListPreparedStatementsOutput$ = [
|
|
1086
1100
|
3,
|
|
1087
1101
|
n0,
|
|
1088
1102
|
_LPSO,
|
|
@@ -1090,11 +1104,11 @@ var ListPreparedStatementsOutput = [
|
|
|
1090
1104
|
[_PS, _NT],
|
|
1091
1105
|
[() => PreparedStatementsList, 0],
|
|
1092
1106
|
];
|
|
1093
|
-
var ListQueryExecutionsInput = [3, n0, _LQEI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
1094
|
-
var ListQueryExecutionsOutput = [3, n0, _LQEO, 0, [_QEI, _NT], [64 | 0, 0]];
|
|
1095
|
-
var ListSessionsRequest = [3, n0, _LSR, 0, [_WG, _SF, _MR, _NT], [0, 0, 1, 0]];
|
|
1096
|
-
var ListSessionsResponse = [3, n0, _LSRi, 0, [_NT, _Se], [0, () => SessionsList]];
|
|
1097
|
-
var ListTableMetadataInput = [
|
|
1107
|
+
var ListQueryExecutionsInput$ = [3, n0, _LQEI, 0, [_NT, _MR, _WG], [0, 1, 0]];
|
|
1108
|
+
var ListQueryExecutionsOutput$ = [3, n0, _LQEO, 0, [_QEI, _NT], [64 | 0, 0]];
|
|
1109
|
+
var ListSessionsRequest$ = [3, n0, _LSR, 0, [_WG, _SF, _MR, _NT], [0, 0, 1, 0]];
|
|
1110
|
+
var ListSessionsResponse$ = [3, n0, _LSRi, 0, [_NT, _Se], [0, () => SessionsList]];
|
|
1111
|
+
var ListTableMetadataInput$ = [
|
|
1098
1112
|
3,
|
|
1099
1113
|
n0,
|
|
1100
1114
|
_LTMI,
|
|
@@ -1102,7 +1116,7 @@ var ListTableMetadataInput = [
|
|
|
1102
1116
|
[_CN, _DN, _Ex, _NT, _MR, _WG],
|
|
1103
1117
|
[0, 0, 0, 0, 1, 0],
|
|
1104
1118
|
];
|
|
1105
|
-
var ListTableMetadataOutput = [
|
|
1119
|
+
var ListTableMetadataOutput$ = [
|
|
1106
1120
|
3,
|
|
1107
1121
|
n0,
|
|
1108
1122
|
_LTMO,
|
|
@@ -1110,44 +1124,51 @@ var ListTableMetadataOutput = [
|
|
|
1110
1124
|
[_TML, _NT],
|
|
1111
1125
|
[() => TableMetadataList, 0],
|
|
1112
1126
|
];
|
|
1113
|
-
var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RARN, _NT, _MR], [0, 0, 1]];
|
|
1114
|
-
var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
1115
|
-
var ListWorkGroupsInput = [3, n0, _LWGI, 0, [_NT, _MR], [0, 1]];
|
|
1116
|
-
var ListWorkGroupsOutput = [3, n0, _LWGO, 0, [_WGo, _NT], [() => WorkGroupsList, 0]];
|
|
1117
|
-
var ManagedLoggingConfiguration = [3, n0, _MLC, 0, [_E, _KK], [2, 0]];
|
|
1118
|
-
var ManagedQueryResultsConfiguration = [
|
|
1127
|
+
var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RARN, _NT, _MR], [0, 0, 1]];
|
|
1128
|
+
var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_Ta, _NT], [() => TagList, 0]];
|
|
1129
|
+
var ListWorkGroupsInput$ = [3, n0, _LWGI, 0, [_NT, _MR], [0, 1]];
|
|
1130
|
+
var ListWorkGroupsOutput$ = [3, n0, _LWGO, 0, [_WGo, _NT], [() => WorkGroupsList, 0]];
|
|
1131
|
+
var ManagedLoggingConfiguration$ = [3, n0, _MLC, 0, [_E, _KK], [2, 0]];
|
|
1132
|
+
var ManagedQueryResultsConfiguration$ = [
|
|
1119
1133
|
3,
|
|
1120
1134
|
n0,
|
|
1121
1135
|
_MQRC,
|
|
1122
1136
|
0,
|
|
1123
1137
|
[_E, _ECn],
|
|
1124
|
-
[2, () => ManagedQueryResultsEncryptionConfiguration],
|
|
1138
|
+
[2, () => ManagedQueryResultsEncryptionConfiguration$],
|
|
1125
1139
|
];
|
|
1126
|
-
var ManagedQueryResultsConfigurationUpdates = [
|
|
1140
|
+
var ManagedQueryResultsConfigurationUpdates$ = [
|
|
1127
1141
|
3,
|
|
1128
1142
|
n0,
|
|
1129
1143
|
_MQRCU,
|
|
1130
1144
|
0,
|
|
1131
1145
|
[_E, _ECn, _REC],
|
|
1132
|
-
[2, () => ManagedQueryResultsEncryptionConfiguration
|
|
1146
|
+
[2, () => ManagedQueryResultsEncryptionConfiguration$, 2],
|
|
1133
1147
|
];
|
|
1134
|
-
var ManagedQueryResultsEncryptionConfiguration = [3, n0, _MQREC, 0, [_KK], [0]];
|
|
1135
|
-
var MetadataException = [-3, n0, _ME, { [_e]: _c }, [_M], [0]];
|
|
1136
|
-
schema.TypeRegistry.for(n0).registerError(MetadataException
|
|
1137
|
-
var MonitoringConfiguration = [
|
|
1148
|
+
var ManagedQueryResultsEncryptionConfiguration$ = [3, n0, _MQREC, 0, [_KK], [0]];
|
|
1149
|
+
var MetadataException$ = [-3, n0, _ME, { [_e]: _c }, [_M], [0]];
|
|
1150
|
+
schema.TypeRegistry.for(n0).registerError(MetadataException$, MetadataException);
|
|
1151
|
+
var MonitoringConfiguration$ = [
|
|
1138
1152
|
3,
|
|
1139
1153
|
n0,
|
|
1140
1154
|
_MC,
|
|
1141
1155
|
0,
|
|
1142
1156
|
[_CWLC, _MLC, _SLC],
|
|
1143
|
-
[() => CloudWatchLoggingConfiguration
|
|
1157
|
+
[() => CloudWatchLoggingConfiguration$, () => ManagedLoggingConfiguration$, () => S3LoggingConfiguration$],
|
|
1158
|
+
];
|
|
1159
|
+
var NamedQuery$ = [3, n0, _NQa, 0, [_N, _D, _Da, _QS, _NQIa, _WG], [0, 0, 0, 0, 0, 0]];
|
|
1160
|
+
var NotebookMetadata$ = [
|
|
1161
|
+
3,
|
|
1162
|
+
n0,
|
|
1163
|
+
_NM,
|
|
1164
|
+
0,
|
|
1165
|
+
[_NI, _N, _WG, _CT, _T, _LMT],
|
|
1166
|
+
[0, 0, 0, 4, 0, 4],
|
|
1144
1167
|
];
|
|
1145
|
-
var
|
|
1146
|
-
var
|
|
1147
|
-
var
|
|
1148
|
-
var
|
|
1149
|
-
var PreparedStatementSummary = [3, n0, _PSS, 0, [_SNt, _LMT], [0, 4]];
|
|
1150
|
-
var PutCapacityAssignmentConfigurationInput = [
|
|
1168
|
+
var NotebookSessionSummary$ = [3, n0, _NSS, 0, [_SI, _CT], [0, 4]];
|
|
1169
|
+
var PreparedStatement$ = [3, n0, _PSr, 0, [_SNt, _QSu, _WGNo, _D, _LMT], [0, 0, 0, 0, 4]];
|
|
1170
|
+
var PreparedStatementSummary$ = [3, n0, _PSS, 0, [_SNt, _LMT], [0, 4]];
|
|
1171
|
+
var PutCapacityAssignmentConfigurationInput$ = [
|
|
1151
1172
|
3,
|
|
1152
1173
|
n0,
|
|
1153
1174
|
_PCACI,
|
|
@@ -1155,8 +1176,8 @@ var PutCapacityAssignmentConfigurationInput = [
|
|
|
1155
1176
|
[_CRN, _CAap],
|
|
1156
1177
|
[0, () => CapacityAssignmentsList],
|
|
1157
1178
|
];
|
|
1158
|
-
var PutCapacityAssignmentConfigurationOutput = [3, n0, _PCACO, 0, [], []];
|
|
1159
|
-
var QueryExecution = [
|
|
1179
|
+
var PutCapacityAssignmentConfigurationOutput$ = [3, n0, _PCACO, 0, [], []];
|
|
1180
|
+
var QueryExecution$ = [
|
|
1160
1181
|
3,
|
|
1161
1182
|
n0,
|
|
1162
1183
|
_QEu,
|
|
@@ -1166,37 +1187,37 @@ var QueryExecution = [
|
|
|
1166
1187
|
0,
|
|
1167
1188
|
0,
|
|
1168
1189
|
0,
|
|
1169
|
-
() => ManagedQueryResultsConfiguration
|
|
1170
|
-
() => ResultConfiguration
|
|
1171
|
-
() => ResultReuseConfiguration
|
|
1172
|
-
() => QueryExecutionContext
|
|
1173
|
-
() => QueryExecutionStatus
|
|
1174
|
-
() => QueryExecutionStatistics
|
|
1190
|
+
() => ManagedQueryResultsConfiguration$,
|
|
1191
|
+
() => ResultConfiguration$,
|
|
1192
|
+
() => ResultReuseConfiguration$,
|
|
1193
|
+
() => QueryExecutionContext$,
|
|
1194
|
+
() => QueryExecutionStatus$,
|
|
1195
|
+
() => QueryExecutionStatistics$,
|
|
1175
1196
|
0,
|
|
1176
|
-
() => EngineVersion
|
|
1197
|
+
() => EngineVersion$,
|
|
1177
1198
|
64 | 0,
|
|
1178
1199
|
0,
|
|
1179
|
-
() => QueryResultsS3AccessGrantsConfiguration
|
|
1200
|
+
() => QueryResultsS3AccessGrantsConfiguration$,
|
|
1180
1201
|
],
|
|
1181
1202
|
];
|
|
1182
|
-
var QueryExecutionContext = [3, n0, _QEC, 0, [_Da, _Cat], [0, 0]];
|
|
1183
|
-
var QueryExecutionStatistics = [
|
|
1203
|
+
var QueryExecutionContext$ = [3, n0, _QEC, 0, [_Da, _Cat], [0, 0]];
|
|
1204
|
+
var QueryExecutionStatistics$ = [
|
|
1184
1205
|
3,
|
|
1185
1206
|
n0,
|
|
1186
1207
|
_QES,
|
|
1187
1208
|
0,
|
|
1188
1209
|
[_EETIM, _DSIB, _DML, _TETIM, _QQTIM, _SPPTIM, _QPTIM, _SPTIM, _RRI, _DCp],
|
|
1189
|
-
[1, 1, 0, 1, 1, 1, 1, 1, () => ResultReuseInformation
|
|
1210
|
+
[1, 1, 0, 1, 1, 1, 1, 1, () => ResultReuseInformation$, 1],
|
|
1190
1211
|
];
|
|
1191
|
-
var QueryExecutionStatus = [
|
|
1212
|
+
var QueryExecutionStatus$ = [
|
|
1192
1213
|
3,
|
|
1193
1214
|
n0,
|
|
1194
1215
|
_QESu,
|
|
1195
1216
|
0,
|
|
1196
1217
|
[_S, _SCR, _SDT, _CDT, _AE],
|
|
1197
|
-
[0, 0, 4, 4, () => AthenaError],
|
|
1218
|
+
[0, 0, 4, 4, () => AthenaError$],
|
|
1198
1219
|
];
|
|
1199
|
-
var QueryResultsS3AccessGrantsConfiguration = [
|
|
1220
|
+
var QueryResultsS3AccessGrantsConfiguration$ = [
|
|
1200
1221
|
3,
|
|
1201
1222
|
n0,
|
|
1202
1223
|
_QRSAGC,
|
|
@@ -1204,16 +1225,16 @@ var QueryResultsS3AccessGrantsConfiguration = [
|
|
|
1204
1225
|
[_ESAG, _CULP, _ATu],
|
|
1205
1226
|
[2, 2, 0],
|
|
1206
1227
|
];
|
|
1207
|
-
var QueryRuntimeStatistics = [
|
|
1228
|
+
var QueryRuntimeStatistics$ = [
|
|
1208
1229
|
3,
|
|
1209
1230
|
n0,
|
|
1210
1231
|
_QRS,
|
|
1211
1232
|
0,
|
|
1212
1233
|
[_Ti, _Ro, _OS],
|
|
1213
|
-
[() => QueryRuntimeStatisticsTimeline
|
|
1234
|
+
[() => QueryRuntimeStatisticsTimeline$, () => QueryRuntimeStatisticsRows$, () => QueryStage$],
|
|
1214
1235
|
];
|
|
1215
|
-
var QueryRuntimeStatisticsRows = [3, n0, _QRSR, 0, [_IR, _IB, _OB, _OR], [1, 1, 1, 1]];
|
|
1216
|
-
var QueryRuntimeStatisticsTimeline = [
|
|
1236
|
+
var QueryRuntimeStatisticsRows$ = [3, n0, _QRSR, 0, [_IR, _IB, _OB, _OR], [1, 1, 1, 1]];
|
|
1237
|
+
var QueryRuntimeStatisticsTimeline$ = [
|
|
1217
1238
|
3,
|
|
1218
1239
|
n0,
|
|
1219
1240
|
_QRST,
|
|
@@ -1221,15 +1242,15 @@ var QueryRuntimeStatisticsTimeline = [
|
|
|
1221
1242
|
[_QQTIM, _SPPTIM, _QPTIM, _EETIM, _SPTIM, _TETIM],
|
|
1222
1243
|
[1, 1, 1, 1, 1, 1],
|
|
1223
1244
|
];
|
|
1224
|
-
var QueryStage = [
|
|
1245
|
+
var QueryStage$ = [
|
|
1225
1246
|
3,
|
|
1226
1247
|
n0,
|
|
1227
1248
|
_QSue,
|
|
1228
1249
|
0,
|
|
1229
1250
|
[_SIt, _S, _OB, _OR, _IB, _IR, _ETxe, _QSP, _SS],
|
|
1230
|
-
[1, 0, 1, 1, 1, 1, 1, () => QueryStagePlanNode
|
|
1251
|
+
[1, 0, 1, 1, 1, 1, 1, () => QueryStagePlanNode$, () => QueryStages],
|
|
1231
1252
|
];
|
|
1232
|
-
var QueryStagePlanNode = [
|
|
1253
|
+
var QueryStagePlanNode$ = [
|
|
1233
1254
|
3,
|
|
1234
1255
|
n0,
|
|
1235
1256
|
_QSPN,
|
|
@@ -1237,50 +1258,50 @@ var QueryStagePlanNode = [
|
|
|
1237
1258
|
[_N, _I, _Ch, _RSe],
|
|
1238
1259
|
[0, 0, () => QueryStagePlanNodes, 64 | 0],
|
|
1239
1260
|
];
|
|
1240
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_M, _RN], [0, 0]];
|
|
1241
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1242
|
-
var ResultConfiguration = [
|
|
1261
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_M, _RN], [0, 0]];
|
|
1262
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1263
|
+
var ResultConfiguration$ = [
|
|
1243
1264
|
3,
|
|
1244
1265
|
n0,
|
|
1245
1266
|
_RC,
|
|
1246
1267
|
0,
|
|
1247
1268
|
[_OL, _ECn, _EBO, _AC],
|
|
1248
|
-
[0, () => EncryptionConfiguration
|
|
1269
|
+
[0, () => EncryptionConfiguration$, 0, () => AclConfiguration$],
|
|
1249
1270
|
];
|
|
1250
|
-
var ResultConfigurationUpdates = [
|
|
1271
|
+
var ResultConfigurationUpdates$ = [
|
|
1251
1272
|
3,
|
|
1252
1273
|
n0,
|
|
1253
1274
|
_RCU,
|
|
1254
1275
|
0,
|
|
1255
1276
|
[_OL, _ROL, _ECn, _REC, _EBO, _REBO, _AC, _RAC],
|
|
1256
|
-
[0, 2, () => EncryptionConfiguration
|
|
1277
|
+
[0, 2, () => EncryptionConfiguration$, 2, 0, 2, () => AclConfiguration$, 2],
|
|
1257
1278
|
];
|
|
1258
|
-
var ResultReuseByAgeConfiguration = [3, n0, _RRBAC, 0, [_E, _MAIM], [2, 1]];
|
|
1259
|
-
var ResultReuseConfiguration = [
|
|
1279
|
+
var ResultReuseByAgeConfiguration$ = [3, n0, _RRBAC, 0, [_E, _MAIM], [2, 1]];
|
|
1280
|
+
var ResultReuseConfiguration$ = [
|
|
1260
1281
|
3,
|
|
1261
1282
|
n0,
|
|
1262
1283
|
_RRC,
|
|
1263
1284
|
0,
|
|
1264
1285
|
[_RRBAC],
|
|
1265
|
-
[() => ResultReuseByAgeConfiguration],
|
|
1266
|
-
];
|
|
1267
|
-
var ResultReuseInformation = [3, n0, _RRI, 0, [_RPR], [2]];
|
|
1268
|
-
var ResultSet = [3, n0, _RS, 0, [_Ro, _RSM], [() => RowList, () => ResultSetMetadata]];
|
|
1269
|
-
var ResultSetMetadata = [3, n0, _RSM, 0, [_CI], [() => ColumnInfoList]];
|
|
1270
|
-
var Row = [3, n0, _Row, 0, [_Data], [() => datumList]];
|
|
1271
|
-
var S3LoggingConfiguration = [3, n0, _SLC, 0, [_E, _KK, _LL], [2, 0, 0]];
|
|
1272
|
-
var SessionAlreadyExistsException = [-3, n0, _SAEE, { [_e]: _c }, [_M], [0]];
|
|
1273
|
-
schema.TypeRegistry.for(n0).registerError(SessionAlreadyExistsException
|
|
1274
|
-
var SessionConfiguration = [
|
|
1286
|
+
[() => ResultReuseByAgeConfiguration$],
|
|
1287
|
+
];
|
|
1288
|
+
var ResultReuseInformation$ = [3, n0, _RRI, 0, [_RPR], [2]];
|
|
1289
|
+
var ResultSet$ = [3, n0, _RS, 0, [_Ro, _RSM], [() => RowList, () => ResultSetMetadata$]];
|
|
1290
|
+
var ResultSetMetadata$ = [3, n0, _RSM, 0, [_CI], [() => ColumnInfoList]];
|
|
1291
|
+
var Row$ = [3, n0, _Row, 0, [_Data], [() => datumList]];
|
|
1292
|
+
var S3LoggingConfiguration$ = [3, n0, _SLC, 0, [_E, _KK, _LL], [2, 0, 0]];
|
|
1293
|
+
var SessionAlreadyExistsException$ = [-3, n0, _SAEE, { [_e]: _c }, [_M], [0]];
|
|
1294
|
+
schema.TypeRegistry.for(n0).registerError(SessionAlreadyExistsException$, SessionAlreadyExistsException);
|
|
1295
|
+
var SessionConfiguration$ = [
|
|
1275
1296
|
3,
|
|
1276
1297
|
n0,
|
|
1277
1298
|
_SC,
|
|
1278
1299
|
0,
|
|
1279
1300
|
[_ER, _WD, _ITS, _SITIM, _ECn],
|
|
1280
|
-
[0, 0, 1, 1, () => EncryptionConfiguration],
|
|
1301
|
+
[0, 0, 1, 1, () => EncryptionConfiguration$],
|
|
1281
1302
|
];
|
|
1282
|
-
var SessionStatistics = [3, n0, _SSe, 0, [_DEIM], [1]];
|
|
1283
|
-
var SessionStatus = [
|
|
1303
|
+
var SessionStatistics$ = [3, n0, _SSe, 0, [_DEIM], [1]];
|
|
1304
|
+
var SessionStatus$ = [
|
|
1284
1305
|
3,
|
|
1285
1306
|
n0,
|
|
1286
1307
|
_SSes,
|
|
@@ -1288,24 +1309,24 @@ var SessionStatus = [
|
|
|
1288
1309
|
[_SDTt, _LMDT, _EDT, _ISDT, _S, _SCR],
|
|
1289
1310
|
[4, 4, 4, 4, 0, 0],
|
|
1290
1311
|
];
|
|
1291
|
-
var SessionSummary = [
|
|
1312
|
+
var SessionSummary$ = [
|
|
1292
1313
|
3,
|
|
1293
1314
|
n0,
|
|
1294
1315
|
_SSess,
|
|
1295
1316
|
0,
|
|
1296
1317
|
[_SI, _D, _EV, _NV, _St],
|
|
1297
|
-
[0, 0, () => EngineVersion
|
|
1318
|
+
[0, 0, () => EngineVersion$, 0, () => SessionStatus$],
|
|
1298
1319
|
];
|
|
1299
|
-
var StartCalculationExecutionRequest = [
|
|
1320
|
+
var StartCalculationExecutionRequest$ = [
|
|
1300
1321
|
3,
|
|
1301
1322
|
n0,
|
|
1302
1323
|
_SCER,
|
|
1303
1324
|
0,
|
|
1304
1325
|
[_SI, _D, _CC, _CB, _CRT],
|
|
1305
|
-
[0, 0, () => CalculationConfiguration
|
|
1326
|
+
[0, 0, () => CalculationConfiguration$, 0, 0],
|
|
1306
1327
|
];
|
|
1307
|
-
var StartCalculationExecutionResponse = [3, n0, _SCERt, 0, [_CEI, _S], [0, 0]];
|
|
1308
|
-
var StartQueryExecutionInput = [
|
|
1328
|
+
var StartCalculationExecutionResponse$ = [3, n0, _SCERt, 0, [_CEI, _S], [0, 0]];
|
|
1329
|
+
var StartQueryExecutionInput$ = [
|
|
1309
1330
|
3,
|
|
1310
1331
|
n0,
|
|
1311
1332
|
_SQEI,
|
|
@@ -1314,29 +1335,29 @@ var StartQueryExecutionInput = [
|
|
|
1314
1335
|
[
|
|
1315
1336
|
0,
|
|
1316
1337
|
[0, 4],
|
|
1317
|
-
() => QueryExecutionContext
|
|
1318
|
-
() => ResultConfiguration
|
|
1338
|
+
() => QueryExecutionContext$,
|
|
1339
|
+
() => ResultConfiguration$,
|
|
1319
1340
|
0,
|
|
1320
1341
|
64 | 0,
|
|
1321
|
-
() => ResultReuseConfiguration
|
|
1322
|
-
() => EngineConfiguration
|
|
1342
|
+
() => ResultReuseConfiguration$,
|
|
1343
|
+
() => EngineConfiguration$,
|
|
1323
1344
|
],
|
|
1324
1345
|
];
|
|
1325
|
-
var StartQueryExecutionOutput = [3, n0, _SQEO, 0, [_QEIu], [0]];
|
|
1326
|
-
var StartSessionRequest = [
|
|
1346
|
+
var StartQueryExecutionOutput$ = [3, n0, _SQEO, 0, [_QEIu], [0]];
|
|
1347
|
+
var StartSessionRequest$ = [
|
|
1327
1348
|
3,
|
|
1328
1349
|
n0,
|
|
1329
1350
|
_SSR,
|
|
1330
1351
|
0,
|
|
1331
1352
|
[_D, _WG, _ECng, _ER, _MC, _NV, _SITIM, _CRT, _Ta, _CWGT],
|
|
1332
|
-
[0, 0, () => EngineConfiguration
|
|
1333
|
-
];
|
|
1334
|
-
var StartSessionResponse = [3, n0, _SSRt, 0, [_SI, _S], [0, 0]];
|
|
1335
|
-
var StopCalculationExecutionRequest = [3, n0, _SCERto, 0, [_CEI], [0]];
|
|
1336
|
-
var StopCalculationExecutionResponse = [3, n0, _SCERtop, 0, [_S], [0]];
|
|
1337
|
-
var StopQueryExecutionInput = [3, n0, _SQEIt, 0, [_QEIu], [[0, 4]]];
|
|
1338
|
-
var StopQueryExecutionOutput = [3, n0, _SQEOt, 0, [], []];
|
|
1339
|
-
var TableMetadata = [
|
|
1353
|
+
[0, 0, () => EngineConfiguration$, 0, () => MonitoringConfiguration$, 0, 1, 0, () => TagList, 2],
|
|
1354
|
+
];
|
|
1355
|
+
var StartSessionResponse$ = [3, n0, _SSRt, 0, [_SI, _S], [0, 0]];
|
|
1356
|
+
var StopCalculationExecutionRequest$ = [3, n0, _SCERto, 0, [_CEI], [0]];
|
|
1357
|
+
var StopCalculationExecutionResponse$ = [3, n0, _SCERtop, 0, [_S], [0]];
|
|
1358
|
+
var StopQueryExecutionInput$ = [3, n0, _SQEIt, 0, [_QEIu], [[0, 4]]];
|
|
1359
|
+
var StopQueryExecutionOutput$ = [3, n0, _SQEOt, 0, [], []];
|
|
1360
|
+
var TableMetadata$ = [
|
|
1340
1361
|
3,
|
|
1341
1362
|
n0,
|
|
1342
1363
|
_TM,
|
|
@@ -1344,72 +1365,79 @@ var TableMetadata = [
|
|
|
1344
1365
|
[_N, _CTr, _LAT, _TT, _Col, _PK, _Pa],
|
|
1345
1366
|
[0, 4, 4, 0, () => ColumnList, () => ColumnList, 128 | 0],
|
|
1346
1367
|
];
|
|
1347
|
-
var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1348
|
-
var TagResourceInput = [3, n0, _TRI, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
1349
|
-
var TagResourceOutput = [3, n0, _TRO, 0, [], []];
|
|
1350
|
-
var TerminateSessionRequest = [3, n0, _TSR, 0, [_SI], [0]];
|
|
1351
|
-
var TerminateSessionResponse = [3, n0, _TSRe, 0, [_S], [0]];
|
|
1352
|
-
var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c }, [_M, _Rea], [0, 0]];
|
|
1353
|
-
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
1354
|
-
var UnprocessedNamedQueryId = [3, n0, _UNQIn, 0, [_NQIa, _ECr, _EM], [0, 0, 0]];
|
|
1355
|
-
var UnprocessedPreparedStatementName = [3, n0, _UPSNn, 0, [_SNt, _ECr, _EM], [0, 0, 0]];
|
|
1356
|
-
var UnprocessedQueryExecutionId = [3, n0, _UQEIn, 0, [_QEIu, _ECr, _EM], [0, 0, 0]];
|
|
1357
|
-
var UntagResourceInput = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1358
|
-
var UntagResourceOutput = [3, n0, _URO, 0, [], []];
|
|
1359
|
-
var UpdateCapacityReservationInput = [3, n0, _UCRI, 0, [_TD, _N], [1, 0]];
|
|
1360
|
-
var UpdateCapacityReservationOutput = [3, n0, _UCRO, 0, [], []];
|
|
1361
|
-
var UpdateDataCatalogInput = [3, n0, _UDCI, 0, [_N, _T, _D, _Pa], [0, 0, 0, 128 | 0]];
|
|
1362
|
-
var UpdateDataCatalogOutput = [3, n0, _UDCO, 0, [], []];
|
|
1363
|
-
var UpdateNamedQueryInput = [3, n0, _UNQIp, 0, [_NQIa, _N, _D, _QS], [0, 0, 0, 0]];
|
|
1364
|
-
var UpdateNamedQueryOutput = [3, n0, _UNQO, 0, [], []];
|
|
1365
|
-
var UpdateNotebookInput = [3, n0, _UNI, 0, [_NI, _Pay, _T, _SI, _CRT], [0, 0, 0, 0, 0]];
|
|
1366
|
-
var UpdateNotebookMetadataInput = [3, n0, _UNMI, 0, [_NI, _CRT, _N], [0, 0, 0]];
|
|
1367
|
-
var UpdateNotebookMetadataOutput = [3, n0, _UNMO, 0, [], []];
|
|
1368
|
-
var UpdateNotebookOutput = [3, n0, _UNO, 0, [], []];
|
|
1369
|
-
var UpdatePreparedStatementInput = [
|
|
1370
|
-
|
|
1371
|
-
|
|
1368
|
+
var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
1369
|
+
var TagResourceInput$ = [3, n0, _TRI, 0, [_RARN, _Ta], [0, () => TagList]];
|
|
1370
|
+
var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
|
|
1371
|
+
var TerminateSessionRequest$ = [3, n0, _TSR, 0, [_SI], [0]];
|
|
1372
|
+
var TerminateSessionResponse$ = [3, n0, _TSRe, 0, [_S], [0]];
|
|
1373
|
+
var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c }, [_M, _Rea], [0, 0]];
|
|
1374
|
+
schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
1375
|
+
var UnprocessedNamedQueryId$ = [3, n0, _UNQIn, 0, [_NQIa, _ECr, _EM], [0, 0, 0]];
|
|
1376
|
+
var UnprocessedPreparedStatementName$ = [3, n0, _UPSNn, 0, [_SNt, _ECr, _EM], [0, 0, 0]];
|
|
1377
|
+
var UnprocessedQueryExecutionId$ = [3, n0, _UQEIn, 0, [_QEIu, _ECr, _EM], [0, 0, 0]];
|
|
1378
|
+
var UntagResourceInput$ = [3, n0, _URI, 0, [_RARN, _TK], [0, 64 | 0]];
|
|
1379
|
+
var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
|
|
1380
|
+
var UpdateCapacityReservationInput$ = [3, n0, _UCRI, 0, [_TD, _N], [1, 0]];
|
|
1381
|
+
var UpdateCapacityReservationOutput$ = [3, n0, _UCRO, 0, [], []];
|
|
1382
|
+
var UpdateDataCatalogInput$ = [3, n0, _UDCI, 0, [_N, _T, _D, _Pa], [0, 0, 0, 128 | 0]];
|
|
1383
|
+
var UpdateDataCatalogOutput$ = [3, n0, _UDCO, 0, [], []];
|
|
1384
|
+
var UpdateNamedQueryInput$ = [3, n0, _UNQIp, 0, [_NQIa, _N, _D, _QS], [0, 0, 0, 0]];
|
|
1385
|
+
var UpdateNamedQueryOutput$ = [3, n0, _UNQO, 0, [], []];
|
|
1386
|
+
var UpdateNotebookInput$ = [3, n0, _UNI, 0, [_NI, _Pay, _T, _SI, _CRT], [0, 0, 0, 0, 0]];
|
|
1387
|
+
var UpdateNotebookMetadataInput$ = [3, n0, _UNMI, 0, [_NI, _CRT, _N], [0, 0, 0]];
|
|
1388
|
+
var UpdateNotebookMetadataOutput$ = [3, n0, _UNMO, 0, [], []];
|
|
1389
|
+
var UpdateNotebookOutput$ = [3, n0, _UNO, 0, [], []];
|
|
1390
|
+
var UpdatePreparedStatementInput$ = [
|
|
1391
|
+
3,
|
|
1392
|
+
n0,
|
|
1393
|
+
_UPSI,
|
|
1394
|
+
0,
|
|
1395
|
+
[_SNt, _WG, _QSu, _D],
|
|
1396
|
+
[0, 0, 0, 0],
|
|
1397
|
+
];
|
|
1398
|
+
var UpdatePreparedStatementOutput$ = [3, n0, _UPSO, 0, [], []];
|
|
1399
|
+
var UpdateWorkGroupInput$ = [
|
|
1372
1400
|
3,
|
|
1373
1401
|
n0,
|
|
1374
1402
|
_UWGI,
|
|
1375
1403
|
0,
|
|
1376
1404
|
[_WG, _D, _CU, _S],
|
|
1377
|
-
[0, 0, () => WorkGroupConfigurationUpdates
|
|
1405
|
+
[0, 0, () => WorkGroupConfigurationUpdates$, 0],
|
|
1378
1406
|
];
|
|
1379
|
-
var UpdateWorkGroupOutput = [3, n0, _UWGO, 0, [], []];
|
|
1380
|
-
var WorkGroup = [
|
|
1407
|
+
var UpdateWorkGroupOutput$ = [3, n0, _UWGO, 0, [], []];
|
|
1408
|
+
var WorkGroup$ = [
|
|
1381
1409
|
3,
|
|
1382
1410
|
n0,
|
|
1383
1411
|
_WG,
|
|
1384
1412
|
0,
|
|
1385
1413
|
[_N, _S, _Con, _D, _CT, _ICAA],
|
|
1386
|
-
[0, 0, () => WorkGroupConfiguration
|
|
1414
|
+
[0, 0, () => WorkGroupConfiguration$, 0, 4, 0],
|
|
1387
1415
|
];
|
|
1388
|
-
var WorkGroupConfiguration = [
|
|
1416
|
+
var WorkGroupConfiguration$ = [
|
|
1389
1417
|
3,
|
|
1390
1418
|
n0,
|
|
1391
1419
|
_WGC,
|
|
1392
1420
|
0,
|
|
1393
1421
|
[_RC, _MQRC, _EWGC, _PCWME, _BSCPQ, _RPE, _EV, _ACdd, _ER, _MC, _ECng, _CCEC, _EMEC, _ICC, _QRSAGC],
|
|
1394
1422
|
[
|
|
1395
|
-
() => ResultConfiguration
|
|
1396
|
-
() => ManagedQueryResultsConfiguration
|
|
1423
|
+
() => ResultConfiguration$,
|
|
1424
|
+
() => ManagedQueryResultsConfiguration$,
|
|
1397
1425
|
2,
|
|
1398
1426
|
2,
|
|
1399
1427
|
1,
|
|
1400
1428
|
2,
|
|
1401
|
-
() => EngineVersion
|
|
1429
|
+
() => EngineVersion$,
|
|
1402
1430
|
0,
|
|
1403
1431
|
0,
|
|
1404
|
-
() => MonitoringConfiguration
|
|
1405
|
-
() => EngineConfiguration
|
|
1406
|
-
() => CustomerContentEncryptionConfiguration
|
|
1432
|
+
() => MonitoringConfiguration$,
|
|
1433
|
+
() => EngineConfiguration$,
|
|
1434
|
+
() => CustomerContentEncryptionConfiguration$,
|
|
1407
1435
|
2,
|
|
1408
|
-
() => IdentityCenterConfiguration
|
|
1409
|
-
() => QueryResultsS3AccessGrantsConfiguration
|
|
1436
|
+
() => IdentityCenterConfiguration$,
|
|
1437
|
+
() => QueryResultsS3AccessGrantsConfiguration$,
|
|
1410
1438
|
],
|
|
1411
1439
|
];
|
|
1412
|
-
var WorkGroupConfigurationUpdates = [
|
|
1440
|
+
var WorkGroupConfigurationUpdates$ = [
|
|
1413
1441
|
3,
|
|
1414
1442
|
n0,
|
|
1415
1443
|
_WGCU,
|
|
@@ -1417,570 +1445,598 @@ var WorkGroupConfigurationUpdates = [
|
|
|
1417
1445
|
[_EWGC, _RCU, _MQRCU, _PCWME, _BSCPQ, _RBSCPQ, _RPE, _EV, _RCCEC, _ACdd, _ER, _CCEC, _EMEC, _QRSAGC, _MC, _ECng],
|
|
1418
1446
|
[
|
|
1419
1447
|
2,
|
|
1420
|
-
() => ResultConfigurationUpdates
|
|
1421
|
-
() => ManagedQueryResultsConfigurationUpdates
|
|
1448
|
+
() => ResultConfigurationUpdates$,
|
|
1449
|
+
() => ManagedQueryResultsConfigurationUpdates$,
|
|
1422
1450
|
2,
|
|
1423
1451
|
1,
|
|
1424
1452
|
2,
|
|
1425
1453
|
2,
|
|
1426
|
-
() => EngineVersion
|
|
1454
|
+
() => EngineVersion$,
|
|
1427
1455
|
2,
|
|
1428
1456
|
0,
|
|
1429
1457
|
0,
|
|
1430
|
-
() => CustomerContentEncryptionConfiguration
|
|
1458
|
+
() => CustomerContentEncryptionConfiguration$,
|
|
1431
1459
|
2,
|
|
1432
|
-
() => QueryResultsS3AccessGrantsConfiguration
|
|
1433
|
-
() => MonitoringConfiguration
|
|
1434
|
-
() => EngineConfiguration
|
|
1460
|
+
() => QueryResultsS3AccessGrantsConfiguration$,
|
|
1461
|
+
() => MonitoringConfiguration$,
|
|
1462
|
+
() => EngineConfiguration$,
|
|
1435
1463
|
],
|
|
1436
1464
|
];
|
|
1437
|
-
var WorkGroupSummary = [
|
|
1465
|
+
var WorkGroupSummary$ = [
|
|
1438
1466
|
3,
|
|
1439
1467
|
n0,
|
|
1440
1468
|
_WGS,
|
|
1441
1469
|
0,
|
|
1442
1470
|
[_N, _S, _D, _CT, _EV, _ICAA],
|
|
1443
|
-
[0, 0, 0, 4, () => EngineVersion
|
|
1444
|
-
];
|
|
1445
|
-
var AthenaServiceException = [-3, _sm, "AthenaServiceException", 0, [], []];
|
|
1446
|
-
schema.TypeRegistry.for(_sm).registerError(AthenaServiceException
|
|
1447
|
-
var ApplicationDPUSizesList = [1, n0, _ADPUSL, 0, () => ApplicationDPUSizes];
|
|
1448
|
-
var CalculationsList = [1, n0, _CL, 0, () => CalculationSummary];
|
|
1449
|
-
var CapacityAssignmentsList = [1, n0, _CAL, 0, () => CapacityAssignment];
|
|
1450
|
-
var CapacityReservationsList = [1, n0, _CRL, 0, () => CapacityReservation];
|
|
1451
|
-
var ClassificationList = [1, n0, _CLl, 0, () => Classification];
|
|
1452
|
-
var ColumnInfoList = [1, n0, _CIL, 0, () => ColumnInfo];
|
|
1453
|
-
var ColumnList = [1, n0, _CLo, 0, () => Column];
|
|
1454
|
-
var DatabaseList = [1, n0, _DL, 0, () => Database];
|
|
1455
|
-
var DataCatalogSummaryList = [1, n0, _DCSL, 0, () => DataCatalogSummary];
|
|
1456
|
-
var datumList = [1, n0, _dL, 0, () => Datum];
|
|
1457
|
-
var EngineVersionsList = [1, n0, _EVL, 0, () => EngineVersion];
|
|
1458
|
-
var ExecutorsSummaryList = [1, n0, _ESL, 0, () => ExecutorsSummary];
|
|
1459
|
-
var NamedQueryList = [1, n0, _NQL, 0, () => NamedQuery];
|
|
1460
|
-
var NotebookMetadataArray = [1, n0, _NMA, 0, () => NotebookMetadata];
|
|
1461
|
-
var NotebookSessionsList = [1, n0, _NSL, 0, () => NotebookSessionSummary];
|
|
1462
|
-
var PreparedStatementDetailsList = [1, n0, _PSDL, 0, () => PreparedStatement];
|
|
1463
|
-
var PreparedStatementsList = [1, n0, _PSL, 0, () => PreparedStatementSummary];
|
|
1464
|
-
var QueryExecutionList = [1, n0, _QEL, 0, () => QueryExecution];
|
|
1465
|
-
var QueryStagePlanNodes = [1, n0, _QSPNu, 0, () => QueryStagePlanNode];
|
|
1466
|
-
var QueryStages = [1, n0, _QSuer, 0, () => QueryStage];
|
|
1467
|
-
var RowList = [1, n0, _RL, 0, () => Row];
|
|
1468
|
-
var SessionsList = [1, n0, _SL, 0, () => SessionSummary];
|
|
1469
|
-
var TableMetadataList = [1, n0, _TML, 0, () => TableMetadata];
|
|
1470
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
1471
|
-
var UnprocessedNamedQueryIdList = [1, n0, _UNQIL, 0, () => UnprocessedNamedQueryId];
|
|
1471
|
+
[0, 0, 0, 4, () => EngineVersion$, 0],
|
|
1472
|
+
];
|
|
1473
|
+
var AthenaServiceException$ = [-3, _sm, "AthenaServiceException", 0, [], []];
|
|
1474
|
+
schema.TypeRegistry.for(_sm).registerError(AthenaServiceException$, AthenaServiceException);
|
|
1475
|
+
var ApplicationDPUSizesList = [1, n0, _ADPUSL, 0, () => ApplicationDPUSizes$];
|
|
1476
|
+
var CalculationsList = [1, n0, _CL, 0, () => CalculationSummary$];
|
|
1477
|
+
var CapacityAssignmentsList = [1, n0, _CAL, 0, () => CapacityAssignment$];
|
|
1478
|
+
var CapacityReservationsList = [1, n0, _CRL, 0, () => CapacityReservation$];
|
|
1479
|
+
var ClassificationList = [1, n0, _CLl, 0, () => Classification$];
|
|
1480
|
+
var ColumnInfoList = [1, n0, _CIL, 0, () => ColumnInfo$];
|
|
1481
|
+
var ColumnList = [1, n0, _CLo, 0, () => Column$];
|
|
1482
|
+
var DatabaseList = [1, n0, _DL, 0, () => Database$];
|
|
1483
|
+
var DataCatalogSummaryList = [1, n0, _DCSL, 0, () => DataCatalogSummary$];
|
|
1484
|
+
var datumList = [1, n0, _dL, 0, () => Datum$];
|
|
1485
|
+
var EngineVersionsList = [1, n0, _EVL, 0, () => EngineVersion$];
|
|
1486
|
+
var ExecutorsSummaryList = [1, n0, _ESL, 0, () => ExecutorsSummary$];
|
|
1487
|
+
var NamedQueryList = [1, n0, _NQL, 0, () => NamedQuery$];
|
|
1488
|
+
var NotebookMetadataArray = [1, n0, _NMA, 0, () => NotebookMetadata$];
|
|
1489
|
+
var NotebookSessionsList = [1, n0, _NSL, 0, () => NotebookSessionSummary$];
|
|
1490
|
+
var PreparedStatementDetailsList = [1, n0, _PSDL, 0, () => PreparedStatement$];
|
|
1491
|
+
var PreparedStatementsList = [1, n0, _PSL, 0, () => PreparedStatementSummary$];
|
|
1492
|
+
var QueryExecutionList = [1, n0, _QEL, 0, () => QueryExecution$];
|
|
1493
|
+
var QueryStagePlanNodes = [1, n0, _QSPNu, 0, () => QueryStagePlanNode$];
|
|
1494
|
+
var QueryStages = [1, n0, _QSuer, 0, () => QueryStage$];
|
|
1495
|
+
var RowList = [1, n0, _RL, 0, () => Row$];
|
|
1496
|
+
var SessionsList = [1, n0, _SL, 0, () => SessionSummary$];
|
|
1497
|
+
var TableMetadataList = [1, n0, _TML, 0, () => TableMetadata$];
|
|
1498
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
1499
|
+
var UnprocessedNamedQueryIdList = [1, n0, _UNQIL, 0, () => UnprocessedNamedQueryId$];
|
|
1472
1500
|
var UnprocessedPreparedStatementNameList = [
|
|
1473
1501
|
1,
|
|
1474
1502
|
n0,
|
|
1475
1503
|
_UPSNL,
|
|
1476
1504
|
0,
|
|
1477
|
-
() => UnprocessedPreparedStatementName
|
|
1505
|
+
() => UnprocessedPreparedStatementName$,
|
|
1478
1506
|
];
|
|
1479
|
-
var UnprocessedQueryExecutionIdList = [1, n0, _UQEIL, 0, () => UnprocessedQueryExecutionId];
|
|
1480
|
-
var WorkGroupsList = [1, n0, _WGL, 0, () => WorkGroupSummary];
|
|
1481
|
-
var BatchGetNamedQuery = [
|
|
1507
|
+
var UnprocessedQueryExecutionIdList = [1, n0, _UQEIL, 0, () => UnprocessedQueryExecutionId$];
|
|
1508
|
+
var WorkGroupsList = [1, n0, _WGL, 0, () => WorkGroupSummary$];
|
|
1509
|
+
var BatchGetNamedQuery$ = [
|
|
1482
1510
|
9,
|
|
1483
1511
|
n0,
|
|
1484
1512
|
_BGNQ,
|
|
1485
1513
|
0,
|
|
1486
|
-
() => BatchGetNamedQueryInput
|
|
1487
|
-
() => BatchGetNamedQueryOutput
|
|
1514
|
+
() => BatchGetNamedQueryInput$,
|
|
1515
|
+
() => BatchGetNamedQueryOutput$,
|
|
1488
1516
|
];
|
|
1489
|
-
var BatchGetPreparedStatement = [
|
|
1517
|
+
var BatchGetPreparedStatement$ = [
|
|
1490
1518
|
9,
|
|
1491
1519
|
n0,
|
|
1492
1520
|
_BGPS,
|
|
1493
1521
|
0,
|
|
1494
|
-
() => BatchGetPreparedStatementInput
|
|
1495
|
-
() => BatchGetPreparedStatementOutput
|
|
1522
|
+
() => BatchGetPreparedStatementInput$,
|
|
1523
|
+
() => BatchGetPreparedStatementOutput$,
|
|
1496
1524
|
];
|
|
1497
|
-
var BatchGetQueryExecution = [
|
|
1525
|
+
var BatchGetQueryExecution$ = [
|
|
1498
1526
|
9,
|
|
1499
1527
|
n0,
|
|
1500
1528
|
_BGQE,
|
|
1501
1529
|
0,
|
|
1502
|
-
() => BatchGetQueryExecutionInput
|
|
1503
|
-
() => BatchGetQueryExecutionOutput
|
|
1530
|
+
() => BatchGetQueryExecutionInput$,
|
|
1531
|
+
() => BatchGetQueryExecutionOutput$,
|
|
1504
1532
|
];
|
|
1505
|
-
var CancelCapacityReservation = [
|
|
1533
|
+
var CancelCapacityReservation$ = [
|
|
1506
1534
|
9,
|
|
1507
1535
|
n0,
|
|
1508
1536
|
_CCR,
|
|
1509
1537
|
2,
|
|
1510
|
-
() => CancelCapacityReservationInput
|
|
1511
|
-
() => CancelCapacityReservationOutput
|
|
1538
|
+
() => CancelCapacityReservationInput$,
|
|
1539
|
+
() => CancelCapacityReservationOutput$,
|
|
1512
1540
|
];
|
|
1513
|
-
var CreateCapacityReservation = [
|
|
1541
|
+
var CreateCapacityReservation$ = [
|
|
1514
1542
|
9,
|
|
1515
1543
|
n0,
|
|
1516
1544
|
_CCRr,
|
|
1517
1545
|
2,
|
|
1518
|
-
() => CreateCapacityReservationInput
|
|
1519
|
-
() => CreateCapacityReservationOutput
|
|
1546
|
+
() => CreateCapacityReservationInput$,
|
|
1547
|
+
() => CreateCapacityReservationOutput$,
|
|
1520
1548
|
];
|
|
1521
|
-
var CreateDataCatalog = [
|
|
1549
|
+
var CreateDataCatalog$ = [
|
|
1522
1550
|
9,
|
|
1523
1551
|
n0,
|
|
1524
1552
|
_CDC,
|
|
1525
1553
|
0,
|
|
1526
|
-
() => CreateDataCatalogInput
|
|
1527
|
-
() => CreateDataCatalogOutput
|
|
1554
|
+
() => CreateDataCatalogInput$,
|
|
1555
|
+
() => CreateDataCatalogOutput$,
|
|
1528
1556
|
];
|
|
1529
|
-
var CreateNamedQuery = [
|
|
1557
|
+
var CreateNamedQuery$ = [
|
|
1530
1558
|
9,
|
|
1531
1559
|
n0,
|
|
1532
1560
|
_CNQ,
|
|
1533
1561
|
2,
|
|
1534
|
-
() => CreateNamedQueryInput
|
|
1535
|
-
() => CreateNamedQueryOutput
|
|
1562
|
+
() => CreateNamedQueryInput$,
|
|
1563
|
+
() => CreateNamedQueryOutput$,
|
|
1536
1564
|
];
|
|
1537
|
-
var CreateNotebook = [
|
|
1565
|
+
var CreateNotebook$ = [
|
|
1538
1566
|
9,
|
|
1539
1567
|
n0,
|
|
1540
1568
|
_CNr,
|
|
1541
1569
|
0,
|
|
1542
|
-
() => CreateNotebookInput
|
|
1543
|
-
() => CreateNotebookOutput
|
|
1570
|
+
() => CreateNotebookInput$,
|
|
1571
|
+
() => CreateNotebookOutput$,
|
|
1544
1572
|
];
|
|
1545
|
-
var CreatePreparedStatement = [
|
|
1573
|
+
var CreatePreparedStatement$ = [
|
|
1546
1574
|
9,
|
|
1547
1575
|
n0,
|
|
1548
1576
|
_CPS,
|
|
1549
1577
|
0,
|
|
1550
|
-
() => CreatePreparedStatementInput
|
|
1551
|
-
() => CreatePreparedStatementOutput
|
|
1578
|
+
() => CreatePreparedStatementInput$,
|
|
1579
|
+
() => CreatePreparedStatementOutput$,
|
|
1552
1580
|
];
|
|
1553
|
-
var CreatePresignedNotebookUrl = [
|
|
1581
|
+
var CreatePresignedNotebookUrl$ = [
|
|
1554
1582
|
9,
|
|
1555
1583
|
n0,
|
|
1556
1584
|
_CPNU,
|
|
1557
1585
|
0,
|
|
1558
|
-
() => CreatePresignedNotebookUrlRequest
|
|
1559
|
-
() => CreatePresignedNotebookUrlResponse
|
|
1586
|
+
() => CreatePresignedNotebookUrlRequest$,
|
|
1587
|
+
() => CreatePresignedNotebookUrlResponse$,
|
|
1560
1588
|
];
|
|
1561
|
-
var CreateWorkGroup = [
|
|
1589
|
+
var CreateWorkGroup$ = [
|
|
1562
1590
|
9,
|
|
1563
1591
|
n0,
|
|
1564
1592
|
_CWG,
|
|
1565
1593
|
0,
|
|
1566
|
-
() => CreateWorkGroupInput
|
|
1567
|
-
() => CreateWorkGroupOutput
|
|
1594
|
+
() => CreateWorkGroupInput$,
|
|
1595
|
+
() => CreateWorkGroupOutput$,
|
|
1568
1596
|
];
|
|
1569
|
-
var DeleteCapacityReservation = [
|
|
1597
|
+
var DeleteCapacityReservation$ = [
|
|
1570
1598
|
9,
|
|
1571
1599
|
n0,
|
|
1572
1600
|
_DCR,
|
|
1573
1601
|
2,
|
|
1574
|
-
() => DeleteCapacityReservationInput
|
|
1575
|
-
() => DeleteCapacityReservationOutput
|
|
1602
|
+
() => DeleteCapacityReservationInput$,
|
|
1603
|
+
() => DeleteCapacityReservationOutput$,
|
|
1576
1604
|
];
|
|
1577
|
-
var DeleteDataCatalog = [
|
|
1605
|
+
var DeleteDataCatalog$ = [
|
|
1578
1606
|
9,
|
|
1579
1607
|
n0,
|
|
1580
1608
|
_DDC,
|
|
1581
1609
|
0,
|
|
1582
|
-
() => DeleteDataCatalogInput
|
|
1583
|
-
() => DeleteDataCatalogOutput
|
|
1610
|
+
() => DeleteDataCatalogInput$,
|
|
1611
|
+
() => DeleteDataCatalogOutput$,
|
|
1584
1612
|
];
|
|
1585
|
-
var DeleteNamedQuery = [
|
|
1613
|
+
var DeleteNamedQuery$ = [
|
|
1586
1614
|
9,
|
|
1587
1615
|
n0,
|
|
1588
1616
|
_DNQ,
|
|
1589
1617
|
2,
|
|
1590
|
-
() => DeleteNamedQueryInput
|
|
1591
|
-
() => DeleteNamedQueryOutput
|
|
1618
|
+
() => DeleteNamedQueryInput$,
|
|
1619
|
+
() => DeleteNamedQueryOutput$,
|
|
1592
1620
|
];
|
|
1593
|
-
var DeleteNotebook = [
|
|
1621
|
+
var DeleteNotebook$ = [
|
|
1594
1622
|
9,
|
|
1595
1623
|
n0,
|
|
1596
1624
|
_DNe,
|
|
1597
1625
|
0,
|
|
1598
|
-
() => DeleteNotebookInput
|
|
1599
|
-
() => DeleteNotebookOutput
|
|
1626
|
+
() => DeleteNotebookInput$,
|
|
1627
|
+
() => DeleteNotebookOutput$,
|
|
1600
1628
|
];
|
|
1601
|
-
var DeletePreparedStatement = [
|
|
1629
|
+
var DeletePreparedStatement$ = [
|
|
1602
1630
|
9,
|
|
1603
1631
|
n0,
|
|
1604
1632
|
_DPS,
|
|
1605
1633
|
0,
|
|
1606
|
-
() => DeletePreparedStatementInput
|
|
1607
|
-
() => DeletePreparedStatementOutput
|
|
1634
|
+
() => DeletePreparedStatementInput$,
|
|
1635
|
+
() => DeletePreparedStatementOutput$,
|
|
1608
1636
|
];
|
|
1609
|
-
var DeleteWorkGroup = [
|
|
1637
|
+
var DeleteWorkGroup$ = [
|
|
1610
1638
|
9,
|
|
1611
1639
|
n0,
|
|
1612
1640
|
_DWG,
|
|
1613
1641
|
2,
|
|
1614
|
-
() => DeleteWorkGroupInput
|
|
1615
|
-
() => DeleteWorkGroupOutput
|
|
1642
|
+
() => DeleteWorkGroupInput$,
|
|
1643
|
+
() => DeleteWorkGroupOutput$,
|
|
1616
1644
|
];
|
|
1617
|
-
var ExportNotebook = [
|
|
1645
|
+
var ExportNotebook$ = [
|
|
1618
1646
|
9,
|
|
1619
1647
|
n0,
|
|
1620
1648
|
_EN,
|
|
1621
1649
|
0,
|
|
1622
|
-
() => ExportNotebookInput
|
|
1623
|
-
() => ExportNotebookOutput
|
|
1650
|
+
() => ExportNotebookInput$,
|
|
1651
|
+
() => ExportNotebookOutput$,
|
|
1624
1652
|
];
|
|
1625
|
-
var GetCalculationExecution = [
|
|
1653
|
+
var GetCalculationExecution$ = [
|
|
1626
1654
|
9,
|
|
1627
1655
|
n0,
|
|
1628
1656
|
_GCE,
|
|
1629
1657
|
0,
|
|
1630
|
-
() => GetCalculationExecutionRequest
|
|
1631
|
-
() => GetCalculationExecutionResponse
|
|
1658
|
+
() => GetCalculationExecutionRequest$,
|
|
1659
|
+
() => GetCalculationExecutionResponse$,
|
|
1632
1660
|
];
|
|
1633
|
-
var GetCalculationExecutionCode = [
|
|
1661
|
+
var GetCalculationExecutionCode$ = [
|
|
1634
1662
|
9,
|
|
1635
1663
|
n0,
|
|
1636
1664
|
_GCEC,
|
|
1637
1665
|
0,
|
|
1638
|
-
() => GetCalculationExecutionCodeRequest
|
|
1639
|
-
() => GetCalculationExecutionCodeResponse
|
|
1666
|
+
() => GetCalculationExecutionCodeRequest$,
|
|
1667
|
+
() => GetCalculationExecutionCodeResponse$,
|
|
1640
1668
|
];
|
|
1641
|
-
var GetCalculationExecutionStatus = [
|
|
1669
|
+
var GetCalculationExecutionStatus$ = [
|
|
1642
1670
|
9,
|
|
1643
1671
|
n0,
|
|
1644
1672
|
_GCES,
|
|
1645
1673
|
0,
|
|
1646
|
-
() => GetCalculationExecutionStatusRequest
|
|
1647
|
-
() => GetCalculationExecutionStatusResponse
|
|
1674
|
+
() => GetCalculationExecutionStatusRequest$,
|
|
1675
|
+
() => GetCalculationExecutionStatusResponse$,
|
|
1648
1676
|
];
|
|
1649
|
-
var GetCapacityAssignmentConfiguration = [
|
|
1677
|
+
var GetCapacityAssignmentConfiguration$ = [
|
|
1650
1678
|
9,
|
|
1651
1679
|
n0,
|
|
1652
1680
|
_GCAC,
|
|
1653
1681
|
0,
|
|
1654
|
-
() => GetCapacityAssignmentConfigurationInput
|
|
1655
|
-
() => GetCapacityAssignmentConfigurationOutput
|
|
1682
|
+
() => GetCapacityAssignmentConfigurationInput$,
|
|
1683
|
+
() => GetCapacityAssignmentConfigurationOutput$,
|
|
1656
1684
|
];
|
|
1657
|
-
var GetCapacityReservation = [
|
|
1685
|
+
var GetCapacityReservation$ = [
|
|
1658
1686
|
9,
|
|
1659
1687
|
n0,
|
|
1660
1688
|
_GCR,
|
|
1661
1689
|
0,
|
|
1662
|
-
() => GetCapacityReservationInput
|
|
1663
|
-
() => GetCapacityReservationOutput
|
|
1690
|
+
() => GetCapacityReservationInput$,
|
|
1691
|
+
() => GetCapacityReservationOutput$,
|
|
1664
1692
|
];
|
|
1665
|
-
var GetDatabase = [9, n0, _GD, 0, () => GetDatabaseInput
|
|
1666
|
-
var GetDataCatalog = [
|
|
1693
|
+
var GetDatabase$ = [9, n0, _GD, 0, () => GetDatabaseInput$, () => GetDatabaseOutput$];
|
|
1694
|
+
var GetDataCatalog$ = [
|
|
1667
1695
|
9,
|
|
1668
1696
|
n0,
|
|
1669
1697
|
_GDC,
|
|
1670
1698
|
0,
|
|
1671
|
-
() => GetDataCatalogInput
|
|
1672
|
-
() => GetDataCatalogOutput
|
|
1699
|
+
() => GetDataCatalogInput$,
|
|
1700
|
+
() => GetDataCatalogOutput$,
|
|
1701
|
+
];
|
|
1702
|
+
var GetNamedQuery$ = [
|
|
1703
|
+
9,
|
|
1704
|
+
n0,
|
|
1705
|
+
_GNQ,
|
|
1706
|
+
0,
|
|
1707
|
+
() => GetNamedQueryInput$,
|
|
1708
|
+
() => GetNamedQueryOutput$,
|
|
1673
1709
|
];
|
|
1674
|
-
var
|
|
1675
|
-
var GetNotebookMetadata = [
|
|
1710
|
+
var GetNotebookMetadata$ = [
|
|
1676
1711
|
9,
|
|
1677
1712
|
n0,
|
|
1678
1713
|
_GNM,
|
|
1679
1714
|
0,
|
|
1680
|
-
() => GetNotebookMetadataInput
|
|
1681
|
-
() => GetNotebookMetadataOutput
|
|
1715
|
+
() => GetNotebookMetadataInput$,
|
|
1716
|
+
() => GetNotebookMetadataOutput$,
|
|
1682
1717
|
];
|
|
1683
|
-
var GetPreparedStatement = [
|
|
1718
|
+
var GetPreparedStatement$ = [
|
|
1684
1719
|
9,
|
|
1685
1720
|
n0,
|
|
1686
1721
|
_GPS,
|
|
1687
1722
|
0,
|
|
1688
|
-
() => GetPreparedStatementInput
|
|
1689
|
-
() => GetPreparedStatementOutput
|
|
1723
|
+
() => GetPreparedStatementInput$,
|
|
1724
|
+
() => GetPreparedStatementOutput$,
|
|
1690
1725
|
];
|
|
1691
|
-
var GetQueryExecution = [
|
|
1726
|
+
var GetQueryExecution$ = [
|
|
1692
1727
|
9,
|
|
1693
1728
|
n0,
|
|
1694
1729
|
_GQE,
|
|
1695
1730
|
0,
|
|
1696
|
-
() => GetQueryExecutionInput
|
|
1697
|
-
() => GetQueryExecutionOutput
|
|
1731
|
+
() => GetQueryExecutionInput$,
|
|
1732
|
+
() => GetQueryExecutionOutput$,
|
|
1698
1733
|
];
|
|
1699
|
-
var GetQueryResults = [
|
|
1734
|
+
var GetQueryResults$ = [
|
|
1700
1735
|
9,
|
|
1701
1736
|
n0,
|
|
1702
1737
|
_GQR,
|
|
1703
1738
|
0,
|
|
1704
|
-
() => GetQueryResultsInput
|
|
1705
|
-
() => GetQueryResultsOutput
|
|
1739
|
+
() => GetQueryResultsInput$,
|
|
1740
|
+
() => GetQueryResultsOutput$,
|
|
1706
1741
|
];
|
|
1707
|
-
var GetQueryRuntimeStatistics = [
|
|
1742
|
+
var GetQueryRuntimeStatistics$ = [
|
|
1708
1743
|
9,
|
|
1709
1744
|
n0,
|
|
1710
1745
|
_GQRS,
|
|
1711
1746
|
0,
|
|
1712
|
-
() => GetQueryRuntimeStatisticsInput
|
|
1713
|
-
() => GetQueryRuntimeStatisticsOutput
|
|
1747
|
+
() => GetQueryRuntimeStatisticsInput$,
|
|
1748
|
+
() => GetQueryRuntimeStatisticsOutput$,
|
|
1714
1749
|
];
|
|
1715
|
-
var GetResourceDashboard = [
|
|
1750
|
+
var GetResourceDashboard$ = [
|
|
1716
1751
|
9,
|
|
1717
1752
|
n0,
|
|
1718
1753
|
_GRD,
|
|
1719
1754
|
0,
|
|
1720
|
-
() => GetResourceDashboardRequest
|
|
1721
|
-
() => GetResourceDashboardResponse
|
|
1755
|
+
() => GetResourceDashboardRequest$,
|
|
1756
|
+
() => GetResourceDashboardResponse$,
|
|
1722
1757
|
];
|
|
1723
|
-
var GetSession = [9, n0, _GS, 0, () => GetSessionRequest
|
|
1724
|
-
var GetSessionEndpoint = [
|
|
1758
|
+
var GetSession$ = [9, n0, _GS, 0, () => GetSessionRequest$, () => GetSessionResponse$];
|
|
1759
|
+
var GetSessionEndpoint$ = [
|
|
1725
1760
|
9,
|
|
1726
1761
|
n0,
|
|
1727
1762
|
_GSE,
|
|
1728
1763
|
0,
|
|
1729
|
-
() => GetSessionEndpointRequest
|
|
1730
|
-
() => GetSessionEndpointResponse
|
|
1764
|
+
() => GetSessionEndpointRequest$,
|
|
1765
|
+
() => GetSessionEndpointResponse$,
|
|
1731
1766
|
];
|
|
1732
|
-
var GetSessionStatus = [
|
|
1767
|
+
var GetSessionStatus$ = [
|
|
1733
1768
|
9,
|
|
1734
1769
|
n0,
|
|
1735
1770
|
_GSS,
|
|
1736
1771
|
0,
|
|
1737
|
-
() => GetSessionStatusRequest
|
|
1738
|
-
() => GetSessionStatusResponse
|
|
1772
|
+
() => GetSessionStatusRequest$,
|
|
1773
|
+
() => GetSessionStatusResponse$,
|
|
1739
1774
|
];
|
|
1740
|
-
var GetTableMetadata = [
|
|
1775
|
+
var GetTableMetadata$ = [
|
|
1741
1776
|
9,
|
|
1742
1777
|
n0,
|
|
1743
1778
|
_GTM,
|
|
1744
1779
|
0,
|
|
1745
|
-
() => GetTableMetadataInput
|
|
1746
|
-
() => GetTableMetadataOutput
|
|
1780
|
+
() => GetTableMetadataInput$,
|
|
1781
|
+
() => GetTableMetadataOutput$,
|
|
1747
1782
|
];
|
|
1748
|
-
var GetWorkGroup = [9, n0, _GWG, 0, () => GetWorkGroupInput
|
|
1749
|
-
var ImportNotebook = [
|
|
1783
|
+
var GetWorkGroup$ = [9, n0, _GWG, 0, () => GetWorkGroupInput$, () => GetWorkGroupOutput$];
|
|
1784
|
+
var ImportNotebook$ = [
|
|
1750
1785
|
9,
|
|
1751
1786
|
n0,
|
|
1752
1787
|
_IN,
|
|
1753
1788
|
0,
|
|
1754
|
-
() => ImportNotebookInput
|
|
1755
|
-
() => ImportNotebookOutput
|
|
1789
|
+
() => ImportNotebookInput$,
|
|
1790
|
+
() => ImportNotebookOutput$,
|
|
1756
1791
|
];
|
|
1757
|
-
var ListApplicationDPUSizes = [
|
|
1792
|
+
var ListApplicationDPUSizes$ = [
|
|
1758
1793
|
9,
|
|
1759
1794
|
n0,
|
|
1760
1795
|
_LADPUS,
|
|
1761
1796
|
0,
|
|
1762
|
-
() => ListApplicationDPUSizesInput
|
|
1763
|
-
() => ListApplicationDPUSizesOutput
|
|
1797
|
+
() => ListApplicationDPUSizesInput$,
|
|
1798
|
+
() => ListApplicationDPUSizesOutput$,
|
|
1764
1799
|
];
|
|
1765
|
-
var ListCalculationExecutions = [
|
|
1800
|
+
var ListCalculationExecutions$ = [
|
|
1766
1801
|
9,
|
|
1767
1802
|
n0,
|
|
1768
1803
|
_LCE,
|
|
1769
1804
|
0,
|
|
1770
|
-
() => ListCalculationExecutionsRequest
|
|
1771
|
-
() => ListCalculationExecutionsResponse
|
|
1805
|
+
() => ListCalculationExecutionsRequest$,
|
|
1806
|
+
() => ListCalculationExecutionsResponse$,
|
|
1772
1807
|
];
|
|
1773
|
-
var ListCapacityReservations = [
|
|
1808
|
+
var ListCapacityReservations$ = [
|
|
1774
1809
|
9,
|
|
1775
1810
|
n0,
|
|
1776
1811
|
_LCR,
|
|
1777
1812
|
0,
|
|
1778
|
-
() => ListCapacityReservationsInput
|
|
1779
|
-
() => ListCapacityReservationsOutput
|
|
1813
|
+
() => ListCapacityReservationsInput$,
|
|
1814
|
+
() => ListCapacityReservationsOutput$,
|
|
1780
1815
|
];
|
|
1781
|
-
var ListDatabases = [
|
|
1782
|
-
|
|
1816
|
+
var ListDatabases$ = [
|
|
1817
|
+
9,
|
|
1818
|
+
n0,
|
|
1819
|
+
_LD,
|
|
1820
|
+
0,
|
|
1821
|
+
() => ListDatabasesInput$,
|
|
1822
|
+
() => ListDatabasesOutput$,
|
|
1823
|
+
];
|
|
1824
|
+
var ListDataCatalogs$ = [
|
|
1783
1825
|
9,
|
|
1784
1826
|
n0,
|
|
1785
1827
|
_LDC,
|
|
1786
1828
|
0,
|
|
1787
|
-
() => ListDataCatalogsInput
|
|
1788
|
-
() => ListDataCatalogsOutput
|
|
1829
|
+
() => ListDataCatalogsInput$,
|
|
1830
|
+
() => ListDataCatalogsOutput$,
|
|
1789
1831
|
];
|
|
1790
|
-
var ListEngineVersions = [
|
|
1832
|
+
var ListEngineVersions$ = [
|
|
1791
1833
|
9,
|
|
1792
1834
|
n0,
|
|
1793
1835
|
_LEV,
|
|
1794
1836
|
0,
|
|
1795
|
-
() => ListEngineVersionsInput
|
|
1796
|
-
() => ListEngineVersionsOutput
|
|
1837
|
+
() => ListEngineVersionsInput$,
|
|
1838
|
+
() => ListEngineVersionsOutput$,
|
|
1797
1839
|
];
|
|
1798
|
-
var ListExecutors = [
|
|
1840
|
+
var ListExecutors$ = [
|
|
1799
1841
|
9,
|
|
1800
1842
|
n0,
|
|
1801
1843
|
_LE,
|
|
1802
1844
|
0,
|
|
1803
|
-
() => ListExecutorsRequest
|
|
1804
|
-
() => ListExecutorsResponse
|
|
1845
|
+
() => ListExecutorsRequest$,
|
|
1846
|
+
() => ListExecutorsResponse$,
|
|
1805
1847
|
];
|
|
1806
|
-
var ListNamedQueries = [
|
|
1848
|
+
var ListNamedQueries$ = [
|
|
1807
1849
|
9,
|
|
1808
1850
|
n0,
|
|
1809
1851
|
_LNQ,
|
|
1810
1852
|
0,
|
|
1811
|
-
() => ListNamedQueriesInput
|
|
1812
|
-
() => ListNamedQueriesOutput
|
|
1853
|
+
() => ListNamedQueriesInput$,
|
|
1854
|
+
() => ListNamedQueriesOutput$,
|
|
1813
1855
|
];
|
|
1814
|
-
var ListNotebookMetadata = [
|
|
1856
|
+
var ListNotebookMetadata$ = [
|
|
1815
1857
|
9,
|
|
1816
1858
|
n0,
|
|
1817
1859
|
_LNM,
|
|
1818
1860
|
0,
|
|
1819
|
-
() => ListNotebookMetadataInput
|
|
1820
|
-
() => ListNotebookMetadataOutput
|
|
1861
|
+
() => ListNotebookMetadataInput$,
|
|
1862
|
+
() => ListNotebookMetadataOutput$,
|
|
1821
1863
|
];
|
|
1822
|
-
var ListNotebookSessions = [
|
|
1864
|
+
var ListNotebookSessions$ = [
|
|
1823
1865
|
9,
|
|
1824
1866
|
n0,
|
|
1825
1867
|
_LNS,
|
|
1826
1868
|
0,
|
|
1827
|
-
() => ListNotebookSessionsRequest
|
|
1828
|
-
() => ListNotebookSessionsResponse
|
|
1869
|
+
() => ListNotebookSessionsRequest$,
|
|
1870
|
+
() => ListNotebookSessionsResponse$,
|
|
1829
1871
|
];
|
|
1830
|
-
var ListPreparedStatements = [
|
|
1872
|
+
var ListPreparedStatements$ = [
|
|
1831
1873
|
9,
|
|
1832
1874
|
n0,
|
|
1833
1875
|
_LPS,
|
|
1834
1876
|
0,
|
|
1835
|
-
() => ListPreparedStatementsInput
|
|
1836
|
-
() => ListPreparedStatementsOutput
|
|
1877
|
+
() => ListPreparedStatementsInput$,
|
|
1878
|
+
() => ListPreparedStatementsOutput$,
|
|
1837
1879
|
];
|
|
1838
|
-
var ListQueryExecutions = [
|
|
1880
|
+
var ListQueryExecutions$ = [
|
|
1839
1881
|
9,
|
|
1840
1882
|
n0,
|
|
1841
1883
|
_LQE,
|
|
1842
1884
|
0,
|
|
1843
|
-
() => ListQueryExecutionsInput
|
|
1844
|
-
() => ListQueryExecutionsOutput
|
|
1885
|
+
() => ListQueryExecutionsInput$,
|
|
1886
|
+
() => ListQueryExecutionsOutput$,
|
|
1887
|
+
];
|
|
1888
|
+
var ListSessions$ = [
|
|
1889
|
+
9,
|
|
1890
|
+
n0,
|
|
1891
|
+
_LS,
|
|
1892
|
+
0,
|
|
1893
|
+
() => ListSessionsRequest$,
|
|
1894
|
+
() => ListSessionsResponse$,
|
|
1845
1895
|
];
|
|
1846
|
-
var
|
|
1847
|
-
var ListTableMetadata = [
|
|
1896
|
+
var ListTableMetadata$ = [
|
|
1848
1897
|
9,
|
|
1849
1898
|
n0,
|
|
1850
1899
|
_LTMi,
|
|
1851
1900
|
0,
|
|
1852
|
-
() => ListTableMetadataInput
|
|
1853
|
-
() => ListTableMetadataOutput
|
|
1901
|
+
() => ListTableMetadataInput$,
|
|
1902
|
+
() => ListTableMetadataOutput$,
|
|
1854
1903
|
];
|
|
1855
|
-
var ListTagsForResource = [
|
|
1904
|
+
var ListTagsForResource$ = [
|
|
1856
1905
|
9,
|
|
1857
1906
|
n0,
|
|
1858
1907
|
_LTFR,
|
|
1859
1908
|
0,
|
|
1860
|
-
() => ListTagsForResourceInput
|
|
1861
|
-
() => ListTagsForResourceOutput
|
|
1909
|
+
() => ListTagsForResourceInput$,
|
|
1910
|
+
() => ListTagsForResourceOutput$,
|
|
1862
1911
|
];
|
|
1863
|
-
var ListWorkGroups = [
|
|
1912
|
+
var ListWorkGroups$ = [
|
|
1864
1913
|
9,
|
|
1865
1914
|
n0,
|
|
1866
1915
|
_LWG,
|
|
1867
1916
|
0,
|
|
1868
|
-
() => ListWorkGroupsInput
|
|
1869
|
-
() => ListWorkGroupsOutput
|
|
1917
|
+
() => ListWorkGroupsInput$,
|
|
1918
|
+
() => ListWorkGroupsOutput$,
|
|
1870
1919
|
];
|
|
1871
|
-
var PutCapacityAssignmentConfiguration = [
|
|
1920
|
+
var PutCapacityAssignmentConfiguration$ = [
|
|
1872
1921
|
9,
|
|
1873
1922
|
n0,
|
|
1874
1923
|
_PCAC,
|
|
1875
1924
|
2,
|
|
1876
|
-
() => PutCapacityAssignmentConfigurationInput
|
|
1877
|
-
() => PutCapacityAssignmentConfigurationOutput
|
|
1925
|
+
() => PutCapacityAssignmentConfigurationInput$,
|
|
1926
|
+
() => PutCapacityAssignmentConfigurationOutput$,
|
|
1878
1927
|
];
|
|
1879
|
-
var StartCalculationExecution = [
|
|
1928
|
+
var StartCalculationExecution$ = [
|
|
1880
1929
|
9,
|
|
1881
1930
|
n0,
|
|
1882
1931
|
_SCE,
|
|
1883
1932
|
0,
|
|
1884
|
-
() => StartCalculationExecutionRequest
|
|
1885
|
-
() => StartCalculationExecutionResponse
|
|
1933
|
+
() => StartCalculationExecutionRequest$,
|
|
1934
|
+
() => StartCalculationExecutionResponse$,
|
|
1886
1935
|
];
|
|
1887
|
-
var StartQueryExecution = [
|
|
1936
|
+
var StartQueryExecution$ = [
|
|
1888
1937
|
9,
|
|
1889
1938
|
n0,
|
|
1890
1939
|
_SQE,
|
|
1891
1940
|
2,
|
|
1892
|
-
() => StartQueryExecutionInput
|
|
1893
|
-
() => StartQueryExecutionOutput
|
|
1941
|
+
() => StartQueryExecutionInput$,
|
|
1942
|
+
() => StartQueryExecutionOutput$,
|
|
1894
1943
|
];
|
|
1895
|
-
var StartSession = [
|
|
1944
|
+
var StartSession$ = [
|
|
1896
1945
|
9,
|
|
1897
1946
|
n0,
|
|
1898
1947
|
_SSt,
|
|
1899
1948
|
0,
|
|
1900
|
-
() => StartSessionRequest
|
|
1901
|
-
() => StartSessionResponse
|
|
1949
|
+
() => StartSessionRequest$,
|
|
1950
|
+
() => StartSessionResponse$,
|
|
1902
1951
|
];
|
|
1903
|
-
var StopCalculationExecution = [
|
|
1952
|
+
var StopCalculationExecution$ = [
|
|
1904
1953
|
9,
|
|
1905
1954
|
n0,
|
|
1906
1955
|
_SCEt,
|
|
1907
1956
|
0,
|
|
1908
|
-
() => StopCalculationExecutionRequest
|
|
1909
|
-
() => StopCalculationExecutionResponse
|
|
1957
|
+
() => StopCalculationExecutionRequest$,
|
|
1958
|
+
() => StopCalculationExecutionResponse$,
|
|
1910
1959
|
];
|
|
1911
|
-
var StopQueryExecution = [
|
|
1960
|
+
var StopQueryExecution$ = [
|
|
1912
1961
|
9,
|
|
1913
1962
|
n0,
|
|
1914
1963
|
_SQEt,
|
|
1915
1964
|
2,
|
|
1916
|
-
() => StopQueryExecutionInput
|
|
1917
|
-
() => StopQueryExecutionOutput
|
|
1965
|
+
() => StopQueryExecutionInput$,
|
|
1966
|
+
() => StopQueryExecutionOutput$,
|
|
1918
1967
|
];
|
|
1919
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceInput
|
|
1920
|
-
var TerminateSession = [
|
|
1968
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => TagResourceOutput$];
|
|
1969
|
+
var TerminateSession$ = [
|
|
1921
1970
|
9,
|
|
1922
1971
|
n0,
|
|
1923
1972
|
_TS,
|
|
1924
1973
|
0,
|
|
1925
|
-
() => TerminateSessionRequest
|
|
1926
|
-
() => TerminateSessionResponse
|
|
1974
|
+
() => TerminateSessionRequest$,
|
|
1975
|
+
() => TerminateSessionResponse$,
|
|
1976
|
+
];
|
|
1977
|
+
var UntagResource$ = [
|
|
1978
|
+
9,
|
|
1979
|
+
n0,
|
|
1980
|
+
_UR,
|
|
1981
|
+
0,
|
|
1982
|
+
() => UntagResourceInput$,
|
|
1983
|
+
() => UntagResourceOutput$,
|
|
1927
1984
|
];
|
|
1928
|
-
var
|
|
1929
|
-
var UpdateCapacityReservation = [
|
|
1985
|
+
var UpdateCapacityReservation$ = [
|
|
1930
1986
|
9,
|
|
1931
1987
|
n0,
|
|
1932
1988
|
_UCR,
|
|
1933
1989
|
0,
|
|
1934
|
-
() => UpdateCapacityReservationInput
|
|
1935
|
-
() => UpdateCapacityReservationOutput
|
|
1990
|
+
() => UpdateCapacityReservationInput$,
|
|
1991
|
+
() => UpdateCapacityReservationOutput$,
|
|
1936
1992
|
];
|
|
1937
|
-
var UpdateDataCatalog = [
|
|
1993
|
+
var UpdateDataCatalog$ = [
|
|
1938
1994
|
9,
|
|
1939
1995
|
n0,
|
|
1940
1996
|
_UDC,
|
|
1941
1997
|
0,
|
|
1942
|
-
() => UpdateDataCatalogInput
|
|
1943
|
-
() => UpdateDataCatalogOutput
|
|
1998
|
+
() => UpdateDataCatalogInput$,
|
|
1999
|
+
() => UpdateDataCatalogOutput$,
|
|
1944
2000
|
];
|
|
1945
|
-
var UpdateNamedQuery = [
|
|
2001
|
+
var UpdateNamedQuery$ = [
|
|
1946
2002
|
9,
|
|
1947
2003
|
n0,
|
|
1948
2004
|
_UNQ,
|
|
1949
2005
|
2,
|
|
1950
|
-
() => UpdateNamedQueryInput
|
|
1951
|
-
() => UpdateNamedQueryOutput
|
|
2006
|
+
() => UpdateNamedQueryInput$,
|
|
2007
|
+
() => UpdateNamedQueryOutput$,
|
|
1952
2008
|
];
|
|
1953
|
-
var UpdateNotebook = [
|
|
2009
|
+
var UpdateNotebook$ = [
|
|
1954
2010
|
9,
|
|
1955
2011
|
n0,
|
|
1956
2012
|
_UN,
|
|
1957
2013
|
0,
|
|
1958
|
-
() => UpdateNotebookInput
|
|
1959
|
-
() => UpdateNotebookOutput
|
|
2014
|
+
() => UpdateNotebookInput$,
|
|
2015
|
+
() => UpdateNotebookOutput$,
|
|
1960
2016
|
];
|
|
1961
|
-
var UpdateNotebookMetadata = [
|
|
2017
|
+
var UpdateNotebookMetadata$ = [
|
|
1962
2018
|
9,
|
|
1963
2019
|
n0,
|
|
1964
2020
|
_UNM,
|
|
1965
2021
|
0,
|
|
1966
|
-
() => UpdateNotebookMetadataInput
|
|
1967
|
-
() => UpdateNotebookMetadataOutput
|
|
2022
|
+
() => UpdateNotebookMetadataInput$,
|
|
2023
|
+
() => UpdateNotebookMetadataOutput$,
|
|
1968
2024
|
];
|
|
1969
|
-
var UpdatePreparedStatement = [
|
|
2025
|
+
var UpdatePreparedStatement$ = [
|
|
1970
2026
|
9,
|
|
1971
2027
|
n0,
|
|
1972
2028
|
_UPS,
|
|
1973
2029
|
0,
|
|
1974
|
-
() => UpdatePreparedStatementInput
|
|
1975
|
-
() => UpdatePreparedStatementOutput
|
|
2030
|
+
() => UpdatePreparedStatementInput$,
|
|
2031
|
+
() => UpdatePreparedStatementOutput$,
|
|
1976
2032
|
];
|
|
1977
|
-
var UpdateWorkGroup = [
|
|
2033
|
+
var UpdateWorkGroup$ = [
|
|
1978
2034
|
9,
|
|
1979
2035
|
n0,
|
|
1980
2036
|
_UWG,
|
|
1981
2037
|
0,
|
|
1982
|
-
() => UpdateWorkGroupInput
|
|
1983
|
-
() => UpdateWorkGroupOutput
|
|
2038
|
+
() => UpdateWorkGroupInput$,
|
|
2039
|
+
() => UpdateWorkGroupOutput$,
|
|
1984
2040
|
];
|
|
1985
2041
|
|
|
1986
2042
|
class BatchGetNamedQueryCommand extends smithyClient.Command
|
|
@@ -1991,7 +2047,7 @@ class BatchGetNamedQueryCommand extends smithyClient.Command
|
|
|
1991
2047
|
})
|
|
1992
2048
|
.s("AmazonAthena", "BatchGetNamedQuery", {})
|
|
1993
2049
|
.n("AthenaClient", "BatchGetNamedQueryCommand")
|
|
1994
|
-
.sc(BatchGetNamedQuery)
|
|
2050
|
+
.sc(BatchGetNamedQuery$)
|
|
1995
2051
|
.build() {
|
|
1996
2052
|
}
|
|
1997
2053
|
|
|
@@ -2003,7 +2059,7 @@ class BatchGetPreparedStatementCommand extends smithyClient.Command
|
|
|
2003
2059
|
})
|
|
2004
2060
|
.s("AmazonAthena", "BatchGetPreparedStatement", {})
|
|
2005
2061
|
.n("AthenaClient", "BatchGetPreparedStatementCommand")
|
|
2006
|
-
.sc(BatchGetPreparedStatement)
|
|
2062
|
+
.sc(BatchGetPreparedStatement$)
|
|
2007
2063
|
.build() {
|
|
2008
2064
|
}
|
|
2009
2065
|
|
|
@@ -2015,7 +2071,7 @@ class BatchGetQueryExecutionCommand extends smithyClient.Command
|
|
|
2015
2071
|
})
|
|
2016
2072
|
.s("AmazonAthena", "BatchGetQueryExecution", {})
|
|
2017
2073
|
.n("AthenaClient", "BatchGetQueryExecutionCommand")
|
|
2018
|
-
.sc(BatchGetQueryExecution)
|
|
2074
|
+
.sc(BatchGetQueryExecution$)
|
|
2019
2075
|
.build() {
|
|
2020
2076
|
}
|
|
2021
2077
|
|
|
@@ -2027,7 +2083,7 @@ class CancelCapacityReservationCommand extends smithyClient.Command
|
|
|
2027
2083
|
})
|
|
2028
2084
|
.s("AmazonAthena", "CancelCapacityReservation", {})
|
|
2029
2085
|
.n("AthenaClient", "CancelCapacityReservationCommand")
|
|
2030
|
-
.sc(CancelCapacityReservation)
|
|
2086
|
+
.sc(CancelCapacityReservation$)
|
|
2031
2087
|
.build() {
|
|
2032
2088
|
}
|
|
2033
2089
|
|
|
@@ -2039,7 +2095,7 @@ class CreateCapacityReservationCommand extends smithyClient.Command
|
|
|
2039
2095
|
})
|
|
2040
2096
|
.s("AmazonAthena", "CreateCapacityReservation", {})
|
|
2041
2097
|
.n("AthenaClient", "CreateCapacityReservationCommand")
|
|
2042
|
-
.sc(CreateCapacityReservation)
|
|
2098
|
+
.sc(CreateCapacityReservation$)
|
|
2043
2099
|
.build() {
|
|
2044
2100
|
}
|
|
2045
2101
|
|
|
@@ -2051,7 +2107,7 @@ class CreateDataCatalogCommand extends smithyClient.Command
|
|
|
2051
2107
|
})
|
|
2052
2108
|
.s("AmazonAthena", "CreateDataCatalog", {})
|
|
2053
2109
|
.n("AthenaClient", "CreateDataCatalogCommand")
|
|
2054
|
-
.sc(CreateDataCatalog)
|
|
2110
|
+
.sc(CreateDataCatalog$)
|
|
2055
2111
|
.build() {
|
|
2056
2112
|
}
|
|
2057
2113
|
|
|
@@ -2063,7 +2119,7 @@ class CreateNamedQueryCommand extends smithyClient.Command
|
|
|
2063
2119
|
})
|
|
2064
2120
|
.s("AmazonAthena", "CreateNamedQuery", {})
|
|
2065
2121
|
.n("AthenaClient", "CreateNamedQueryCommand")
|
|
2066
|
-
.sc(CreateNamedQuery)
|
|
2122
|
+
.sc(CreateNamedQuery$)
|
|
2067
2123
|
.build() {
|
|
2068
2124
|
}
|
|
2069
2125
|
|
|
@@ -2075,7 +2131,7 @@ class CreateNotebookCommand extends smithyClient.Command
|
|
|
2075
2131
|
})
|
|
2076
2132
|
.s("AmazonAthena", "CreateNotebook", {})
|
|
2077
2133
|
.n("AthenaClient", "CreateNotebookCommand")
|
|
2078
|
-
.sc(CreateNotebook)
|
|
2134
|
+
.sc(CreateNotebook$)
|
|
2079
2135
|
.build() {
|
|
2080
2136
|
}
|
|
2081
2137
|
|
|
@@ -2087,7 +2143,7 @@ class CreatePreparedStatementCommand extends smithyClient.Command
|
|
|
2087
2143
|
})
|
|
2088
2144
|
.s("AmazonAthena", "CreatePreparedStatement", {})
|
|
2089
2145
|
.n("AthenaClient", "CreatePreparedStatementCommand")
|
|
2090
|
-
.sc(CreatePreparedStatement)
|
|
2146
|
+
.sc(CreatePreparedStatement$)
|
|
2091
2147
|
.build() {
|
|
2092
2148
|
}
|
|
2093
2149
|
|
|
@@ -2099,7 +2155,7 @@ class CreatePresignedNotebookUrlCommand extends smithyClient.Command
|
|
|
2099
2155
|
})
|
|
2100
2156
|
.s("AmazonAthena", "CreatePresignedNotebookUrl", {})
|
|
2101
2157
|
.n("AthenaClient", "CreatePresignedNotebookUrlCommand")
|
|
2102
|
-
.sc(CreatePresignedNotebookUrl)
|
|
2158
|
+
.sc(CreatePresignedNotebookUrl$)
|
|
2103
2159
|
.build() {
|
|
2104
2160
|
}
|
|
2105
2161
|
|
|
@@ -2111,7 +2167,7 @@ class CreateWorkGroupCommand extends smithyClient.Command
|
|
|
2111
2167
|
})
|
|
2112
2168
|
.s("AmazonAthena", "CreateWorkGroup", {})
|
|
2113
2169
|
.n("AthenaClient", "CreateWorkGroupCommand")
|
|
2114
|
-
.sc(CreateWorkGroup)
|
|
2170
|
+
.sc(CreateWorkGroup$)
|
|
2115
2171
|
.build() {
|
|
2116
2172
|
}
|
|
2117
2173
|
|
|
@@ -2123,7 +2179,7 @@ class DeleteCapacityReservationCommand extends smithyClient.Command
|
|
|
2123
2179
|
})
|
|
2124
2180
|
.s("AmazonAthena", "DeleteCapacityReservation", {})
|
|
2125
2181
|
.n("AthenaClient", "DeleteCapacityReservationCommand")
|
|
2126
|
-
.sc(DeleteCapacityReservation)
|
|
2182
|
+
.sc(DeleteCapacityReservation$)
|
|
2127
2183
|
.build() {
|
|
2128
2184
|
}
|
|
2129
2185
|
|
|
@@ -2135,7 +2191,7 @@ class DeleteDataCatalogCommand extends smithyClient.Command
|
|
|
2135
2191
|
})
|
|
2136
2192
|
.s("AmazonAthena", "DeleteDataCatalog", {})
|
|
2137
2193
|
.n("AthenaClient", "DeleteDataCatalogCommand")
|
|
2138
|
-
.sc(DeleteDataCatalog)
|
|
2194
|
+
.sc(DeleteDataCatalog$)
|
|
2139
2195
|
.build() {
|
|
2140
2196
|
}
|
|
2141
2197
|
|
|
@@ -2147,7 +2203,7 @@ class DeleteNamedQueryCommand extends smithyClient.Command
|
|
|
2147
2203
|
})
|
|
2148
2204
|
.s("AmazonAthena", "DeleteNamedQuery", {})
|
|
2149
2205
|
.n("AthenaClient", "DeleteNamedQueryCommand")
|
|
2150
|
-
.sc(DeleteNamedQuery)
|
|
2206
|
+
.sc(DeleteNamedQuery$)
|
|
2151
2207
|
.build() {
|
|
2152
2208
|
}
|
|
2153
2209
|
|
|
@@ -2159,7 +2215,7 @@ class DeleteNotebookCommand extends smithyClient.Command
|
|
|
2159
2215
|
})
|
|
2160
2216
|
.s("AmazonAthena", "DeleteNotebook", {})
|
|
2161
2217
|
.n("AthenaClient", "DeleteNotebookCommand")
|
|
2162
|
-
.sc(DeleteNotebook)
|
|
2218
|
+
.sc(DeleteNotebook$)
|
|
2163
2219
|
.build() {
|
|
2164
2220
|
}
|
|
2165
2221
|
|
|
@@ -2171,7 +2227,7 @@ class DeletePreparedStatementCommand extends smithyClient.Command
|
|
|
2171
2227
|
})
|
|
2172
2228
|
.s("AmazonAthena", "DeletePreparedStatement", {})
|
|
2173
2229
|
.n("AthenaClient", "DeletePreparedStatementCommand")
|
|
2174
|
-
.sc(DeletePreparedStatement)
|
|
2230
|
+
.sc(DeletePreparedStatement$)
|
|
2175
2231
|
.build() {
|
|
2176
2232
|
}
|
|
2177
2233
|
|
|
@@ -2183,7 +2239,7 @@ class DeleteWorkGroupCommand extends smithyClient.Command
|
|
|
2183
2239
|
})
|
|
2184
2240
|
.s("AmazonAthena", "DeleteWorkGroup", {})
|
|
2185
2241
|
.n("AthenaClient", "DeleteWorkGroupCommand")
|
|
2186
|
-
.sc(DeleteWorkGroup)
|
|
2242
|
+
.sc(DeleteWorkGroup$)
|
|
2187
2243
|
.build() {
|
|
2188
2244
|
}
|
|
2189
2245
|
|
|
@@ -2195,7 +2251,7 @@ class ExportNotebookCommand extends smithyClient.Command
|
|
|
2195
2251
|
})
|
|
2196
2252
|
.s("AmazonAthena", "ExportNotebook", {})
|
|
2197
2253
|
.n("AthenaClient", "ExportNotebookCommand")
|
|
2198
|
-
.sc(ExportNotebook)
|
|
2254
|
+
.sc(ExportNotebook$)
|
|
2199
2255
|
.build() {
|
|
2200
2256
|
}
|
|
2201
2257
|
|
|
@@ -2207,7 +2263,7 @@ class GetCalculationExecutionCodeCommand extends smithyClient.Command
|
|
|
2207
2263
|
})
|
|
2208
2264
|
.s("AmazonAthena", "GetCalculationExecutionCode", {})
|
|
2209
2265
|
.n("AthenaClient", "GetCalculationExecutionCodeCommand")
|
|
2210
|
-
.sc(GetCalculationExecutionCode)
|
|
2266
|
+
.sc(GetCalculationExecutionCode$)
|
|
2211
2267
|
.build() {
|
|
2212
2268
|
}
|
|
2213
2269
|
|
|
@@ -2219,7 +2275,7 @@ class GetCalculationExecutionCommand extends smithyClient.Command
|
|
|
2219
2275
|
})
|
|
2220
2276
|
.s("AmazonAthena", "GetCalculationExecution", {})
|
|
2221
2277
|
.n("AthenaClient", "GetCalculationExecutionCommand")
|
|
2222
|
-
.sc(GetCalculationExecution)
|
|
2278
|
+
.sc(GetCalculationExecution$)
|
|
2223
2279
|
.build() {
|
|
2224
2280
|
}
|
|
2225
2281
|
|
|
@@ -2231,7 +2287,7 @@ class GetCalculationExecutionStatusCommand extends smithyClient.Command
|
|
|
2231
2287
|
})
|
|
2232
2288
|
.s("AmazonAthena", "GetCalculationExecutionStatus", {})
|
|
2233
2289
|
.n("AthenaClient", "GetCalculationExecutionStatusCommand")
|
|
2234
|
-
.sc(GetCalculationExecutionStatus)
|
|
2290
|
+
.sc(GetCalculationExecutionStatus$)
|
|
2235
2291
|
.build() {
|
|
2236
2292
|
}
|
|
2237
2293
|
|
|
@@ -2243,7 +2299,7 @@ class GetCapacityAssignmentConfigurationCommand extends smithyClient.Command
|
|
|
2243
2299
|
})
|
|
2244
2300
|
.s("AmazonAthena", "GetCapacityAssignmentConfiguration", {})
|
|
2245
2301
|
.n("AthenaClient", "GetCapacityAssignmentConfigurationCommand")
|
|
2246
|
-
.sc(GetCapacityAssignmentConfiguration)
|
|
2302
|
+
.sc(GetCapacityAssignmentConfiguration$)
|
|
2247
2303
|
.build() {
|
|
2248
2304
|
}
|
|
2249
2305
|
|
|
@@ -2255,7 +2311,7 @@ class GetCapacityReservationCommand extends smithyClient.Command
|
|
|
2255
2311
|
})
|
|
2256
2312
|
.s("AmazonAthena", "GetCapacityReservation", {})
|
|
2257
2313
|
.n("AthenaClient", "GetCapacityReservationCommand")
|
|
2258
|
-
.sc(GetCapacityReservation)
|
|
2314
|
+
.sc(GetCapacityReservation$)
|
|
2259
2315
|
.build() {
|
|
2260
2316
|
}
|
|
2261
2317
|
|
|
@@ -2267,7 +2323,7 @@ class GetDatabaseCommand extends smithyClient.Command
|
|
|
2267
2323
|
})
|
|
2268
2324
|
.s("AmazonAthena", "GetDatabase", {})
|
|
2269
2325
|
.n("AthenaClient", "GetDatabaseCommand")
|
|
2270
|
-
.sc(GetDatabase)
|
|
2326
|
+
.sc(GetDatabase$)
|
|
2271
2327
|
.build() {
|
|
2272
2328
|
}
|
|
2273
2329
|
|
|
@@ -2279,7 +2335,7 @@ class GetDataCatalogCommand extends smithyClient.Command
|
|
|
2279
2335
|
})
|
|
2280
2336
|
.s("AmazonAthena", "GetDataCatalog", {})
|
|
2281
2337
|
.n("AthenaClient", "GetDataCatalogCommand")
|
|
2282
|
-
.sc(GetDataCatalog)
|
|
2338
|
+
.sc(GetDataCatalog$)
|
|
2283
2339
|
.build() {
|
|
2284
2340
|
}
|
|
2285
2341
|
|
|
@@ -2291,7 +2347,7 @@ class GetNamedQueryCommand extends smithyClient.Command
|
|
|
2291
2347
|
})
|
|
2292
2348
|
.s("AmazonAthena", "GetNamedQuery", {})
|
|
2293
2349
|
.n("AthenaClient", "GetNamedQueryCommand")
|
|
2294
|
-
.sc(GetNamedQuery)
|
|
2350
|
+
.sc(GetNamedQuery$)
|
|
2295
2351
|
.build() {
|
|
2296
2352
|
}
|
|
2297
2353
|
|
|
@@ -2303,7 +2359,7 @@ class GetNotebookMetadataCommand extends smithyClient.Command
|
|
|
2303
2359
|
})
|
|
2304
2360
|
.s("AmazonAthena", "GetNotebookMetadata", {})
|
|
2305
2361
|
.n("AthenaClient", "GetNotebookMetadataCommand")
|
|
2306
|
-
.sc(GetNotebookMetadata)
|
|
2362
|
+
.sc(GetNotebookMetadata$)
|
|
2307
2363
|
.build() {
|
|
2308
2364
|
}
|
|
2309
2365
|
|
|
@@ -2315,7 +2371,7 @@ class GetPreparedStatementCommand extends smithyClient.Command
|
|
|
2315
2371
|
})
|
|
2316
2372
|
.s("AmazonAthena", "GetPreparedStatement", {})
|
|
2317
2373
|
.n("AthenaClient", "GetPreparedStatementCommand")
|
|
2318
|
-
.sc(GetPreparedStatement)
|
|
2374
|
+
.sc(GetPreparedStatement$)
|
|
2319
2375
|
.build() {
|
|
2320
2376
|
}
|
|
2321
2377
|
|
|
@@ -2327,7 +2383,7 @@ class GetQueryExecutionCommand extends smithyClient.Command
|
|
|
2327
2383
|
})
|
|
2328
2384
|
.s("AmazonAthena", "GetQueryExecution", {})
|
|
2329
2385
|
.n("AthenaClient", "GetQueryExecutionCommand")
|
|
2330
|
-
.sc(GetQueryExecution)
|
|
2386
|
+
.sc(GetQueryExecution$)
|
|
2331
2387
|
.build() {
|
|
2332
2388
|
}
|
|
2333
2389
|
|
|
@@ -2339,7 +2395,7 @@ class GetQueryResultsCommand extends smithyClient.Command
|
|
|
2339
2395
|
})
|
|
2340
2396
|
.s("AmazonAthena", "GetQueryResults", {})
|
|
2341
2397
|
.n("AthenaClient", "GetQueryResultsCommand")
|
|
2342
|
-
.sc(GetQueryResults)
|
|
2398
|
+
.sc(GetQueryResults$)
|
|
2343
2399
|
.build() {
|
|
2344
2400
|
}
|
|
2345
2401
|
|
|
@@ -2351,7 +2407,7 @@ class GetQueryRuntimeStatisticsCommand extends smithyClient.Command
|
|
|
2351
2407
|
})
|
|
2352
2408
|
.s("AmazonAthena", "GetQueryRuntimeStatistics", {})
|
|
2353
2409
|
.n("AthenaClient", "GetQueryRuntimeStatisticsCommand")
|
|
2354
|
-
.sc(GetQueryRuntimeStatistics)
|
|
2410
|
+
.sc(GetQueryRuntimeStatistics$)
|
|
2355
2411
|
.build() {
|
|
2356
2412
|
}
|
|
2357
2413
|
|
|
@@ -2363,7 +2419,7 @@ class GetResourceDashboardCommand extends smithyClient.Command
|
|
|
2363
2419
|
})
|
|
2364
2420
|
.s("AmazonAthena", "GetResourceDashboard", {})
|
|
2365
2421
|
.n("AthenaClient", "GetResourceDashboardCommand")
|
|
2366
|
-
.sc(GetResourceDashboard)
|
|
2422
|
+
.sc(GetResourceDashboard$)
|
|
2367
2423
|
.build() {
|
|
2368
2424
|
}
|
|
2369
2425
|
|
|
@@ -2375,7 +2431,7 @@ class GetSessionCommand extends smithyClient.Command
|
|
|
2375
2431
|
})
|
|
2376
2432
|
.s("AmazonAthena", "GetSession", {})
|
|
2377
2433
|
.n("AthenaClient", "GetSessionCommand")
|
|
2378
|
-
.sc(GetSession)
|
|
2434
|
+
.sc(GetSession$)
|
|
2379
2435
|
.build() {
|
|
2380
2436
|
}
|
|
2381
2437
|
|
|
@@ -2387,7 +2443,7 @@ class GetSessionEndpointCommand extends smithyClient.Command
|
|
|
2387
2443
|
})
|
|
2388
2444
|
.s("AmazonAthena", "GetSessionEndpoint", {})
|
|
2389
2445
|
.n("AthenaClient", "GetSessionEndpointCommand")
|
|
2390
|
-
.sc(GetSessionEndpoint)
|
|
2446
|
+
.sc(GetSessionEndpoint$)
|
|
2391
2447
|
.build() {
|
|
2392
2448
|
}
|
|
2393
2449
|
|
|
@@ -2399,7 +2455,7 @@ class GetSessionStatusCommand extends smithyClient.Command
|
|
|
2399
2455
|
})
|
|
2400
2456
|
.s("AmazonAthena", "GetSessionStatus", {})
|
|
2401
2457
|
.n("AthenaClient", "GetSessionStatusCommand")
|
|
2402
|
-
.sc(GetSessionStatus)
|
|
2458
|
+
.sc(GetSessionStatus$)
|
|
2403
2459
|
.build() {
|
|
2404
2460
|
}
|
|
2405
2461
|
|
|
@@ -2411,7 +2467,7 @@ class GetTableMetadataCommand extends smithyClient.Command
|
|
|
2411
2467
|
})
|
|
2412
2468
|
.s("AmazonAthena", "GetTableMetadata", {})
|
|
2413
2469
|
.n("AthenaClient", "GetTableMetadataCommand")
|
|
2414
|
-
.sc(GetTableMetadata)
|
|
2470
|
+
.sc(GetTableMetadata$)
|
|
2415
2471
|
.build() {
|
|
2416
2472
|
}
|
|
2417
2473
|
|
|
@@ -2423,7 +2479,7 @@ class GetWorkGroupCommand extends smithyClient.Command
|
|
|
2423
2479
|
})
|
|
2424
2480
|
.s("AmazonAthena", "GetWorkGroup", {})
|
|
2425
2481
|
.n("AthenaClient", "GetWorkGroupCommand")
|
|
2426
|
-
.sc(GetWorkGroup)
|
|
2482
|
+
.sc(GetWorkGroup$)
|
|
2427
2483
|
.build() {
|
|
2428
2484
|
}
|
|
2429
2485
|
|
|
@@ -2435,7 +2491,7 @@ class ImportNotebookCommand extends smithyClient.Command
|
|
|
2435
2491
|
})
|
|
2436
2492
|
.s("AmazonAthena", "ImportNotebook", {})
|
|
2437
2493
|
.n("AthenaClient", "ImportNotebookCommand")
|
|
2438
|
-
.sc(ImportNotebook)
|
|
2494
|
+
.sc(ImportNotebook$)
|
|
2439
2495
|
.build() {
|
|
2440
2496
|
}
|
|
2441
2497
|
|
|
@@ -2447,7 +2503,7 @@ class ListApplicationDPUSizesCommand extends smithyClient.Command
|
|
|
2447
2503
|
})
|
|
2448
2504
|
.s("AmazonAthena", "ListApplicationDPUSizes", {})
|
|
2449
2505
|
.n("AthenaClient", "ListApplicationDPUSizesCommand")
|
|
2450
|
-
.sc(ListApplicationDPUSizes)
|
|
2506
|
+
.sc(ListApplicationDPUSizes$)
|
|
2451
2507
|
.build() {
|
|
2452
2508
|
}
|
|
2453
2509
|
|
|
@@ -2459,7 +2515,7 @@ class ListCalculationExecutionsCommand extends smithyClient.Command
|
|
|
2459
2515
|
})
|
|
2460
2516
|
.s("AmazonAthena", "ListCalculationExecutions", {})
|
|
2461
2517
|
.n("AthenaClient", "ListCalculationExecutionsCommand")
|
|
2462
|
-
.sc(ListCalculationExecutions)
|
|
2518
|
+
.sc(ListCalculationExecutions$)
|
|
2463
2519
|
.build() {
|
|
2464
2520
|
}
|
|
2465
2521
|
|
|
@@ -2471,7 +2527,7 @@ class ListCapacityReservationsCommand extends smithyClient.Command
|
|
|
2471
2527
|
})
|
|
2472
2528
|
.s("AmazonAthena", "ListCapacityReservations", {})
|
|
2473
2529
|
.n("AthenaClient", "ListCapacityReservationsCommand")
|
|
2474
|
-
.sc(ListCapacityReservations)
|
|
2530
|
+
.sc(ListCapacityReservations$)
|
|
2475
2531
|
.build() {
|
|
2476
2532
|
}
|
|
2477
2533
|
|
|
@@ -2483,7 +2539,7 @@ class ListDatabasesCommand extends smithyClient.Command
|
|
|
2483
2539
|
})
|
|
2484
2540
|
.s("AmazonAthena", "ListDatabases", {})
|
|
2485
2541
|
.n("AthenaClient", "ListDatabasesCommand")
|
|
2486
|
-
.sc(ListDatabases)
|
|
2542
|
+
.sc(ListDatabases$)
|
|
2487
2543
|
.build() {
|
|
2488
2544
|
}
|
|
2489
2545
|
|
|
@@ -2495,7 +2551,7 @@ class ListDataCatalogsCommand extends smithyClient.Command
|
|
|
2495
2551
|
})
|
|
2496
2552
|
.s("AmazonAthena", "ListDataCatalogs", {})
|
|
2497
2553
|
.n("AthenaClient", "ListDataCatalogsCommand")
|
|
2498
|
-
.sc(ListDataCatalogs)
|
|
2554
|
+
.sc(ListDataCatalogs$)
|
|
2499
2555
|
.build() {
|
|
2500
2556
|
}
|
|
2501
2557
|
|
|
@@ -2507,7 +2563,7 @@ class ListEngineVersionsCommand extends smithyClient.Command
|
|
|
2507
2563
|
})
|
|
2508
2564
|
.s("AmazonAthena", "ListEngineVersions", {})
|
|
2509
2565
|
.n("AthenaClient", "ListEngineVersionsCommand")
|
|
2510
|
-
.sc(ListEngineVersions)
|
|
2566
|
+
.sc(ListEngineVersions$)
|
|
2511
2567
|
.build() {
|
|
2512
2568
|
}
|
|
2513
2569
|
|
|
@@ -2519,7 +2575,7 @@ class ListExecutorsCommand extends smithyClient.Command
|
|
|
2519
2575
|
})
|
|
2520
2576
|
.s("AmazonAthena", "ListExecutors", {})
|
|
2521
2577
|
.n("AthenaClient", "ListExecutorsCommand")
|
|
2522
|
-
.sc(ListExecutors)
|
|
2578
|
+
.sc(ListExecutors$)
|
|
2523
2579
|
.build() {
|
|
2524
2580
|
}
|
|
2525
2581
|
|
|
@@ -2531,7 +2587,7 @@ class ListNamedQueriesCommand extends smithyClient.Command
|
|
|
2531
2587
|
})
|
|
2532
2588
|
.s("AmazonAthena", "ListNamedQueries", {})
|
|
2533
2589
|
.n("AthenaClient", "ListNamedQueriesCommand")
|
|
2534
|
-
.sc(ListNamedQueries)
|
|
2590
|
+
.sc(ListNamedQueries$)
|
|
2535
2591
|
.build() {
|
|
2536
2592
|
}
|
|
2537
2593
|
|
|
@@ -2543,7 +2599,7 @@ class ListNotebookMetadataCommand extends smithyClient.Command
|
|
|
2543
2599
|
})
|
|
2544
2600
|
.s("AmazonAthena", "ListNotebookMetadata", {})
|
|
2545
2601
|
.n("AthenaClient", "ListNotebookMetadataCommand")
|
|
2546
|
-
.sc(ListNotebookMetadata)
|
|
2602
|
+
.sc(ListNotebookMetadata$)
|
|
2547
2603
|
.build() {
|
|
2548
2604
|
}
|
|
2549
2605
|
|
|
@@ -2555,7 +2611,7 @@ class ListNotebookSessionsCommand extends smithyClient.Command
|
|
|
2555
2611
|
})
|
|
2556
2612
|
.s("AmazonAthena", "ListNotebookSessions", {})
|
|
2557
2613
|
.n("AthenaClient", "ListNotebookSessionsCommand")
|
|
2558
|
-
.sc(ListNotebookSessions)
|
|
2614
|
+
.sc(ListNotebookSessions$)
|
|
2559
2615
|
.build() {
|
|
2560
2616
|
}
|
|
2561
2617
|
|
|
@@ -2567,7 +2623,7 @@ class ListPreparedStatementsCommand extends smithyClient.Command
|
|
|
2567
2623
|
})
|
|
2568
2624
|
.s("AmazonAthena", "ListPreparedStatements", {})
|
|
2569
2625
|
.n("AthenaClient", "ListPreparedStatementsCommand")
|
|
2570
|
-
.sc(ListPreparedStatements)
|
|
2626
|
+
.sc(ListPreparedStatements$)
|
|
2571
2627
|
.build() {
|
|
2572
2628
|
}
|
|
2573
2629
|
|
|
@@ -2579,7 +2635,7 @@ class ListQueryExecutionsCommand extends smithyClient.Command
|
|
|
2579
2635
|
})
|
|
2580
2636
|
.s("AmazonAthena", "ListQueryExecutions", {})
|
|
2581
2637
|
.n("AthenaClient", "ListQueryExecutionsCommand")
|
|
2582
|
-
.sc(ListQueryExecutions)
|
|
2638
|
+
.sc(ListQueryExecutions$)
|
|
2583
2639
|
.build() {
|
|
2584
2640
|
}
|
|
2585
2641
|
|
|
@@ -2591,7 +2647,7 @@ class ListSessionsCommand extends smithyClient.Command
|
|
|
2591
2647
|
})
|
|
2592
2648
|
.s("AmazonAthena", "ListSessions", {})
|
|
2593
2649
|
.n("AthenaClient", "ListSessionsCommand")
|
|
2594
|
-
.sc(ListSessions)
|
|
2650
|
+
.sc(ListSessions$)
|
|
2595
2651
|
.build() {
|
|
2596
2652
|
}
|
|
2597
2653
|
|
|
@@ -2603,7 +2659,7 @@ class ListTableMetadataCommand extends smithyClient.Command
|
|
|
2603
2659
|
})
|
|
2604
2660
|
.s("AmazonAthena", "ListTableMetadata", {})
|
|
2605
2661
|
.n("AthenaClient", "ListTableMetadataCommand")
|
|
2606
|
-
.sc(ListTableMetadata)
|
|
2662
|
+
.sc(ListTableMetadata$)
|
|
2607
2663
|
.build() {
|
|
2608
2664
|
}
|
|
2609
2665
|
|
|
@@ -2615,7 +2671,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2615
2671
|
})
|
|
2616
2672
|
.s("AmazonAthena", "ListTagsForResource", {})
|
|
2617
2673
|
.n("AthenaClient", "ListTagsForResourceCommand")
|
|
2618
|
-
.sc(ListTagsForResource)
|
|
2674
|
+
.sc(ListTagsForResource$)
|
|
2619
2675
|
.build() {
|
|
2620
2676
|
}
|
|
2621
2677
|
|
|
@@ -2627,7 +2683,7 @@ class ListWorkGroupsCommand extends smithyClient.Command
|
|
|
2627
2683
|
})
|
|
2628
2684
|
.s("AmazonAthena", "ListWorkGroups", {})
|
|
2629
2685
|
.n("AthenaClient", "ListWorkGroupsCommand")
|
|
2630
|
-
.sc(ListWorkGroups)
|
|
2686
|
+
.sc(ListWorkGroups$)
|
|
2631
2687
|
.build() {
|
|
2632
2688
|
}
|
|
2633
2689
|
|
|
@@ -2639,7 +2695,7 @@ class PutCapacityAssignmentConfigurationCommand extends smithyClient.Command
|
|
|
2639
2695
|
})
|
|
2640
2696
|
.s("AmazonAthena", "PutCapacityAssignmentConfiguration", {})
|
|
2641
2697
|
.n("AthenaClient", "PutCapacityAssignmentConfigurationCommand")
|
|
2642
|
-
.sc(PutCapacityAssignmentConfiguration)
|
|
2698
|
+
.sc(PutCapacityAssignmentConfiguration$)
|
|
2643
2699
|
.build() {
|
|
2644
2700
|
}
|
|
2645
2701
|
|
|
@@ -2651,7 +2707,7 @@ class StartCalculationExecutionCommand extends smithyClient.Command
|
|
|
2651
2707
|
})
|
|
2652
2708
|
.s("AmazonAthena", "StartCalculationExecution", {})
|
|
2653
2709
|
.n("AthenaClient", "StartCalculationExecutionCommand")
|
|
2654
|
-
.sc(StartCalculationExecution)
|
|
2710
|
+
.sc(StartCalculationExecution$)
|
|
2655
2711
|
.build() {
|
|
2656
2712
|
}
|
|
2657
2713
|
|
|
@@ -2663,7 +2719,7 @@ class StartQueryExecutionCommand extends smithyClient.Command
|
|
|
2663
2719
|
})
|
|
2664
2720
|
.s("AmazonAthena", "StartQueryExecution", {})
|
|
2665
2721
|
.n("AthenaClient", "StartQueryExecutionCommand")
|
|
2666
|
-
.sc(StartQueryExecution)
|
|
2722
|
+
.sc(StartQueryExecution$)
|
|
2667
2723
|
.build() {
|
|
2668
2724
|
}
|
|
2669
2725
|
|
|
@@ -2675,7 +2731,7 @@ class StartSessionCommand extends smithyClient.Command
|
|
|
2675
2731
|
})
|
|
2676
2732
|
.s("AmazonAthena", "StartSession", {})
|
|
2677
2733
|
.n("AthenaClient", "StartSessionCommand")
|
|
2678
|
-
.sc(StartSession)
|
|
2734
|
+
.sc(StartSession$)
|
|
2679
2735
|
.build() {
|
|
2680
2736
|
}
|
|
2681
2737
|
|
|
@@ -2687,7 +2743,7 @@ class StopCalculationExecutionCommand extends smithyClient.Command
|
|
|
2687
2743
|
})
|
|
2688
2744
|
.s("AmazonAthena", "StopCalculationExecution", {})
|
|
2689
2745
|
.n("AthenaClient", "StopCalculationExecutionCommand")
|
|
2690
|
-
.sc(StopCalculationExecution)
|
|
2746
|
+
.sc(StopCalculationExecution$)
|
|
2691
2747
|
.build() {
|
|
2692
2748
|
}
|
|
2693
2749
|
|
|
@@ -2699,7 +2755,7 @@ class StopQueryExecutionCommand extends smithyClient.Command
|
|
|
2699
2755
|
})
|
|
2700
2756
|
.s("AmazonAthena", "StopQueryExecution", {})
|
|
2701
2757
|
.n("AthenaClient", "StopQueryExecutionCommand")
|
|
2702
|
-
.sc(StopQueryExecution)
|
|
2758
|
+
.sc(StopQueryExecution$)
|
|
2703
2759
|
.build() {
|
|
2704
2760
|
}
|
|
2705
2761
|
|
|
@@ -2711,7 +2767,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2711
2767
|
})
|
|
2712
2768
|
.s("AmazonAthena", "TagResource", {})
|
|
2713
2769
|
.n("AthenaClient", "TagResourceCommand")
|
|
2714
|
-
.sc(TagResource)
|
|
2770
|
+
.sc(TagResource$)
|
|
2715
2771
|
.build() {
|
|
2716
2772
|
}
|
|
2717
2773
|
|
|
@@ -2723,7 +2779,7 @@ class TerminateSessionCommand extends smithyClient.Command
|
|
|
2723
2779
|
})
|
|
2724
2780
|
.s("AmazonAthena", "TerminateSession", {})
|
|
2725
2781
|
.n("AthenaClient", "TerminateSessionCommand")
|
|
2726
|
-
.sc(TerminateSession)
|
|
2782
|
+
.sc(TerminateSession$)
|
|
2727
2783
|
.build() {
|
|
2728
2784
|
}
|
|
2729
2785
|
|
|
@@ -2735,7 +2791,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2735
2791
|
})
|
|
2736
2792
|
.s("AmazonAthena", "UntagResource", {})
|
|
2737
2793
|
.n("AthenaClient", "UntagResourceCommand")
|
|
2738
|
-
.sc(UntagResource)
|
|
2794
|
+
.sc(UntagResource$)
|
|
2739
2795
|
.build() {
|
|
2740
2796
|
}
|
|
2741
2797
|
|
|
@@ -2747,7 +2803,7 @@ class UpdateCapacityReservationCommand extends smithyClient.Command
|
|
|
2747
2803
|
})
|
|
2748
2804
|
.s("AmazonAthena", "UpdateCapacityReservation", {})
|
|
2749
2805
|
.n("AthenaClient", "UpdateCapacityReservationCommand")
|
|
2750
|
-
.sc(UpdateCapacityReservation)
|
|
2806
|
+
.sc(UpdateCapacityReservation$)
|
|
2751
2807
|
.build() {
|
|
2752
2808
|
}
|
|
2753
2809
|
|
|
@@ -2759,7 +2815,7 @@ class UpdateDataCatalogCommand extends smithyClient.Command
|
|
|
2759
2815
|
})
|
|
2760
2816
|
.s("AmazonAthena", "UpdateDataCatalog", {})
|
|
2761
2817
|
.n("AthenaClient", "UpdateDataCatalogCommand")
|
|
2762
|
-
.sc(UpdateDataCatalog)
|
|
2818
|
+
.sc(UpdateDataCatalog$)
|
|
2763
2819
|
.build() {
|
|
2764
2820
|
}
|
|
2765
2821
|
|
|
@@ -2771,7 +2827,7 @@ class UpdateNamedQueryCommand extends smithyClient.Command
|
|
|
2771
2827
|
})
|
|
2772
2828
|
.s("AmazonAthena", "UpdateNamedQuery", {})
|
|
2773
2829
|
.n("AthenaClient", "UpdateNamedQueryCommand")
|
|
2774
|
-
.sc(UpdateNamedQuery)
|
|
2830
|
+
.sc(UpdateNamedQuery$)
|
|
2775
2831
|
.build() {
|
|
2776
2832
|
}
|
|
2777
2833
|
|
|
@@ -2783,7 +2839,7 @@ class UpdateNotebookCommand extends smithyClient.Command
|
|
|
2783
2839
|
})
|
|
2784
2840
|
.s("AmazonAthena", "UpdateNotebook", {})
|
|
2785
2841
|
.n("AthenaClient", "UpdateNotebookCommand")
|
|
2786
|
-
.sc(UpdateNotebook)
|
|
2842
|
+
.sc(UpdateNotebook$)
|
|
2787
2843
|
.build() {
|
|
2788
2844
|
}
|
|
2789
2845
|
|
|
@@ -2795,7 +2851,7 @@ class UpdateNotebookMetadataCommand extends smithyClient.Command
|
|
|
2795
2851
|
})
|
|
2796
2852
|
.s("AmazonAthena", "UpdateNotebookMetadata", {})
|
|
2797
2853
|
.n("AthenaClient", "UpdateNotebookMetadataCommand")
|
|
2798
|
-
.sc(UpdateNotebookMetadata)
|
|
2854
|
+
.sc(UpdateNotebookMetadata$)
|
|
2799
2855
|
.build() {
|
|
2800
2856
|
}
|
|
2801
2857
|
|
|
@@ -2807,7 +2863,7 @@ class UpdatePreparedStatementCommand extends smithyClient.Command
|
|
|
2807
2863
|
})
|
|
2808
2864
|
.s("AmazonAthena", "UpdatePreparedStatement", {})
|
|
2809
2865
|
.n("AthenaClient", "UpdatePreparedStatementCommand")
|
|
2810
|
-
.sc(UpdatePreparedStatement)
|
|
2866
|
+
.sc(UpdatePreparedStatement$)
|
|
2811
2867
|
.build() {
|
|
2812
2868
|
}
|
|
2813
2869
|
|
|
@@ -2819,7 +2875,7 @@ class UpdateWorkGroupCommand extends smithyClient.Command
|
|
|
2819
2875
|
})
|
|
2820
2876
|
.s("AmazonAthena", "UpdateWorkGroup", {})
|
|
2821
2877
|
.n("AthenaClient", "UpdateWorkGroupCommand")
|
|
2822
|
-
.sc(UpdateWorkGroup)
|
|
2878
|
+
.sc(UpdateWorkGroup$)
|
|
2823
2879
|
.build() {
|
|
2824
2880
|
}
|
|
2825
2881
|
|
|
@@ -3065,104 +3121,390 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3065
3121
|
enumerable: true,
|
|
3066
3122
|
get: function () { return smithyClient.Client; }
|
|
3067
3123
|
});
|
|
3124
|
+
exports.AclConfiguration$ = AclConfiguration$;
|
|
3125
|
+
exports.ApplicationDPUSizes$ = ApplicationDPUSizes$;
|
|
3068
3126
|
exports.Athena = Athena;
|
|
3069
3127
|
exports.AthenaClient = AthenaClient;
|
|
3070
|
-
exports.
|
|
3128
|
+
exports.AthenaError$ = AthenaError$;
|
|
3129
|
+
exports.AthenaServiceException = AthenaServiceException;
|
|
3130
|
+
exports.AthenaServiceException$ = AthenaServiceException$;
|
|
3071
3131
|
exports.AuthenticationType = AuthenticationType;
|
|
3132
|
+
exports.BatchGetNamedQuery$ = BatchGetNamedQuery$;
|
|
3072
3133
|
exports.BatchGetNamedQueryCommand = BatchGetNamedQueryCommand;
|
|
3134
|
+
exports.BatchGetNamedQueryInput$ = BatchGetNamedQueryInput$;
|
|
3135
|
+
exports.BatchGetNamedQueryOutput$ = BatchGetNamedQueryOutput$;
|
|
3136
|
+
exports.BatchGetPreparedStatement$ = BatchGetPreparedStatement$;
|
|
3073
3137
|
exports.BatchGetPreparedStatementCommand = BatchGetPreparedStatementCommand;
|
|
3138
|
+
exports.BatchGetPreparedStatementInput$ = BatchGetPreparedStatementInput$;
|
|
3139
|
+
exports.BatchGetPreparedStatementOutput$ = BatchGetPreparedStatementOutput$;
|
|
3140
|
+
exports.BatchGetQueryExecution$ = BatchGetQueryExecution$;
|
|
3074
3141
|
exports.BatchGetQueryExecutionCommand = BatchGetQueryExecutionCommand;
|
|
3142
|
+
exports.BatchGetQueryExecutionInput$ = BatchGetQueryExecutionInput$;
|
|
3143
|
+
exports.BatchGetQueryExecutionOutput$ = BatchGetQueryExecutionOutput$;
|
|
3144
|
+
exports.CalculationConfiguration$ = CalculationConfiguration$;
|
|
3075
3145
|
exports.CalculationExecutionState = CalculationExecutionState;
|
|
3146
|
+
exports.CalculationResult$ = CalculationResult$;
|
|
3147
|
+
exports.CalculationStatistics$ = CalculationStatistics$;
|
|
3148
|
+
exports.CalculationStatus$ = CalculationStatus$;
|
|
3149
|
+
exports.CalculationSummary$ = CalculationSummary$;
|
|
3150
|
+
exports.CancelCapacityReservation$ = CancelCapacityReservation$;
|
|
3076
3151
|
exports.CancelCapacityReservationCommand = CancelCapacityReservationCommand;
|
|
3152
|
+
exports.CancelCapacityReservationInput$ = CancelCapacityReservationInput$;
|
|
3153
|
+
exports.CancelCapacityReservationOutput$ = CancelCapacityReservationOutput$;
|
|
3154
|
+
exports.CapacityAllocation$ = CapacityAllocation$;
|
|
3077
3155
|
exports.CapacityAllocationStatus = CapacityAllocationStatus;
|
|
3156
|
+
exports.CapacityAssignment$ = CapacityAssignment$;
|
|
3157
|
+
exports.CapacityAssignmentConfiguration$ = CapacityAssignmentConfiguration$;
|
|
3158
|
+
exports.CapacityReservation$ = CapacityReservation$;
|
|
3078
3159
|
exports.CapacityReservationStatus = CapacityReservationStatus;
|
|
3160
|
+
exports.Classification$ = Classification$;
|
|
3161
|
+
exports.CloudWatchLoggingConfiguration$ = CloudWatchLoggingConfiguration$;
|
|
3162
|
+
exports.Column$ = Column$;
|
|
3163
|
+
exports.ColumnInfo$ = ColumnInfo$;
|
|
3079
3164
|
exports.ColumnNullable = ColumnNullable;
|
|
3080
3165
|
exports.ConnectionType = ConnectionType;
|
|
3166
|
+
exports.CreateCapacityReservation$ = CreateCapacityReservation$;
|
|
3081
3167
|
exports.CreateCapacityReservationCommand = CreateCapacityReservationCommand;
|
|
3168
|
+
exports.CreateCapacityReservationInput$ = CreateCapacityReservationInput$;
|
|
3169
|
+
exports.CreateCapacityReservationOutput$ = CreateCapacityReservationOutput$;
|
|
3170
|
+
exports.CreateDataCatalog$ = CreateDataCatalog$;
|
|
3082
3171
|
exports.CreateDataCatalogCommand = CreateDataCatalogCommand;
|
|
3172
|
+
exports.CreateDataCatalogInput$ = CreateDataCatalogInput$;
|
|
3173
|
+
exports.CreateDataCatalogOutput$ = CreateDataCatalogOutput$;
|
|
3174
|
+
exports.CreateNamedQuery$ = CreateNamedQuery$;
|
|
3083
3175
|
exports.CreateNamedQueryCommand = CreateNamedQueryCommand;
|
|
3176
|
+
exports.CreateNamedQueryInput$ = CreateNamedQueryInput$;
|
|
3177
|
+
exports.CreateNamedQueryOutput$ = CreateNamedQueryOutput$;
|
|
3178
|
+
exports.CreateNotebook$ = CreateNotebook$;
|
|
3084
3179
|
exports.CreateNotebookCommand = CreateNotebookCommand;
|
|
3180
|
+
exports.CreateNotebookInput$ = CreateNotebookInput$;
|
|
3181
|
+
exports.CreateNotebookOutput$ = CreateNotebookOutput$;
|
|
3182
|
+
exports.CreatePreparedStatement$ = CreatePreparedStatement$;
|
|
3085
3183
|
exports.CreatePreparedStatementCommand = CreatePreparedStatementCommand;
|
|
3184
|
+
exports.CreatePreparedStatementInput$ = CreatePreparedStatementInput$;
|
|
3185
|
+
exports.CreatePreparedStatementOutput$ = CreatePreparedStatementOutput$;
|
|
3186
|
+
exports.CreatePresignedNotebookUrl$ = CreatePresignedNotebookUrl$;
|
|
3086
3187
|
exports.CreatePresignedNotebookUrlCommand = CreatePresignedNotebookUrlCommand;
|
|
3188
|
+
exports.CreatePresignedNotebookUrlRequest$ = CreatePresignedNotebookUrlRequest$;
|
|
3189
|
+
exports.CreatePresignedNotebookUrlResponse$ = CreatePresignedNotebookUrlResponse$;
|
|
3190
|
+
exports.CreateWorkGroup$ = CreateWorkGroup$;
|
|
3087
3191
|
exports.CreateWorkGroupCommand = CreateWorkGroupCommand;
|
|
3192
|
+
exports.CreateWorkGroupInput$ = CreateWorkGroupInput$;
|
|
3193
|
+
exports.CreateWorkGroupOutput$ = CreateWorkGroupOutput$;
|
|
3194
|
+
exports.CustomerContentEncryptionConfiguration$ = CustomerContentEncryptionConfiguration$;
|
|
3195
|
+
exports.DataCatalog$ = DataCatalog$;
|
|
3088
3196
|
exports.DataCatalogStatus = DataCatalogStatus;
|
|
3197
|
+
exports.DataCatalogSummary$ = DataCatalogSummary$;
|
|
3089
3198
|
exports.DataCatalogType = DataCatalogType;
|
|
3199
|
+
exports.Database$ = Database$;
|
|
3200
|
+
exports.Datum$ = Datum$;
|
|
3201
|
+
exports.DeleteCapacityReservation$ = DeleteCapacityReservation$;
|
|
3090
3202
|
exports.DeleteCapacityReservationCommand = DeleteCapacityReservationCommand;
|
|
3203
|
+
exports.DeleteCapacityReservationInput$ = DeleteCapacityReservationInput$;
|
|
3204
|
+
exports.DeleteCapacityReservationOutput$ = DeleteCapacityReservationOutput$;
|
|
3205
|
+
exports.DeleteDataCatalog$ = DeleteDataCatalog$;
|
|
3091
3206
|
exports.DeleteDataCatalogCommand = DeleteDataCatalogCommand;
|
|
3207
|
+
exports.DeleteDataCatalogInput$ = DeleteDataCatalogInput$;
|
|
3208
|
+
exports.DeleteDataCatalogOutput$ = DeleteDataCatalogOutput$;
|
|
3209
|
+
exports.DeleteNamedQuery$ = DeleteNamedQuery$;
|
|
3092
3210
|
exports.DeleteNamedQueryCommand = DeleteNamedQueryCommand;
|
|
3211
|
+
exports.DeleteNamedQueryInput$ = DeleteNamedQueryInput$;
|
|
3212
|
+
exports.DeleteNamedQueryOutput$ = DeleteNamedQueryOutput$;
|
|
3213
|
+
exports.DeleteNotebook$ = DeleteNotebook$;
|
|
3093
3214
|
exports.DeleteNotebookCommand = DeleteNotebookCommand;
|
|
3215
|
+
exports.DeleteNotebookInput$ = DeleteNotebookInput$;
|
|
3216
|
+
exports.DeleteNotebookOutput$ = DeleteNotebookOutput$;
|
|
3217
|
+
exports.DeletePreparedStatement$ = DeletePreparedStatement$;
|
|
3094
3218
|
exports.DeletePreparedStatementCommand = DeletePreparedStatementCommand;
|
|
3219
|
+
exports.DeletePreparedStatementInput$ = DeletePreparedStatementInput$;
|
|
3220
|
+
exports.DeletePreparedStatementOutput$ = DeletePreparedStatementOutput$;
|
|
3221
|
+
exports.DeleteWorkGroup$ = DeleteWorkGroup$;
|
|
3095
3222
|
exports.DeleteWorkGroupCommand = DeleteWorkGroupCommand;
|
|
3223
|
+
exports.DeleteWorkGroupInput$ = DeleteWorkGroupInput$;
|
|
3224
|
+
exports.DeleteWorkGroupOutput$ = DeleteWorkGroupOutput$;
|
|
3225
|
+
exports.EncryptionConfiguration$ = EncryptionConfiguration$;
|
|
3096
3226
|
exports.EncryptionOption = EncryptionOption;
|
|
3227
|
+
exports.EngineConfiguration$ = EngineConfiguration$;
|
|
3228
|
+
exports.EngineVersion$ = EngineVersion$;
|
|
3097
3229
|
exports.ExecutorState = ExecutorState;
|
|
3098
3230
|
exports.ExecutorType = ExecutorType;
|
|
3231
|
+
exports.ExecutorsSummary$ = ExecutorsSummary$;
|
|
3232
|
+
exports.ExportNotebook$ = ExportNotebook$;
|
|
3099
3233
|
exports.ExportNotebookCommand = ExportNotebookCommand;
|
|
3234
|
+
exports.ExportNotebookInput$ = ExportNotebookInput$;
|
|
3235
|
+
exports.ExportNotebookOutput$ = ExportNotebookOutput$;
|
|
3236
|
+
exports.FilterDefinition$ = FilterDefinition$;
|
|
3237
|
+
exports.GetCalculationExecution$ = GetCalculationExecution$;
|
|
3238
|
+
exports.GetCalculationExecutionCode$ = GetCalculationExecutionCode$;
|
|
3100
3239
|
exports.GetCalculationExecutionCodeCommand = GetCalculationExecutionCodeCommand;
|
|
3240
|
+
exports.GetCalculationExecutionCodeRequest$ = GetCalculationExecutionCodeRequest$;
|
|
3241
|
+
exports.GetCalculationExecutionCodeResponse$ = GetCalculationExecutionCodeResponse$;
|
|
3101
3242
|
exports.GetCalculationExecutionCommand = GetCalculationExecutionCommand;
|
|
3243
|
+
exports.GetCalculationExecutionRequest$ = GetCalculationExecutionRequest$;
|
|
3244
|
+
exports.GetCalculationExecutionResponse$ = GetCalculationExecutionResponse$;
|
|
3245
|
+
exports.GetCalculationExecutionStatus$ = GetCalculationExecutionStatus$;
|
|
3102
3246
|
exports.GetCalculationExecutionStatusCommand = GetCalculationExecutionStatusCommand;
|
|
3247
|
+
exports.GetCalculationExecutionStatusRequest$ = GetCalculationExecutionStatusRequest$;
|
|
3248
|
+
exports.GetCalculationExecutionStatusResponse$ = GetCalculationExecutionStatusResponse$;
|
|
3249
|
+
exports.GetCapacityAssignmentConfiguration$ = GetCapacityAssignmentConfiguration$;
|
|
3103
3250
|
exports.GetCapacityAssignmentConfigurationCommand = GetCapacityAssignmentConfigurationCommand;
|
|
3251
|
+
exports.GetCapacityAssignmentConfigurationInput$ = GetCapacityAssignmentConfigurationInput$;
|
|
3252
|
+
exports.GetCapacityAssignmentConfigurationOutput$ = GetCapacityAssignmentConfigurationOutput$;
|
|
3253
|
+
exports.GetCapacityReservation$ = GetCapacityReservation$;
|
|
3104
3254
|
exports.GetCapacityReservationCommand = GetCapacityReservationCommand;
|
|
3255
|
+
exports.GetCapacityReservationInput$ = GetCapacityReservationInput$;
|
|
3256
|
+
exports.GetCapacityReservationOutput$ = GetCapacityReservationOutput$;
|
|
3257
|
+
exports.GetDataCatalog$ = GetDataCatalog$;
|
|
3105
3258
|
exports.GetDataCatalogCommand = GetDataCatalogCommand;
|
|
3259
|
+
exports.GetDataCatalogInput$ = GetDataCatalogInput$;
|
|
3260
|
+
exports.GetDataCatalogOutput$ = GetDataCatalogOutput$;
|
|
3261
|
+
exports.GetDatabase$ = GetDatabase$;
|
|
3106
3262
|
exports.GetDatabaseCommand = GetDatabaseCommand;
|
|
3263
|
+
exports.GetDatabaseInput$ = GetDatabaseInput$;
|
|
3264
|
+
exports.GetDatabaseOutput$ = GetDatabaseOutput$;
|
|
3265
|
+
exports.GetNamedQuery$ = GetNamedQuery$;
|
|
3107
3266
|
exports.GetNamedQueryCommand = GetNamedQueryCommand;
|
|
3267
|
+
exports.GetNamedQueryInput$ = GetNamedQueryInput$;
|
|
3268
|
+
exports.GetNamedQueryOutput$ = GetNamedQueryOutput$;
|
|
3269
|
+
exports.GetNotebookMetadata$ = GetNotebookMetadata$;
|
|
3108
3270
|
exports.GetNotebookMetadataCommand = GetNotebookMetadataCommand;
|
|
3271
|
+
exports.GetNotebookMetadataInput$ = GetNotebookMetadataInput$;
|
|
3272
|
+
exports.GetNotebookMetadataOutput$ = GetNotebookMetadataOutput$;
|
|
3273
|
+
exports.GetPreparedStatement$ = GetPreparedStatement$;
|
|
3109
3274
|
exports.GetPreparedStatementCommand = GetPreparedStatementCommand;
|
|
3275
|
+
exports.GetPreparedStatementInput$ = GetPreparedStatementInput$;
|
|
3276
|
+
exports.GetPreparedStatementOutput$ = GetPreparedStatementOutput$;
|
|
3277
|
+
exports.GetQueryExecution$ = GetQueryExecution$;
|
|
3110
3278
|
exports.GetQueryExecutionCommand = GetQueryExecutionCommand;
|
|
3279
|
+
exports.GetQueryExecutionInput$ = GetQueryExecutionInput$;
|
|
3280
|
+
exports.GetQueryExecutionOutput$ = GetQueryExecutionOutput$;
|
|
3281
|
+
exports.GetQueryResults$ = GetQueryResults$;
|
|
3111
3282
|
exports.GetQueryResultsCommand = GetQueryResultsCommand;
|
|
3283
|
+
exports.GetQueryResultsInput$ = GetQueryResultsInput$;
|
|
3284
|
+
exports.GetQueryResultsOutput$ = GetQueryResultsOutput$;
|
|
3285
|
+
exports.GetQueryRuntimeStatistics$ = GetQueryRuntimeStatistics$;
|
|
3112
3286
|
exports.GetQueryRuntimeStatisticsCommand = GetQueryRuntimeStatisticsCommand;
|
|
3287
|
+
exports.GetQueryRuntimeStatisticsInput$ = GetQueryRuntimeStatisticsInput$;
|
|
3288
|
+
exports.GetQueryRuntimeStatisticsOutput$ = GetQueryRuntimeStatisticsOutput$;
|
|
3289
|
+
exports.GetResourceDashboard$ = GetResourceDashboard$;
|
|
3113
3290
|
exports.GetResourceDashboardCommand = GetResourceDashboardCommand;
|
|
3291
|
+
exports.GetResourceDashboardRequest$ = GetResourceDashboardRequest$;
|
|
3292
|
+
exports.GetResourceDashboardResponse$ = GetResourceDashboardResponse$;
|
|
3293
|
+
exports.GetSession$ = GetSession$;
|
|
3114
3294
|
exports.GetSessionCommand = GetSessionCommand;
|
|
3295
|
+
exports.GetSessionEndpoint$ = GetSessionEndpoint$;
|
|
3115
3296
|
exports.GetSessionEndpointCommand = GetSessionEndpointCommand;
|
|
3297
|
+
exports.GetSessionEndpointRequest$ = GetSessionEndpointRequest$;
|
|
3298
|
+
exports.GetSessionEndpointResponse$ = GetSessionEndpointResponse$;
|
|
3299
|
+
exports.GetSessionRequest$ = GetSessionRequest$;
|
|
3300
|
+
exports.GetSessionResponse$ = GetSessionResponse$;
|
|
3301
|
+
exports.GetSessionStatus$ = GetSessionStatus$;
|
|
3116
3302
|
exports.GetSessionStatusCommand = GetSessionStatusCommand;
|
|
3303
|
+
exports.GetSessionStatusRequest$ = GetSessionStatusRequest$;
|
|
3304
|
+
exports.GetSessionStatusResponse$ = GetSessionStatusResponse$;
|
|
3305
|
+
exports.GetTableMetadata$ = GetTableMetadata$;
|
|
3117
3306
|
exports.GetTableMetadataCommand = GetTableMetadataCommand;
|
|
3307
|
+
exports.GetTableMetadataInput$ = GetTableMetadataInput$;
|
|
3308
|
+
exports.GetTableMetadataOutput$ = GetTableMetadataOutput$;
|
|
3309
|
+
exports.GetWorkGroup$ = GetWorkGroup$;
|
|
3118
3310
|
exports.GetWorkGroupCommand = GetWorkGroupCommand;
|
|
3311
|
+
exports.GetWorkGroupInput$ = GetWorkGroupInput$;
|
|
3312
|
+
exports.GetWorkGroupOutput$ = GetWorkGroupOutput$;
|
|
3313
|
+
exports.IdentityCenterConfiguration$ = IdentityCenterConfiguration$;
|
|
3314
|
+
exports.ImportNotebook$ = ImportNotebook$;
|
|
3119
3315
|
exports.ImportNotebookCommand = ImportNotebookCommand;
|
|
3120
|
-
exports.
|
|
3121
|
-
exports.
|
|
3316
|
+
exports.ImportNotebookInput$ = ImportNotebookInput$;
|
|
3317
|
+
exports.ImportNotebookOutput$ = ImportNotebookOutput$;
|
|
3318
|
+
exports.InternalServerException = InternalServerException;
|
|
3319
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
3320
|
+
exports.InvalidRequestException = InvalidRequestException;
|
|
3321
|
+
exports.InvalidRequestException$ = InvalidRequestException$;
|
|
3322
|
+
exports.ListApplicationDPUSizes$ = ListApplicationDPUSizes$;
|
|
3122
3323
|
exports.ListApplicationDPUSizesCommand = ListApplicationDPUSizesCommand;
|
|
3324
|
+
exports.ListApplicationDPUSizesInput$ = ListApplicationDPUSizesInput$;
|
|
3325
|
+
exports.ListApplicationDPUSizesOutput$ = ListApplicationDPUSizesOutput$;
|
|
3326
|
+
exports.ListCalculationExecutions$ = ListCalculationExecutions$;
|
|
3123
3327
|
exports.ListCalculationExecutionsCommand = ListCalculationExecutionsCommand;
|
|
3328
|
+
exports.ListCalculationExecutionsRequest$ = ListCalculationExecutionsRequest$;
|
|
3329
|
+
exports.ListCalculationExecutionsResponse$ = ListCalculationExecutionsResponse$;
|
|
3330
|
+
exports.ListCapacityReservations$ = ListCapacityReservations$;
|
|
3124
3331
|
exports.ListCapacityReservationsCommand = ListCapacityReservationsCommand;
|
|
3332
|
+
exports.ListCapacityReservationsInput$ = ListCapacityReservationsInput$;
|
|
3333
|
+
exports.ListCapacityReservationsOutput$ = ListCapacityReservationsOutput$;
|
|
3334
|
+
exports.ListDataCatalogs$ = ListDataCatalogs$;
|
|
3125
3335
|
exports.ListDataCatalogsCommand = ListDataCatalogsCommand;
|
|
3336
|
+
exports.ListDataCatalogsInput$ = ListDataCatalogsInput$;
|
|
3337
|
+
exports.ListDataCatalogsOutput$ = ListDataCatalogsOutput$;
|
|
3338
|
+
exports.ListDatabases$ = ListDatabases$;
|
|
3126
3339
|
exports.ListDatabasesCommand = ListDatabasesCommand;
|
|
3340
|
+
exports.ListDatabasesInput$ = ListDatabasesInput$;
|
|
3341
|
+
exports.ListDatabasesOutput$ = ListDatabasesOutput$;
|
|
3342
|
+
exports.ListEngineVersions$ = ListEngineVersions$;
|
|
3127
3343
|
exports.ListEngineVersionsCommand = ListEngineVersionsCommand;
|
|
3344
|
+
exports.ListEngineVersionsInput$ = ListEngineVersionsInput$;
|
|
3345
|
+
exports.ListEngineVersionsOutput$ = ListEngineVersionsOutput$;
|
|
3346
|
+
exports.ListExecutors$ = ListExecutors$;
|
|
3128
3347
|
exports.ListExecutorsCommand = ListExecutorsCommand;
|
|
3348
|
+
exports.ListExecutorsRequest$ = ListExecutorsRequest$;
|
|
3349
|
+
exports.ListExecutorsResponse$ = ListExecutorsResponse$;
|
|
3350
|
+
exports.ListNamedQueries$ = ListNamedQueries$;
|
|
3129
3351
|
exports.ListNamedQueriesCommand = ListNamedQueriesCommand;
|
|
3352
|
+
exports.ListNamedQueriesInput$ = ListNamedQueriesInput$;
|
|
3353
|
+
exports.ListNamedQueriesOutput$ = ListNamedQueriesOutput$;
|
|
3354
|
+
exports.ListNotebookMetadata$ = ListNotebookMetadata$;
|
|
3130
3355
|
exports.ListNotebookMetadataCommand = ListNotebookMetadataCommand;
|
|
3356
|
+
exports.ListNotebookMetadataInput$ = ListNotebookMetadataInput$;
|
|
3357
|
+
exports.ListNotebookMetadataOutput$ = ListNotebookMetadataOutput$;
|
|
3358
|
+
exports.ListNotebookSessions$ = ListNotebookSessions$;
|
|
3131
3359
|
exports.ListNotebookSessionsCommand = ListNotebookSessionsCommand;
|
|
3360
|
+
exports.ListNotebookSessionsRequest$ = ListNotebookSessionsRequest$;
|
|
3361
|
+
exports.ListNotebookSessionsResponse$ = ListNotebookSessionsResponse$;
|
|
3362
|
+
exports.ListPreparedStatements$ = ListPreparedStatements$;
|
|
3132
3363
|
exports.ListPreparedStatementsCommand = ListPreparedStatementsCommand;
|
|
3364
|
+
exports.ListPreparedStatementsInput$ = ListPreparedStatementsInput$;
|
|
3365
|
+
exports.ListPreparedStatementsOutput$ = ListPreparedStatementsOutput$;
|
|
3366
|
+
exports.ListQueryExecutions$ = ListQueryExecutions$;
|
|
3133
3367
|
exports.ListQueryExecutionsCommand = ListQueryExecutionsCommand;
|
|
3368
|
+
exports.ListQueryExecutionsInput$ = ListQueryExecutionsInput$;
|
|
3369
|
+
exports.ListQueryExecutionsOutput$ = ListQueryExecutionsOutput$;
|
|
3370
|
+
exports.ListSessions$ = ListSessions$;
|
|
3134
3371
|
exports.ListSessionsCommand = ListSessionsCommand;
|
|
3372
|
+
exports.ListSessionsRequest$ = ListSessionsRequest$;
|
|
3373
|
+
exports.ListSessionsResponse$ = ListSessionsResponse$;
|
|
3374
|
+
exports.ListTableMetadata$ = ListTableMetadata$;
|
|
3135
3375
|
exports.ListTableMetadataCommand = ListTableMetadataCommand;
|
|
3376
|
+
exports.ListTableMetadataInput$ = ListTableMetadataInput$;
|
|
3377
|
+
exports.ListTableMetadataOutput$ = ListTableMetadataOutput$;
|
|
3378
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3136
3379
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3380
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
3381
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
3382
|
+
exports.ListWorkGroups$ = ListWorkGroups$;
|
|
3137
3383
|
exports.ListWorkGroupsCommand = ListWorkGroupsCommand;
|
|
3138
|
-
exports.
|
|
3384
|
+
exports.ListWorkGroupsInput$ = ListWorkGroupsInput$;
|
|
3385
|
+
exports.ListWorkGroupsOutput$ = ListWorkGroupsOutput$;
|
|
3386
|
+
exports.ManagedLoggingConfiguration$ = ManagedLoggingConfiguration$;
|
|
3387
|
+
exports.ManagedQueryResultsConfiguration$ = ManagedQueryResultsConfiguration$;
|
|
3388
|
+
exports.ManagedQueryResultsConfigurationUpdates$ = ManagedQueryResultsConfigurationUpdates$;
|
|
3389
|
+
exports.ManagedQueryResultsEncryptionConfiguration$ = ManagedQueryResultsEncryptionConfiguration$;
|
|
3390
|
+
exports.MetadataException = MetadataException;
|
|
3391
|
+
exports.MetadataException$ = MetadataException$;
|
|
3392
|
+
exports.MonitoringConfiguration$ = MonitoringConfiguration$;
|
|
3393
|
+
exports.NamedQuery$ = NamedQuery$;
|
|
3394
|
+
exports.NotebookMetadata$ = NotebookMetadata$;
|
|
3395
|
+
exports.NotebookSessionSummary$ = NotebookSessionSummary$;
|
|
3139
3396
|
exports.NotebookType = NotebookType;
|
|
3397
|
+
exports.PreparedStatement$ = PreparedStatement$;
|
|
3398
|
+
exports.PreparedStatementSummary$ = PreparedStatementSummary$;
|
|
3399
|
+
exports.PutCapacityAssignmentConfiguration$ = PutCapacityAssignmentConfiguration$;
|
|
3140
3400
|
exports.PutCapacityAssignmentConfigurationCommand = PutCapacityAssignmentConfigurationCommand;
|
|
3401
|
+
exports.PutCapacityAssignmentConfigurationInput$ = PutCapacityAssignmentConfigurationInput$;
|
|
3402
|
+
exports.PutCapacityAssignmentConfigurationOutput$ = PutCapacityAssignmentConfigurationOutput$;
|
|
3403
|
+
exports.QueryExecution$ = QueryExecution$;
|
|
3404
|
+
exports.QueryExecutionContext$ = QueryExecutionContext$;
|
|
3141
3405
|
exports.QueryExecutionState = QueryExecutionState;
|
|
3406
|
+
exports.QueryExecutionStatistics$ = QueryExecutionStatistics$;
|
|
3407
|
+
exports.QueryExecutionStatus$ = QueryExecutionStatus$;
|
|
3142
3408
|
exports.QueryResultType = QueryResultType;
|
|
3143
|
-
exports.
|
|
3409
|
+
exports.QueryResultsS3AccessGrantsConfiguration$ = QueryResultsS3AccessGrantsConfiguration$;
|
|
3410
|
+
exports.QueryRuntimeStatistics$ = QueryRuntimeStatistics$;
|
|
3411
|
+
exports.QueryRuntimeStatisticsRows$ = QueryRuntimeStatisticsRows$;
|
|
3412
|
+
exports.QueryRuntimeStatisticsTimeline$ = QueryRuntimeStatisticsTimeline$;
|
|
3413
|
+
exports.QueryStage$ = QueryStage$;
|
|
3414
|
+
exports.QueryStagePlanNode$ = QueryStagePlanNode$;
|
|
3415
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
3416
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3417
|
+
exports.ResultConfiguration$ = ResultConfiguration$;
|
|
3418
|
+
exports.ResultConfigurationUpdates$ = ResultConfigurationUpdates$;
|
|
3419
|
+
exports.ResultReuseByAgeConfiguration$ = ResultReuseByAgeConfiguration$;
|
|
3420
|
+
exports.ResultReuseConfiguration$ = ResultReuseConfiguration$;
|
|
3421
|
+
exports.ResultReuseInformation$ = ResultReuseInformation$;
|
|
3422
|
+
exports.ResultSet$ = ResultSet$;
|
|
3423
|
+
exports.ResultSetMetadata$ = ResultSetMetadata$;
|
|
3424
|
+
exports.Row$ = Row$;
|
|
3144
3425
|
exports.S3AclOption = S3AclOption;
|
|
3145
|
-
exports.
|
|
3426
|
+
exports.S3LoggingConfiguration$ = S3LoggingConfiguration$;
|
|
3427
|
+
exports.SessionAlreadyExistsException = SessionAlreadyExistsException;
|
|
3428
|
+
exports.SessionAlreadyExistsException$ = SessionAlreadyExistsException$;
|
|
3429
|
+
exports.SessionConfiguration$ = SessionConfiguration$;
|
|
3146
3430
|
exports.SessionState = SessionState;
|
|
3431
|
+
exports.SessionStatistics$ = SessionStatistics$;
|
|
3432
|
+
exports.SessionStatus$ = SessionStatus$;
|
|
3433
|
+
exports.SessionSummary$ = SessionSummary$;
|
|
3434
|
+
exports.StartCalculationExecution$ = StartCalculationExecution$;
|
|
3147
3435
|
exports.StartCalculationExecutionCommand = StartCalculationExecutionCommand;
|
|
3436
|
+
exports.StartCalculationExecutionRequest$ = StartCalculationExecutionRequest$;
|
|
3437
|
+
exports.StartCalculationExecutionResponse$ = StartCalculationExecutionResponse$;
|
|
3438
|
+
exports.StartQueryExecution$ = StartQueryExecution$;
|
|
3148
3439
|
exports.StartQueryExecutionCommand = StartQueryExecutionCommand;
|
|
3440
|
+
exports.StartQueryExecutionInput$ = StartQueryExecutionInput$;
|
|
3441
|
+
exports.StartQueryExecutionOutput$ = StartQueryExecutionOutput$;
|
|
3442
|
+
exports.StartSession$ = StartSession$;
|
|
3149
3443
|
exports.StartSessionCommand = StartSessionCommand;
|
|
3444
|
+
exports.StartSessionRequest$ = StartSessionRequest$;
|
|
3445
|
+
exports.StartSessionResponse$ = StartSessionResponse$;
|
|
3150
3446
|
exports.StatementType = StatementType;
|
|
3447
|
+
exports.StopCalculationExecution$ = StopCalculationExecution$;
|
|
3151
3448
|
exports.StopCalculationExecutionCommand = StopCalculationExecutionCommand;
|
|
3449
|
+
exports.StopCalculationExecutionRequest$ = StopCalculationExecutionRequest$;
|
|
3450
|
+
exports.StopCalculationExecutionResponse$ = StopCalculationExecutionResponse$;
|
|
3451
|
+
exports.StopQueryExecution$ = StopQueryExecution$;
|
|
3152
3452
|
exports.StopQueryExecutionCommand = StopQueryExecutionCommand;
|
|
3453
|
+
exports.StopQueryExecutionInput$ = StopQueryExecutionInput$;
|
|
3454
|
+
exports.StopQueryExecutionOutput$ = StopQueryExecutionOutput$;
|
|
3455
|
+
exports.TableMetadata$ = TableMetadata$;
|
|
3456
|
+
exports.Tag$ = Tag$;
|
|
3457
|
+
exports.TagResource$ = TagResource$;
|
|
3153
3458
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3459
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
3460
|
+
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
3461
|
+
exports.TerminateSession$ = TerminateSession$;
|
|
3154
3462
|
exports.TerminateSessionCommand = TerminateSessionCommand;
|
|
3463
|
+
exports.TerminateSessionRequest$ = TerminateSessionRequest$;
|
|
3464
|
+
exports.TerminateSessionResponse$ = TerminateSessionResponse$;
|
|
3155
3465
|
exports.ThrottleReason = ThrottleReason;
|
|
3156
|
-
exports.TooManyRequestsException = TooManyRequestsException
|
|
3466
|
+
exports.TooManyRequestsException = TooManyRequestsException;
|
|
3467
|
+
exports.TooManyRequestsException$ = TooManyRequestsException$;
|
|
3468
|
+
exports.UnprocessedNamedQueryId$ = UnprocessedNamedQueryId$;
|
|
3469
|
+
exports.UnprocessedPreparedStatementName$ = UnprocessedPreparedStatementName$;
|
|
3470
|
+
exports.UnprocessedQueryExecutionId$ = UnprocessedQueryExecutionId$;
|
|
3471
|
+
exports.UntagResource$ = UntagResource$;
|
|
3157
3472
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3473
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
3474
|
+
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
3475
|
+
exports.UpdateCapacityReservation$ = UpdateCapacityReservation$;
|
|
3158
3476
|
exports.UpdateCapacityReservationCommand = UpdateCapacityReservationCommand;
|
|
3477
|
+
exports.UpdateCapacityReservationInput$ = UpdateCapacityReservationInput$;
|
|
3478
|
+
exports.UpdateCapacityReservationOutput$ = UpdateCapacityReservationOutput$;
|
|
3479
|
+
exports.UpdateDataCatalog$ = UpdateDataCatalog$;
|
|
3159
3480
|
exports.UpdateDataCatalogCommand = UpdateDataCatalogCommand;
|
|
3481
|
+
exports.UpdateDataCatalogInput$ = UpdateDataCatalogInput$;
|
|
3482
|
+
exports.UpdateDataCatalogOutput$ = UpdateDataCatalogOutput$;
|
|
3483
|
+
exports.UpdateNamedQuery$ = UpdateNamedQuery$;
|
|
3160
3484
|
exports.UpdateNamedQueryCommand = UpdateNamedQueryCommand;
|
|
3485
|
+
exports.UpdateNamedQueryInput$ = UpdateNamedQueryInput$;
|
|
3486
|
+
exports.UpdateNamedQueryOutput$ = UpdateNamedQueryOutput$;
|
|
3487
|
+
exports.UpdateNotebook$ = UpdateNotebook$;
|
|
3161
3488
|
exports.UpdateNotebookCommand = UpdateNotebookCommand;
|
|
3489
|
+
exports.UpdateNotebookInput$ = UpdateNotebookInput$;
|
|
3490
|
+
exports.UpdateNotebookMetadata$ = UpdateNotebookMetadata$;
|
|
3162
3491
|
exports.UpdateNotebookMetadataCommand = UpdateNotebookMetadataCommand;
|
|
3492
|
+
exports.UpdateNotebookMetadataInput$ = UpdateNotebookMetadataInput$;
|
|
3493
|
+
exports.UpdateNotebookMetadataOutput$ = UpdateNotebookMetadataOutput$;
|
|
3494
|
+
exports.UpdateNotebookOutput$ = UpdateNotebookOutput$;
|
|
3495
|
+
exports.UpdatePreparedStatement$ = UpdatePreparedStatement$;
|
|
3163
3496
|
exports.UpdatePreparedStatementCommand = UpdatePreparedStatementCommand;
|
|
3497
|
+
exports.UpdatePreparedStatementInput$ = UpdatePreparedStatementInput$;
|
|
3498
|
+
exports.UpdatePreparedStatementOutput$ = UpdatePreparedStatementOutput$;
|
|
3499
|
+
exports.UpdateWorkGroup$ = UpdateWorkGroup$;
|
|
3164
3500
|
exports.UpdateWorkGroupCommand = UpdateWorkGroupCommand;
|
|
3501
|
+
exports.UpdateWorkGroupInput$ = UpdateWorkGroupInput$;
|
|
3502
|
+
exports.UpdateWorkGroupOutput$ = UpdateWorkGroupOutput$;
|
|
3503
|
+
exports.WorkGroup$ = WorkGroup$;
|
|
3504
|
+
exports.WorkGroupConfiguration$ = WorkGroupConfiguration$;
|
|
3505
|
+
exports.WorkGroupConfigurationUpdates$ = WorkGroupConfigurationUpdates$;
|
|
3165
3506
|
exports.WorkGroupState = WorkGroupState;
|
|
3507
|
+
exports.WorkGroupSummary$ = WorkGroupSummary$;
|
|
3166
3508
|
exports.paginateGetQueryResults = paginateGetQueryResults;
|
|
3167
3509
|
exports.paginateListApplicationDPUSizes = paginateListApplicationDPUSizes;
|
|
3168
3510
|
exports.paginateListCalculationExecutions = paginateListCalculationExecutions;
|