@aws-sdk/client-athena 3.218.0 → 3.221.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/Athena.js +345 -0
- package/dist-cjs/commands/CreateNotebookCommand.js +46 -0
- package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +46 -0
- package/dist-cjs/commands/DeleteNotebookCommand.js +46 -0
- package/dist-cjs/commands/ExportNotebookCommand.js +46 -0
- package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +46 -0
- package/dist-cjs/commands/GetCalculationExecutionCommand.js +46 -0
- package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +46 -0
- package/dist-cjs/commands/GetNotebookMetadataCommand.js +46 -0
- package/dist-cjs/commands/GetSessionCommand.js +46 -0
- package/dist-cjs/commands/GetSessionStatusCommand.js +46 -0
- package/dist-cjs/commands/ImportNotebookCommand.js +46 -0
- package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +46 -0
- package/dist-cjs/commands/ListCalculationExecutionsCommand.js +46 -0
- package/dist-cjs/commands/ListExecutorsCommand.js +46 -0
- package/dist-cjs/commands/ListNotebookMetadataCommand.js +46 -0
- package/dist-cjs/commands/ListNotebookSessionsCommand.js +46 -0
- package/dist-cjs/commands/ListSessionsCommand.js +46 -0
- package/dist-cjs/commands/StartCalculationExecutionCommand.js +46 -0
- package/dist-cjs/commands/StartSessionCommand.js +46 -0
- package/dist-cjs/commands/StopCalculationExecutionCommand.js +46 -0
- package/dist-cjs/commands/TerminateSessionCommand.js +46 -0
- package/dist-cjs/commands/UpdateNotebookCommand.js +46 -0
- package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +46 -0
- package/dist-cjs/commands/index.js +23 -0
- package/dist-cjs/models/models_0.js +322 -18
- package/dist-cjs/pagination/ListApplicationDPUSizesPaginator.js +36 -0
- package/dist-cjs/pagination/ListCalculationExecutionsPaginator.js +36 -0
- package/dist-cjs/pagination/ListExecutorsPaginator.js +36 -0
- package/dist-cjs/pagination/ListSessionsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1908 -183
- package/dist-es/Athena.js +345 -0
- package/dist-es/commands/CreateNotebookCommand.js +42 -0
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +42 -0
- package/dist-es/commands/DeleteNotebookCommand.js +42 -0
- package/dist-es/commands/ExportNotebookCommand.js +42 -0
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +42 -0
- package/dist-es/commands/GetCalculationExecutionCommand.js +42 -0
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +42 -0
- package/dist-es/commands/GetNotebookMetadataCommand.js +42 -0
- package/dist-es/commands/GetSessionCommand.js +42 -0
- package/dist-es/commands/GetSessionStatusCommand.js +42 -0
- package/dist-es/commands/ImportNotebookCommand.js +42 -0
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +42 -0
- package/dist-es/commands/ListCalculationExecutionsCommand.js +42 -0
- package/dist-es/commands/ListExecutorsCommand.js +42 -0
- package/dist-es/commands/ListNotebookMetadataCommand.js +42 -0
- package/dist-es/commands/ListNotebookSessionsCommand.js +42 -0
- package/dist-es/commands/ListSessionsCommand.js +42 -0
- package/dist-es/commands/StartCalculationExecutionCommand.js +42 -0
- package/dist-es/commands/StartSessionCommand.js +42 -0
- package/dist-es/commands/StopCalculationExecutionCommand.js +42 -0
- package/dist-es/commands/TerminateSessionCommand.js +42 -0
- package/dist-es/commands/UpdateNotebookCommand.js +42 -0
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +42 -0
- package/dist-es/commands/index.js +23 -0
- package/dist-es/models/models_0.js +254 -14
- package/dist-es/pagination/ListApplicationDPUSizesPaginator.js +32 -0
- package/dist-es/pagination/ListCalculationExecutionsPaginator.js +32 -0
- package/dist-es/pagination/ListExecutorsPaginator.js +32 -0
- package/dist-es/pagination/ListSessionsPaginator.js +32 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1835 -157
- package/dist-types/Athena.d.ts +212 -8
- package/dist-types/AthenaClient.d.ts +25 -2
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +5 -1
- package/dist-types/commands/CreateNotebookCommand.d.ts +39 -0
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +39 -0
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +4 -1
- package/dist-types/commands/DeleteNotebookCommand.d.ts +37 -0
- package/dist-types/commands/ExportNotebookCommand.d.ts +37 -0
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +38 -0
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +37 -0
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +37 -0
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +37 -0
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -4
- package/dist-types/commands/GetSessionCommand.d.ts +38 -0
- package/dist-types/commands/GetSessionStatusCommand.d.ts +37 -0
- package/dist-types/commands/ImportNotebookCommand.d.ts +39 -0
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +38 -0
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +38 -0
- package/dist-types/commands/ListExecutorsCommand.d.ts +39 -0
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +37 -0
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +40 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +40 -0
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +38 -0
- package/dist-types/commands/StartSessionCommand.d.ts +38 -0
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +46 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +41 -0
- package/dist-types/commands/UpdateNotebookCommand.d.ts +37 -0
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +37 -0
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +5 -2
- package/dist-types/commands/index.d.ts +23 -0
- package/dist-types/models/models_0.d.ts +1511 -101
- package/dist-types/pagination/ListApplicationDPUSizesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListCalculationExecutionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListExecutorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +69 -0
- package/dist-types/ts3.4/Athena.d.ts +391 -0
- package/dist-types/ts3.4/AthenaClient.d.ts +138 -0
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/dist-types/ts3.4/models/models_0.d.ts +538 -21
- package/dist-types/ts3.4/pagination/ListApplicationDPUSizesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCalculationExecutionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListExecutorsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSessionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +276 -0
- package/package.json +1 -1
|
@@ -184,6 +184,26 @@ export interface CreateNamedQueryInput {
|
|
|
184
184
|
export interface CreateNamedQueryOutput {
|
|
185
185
|
NamedQueryId?: string;
|
|
186
186
|
}
|
|
187
|
+
export interface CreateNotebookInput {
|
|
188
|
+
WorkGroup: string | undefined;
|
|
189
|
+
Name: string | undefined;
|
|
190
|
+
ClientRequestToken?: string;
|
|
191
|
+
}
|
|
192
|
+
export interface CreateNotebookOutput {
|
|
193
|
+
NotebookId?: string;
|
|
194
|
+
}
|
|
195
|
+
export declare enum ThrottleReason {
|
|
196
|
+
CONCURRENT_QUERY_LIMIT_EXCEEDED = "CONCURRENT_QUERY_LIMIT_EXCEEDED",
|
|
197
|
+
}
|
|
198
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
199
|
+
readonly name: "TooManyRequestsException";
|
|
200
|
+
readonly $fault: "client";
|
|
201
|
+
Message?: string;
|
|
202
|
+
Reason?: ThrottleReason | string;
|
|
203
|
+
constructor(
|
|
204
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
205
|
+
);
|
|
206
|
+
}
|
|
187
207
|
export interface CreatePreparedStatementInput {
|
|
188
208
|
StatementName: string | undefined;
|
|
189
209
|
WorkGroup: string | undefined;
|
|
@@ -191,6 +211,26 @@ export interface CreatePreparedStatementInput {
|
|
|
191
211
|
Description?: string;
|
|
192
212
|
}
|
|
193
213
|
export interface CreatePreparedStatementOutput {}
|
|
214
|
+
export interface CreatePresignedNotebookUrlRequest {
|
|
215
|
+
SessionId: string | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface CreatePresignedNotebookUrlResponse {
|
|
218
|
+
NotebookUrl: string | undefined;
|
|
219
|
+
AuthToken: string | undefined;
|
|
220
|
+
AuthTokenExpirationTime: number | undefined;
|
|
221
|
+
}
|
|
222
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
223
|
+
readonly name: "ResourceNotFoundException";
|
|
224
|
+
readonly $fault: "client";
|
|
225
|
+
Message?: string;
|
|
226
|
+
ResourceName?: string;
|
|
227
|
+
constructor(
|
|
228
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
229
|
+
);
|
|
230
|
+
}
|
|
231
|
+
export interface CustomerContentEncryptionConfiguration {
|
|
232
|
+
KmsKey: string | undefined;
|
|
233
|
+
}
|
|
194
234
|
export interface WorkGroupConfiguration {
|
|
195
235
|
ResultConfiguration?: ResultConfiguration;
|
|
196
236
|
EnforceWorkGroupConfiguration?: boolean;
|
|
@@ -198,6 +238,9 @@ export interface WorkGroupConfiguration {
|
|
|
198
238
|
BytesScannedCutoffPerQuery?: number;
|
|
199
239
|
RequesterPaysEnabled?: boolean;
|
|
200
240
|
EngineVersion?: EngineVersion;
|
|
241
|
+
AdditionalConfiguration?: string;
|
|
242
|
+
ExecutionRole?: string;
|
|
243
|
+
CustomerContentEncryptionConfiguration?: CustomerContentEncryptionConfiguration;
|
|
201
244
|
}
|
|
202
245
|
export interface CreateWorkGroupInput {
|
|
203
246
|
Name: string | undefined;
|
|
@@ -214,25 +257,89 @@ export interface DeleteNamedQueryInput {
|
|
|
214
257
|
NamedQueryId?: string;
|
|
215
258
|
}
|
|
216
259
|
export interface DeleteNamedQueryOutput {}
|
|
260
|
+
export interface DeleteNotebookInput {
|
|
261
|
+
NotebookId: string | undefined;
|
|
262
|
+
}
|
|
263
|
+
export interface DeleteNotebookOutput {}
|
|
217
264
|
export interface DeletePreparedStatementInput {
|
|
218
265
|
StatementName: string | undefined;
|
|
219
266
|
WorkGroup: string | undefined;
|
|
220
267
|
}
|
|
221
268
|
export interface DeletePreparedStatementOutput {}
|
|
222
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
223
|
-
readonly name: "ResourceNotFoundException";
|
|
224
|
-
readonly $fault: "client";
|
|
225
|
-
Message?: string;
|
|
226
|
-
ResourceName?: string;
|
|
227
|
-
constructor(
|
|
228
|
-
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
229
|
-
);
|
|
230
|
-
}
|
|
231
269
|
export interface DeleteWorkGroupInput {
|
|
232
270
|
WorkGroup: string | undefined;
|
|
233
271
|
RecursiveDeleteOption?: boolean;
|
|
234
272
|
}
|
|
235
273
|
export interface DeleteWorkGroupOutput {}
|
|
274
|
+
export interface ExportNotebookInput {
|
|
275
|
+
NotebookId: string | undefined;
|
|
276
|
+
}
|
|
277
|
+
export declare enum NotebookType {
|
|
278
|
+
IPYNB = "IPYNB",
|
|
279
|
+
}
|
|
280
|
+
export interface NotebookMetadata {
|
|
281
|
+
NotebookId?: string;
|
|
282
|
+
Name?: string;
|
|
283
|
+
WorkGroup?: string;
|
|
284
|
+
CreationTime?: Date;
|
|
285
|
+
Type?: NotebookType | string;
|
|
286
|
+
LastModifiedTime?: Date;
|
|
287
|
+
}
|
|
288
|
+
export interface ExportNotebookOutput {
|
|
289
|
+
NotebookMetadata?: NotebookMetadata;
|
|
290
|
+
Payload?: string;
|
|
291
|
+
}
|
|
292
|
+
export interface GetCalculationExecutionRequest {
|
|
293
|
+
CalculationExecutionId: string | undefined;
|
|
294
|
+
}
|
|
295
|
+
export interface CalculationResult {
|
|
296
|
+
StdOutS3Uri?: string;
|
|
297
|
+
StdErrorS3Uri?: string;
|
|
298
|
+
ResultS3Uri?: string;
|
|
299
|
+
ResultType?: string;
|
|
300
|
+
}
|
|
301
|
+
export interface CalculationStatistics {
|
|
302
|
+
DpuExecutionInMillis?: number;
|
|
303
|
+
Progress?: string;
|
|
304
|
+
}
|
|
305
|
+
export declare enum CalculationExecutionState {
|
|
306
|
+
CANCELED = "CANCELED",
|
|
307
|
+
CANCELING = "CANCELING",
|
|
308
|
+
COMPLETED = "COMPLETED",
|
|
309
|
+
CREATED = "CREATED",
|
|
310
|
+
CREATING = "CREATING",
|
|
311
|
+
FAILED = "FAILED",
|
|
312
|
+
QUEUED = "QUEUED",
|
|
313
|
+
RUNNING = "RUNNING",
|
|
314
|
+
}
|
|
315
|
+
export interface CalculationStatus {
|
|
316
|
+
SubmissionDateTime?: Date;
|
|
317
|
+
CompletionDateTime?: Date;
|
|
318
|
+
State?: CalculationExecutionState | string;
|
|
319
|
+
StateChangeReason?: string;
|
|
320
|
+
}
|
|
321
|
+
export interface GetCalculationExecutionResponse {
|
|
322
|
+
CalculationExecutionId?: string;
|
|
323
|
+
SessionId?: string;
|
|
324
|
+
Description?: string;
|
|
325
|
+
WorkingDirectory?: string;
|
|
326
|
+
Status?: CalculationStatus;
|
|
327
|
+
Statistics?: CalculationStatistics;
|
|
328
|
+
Result?: CalculationResult;
|
|
329
|
+
}
|
|
330
|
+
export interface GetCalculationExecutionCodeRequest {
|
|
331
|
+
CalculationExecutionId: string | undefined;
|
|
332
|
+
}
|
|
333
|
+
export interface GetCalculationExecutionCodeResponse {
|
|
334
|
+
CodeBlock?: string;
|
|
335
|
+
}
|
|
336
|
+
export interface GetCalculationExecutionStatusRequest {
|
|
337
|
+
CalculationExecutionId: string | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface GetCalculationExecutionStatusResponse {
|
|
340
|
+
Status?: CalculationStatus;
|
|
341
|
+
Statistics?: CalculationStatistics;
|
|
342
|
+
}
|
|
236
343
|
export interface GetDatabaseInput {
|
|
237
344
|
CatalogName: string | undefined;
|
|
238
345
|
DatabaseName: string | undefined;
|
|
@@ -269,6 +376,12 @@ export interface GetNamedQueryInput {
|
|
|
269
376
|
export interface GetNamedQueryOutput {
|
|
270
377
|
NamedQuery?: NamedQuery;
|
|
271
378
|
}
|
|
379
|
+
export interface GetNotebookMetadataInput {
|
|
380
|
+
NotebookId: string | undefined;
|
|
381
|
+
}
|
|
382
|
+
export interface GetNotebookMetadataOutput {
|
|
383
|
+
NotebookMetadata?: NotebookMetadata;
|
|
384
|
+
}
|
|
272
385
|
export interface GetPreparedStatementInput {
|
|
273
386
|
StatementName: string | undefined;
|
|
274
387
|
WorkGroup: string | undefined;
|
|
@@ -322,18 +435,6 @@ export interface GetQueryResultsOutput {
|
|
|
322
435
|
ResultSet?: ResultSet;
|
|
323
436
|
NextToken?: string;
|
|
324
437
|
}
|
|
325
|
-
export declare enum ThrottleReason {
|
|
326
|
-
CONCURRENT_QUERY_LIMIT_EXCEEDED = "CONCURRENT_QUERY_LIMIT_EXCEEDED",
|
|
327
|
-
}
|
|
328
|
-
export declare class TooManyRequestsException extends __BaseException {
|
|
329
|
-
readonly name: "TooManyRequestsException";
|
|
330
|
-
readonly $fault: "client";
|
|
331
|
-
Message?: string;
|
|
332
|
-
Reason?: ThrottleReason | string;
|
|
333
|
-
constructor(
|
|
334
|
-
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
335
|
-
);
|
|
336
|
-
}
|
|
337
438
|
export interface GetQueryRuntimeStatisticsInput {
|
|
338
439
|
QueryExecutionId: string | undefined;
|
|
339
440
|
}
|
|
@@ -350,6 +451,60 @@ export interface QueryRuntimeStatisticsTimeline {
|
|
|
350
451
|
ServiceProcessingTimeInMillis?: number;
|
|
351
452
|
TotalExecutionTimeInMillis?: number;
|
|
352
453
|
}
|
|
454
|
+
export interface GetSessionRequest {
|
|
455
|
+
SessionId: string | undefined;
|
|
456
|
+
}
|
|
457
|
+
export interface EngineConfiguration {
|
|
458
|
+
CoordinatorDpuSize?: number;
|
|
459
|
+
MaxConcurrentDpus: number | undefined;
|
|
460
|
+
DefaultExecutorDpuSize?: number;
|
|
461
|
+
AdditionalConfigs?: Record<string, string>;
|
|
462
|
+
}
|
|
463
|
+
export interface SessionConfiguration {
|
|
464
|
+
ExecutionRole?: string;
|
|
465
|
+
WorkingDirectory?: string;
|
|
466
|
+
IdleTimeoutSeconds?: number;
|
|
467
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
468
|
+
}
|
|
469
|
+
export interface SessionStatistics {
|
|
470
|
+
DpuExecutionInMillis?: number;
|
|
471
|
+
}
|
|
472
|
+
export declare enum SessionState {
|
|
473
|
+
BUSY = "BUSY",
|
|
474
|
+
CREATED = "CREATED",
|
|
475
|
+
CREATING = "CREATING",
|
|
476
|
+
DEGRADED = "DEGRADED",
|
|
477
|
+
FAILED = "FAILED",
|
|
478
|
+
IDLE = "IDLE",
|
|
479
|
+
TERMINATED = "TERMINATED",
|
|
480
|
+
TERMINATING = "TERMINATING",
|
|
481
|
+
}
|
|
482
|
+
export interface SessionStatus {
|
|
483
|
+
StartDateTime?: Date;
|
|
484
|
+
LastModifiedDateTime?: Date;
|
|
485
|
+
EndDateTime?: Date;
|
|
486
|
+
IdleSinceDateTime?: Date;
|
|
487
|
+
State?: SessionState | string;
|
|
488
|
+
StateChangeReason?: string;
|
|
489
|
+
}
|
|
490
|
+
export interface GetSessionResponse {
|
|
491
|
+
SessionId?: string;
|
|
492
|
+
Description?: string;
|
|
493
|
+
WorkGroup?: string;
|
|
494
|
+
EngineVersion?: string;
|
|
495
|
+
EngineConfiguration?: EngineConfiguration;
|
|
496
|
+
NotebookVersion?: string;
|
|
497
|
+
SessionConfiguration?: SessionConfiguration;
|
|
498
|
+
Status?: SessionStatus;
|
|
499
|
+
Statistics?: SessionStatistics;
|
|
500
|
+
}
|
|
501
|
+
export interface GetSessionStatusRequest {
|
|
502
|
+
SessionId: string | undefined;
|
|
503
|
+
}
|
|
504
|
+
export interface GetSessionStatusResponse {
|
|
505
|
+
SessionId?: string;
|
|
506
|
+
Status?: SessionStatus;
|
|
507
|
+
}
|
|
353
508
|
export interface GetTableMetadataInput {
|
|
354
509
|
CatalogName: string | undefined;
|
|
355
510
|
DatabaseName: string | undefined;
|
|
@@ -389,6 +544,43 @@ export interface WorkGroup {
|
|
|
389
544
|
export interface GetWorkGroupOutput {
|
|
390
545
|
WorkGroup?: WorkGroup;
|
|
391
546
|
}
|
|
547
|
+
export interface ImportNotebookInput {
|
|
548
|
+
WorkGroup: string | undefined;
|
|
549
|
+
Name: string | undefined;
|
|
550
|
+
Payload: string | undefined;
|
|
551
|
+
Type: NotebookType | string | undefined;
|
|
552
|
+
ClientRequestToken?: string;
|
|
553
|
+
}
|
|
554
|
+
export interface ImportNotebookOutput {
|
|
555
|
+
NotebookId?: string;
|
|
556
|
+
}
|
|
557
|
+
export interface ListApplicationDPUSizesInput {
|
|
558
|
+
MaxResults?: number;
|
|
559
|
+
NextToken?: string;
|
|
560
|
+
}
|
|
561
|
+
export interface ApplicationDPUSizes {
|
|
562
|
+
ApplicationRuntimeId?: string;
|
|
563
|
+
SupportedDPUSizes?: number[];
|
|
564
|
+
}
|
|
565
|
+
export interface ListApplicationDPUSizesOutput {
|
|
566
|
+
ApplicationDPUSizes?: ApplicationDPUSizes[];
|
|
567
|
+
NextToken?: string;
|
|
568
|
+
}
|
|
569
|
+
export interface ListCalculationExecutionsRequest {
|
|
570
|
+
SessionId: string | undefined;
|
|
571
|
+
StateFilter?: CalculationExecutionState | string;
|
|
572
|
+
MaxResults?: number;
|
|
573
|
+
NextToken?: string;
|
|
574
|
+
}
|
|
575
|
+
export interface CalculationSummary {
|
|
576
|
+
CalculationExecutionId?: string;
|
|
577
|
+
Description?: string;
|
|
578
|
+
Status?: CalculationStatus;
|
|
579
|
+
}
|
|
580
|
+
export interface ListCalculationExecutionsResponse {
|
|
581
|
+
NextToken?: string;
|
|
582
|
+
Calculations?: CalculationSummary[];
|
|
583
|
+
}
|
|
392
584
|
export interface ListDatabasesInput {
|
|
393
585
|
CatalogName: string | undefined;
|
|
394
586
|
NextToken?: string;
|
|
@@ -418,6 +610,38 @@ export interface ListEngineVersionsOutput {
|
|
|
418
610
|
EngineVersions?: EngineVersion[];
|
|
419
611
|
NextToken?: string;
|
|
420
612
|
}
|
|
613
|
+
export declare enum ExecutorState {
|
|
614
|
+
CREATED = "CREATED",
|
|
615
|
+
CREATING = "CREATING",
|
|
616
|
+
FAILED = "FAILED",
|
|
617
|
+
REGISTERED = "REGISTERED",
|
|
618
|
+
TERMINATED = "TERMINATED",
|
|
619
|
+
TERMINATING = "TERMINATING",
|
|
620
|
+
}
|
|
621
|
+
export interface ListExecutorsRequest {
|
|
622
|
+
SessionId: string | undefined;
|
|
623
|
+
ExecutorStateFilter?: ExecutorState | string;
|
|
624
|
+
MaxResults?: number;
|
|
625
|
+
NextToken?: string;
|
|
626
|
+
}
|
|
627
|
+
export declare enum ExecutorType {
|
|
628
|
+
COORDINATOR = "COORDINATOR",
|
|
629
|
+
GATEWAY = "GATEWAY",
|
|
630
|
+
WORKER = "WORKER",
|
|
631
|
+
}
|
|
632
|
+
export interface ExecutorsSummary {
|
|
633
|
+
ExecutorId: string | undefined;
|
|
634
|
+
ExecutorType?: ExecutorType | string;
|
|
635
|
+
StartDateTime?: number;
|
|
636
|
+
TerminationDateTime?: number;
|
|
637
|
+
ExecutorState?: ExecutorState | string;
|
|
638
|
+
ExecutorSize?: number;
|
|
639
|
+
}
|
|
640
|
+
export interface ListExecutorsResponse {
|
|
641
|
+
SessionId: string | undefined;
|
|
642
|
+
NextToken?: string;
|
|
643
|
+
ExecutorsSummary?: ExecutorsSummary[];
|
|
644
|
+
}
|
|
421
645
|
export interface ListNamedQueriesInput {
|
|
422
646
|
NextToken?: string;
|
|
423
647
|
MaxResults?: number;
|
|
@@ -427,6 +651,32 @@ export interface ListNamedQueriesOutput {
|
|
|
427
651
|
NamedQueryIds?: string[];
|
|
428
652
|
NextToken?: string;
|
|
429
653
|
}
|
|
654
|
+
export interface FilterDefinition {
|
|
655
|
+
Name?: string;
|
|
656
|
+
}
|
|
657
|
+
export interface ListNotebookMetadataInput {
|
|
658
|
+
Filters?: FilterDefinition;
|
|
659
|
+
NextToken?: string;
|
|
660
|
+
MaxResults?: number;
|
|
661
|
+
WorkGroup: string | undefined;
|
|
662
|
+
}
|
|
663
|
+
export interface ListNotebookMetadataOutput {
|
|
664
|
+
NextToken?: string;
|
|
665
|
+
NotebookMetadataList?: NotebookMetadata[];
|
|
666
|
+
}
|
|
667
|
+
export interface ListNotebookSessionsRequest {
|
|
668
|
+
NotebookId: string | undefined;
|
|
669
|
+
MaxResults?: number;
|
|
670
|
+
NextToken?: string;
|
|
671
|
+
}
|
|
672
|
+
export interface NotebookSessionSummary {
|
|
673
|
+
SessionId?: string;
|
|
674
|
+
CreationTime?: Date;
|
|
675
|
+
}
|
|
676
|
+
export interface ListNotebookSessionsResponse {
|
|
677
|
+
NotebookSessionsList: NotebookSessionSummary[] | undefined;
|
|
678
|
+
NextToken?: string;
|
|
679
|
+
}
|
|
430
680
|
export interface ListPreparedStatementsInput {
|
|
431
681
|
WorkGroup: string | undefined;
|
|
432
682
|
NextToken?: string;
|
|
@@ -449,6 +699,23 @@ export interface ListQueryExecutionsOutput {
|
|
|
449
699
|
QueryExecutionIds?: string[];
|
|
450
700
|
NextToken?: string;
|
|
451
701
|
}
|
|
702
|
+
export interface ListSessionsRequest {
|
|
703
|
+
WorkGroup: string | undefined;
|
|
704
|
+
StateFilter?: SessionState | string;
|
|
705
|
+
MaxResults?: number;
|
|
706
|
+
NextToken?: string;
|
|
707
|
+
}
|
|
708
|
+
export interface SessionSummary {
|
|
709
|
+
SessionId?: string;
|
|
710
|
+
Description?: string;
|
|
711
|
+
EngineVersion?: EngineVersion;
|
|
712
|
+
NotebookVersion?: string;
|
|
713
|
+
Status?: SessionStatus;
|
|
714
|
+
}
|
|
715
|
+
export interface ListSessionsResponse {
|
|
716
|
+
NextToken?: string;
|
|
717
|
+
Sessions?: SessionSummary[];
|
|
718
|
+
}
|
|
452
719
|
export interface ListTableMetadataInput {
|
|
453
720
|
CatalogName: string | undefined;
|
|
454
721
|
DatabaseName: string | undefined;
|
|
@@ -484,6 +751,20 @@ export interface ListWorkGroupsOutput {
|
|
|
484
751
|
WorkGroups?: WorkGroupSummary[];
|
|
485
752
|
NextToken?: string;
|
|
486
753
|
}
|
|
754
|
+
export interface CalculationConfiguration {
|
|
755
|
+
CodeBlock?: string;
|
|
756
|
+
}
|
|
757
|
+
export interface StartCalculationExecutionRequest {
|
|
758
|
+
SessionId: string | undefined;
|
|
759
|
+
Description?: string;
|
|
760
|
+
CalculationConfiguration?: CalculationConfiguration;
|
|
761
|
+
CodeBlock?: string;
|
|
762
|
+
ClientRequestToken?: string;
|
|
763
|
+
}
|
|
764
|
+
export interface StartCalculationExecutionResponse {
|
|
765
|
+
CalculationExecutionId?: string;
|
|
766
|
+
State?: CalculationExecutionState | string;
|
|
767
|
+
}
|
|
487
768
|
export interface StartQueryExecutionInput {
|
|
488
769
|
QueryString: string | undefined;
|
|
489
770
|
ClientRequestToken?: string;
|
|
@@ -496,6 +777,32 @@ export interface StartQueryExecutionInput {
|
|
|
496
777
|
export interface StartQueryExecutionOutput {
|
|
497
778
|
QueryExecutionId?: string;
|
|
498
779
|
}
|
|
780
|
+
export declare class SessionAlreadyExistsException extends __BaseException {
|
|
781
|
+
readonly name: "SessionAlreadyExistsException";
|
|
782
|
+
readonly $fault: "client";
|
|
783
|
+
Message?: string;
|
|
784
|
+
constructor(
|
|
785
|
+
opts: __ExceptionOptionType<SessionAlreadyExistsException, __BaseException>
|
|
786
|
+
);
|
|
787
|
+
}
|
|
788
|
+
export interface StartSessionRequest {
|
|
789
|
+
Description?: string;
|
|
790
|
+
WorkGroup: string | undefined;
|
|
791
|
+
EngineConfiguration: EngineConfiguration | undefined;
|
|
792
|
+
NotebookVersion?: string;
|
|
793
|
+
SessionIdleTimeoutInMinutes?: number;
|
|
794
|
+
ClientRequestToken?: string;
|
|
795
|
+
}
|
|
796
|
+
export interface StartSessionResponse {
|
|
797
|
+
SessionId?: string;
|
|
798
|
+
State?: SessionState | string;
|
|
799
|
+
}
|
|
800
|
+
export interface StopCalculationExecutionRequest {
|
|
801
|
+
CalculationExecutionId: string | undefined;
|
|
802
|
+
}
|
|
803
|
+
export interface StopCalculationExecutionResponse {
|
|
804
|
+
State?: CalculationExecutionState | string;
|
|
805
|
+
}
|
|
499
806
|
export interface StopQueryExecutionInput {
|
|
500
807
|
QueryExecutionId?: string;
|
|
501
808
|
}
|
|
@@ -505,6 +812,12 @@ export interface TagResourceInput {
|
|
|
505
812
|
Tags: Tag[] | undefined;
|
|
506
813
|
}
|
|
507
814
|
export interface TagResourceOutput {}
|
|
815
|
+
export interface TerminateSessionRequest {
|
|
816
|
+
SessionId: string | undefined;
|
|
817
|
+
}
|
|
818
|
+
export interface TerminateSessionResponse {
|
|
819
|
+
State?: SessionState | string;
|
|
820
|
+
}
|
|
508
821
|
export interface UntagResourceInput {
|
|
509
822
|
ResourceARN: string | undefined;
|
|
510
823
|
TagKeys: string[] | undefined;
|
|
@@ -524,6 +837,20 @@ export interface UpdateNamedQueryInput {
|
|
|
524
837
|
QueryString: string | undefined;
|
|
525
838
|
}
|
|
526
839
|
export interface UpdateNamedQueryOutput {}
|
|
840
|
+
export interface UpdateNotebookInput {
|
|
841
|
+
NotebookId: string | undefined;
|
|
842
|
+
Payload?: string;
|
|
843
|
+
Type?: NotebookType | string;
|
|
844
|
+
SessionId?: string;
|
|
845
|
+
ClientRequestToken?: string;
|
|
846
|
+
}
|
|
847
|
+
export interface UpdateNotebookOutput {}
|
|
848
|
+
export interface UpdateNotebookMetadataInput {
|
|
849
|
+
NotebookId: string | undefined;
|
|
850
|
+
ClientRequestToken?: string;
|
|
851
|
+
Name: string | undefined;
|
|
852
|
+
}
|
|
853
|
+
export interface UpdateNotebookMetadataOutput {}
|
|
527
854
|
export interface UpdatePreparedStatementInput {
|
|
528
855
|
StatementName: string | undefined;
|
|
529
856
|
WorkGroup: string | undefined;
|
|
@@ -549,6 +876,10 @@ export interface WorkGroupConfigurationUpdates {
|
|
|
549
876
|
RemoveBytesScannedCutoffPerQuery?: boolean;
|
|
550
877
|
RequesterPaysEnabled?: boolean;
|
|
551
878
|
EngineVersion?: EngineVersion;
|
|
879
|
+
RemoveCustomerContentEncryptionConfiguration?: boolean;
|
|
880
|
+
AdditionalConfiguration?: string;
|
|
881
|
+
ExecutionRole?: string;
|
|
882
|
+
CustomerContentEncryptionConfiguration?: CustomerContentEncryptionConfiguration;
|
|
552
883
|
}
|
|
553
884
|
export interface UpdateWorkGroupInput {
|
|
554
885
|
WorkGroup: string | undefined;
|
|
@@ -660,12 +991,27 @@ export declare const CreateNamedQueryInputFilterSensitiveLog: (
|
|
|
660
991
|
export declare const CreateNamedQueryOutputFilterSensitiveLog: (
|
|
661
992
|
obj: CreateNamedQueryOutput
|
|
662
993
|
) => any;
|
|
994
|
+
export declare const CreateNotebookInputFilterSensitiveLog: (
|
|
995
|
+
obj: CreateNotebookInput
|
|
996
|
+
) => any;
|
|
997
|
+
export declare const CreateNotebookOutputFilterSensitiveLog: (
|
|
998
|
+
obj: CreateNotebookOutput
|
|
999
|
+
) => any;
|
|
663
1000
|
export declare const CreatePreparedStatementInputFilterSensitiveLog: (
|
|
664
1001
|
obj: CreatePreparedStatementInput
|
|
665
1002
|
) => any;
|
|
666
1003
|
export declare const CreatePreparedStatementOutputFilterSensitiveLog: (
|
|
667
1004
|
obj: CreatePreparedStatementOutput
|
|
668
1005
|
) => any;
|
|
1006
|
+
export declare const CreatePresignedNotebookUrlRequestFilterSensitiveLog: (
|
|
1007
|
+
obj: CreatePresignedNotebookUrlRequest
|
|
1008
|
+
) => any;
|
|
1009
|
+
export declare const CreatePresignedNotebookUrlResponseFilterSensitiveLog: (
|
|
1010
|
+
obj: CreatePresignedNotebookUrlResponse
|
|
1011
|
+
) => any;
|
|
1012
|
+
export declare const CustomerContentEncryptionConfigurationFilterSensitiveLog: (
|
|
1013
|
+
obj: CustomerContentEncryptionConfiguration
|
|
1014
|
+
) => any;
|
|
669
1015
|
export declare const WorkGroupConfigurationFilterSensitiveLog: (
|
|
670
1016
|
obj: WorkGroupConfiguration
|
|
671
1017
|
) => any;
|
|
@@ -687,6 +1033,12 @@ export declare const DeleteNamedQueryInputFilterSensitiveLog: (
|
|
|
687
1033
|
export declare const DeleteNamedQueryOutputFilterSensitiveLog: (
|
|
688
1034
|
obj: DeleteNamedQueryOutput
|
|
689
1035
|
) => any;
|
|
1036
|
+
export declare const DeleteNotebookInputFilterSensitiveLog: (
|
|
1037
|
+
obj: DeleteNotebookInput
|
|
1038
|
+
) => any;
|
|
1039
|
+
export declare const DeleteNotebookOutputFilterSensitiveLog: (
|
|
1040
|
+
obj: DeleteNotebookOutput
|
|
1041
|
+
) => any;
|
|
690
1042
|
export declare const DeletePreparedStatementInputFilterSensitiveLog: (
|
|
691
1043
|
obj: DeletePreparedStatementInput
|
|
692
1044
|
) => any;
|
|
@@ -699,6 +1051,42 @@ export declare const DeleteWorkGroupInputFilterSensitiveLog: (
|
|
|
699
1051
|
export declare const DeleteWorkGroupOutputFilterSensitiveLog: (
|
|
700
1052
|
obj: DeleteWorkGroupOutput
|
|
701
1053
|
) => any;
|
|
1054
|
+
export declare const ExportNotebookInputFilterSensitiveLog: (
|
|
1055
|
+
obj: ExportNotebookInput
|
|
1056
|
+
) => any;
|
|
1057
|
+
export declare const NotebookMetadataFilterSensitiveLog: (
|
|
1058
|
+
obj: NotebookMetadata
|
|
1059
|
+
) => any;
|
|
1060
|
+
export declare const ExportNotebookOutputFilterSensitiveLog: (
|
|
1061
|
+
obj: ExportNotebookOutput
|
|
1062
|
+
) => any;
|
|
1063
|
+
export declare const GetCalculationExecutionRequestFilterSensitiveLog: (
|
|
1064
|
+
obj: GetCalculationExecutionRequest
|
|
1065
|
+
) => any;
|
|
1066
|
+
export declare const CalculationResultFilterSensitiveLog: (
|
|
1067
|
+
obj: CalculationResult
|
|
1068
|
+
) => any;
|
|
1069
|
+
export declare const CalculationStatisticsFilterSensitiveLog: (
|
|
1070
|
+
obj: CalculationStatistics
|
|
1071
|
+
) => any;
|
|
1072
|
+
export declare const CalculationStatusFilterSensitiveLog: (
|
|
1073
|
+
obj: CalculationStatus
|
|
1074
|
+
) => any;
|
|
1075
|
+
export declare const GetCalculationExecutionResponseFilterSensitiveLog: (
|
|
1076
|
+
obj: GetCalculationExecutionResponse
|
|
1077
|
+
) => any;
|
|
1078
|
+
export declare const GetCalculationExecutionCodeRequestFilterSensitiveLog: (
|
|
1079
|
+
obj: GetCalculationExecutionCodeRequest
|
|
1080
|
+
) => any;
|
|
1081
|
+
export declare const GetCalculationExecutionCodeResponseFilterSensitiveLog: (
|
|
1082
|
+
obj: GetCalculationExecutionCodeResponse
|
|
1083
|
+
) => any;
|
|
1084
|
+
export declare const GetCalculationExecutionStatusRequestFilterSensitiveLog: (
|
|
1085
|
+
obj: GetCalculationExecutionStatusRequest
|
|
1086
|
+
) => any;
|
|
1087
|
+
export declare const GetCalculationExecutionStatusResponseFilterSensitiveLog: (
|
|
1088
|
+
obj: GetCalculationExecutionStatusResponse
|
|
1089
|
+
) => any;
|
|
702
1090
|
export declare const GetDatabaseInputFilterSensitiveLog: (
|
|
703
1091
|
obj: GetDatabaseInput
|
|
704
1092
|
) => any;
|
|
@@ -719,6 +1107,12 @@ export declare const GetNamedQueryInputFilterSensitiveLog: (
|
|
|
719
1107
|
export declare const GetNamedQueryOutputFilterSensitiveLog: (
|
|
720
1108
|
obj: GetNamedQueryOutput
|
|
721
1109
|
) => any;
|
|
1110
|
+
export declare const GetNotebookMetadataInputFilterSensitiveLog: (
|
|
1111
|
+
obj: GetNotebookMetadataInput
|
|
1112
|
+
) => any;
|
|
1113
|
+
export declare const GetNotebookMetadataOutputFilterSensitiveLog: (
|
|
1114
|
+
obj: GetNotebookMetadataOutput
|
|
1115
|
+
) => any;
|
|
722
1116
|
export declare const GetPreparedStatementInputFilterSensitiveLog: (
|
|
723
1117
|
obj: GetPreparedStatementInput
|
|
724
1118
|
) => any;
|
|
@@ -753,6 +1147,30 @@ export declare const QueryRuntimeStatisticsRowsFilterSensitiveLog: (
|
|
|
753
1147
|
export declare const QueryRuntimeStatisticsTimelineFilterSensitiveLog: (
|
|
754
1148
|
obj: QueryRuntimeStatisticsTimeline
|
|
755
1149
|
) => any;
|
|
1150
|
+
export declare const GetSessionRequestFilterSensitiveLog: (
|
|
1151
|
+
obj: GetSessionRequest
|
|
1152
|
+
) => any;
|
|
1153
|
+
export declare const EngineConfigurationFilterSensitiveLog: (
|
|
1154
|
+
obj: EngineConfiguration
|
|
1155
|
+
) => any;
|
|
1156
|
+
export declare const SessionConfigurationFilterSensitiveLog: (
|
|
1157
|
+
obj: SessionConfiguration
|
|
1158
|
+
) => any;
|
|
1159
|
+
export declare const SessionStatisticsFilterSensitiveLog: (
|
|
1160
|
+
obj: SessionStatistics
|
|
1161
|
+
) => any;
|
|
1162
|
+
export declare const SessionStatusFilterSensitiveLog: (
|
|
1163
|
+
obj: SessionStatus
|
|
1164
|
+
) => any;
|
|
1165
|
+
export declare const GetSessionResponseFilterSensitiveLog: (
|
|
1166
|
+
obj: GetSessionResponse
|
|
1167
|
+
) => any;
|
|
1168
|
+
export declare const GetSessionStatusRequestFilterSensitiveLog: (
|
|
1169
|
+
obj: GetSessionStatusRequest
|
|
1170
|
+
) => any;
|
|
1171
|
+
export declare const GetSessionStatusResponseFilterSensitiveLog: (
|
|
1172
|
+
obj: GetSessionStatusResponse
|
|
1173
|
+
) => any;
|
|
756
1174
|
export declare const GetTableMetadataInputFilterSensitiveLog: (
|
|
757
1175
|
obj: GetTableMetadataInput
|
|
758
1176
|
) => any;
|
|
@@ -770,6 +1188,30 @@ export declare const WorkGroupFilterSensitiveLog: (obj: WorkGroup) => any;
|
|
|
770
1188
|
export declare const GetWorkGroupOutputFilterSensitiveLog: (
|
|
771
1189
|
obj: GetWorkGroupOutput
|
|
772
1190
|
) => any;
|
|
1191
|
+
export declare const ImportNotebookInputFilterSensitiveLog: (
|
|
1192
|
+
obj: ImportNotebookInput
|
|
1193
|
+
) => any;
|
|
1194
|
+
export declare const ImportNotebookOutputFilterSensitiveLog: (
|
|
1195
|
+
obj: ImportNotebookOutput
|
|
1196
|
+
) => any;
|
|
1197
|
+
export declare const ListApplicationDPUSizesInputFilterSensitiveLog: (
|
|
1198
|
+
obj: ListApplicationDPUSizesInput
|
|
1199
|
+
) => any;
|
|
1200
|
+
export declare const ApplicationDPUSizesFilterSensitiveLog: (
|
|
1201
|
+
obj: ApplicationDPUSizes
|
|
1202
|
+
) => any;
|
|
1203
|
+
export declare const ListApplicationDPUSizesOutputFilterSensitiveLog: (
|
|
1204
|
+
obj: ListApplicationDPUSizesOutput
|
|
1205
|
+
) => any;
|
|
1206
|
+
export declare const ListCalculationExecutionsRequestFilterSensitiveLog: (
|
|
1207
|
+
obj: ListCalculationExecutionsRequest
|
|
1208
|
+
) => any;
|
|
1209
|
+
export declare const CalculationSummaryFilterSensitiveLog: (
|
|
1210
|
+
obj: CalculationSummary
|
|
1211
|
+
) => any;
|
|
1212
|
+
export declare const ListCalculationExecutionsResponseFilterSensitiveLog: (
|
|
1213
|
+
obj: ListCalculationExecutionsResponse
|
|
1214
|
+
) => any;
|
|
773
1215
|
export declare const ListDatabasesInputFilterSensitiveLog: (
|
|
774
1216
|
obj: ListDatabasesInput
|
|
775
1217
|
) => any;
|
|
@@ -791,12 +1233,39 @@ export declare const ListEngineVersionsInputFilterSensitiveLog: (
|
|
|
791
1233
|
export declare const ListEngineVersionsOutputFilterSensitiveLog: (
|
|
792
1234
|
obj: ListEngineVersionsOutput
|
|
793
1235
|
) => any;
|
|
1236
|
+
export declare const ListExecutorsRequestFilterSensitiveLog: (
|
|
1237
|
+
obj: ListExecutorsRequest
|
|
1238
|
+
) => any;
|
|
1239
|
+
export declare const ExecutorsSummaryFilterSensitiveLog: (
|
|
1240
|
+
obj: ExecutorsSummary
|
|
1241
|
+
) => any;
|
|
1242
|
+
export declare const ListExecutorsResponseFilterSensitiveLog: (
|
|
1243
|
+
obj: ListExecutorsResponse
|
|
1244
|
+
) => any;
|
|
794
1245
|
export declare const ListNamedQueriesInputFilterSensitiveLog: (
|
|
795
1246
|
obj: ListNamedQueriesInput
|
|
796
1247
|
) => any;
|
|
797
1248
|
export declare const ListNamedQueriesOutputFilterSensitiveLog: (
|
|
798
1249
|
obj: ListNamedQueriesOutput
|
|
799
1250
|
) => any;
|
|
1251
|
+
export declare const FilterDefinitionFilterSensitiveLog: (
|
|
1252
|
+
obj: FilterDefinition
|
|
1253
|
+
) => any;
|
|
1254
|
+
export declare const ListNotebookMetadataInputFilterSensitiveLog: (
|
|
1255
|
+
obj: ListNotebookMetadataInput
|
|
1256
|
+
) => any;
|
|
1257
|
+
export declare const ListNotebookMetadataOutputFilterSensitiveLog: (
|
|
1258
|
+
obj: ListNotebookMetadataOutput
|
|
1259
|
+
) => any;
|
|
1260
|
+
export declare const ListNotebookSessionsRequestFilterSensitiveLog: (
|
|
1261
|
+
obj: ListNotebookSessionsRequest
|
|
1262
|
+
) => any;
|
|
1263
|
+
export declare const NotebookSessionSummaryFilterSensitiveLog: (
|
|
1264
|
+
obj: NotebookSessionSummary
|
|
1265
|
+
) => any;
|
|
1266
|
+
export declare const ListNotebookSessionsResponseFilterSensitiveLog: (
|
|
1267
|
+
obj: ListNotebookSessionsResponse
|
|
1268
|
+
) => any;
|
|
800
1269
|
export declare const ListPreparedStatementsInputFilterSensitiveLog: (
|
|
801
1270
|
obj: ListPreparedStatementsInput
|
|
802
1271
|
) => any;
|
|
@@ -812,6 +1281,15 @@ export declare const ListQueryExecutionsInputFilterSensitiveLog: (
|
|
|
812
1281
|
export declare const ListQueryExecutionsOutputFilterSensitiveLog: (
|
|
813
1282
|
obj: ListQueryExecutionsOutput
|
|
814
1283
|
) => any;
|
|
1284
|
+
export declare const ListSessionsRequestFilterSensitiveLog: (
|
|
1285
|
+
obj: ListSessionsRequest
|
|
1286
|
+
) => any;
|
|
1287
|
+
export declare const SessionSummaryFilterSensitiveLog: (
|
|
1288
|
+
obj: SessionSummary
|
|
1289
|
+
) => any;
|
|
1290
|
+
export declare const ListSessionsResponseFilterSensitiveLog: (
|
|
1291
|
+
obj: ListSessionsResponse
|
|
1292
|
+
) => any;
|
|
815
1293
|
export declare const ListTableMetadataInputFilterSensitiveLog: (
|
|
816
1294
|
obj: ListTableMetadataInput
|
|
817
1295
|
) => any;
|
|
@@ -833,12 +1311,33 @@ export declare const WorkGroupSummaryFilterSensitiveLog: (
|
|
|
833
1311
|
export declare const ListWorkGroupsOutputFilterSensitiveLog: (
|
|
834
1312
|
obj: ListWorkGroupsOutput
|
|
835
1313
|
) => any;
|
|
1314
|
+
export declare const CalculationConfigurationFilterSensitiveLog: (
|
|
1315
|
+
obj: CalculationConfiguration
|
|
1316
|
+
) => any;
|
|
1317
|
+
export declare const StartCalculationExecutionRequestFilterSensitiveLog: (
|
|
1318
|
+
obj: StartCalculationExecutionRequest
|
|
1319
|
+
) => any;
|
|
1320
|
+
export declare const StartCalculationExecutionResponseFilterSensitiveLog: (
|
|
1321
|
+
obj: StartCalculationExecutionResponse
|
|
1322
|
+
) => any;
|
|
836
1323
|
export declare const StartQueryExecutionInputFilterSensitiveLog: (
|
|
837
1324
|
obj: StartQueryExecutionInput
|
|
838
1325
|
) => any;
|
|
839
1326
|
export declare const StartQueryExecutionOutputFilterSensitiveLog: (
|
|
840
1327
|
obj: StartQueryExecutionOutput
|
|
841
1328
|
) => any;
|
|
1329
|
+
export declare const StartSessionRequestFilterSensitiveLog: (
|
|
1330
|
+
obj: StartSessionRequest
|
|
1331
|
+
) => any;
|
|
1332
|
+
export declare const StartSessionResponseFilterSensitiveLog: (
|
|
1333
|
+
obj: StartSessionResponse
|
|
1334
|
+
) => any;
|
|
1335
|
+
export declare const StopCalculationExecutionRequestFilterSensitiveLog: (
|
|
1336
|
+
obj: StopCalculationExecutionRequest
|
|
1337
|
+
) => any;
|
|
1338
|
+
export declare const StopCalculationExecutionResponseFilterSensitiveLog: (
|
|
1339
|
+
obj: StopCalculationExecutionResponse
|
|
1340
|
+
) => any;
|
|
842
1341
|
export declare const StopQueryExecutionInputFilterSensitiveLog: (
|
|
843
1342
|
obj: StopQueryExecutionInput
|
|
844
1343
|
) => any;
|
|
@@ -851,6 +1350,12 @@ export declare const TagResourceInputFilterSensitiveLog: (
|
|
|
851
1350
|
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
852
1351
|
obj: TagResourceOutput
|
|
853
1352
|
) => any;
|
|
1353
|
+
export declare const TerminateSessionRequestFilterSensitiveLog: (
|
|
1354
|
+
obj: TerminateSessionRequest
|
|
1355
|
+
) => any;
|
|
1356
|
+
export declare const TerminateSessionResponseFilterSensitiveLog: (
|
|
1357
|
+
obj: TerminateSessionResponse
|
|
1358
|
+
) => any;
|
|
854
1359
|
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
855
1360
|
obj: UntagResourceInput
|
|
856
1361
|
) => any;
|
|
@@ -869,6 +1374,18 @@ export declare const UpdateNamedQueryInputFilterSensitiveLog: (
|
|
|
869
1374
|
export declare const UpdateNamedQueryOutputFilterSensitiveLog: (
|
|
870
1375
|
obj: UpdateNamedQueryOutput
|
|
871
1376
|
) => any;
|
|
1377
|
+
export declare const UpdateNotebookInputFilterSensitiveLog: (
|
|
1378
|
+
obj: UpdateNotebookInput
|
|
1379
|
+
) => any;
|
|
1380
|
+
export declare const UpdateNotebookOutputFilterSensitiveLog: (
|
|
1381
|
+
obj: UpdateNotebookOutput
|
|
1382
|
+
) => any;
|
|
1383
|
+
export declare const UpdateNotebookMetadataInputFilterSensitiveLog: (
|
|
1384
|
+
obj: UpdateNotebookMetadataInput
|
|
1385
|
+
) => any;
|
|
1386
|
+
export declare const UpdateNotebookMetadataOutputFilterSensitiveLog: (
|
|
1387
|
+
obj: UpdateNotebookMetadataOutput
|
|
1388
|
+
) => any;
|
|
872
1389
|
export declare const UpdatePreparedStatementInputFilterSensitiveLog: (
|
|
873
1390
|
obj: UpdatePreparedStatementInput
|
|
874
1391
|
) => any;
|