@aws-sdk/client-athena 3.651.1 → 3.657.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 +48 -0
- package/dist-es/models/models_0.js +44 -0
- package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +11 -0
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +11 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +11 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +25 -2
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +11 -0
- package/dist-types/commands/CreateNotebookCommand.d.ts +11 -0
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +11 -0
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +11 -0
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +24 -1
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +11 -0
- package/dist-types/commands/DeleteNotebookCommand.d.ts +11 -0
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +11 -0
- package/dist-types/commands/ExportNotebookCommand.d.ts +11 -0
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +11 -0
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +11 -0
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetCapacityReservationCommand.d.ts +11 -0
- package/dist-types/commands/GetDataCatalogCommand.d.ts +15 -1
- package/dist-types/commands/GetDatabaseCommand.d.ts +11 -0
- package/dist-types/commands/GetNamedQueryCommand.d.ts +11 -0
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +11 -0
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +11 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +11 -0
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/GetSessionCommand.d.ts +11 -0
- package/dist-types/commands/GetSessionStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetTableMetadataCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkGroupCommand.d.ts +11 -0
- package/dist-types/commands/ImportNotebookCommand.d.ts +11 -0
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +11 -0
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListCapacityReservationsCommand.d.ts +12 -1
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +15 -1
- package/dist-types/commands/ListDatabasesCommand.d.ts +11 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListExecutorsCommand.d.ts +11 -0
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +11 -0
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +11 -0
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +11 -0
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +11 -0
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTableMetadataCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +11 -0
- package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +11 -0
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +11 -0
- package/dist-types/commands/StartSessionCommand.d.ts +11 -0
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +11 -0
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +12 -1
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +11 -0
- package/dist-types/commands/UpdateNotebookCommand.d.ts +11 -0
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +11 -0
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +388 -93
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +12 -1
- package/dist-types/ts3.4/models/models_0.d.ts +66 -8
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -33,6 +33,7 @@ __export(src_exports, {
|
|
|
33
33
|
CapacityAllocationStatus: () => CapacityAllocationStatus,
|
|
34
34
|
CapacityReservationStatus: () => CapacityReservationStatus,
|
|
35
35
|
ColumnNullable: () => ColumnNullable,
|
|
36
|
+
ConnectionType: () => ConnectionType,
|
|
36
37
|
CreateCapacityReservationCommand: () => CreateCapacityReservationCommand,
|
|
37
38
|
CreateDataCatalogCommand: () => CreateDataCatalogCommand,
|
|
38
39
|
CreateNamedQueryCommand: () => CreateNamedQueryCommand,
|
|
@@ -40,6 +41,7 @@ __export(src_exports, {
|
|
|
40
41
|
CreatePreparedStatementCommand: () => CreatePreparedStatementCommand,
|
|
41
42
|
CreatePresignedNotebookUrlCommand: () => CreatePresignedNotebookUrlCommand,
|
|
42
43
|
CreateWorkGroupCommand: () => CreateWorkGroupCommand,
|
|
44
|
+
DataCatalogStatus: () => DataCatalogStatus,
|
|
43
45
|
DataCatalogType: () => DataCatalogType,
|
|
44
46
|
DeleteCapacityReservationCommand: () => DeleteCapacityReservationCommand,
|
|
45
47
|
DeleteDataCatalogCommand: () => DeleteDataCatalogCommand,
|
|
@@ -360,10 +362,54 @@ var QueryExecutionState = {
|
|
|
360
362
|
SUCCEEDED: "SUCCEEDED"
|
|
361
363
|
};
|
|
362
364
|
var DataCatalogType = {
|
|
365
|
+
FEDERATED: "FEDERATED",
|
|
363
366
|
GLUE: "GLUE",
|
|
364
367
|
HIVE: "HIVE",
|
|
365
368
|
LAMBDA: "LAMBDA"
|
|
366
369
|
};
|
|
370
|
+
var ConnectionType = {
|
|
371
|
+
BIGQUERY: "BIGQUERY",
|
|
372
|
+
CLOUDERAHIVE: "CLOUDERAHIVE",
|
|
373
|
+
CLOUDERAIMPALA: "CLOUDERAIMPALA",
|
|
374
|
+
CLOUDWATCH: "CLOUDWATCH",
|
|
375
|
+
CLOUDWATCHMETRICS: "CLOUDWATCHMETRICS",
|
|
376
|
+
CMDB: "CMDB",
|
|
377
|
+
DATALAKEGEN2: "DATALAKEGEN2",
|
|
378
|
+
DB2: "DB2",
|
|
379
|
+
DB2AS400: "DB2AS400",
|
|
380
|
+
DOCUMENTDB: "DOCUMENTDB",
|
|
381
|
+
DYNAMODB: "DYNAMODB",
|
|
382
|
+
GOOGLECLOUDSTORAGE: "GOOGLECLOUDSTORAGE",
|
|
383
|
+
HBASE: "HBASE",
|
|
384
|
+
HORTONWORKSHIVE: "HORTONWORKSHIVE",
|
|
385
|
+
MSK: "MSK",
|
|
386
|
+
MYSQL: "MYSQL",
|
|
387
|
+
NEPTUNE: "NEPTUNE",
|
|
388
|
+
OPENSEARCH: "OPENSEARCH",
|
|
389
|
+
ORACLE: "ORACLE",
|
|
390
|
+
POSTGRESQL: "POSTGRESQL",
|
|
391
|
+
REDIS: "REDIS",
|
|
392
|
+
REDSHIFT: "REDSHIFT",
|
|
393
|
+
SAPHANA: "SAPHANA",
|
|
394
|
+
SNOWFLAKE: "SNOWFLAKE",
|
|
395
|
+
SQLSERVER: "SQLSERVER",
|
|
396
|
+
SYNAPSE: "SYNAPSE",
|
|
397
|
+
TERADATA: "TERADATA",
|
|
398
|
+
TIMESTREAM: "TIMESTREAM",
|
|
399
|
+
TPCDS: "TPCDS",
|
|
400
|
+
VERTICA: "VERTICA"
|
|
401
|
+
};
|
|
402
|
+
var DataCatalogStatus = {
|
|
403
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
404
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
405
|
+
CREATE_FAILED_CLEANUP_COMPLETE: "CREATE_FAILED_CLEANUP_COMPLETE",
|
|
406
|
+
CREATE_FAILED_CLEANUP_FAILED: "CREATE_FAILED_CLEANUP_FAILED",
|
|
407
|
+
CREATE_FAILED_CLEANUP_IN_PROGRESS: "CREATE_FAILED_CLEANUP_IN_PROGRESS",
|
|
408
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
409
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
410
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
411
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS"
|
|
412
|
+
};
|
|
367
413
|
var ThrottleReason = {
|
|
368
414
|
CONCURRENT_QUERY_LIMIT_EXCEEDED: "CONCURRENT_QUERY_LIMIT_EXCEEDED"
|
|
369
415
|
};
|
|
@@ -3507,6 +3553,8 @@ var paginateListWorkGroups = (0, import_core.createPaginator)(AthenaClient, List
|
|
|
3507
3553
|
StatementType,
|
|
3508
3554
|
QueryExecutionState,
|
|
3509
3555
|
DataCatalogType,
|
|
3556
|
+
ConnectionType,
|
|
3557
|
+
DataCatalogStatus,
|
|
3510
3558
|
ThrottleReason,
|
|
3511
3559
|
TooManyRequestsException,
|
|
3512
3560
|
ResourceNotFoundException,
|
|
@@ -50,10 +50,54 @@ export const QueryExecutionState = {
|
|
|
50
50
|
SUCCEEDED: "SUCCEEDED",
|
|
51
51
|
};
|
|
52
52
|
export const DataCatalogType = {
|
|
53
|
+
FEDERATED: "FEDERATED",
|
|
53
54
|
GLUE: "GLUE",
|
|
54
55
|
HIVE: "HIVE",
|
|
55
56
|
LAMBDA: "LAMBDA",
|
|
56
57
|
};
|
|
58
|
+
export const ConnectionType = {
|
|
59
|
+
BIGQUERY: "BIGQUERY",
|
|
60
|
+
CLOUDERAHIVE: "CLOUDERAHIVE",
|
|
61
|
+
CLOUDERAIMPALA: "CLOUDERAIMPALA",
|
|
62
|
+
CLOUDWATCH: "CLOUDWATCH",
|
|
63
|
+
CLOUDWATCHMETRICS: "CLOUDWATCHMETRICS",
|
|
64
|
+
CMDB: "CMDB",
|
|
65
|
+
DATALAKEGEN2: "DATALAKEGEN2",
|
|
66
|
+
DB2: "DB2",
|
|
67
|
+
DB2AS400: "DB2AS400",
|
|
68
|
+
DOCUMENTDB: "DOCUMENTDB",
|
|
69
|
+
DYNAMODB: "DYNAMODB",
|
|
70
|
+
GOOGLECLOUDSTORAGE: "GOOGLECLOUDSTORAGE",
|
|
71
|
+
HBASE: "HBASE",
|
|
72
|
+
HORTONWORKSHIVE: "HORTONWORKSHIVE",
|
|
73
|
+
MSK: "MSK",
|
|
74
|
+
MYSQL: "MYSQL",
|
|
75
|
+
NEPTUNE: "NEPTUNE",
|
|
76
|
+
OPENSEARCH: "OPENSEARCH",
|
|
77
|
+
ORACLE: "ORACLE",
|
|
78
|
+
POSTGRESQL: "POSTGRESQL",
|
|
79
|
+
REDIS: "REDIS",
|
|
80
|
+
REDSHIFT: "REDSHIFT",
|
|
81
|
+
SAPHANA: "SAPHANA",
|
|
82
|
+
SNOWFLAKE: "SNOWFLAKE",
|
|
83
|
+
SQLSERVER: "SQLSERVER",
|
|
84
|
+
SYNAPSE: "SYNAPSE",
|
|
85
|
+
TERADATA: "TERADATA",
|
|
86
|
+
TIMESTREAM: "TIMESTREAM",
|
|
87
|
+
TPCDS: "TPCDS",
|
|
88
|
+
VERTICA: "VERTICA",
|
|
89
|
+
};
|
|
90
|
+
export const DataCatalogStatus = {
|
|
91
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
92
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
93
|
+
CREATE_FAILED_CLEANUP_COMPLETE: "CREATE_FAILED_CLEANUP_COMPLETE",
|
|
94
|
+
CREATE_FAILED_CLEANUP_FAILED: "CREATE_FAILED_CLEANUP_FAILED",
|
|
95
|
+
CREATE_FAILED_CLEANUP_IN_PROGRESS: "CREATE_FAILED_CLEANUP_IN_PROGRESS",
|
|
96
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
97
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
98
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
99
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
100
|
+
};
|
|
57
101
|
export const ThrottleReason = {
|
|
58
102
|
CONCURRENT_QUERY_LIMIT_EXCEEDED: "CONCURRENT_QUERY_LIMIT_EXCEEDED",
|
|
59
103
|
};
|
|
@@ -91,4 +91,15 @@ declare const BatchGetNamedQueryCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class BatchGetNamedQueryCommand extends BatchGetNamedQueryCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: BatchGetNamedQueryInput;
|
|
98
|
+
output: BatchGetNamedQueryOutput;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: BatchGetNamedQueryCommandInput;
|
|
102
|
+
output: BatchGetNamedQueryCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -87,4 +87,15 @@ declare const BatchGetPreparedStatementCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class BatchGetPreparedStatementCommand extends BatchGetPreparedStatementCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: BatchGetPreparedStatementInput;
|
|
94
|
+
output: BatchGetPreparedStatementOutput;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: BatchGetPreparedStatementCommandInput;
|
|
98
|
+
output: BatchGetPreparedStatementCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -145,4 +145,15 @@ declare const BatchGetQueryExecutionCommand_base: {
|
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
147
|
export declare class BatchGetQueryExecutionCommand extends BatchGetQueryExecutionCommand_base {
|
|
148
|
+
/** @internal type navigation helper, not in runtime. */
|
|
149
|
+
protected static __types: {
|
|
150
|
+
api: {
|
|
151
|
+
input: BatchGetQueryExecutionInput;
|
|
152
|
+
output: BatchGetQueryExecutionOutput;
|
|
153
|
+
};
|
|
154
|
+
sdk: {
|
|
155
|
+
input: BatchGetQueryExecutionCommandInput;
|
|
156
|
+
output: BatchGetQueryExecutionCommandOutput;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
148
159
|
}
|
|
@@ -66,4 +66,15 @@ declare const CancelCapacityReservationCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class CancelCapacityReservationCommand extends CancelCapacityReservationCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: CancelCapacityReservationInput;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: CancelCapacityReservationCommandInput;
|
|
77
|
+
output: CancelCapacityReservationCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -71,4 +71,15 @@ declare const CreateCapacityReservationCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class CreateCapacityReservationCommand extends CreateCapacityReservationCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: CreateCapacityReservationInput;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: CreateCapacityReservationCommandInput;
|
|
82
|
+
output: CreateCapacityReservationCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -37,7 +37,7 @@ declare const CreateDataCatalogCommand_base: {
|
|
|
37
37
|
* const client = new AthenaClient(config);
|
|
38
38
|
* const input = { // CreateDataCatalogInput
|
|
39
39
|
* Name: "STRING_VALUE", // required
|
|
40
|
-
* Type: "LAMBDA" || "GLUE" || "HIVE", // required
|
|
40
|
+
* Type: "LAMBDA" || "GLUE" || "HIVE" || "FEDERATED", // required
|
|
41
41
|
* Description: "STRING_VALUE",
|
|
42
42
|
* Parameters: { // ParametersMap
|
|
43
43
|
* "<keys>": "STRING_VALUE",
|
|
@@ -51,7 +51,19 @@ declare const CreateDataCatalogCommand_base: {
|
|
|
51
51
|
* };
|
|
52
52
|
* const command = new CreateDataCatalogCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
|
-
* // {
|
|
54
|
+
* // { // CreateDataCatalogOutput
|
|
55
|
+
* // DataCatalog: { // DataCatalog
|
|
56
|
+
* // Name: "STRING_VALUE", // required
|
|
57
|
+
* // Description: "STRING_VALUE",
|
|
58
|
+
* // Type: "LAMBDA" || "GLUE" || "HIVE" || "FEDERATED", // required
|
|
59
|
+
* // Parameters: { // ParametersMap
|
|
60
|
+
* // "<keys>": "STRING_VALUE",
|
|
61
|
+
* // },
|
|
62
|
+
* // Status: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "CREATE_FAILED_CLEANUP_IN_PROGRESS" || "CREATE_FAILED_CLEANUP_COMPLETE" || "CREATE_FAILED_CLEANUP_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED",
|
|
63
|
+
* // ConnectionType: "DYNAMODB" || "MYSQL" || "POSTGRESQL" || "REDSHIFT" || "ORACLE" || "SYNAPSE" || "SQLSERVER" || "DB2" || "OPENSEARCH" || "BIGQUERY" || "GOOGLECLOUDSTORAGE" || "HBASE" || "DOCUMENTDB" || "MSK" || "NEPTUNE" || "CMDB" || "TPCDS" || "REDIS" || "CLOUDWATCH" || "TIMESTREAM" || "SAPHANA" || "SNOWFLAKE" || "TERADATA" || "VERTICA" || "CLOUDERAIMPALA" || "CLOUDERAHIVE" || "HORTONWORKSHIVE" || "DATALAKEGEN2" || "DB2AS400" || "CLOUDWATCHMETRICS",
|
|
64
|
+
* // Error: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // };
|
|
55
67
|
*
|
|
56
68
|
* ```
|
|
57
69
|
*
|
|
@@ -75,4 +87,15 @@ declare const CreateDataCatalogCommand_base: {
|
|
|
75
87
|
* @public
|
|
76
88
|
*/
|
|
77
89
|
export declare class CreateDataCatalogCommand extends CreateDataCatalogCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: CreateDataCatalogInput;
|
|
94
|
+
output: CreateDataCatalogOutput;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: CreateDataCatalogCommandInput;
|
|
98
|
+
output: CreateDataCatalogCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
78
101
|
}
|
|
@@ -71,4 +71,15 @@ declare const CreateNamedQueryCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class CreateNamedQueryCommand extends CreateNamedQueryCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: CreateNamedQueryInput;
|
|
78
|
+
output: CreateNamedQueryOutput;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: CreateNamedQueryCommandInput;
|
|
82
|
+
output: CreateNamedQueryCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -72,4 +72,15 @@ declare const CreateNotebookCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class CreateNotebookCommand extends CreateNotebookCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: CreateNotebookInput;
|
|
79
|
+
output: CreateNotebookOutput;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: CreateNotebookCommandInput;
|
|
83
|
+
output: CreateNotebookCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -66,4 +66,15 @@ declare const CreatePreparedStatementCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class CreatePreparedStatementCommand extends CreatePreparedStatementCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: CreatePreparedStatementInput;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: CreatePreparedStatementCommandInput;
|
|
77
|
+
output: CreatePreparedStatementCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -74,4 +74,15 @@ declare const CreatePresignedNotebookUrlCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class CreatePresignedNotebookUrlCommand extends CreatePresignedNotebookUrlCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: CreatePresignedNotebookUrlRequest;
|
|
81
|
+
output: CreatePresignedNotebookUrlResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: CreatePresignedNotebookUrlCommandInput;
|
|
85
|
+
output: CreatePresignedNotebookUrlCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -107,4 +107,15 @@ declare const CreateWorkGroupCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class CreateWorkGroupCommand extends CreateWorkGroupCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: CreateWorkGroupInput;
|
|
114
|
+
output: {};
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: CreateWorkGroupCommandInput;
|
|
118
|
+
output: CreateWorkGroupCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteCapacityReservationCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteCapacityReservationCommand extends DeleteCapacityReservationCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteCapacityReservationInput;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteCapacityReservationCommandInput;
|
|
78
|
+
output: DeleteCapacityReservationCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -39,7 +39,19 @@ declare const DeleteDataCatalogCommand_base: {
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new DeleteDataCatalogCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
-
* // {
|
|
42
|
+
* // { // DeleteDataCatalogOutput
|
|
43
|
+
* // DataCatalog: { // DataCatalog
|
|
44
|
+
* // Name: "STRING_VALUE", // required
|
|
45
|
+
* // Description: "STRING_VALUE",
|
|
46
|
+
* // Type: "LAMBDA" || "GLUE" || "HIVE" || "FEDERATED", // required
|
|
47
|
+
* // Parameters: { // ParametersMap
|
|
48
|
+
* // "<keys>": "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // Status: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "CREATE_FAILED_CLEANUP_IN_PROGRESS" || "CREATE_FAILED_CLEANUP_COMPLETE" || "CREATE_FAILED_CLEANUP_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED",
|
|
51
|
+
* // ConnectionType: "DYNAMODB" || "MYSQL" || "POSTGRESQL" || "REDSHIFT" || "ORACLE" || "SYNAPSE" || "SQLSERVER" || "DB2" || "OPENSEARCH" || "BIGQUERY" || "GOOGLECLOUDSTORAGE" || "HBASE" || "DOCUMENTDB" || "MSK" || "NEPTUNE" || "CMDB" || "TPCDS" || "REDIS" || "CLOUDWATCH" || "TIMESTREAM" || "SAPHANA" || "SNOWFLAKE" || "TERADATA" || "VERTICA" || "CLOUDERAIMPALA" || "CLOUDERAHIVE" || "HORTONWORKSHIVE" || "DATALAKEGEN2" || "DB2AS400" || "CLOUDWATCHMETRICS",
|
|
52
|
+
* // Error: "STRING_VALUE",
|
|
53
|
+
* // },
|
|
54
|
+
* // };
|
|
43
55
|
*
|
|
44
56
|
* ```
|
|
45
57
|
*
|
|
@@ -63,4 +75,15 @@ declare const DeleteDataCatalogCommand_base: {
|
|
|
63
75
|
* @public
|
|
64
76
|
*/
|
|
65
77
|
export declare class DeleteDataCatalogCommand extends DeleteDataCatalogCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteDataCatalogInput;
|
|
82
|
+
output: DeleteDataCatalogOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteDataCatalogCommandInput;
|
|
86
|
+
output: DeleteDataCatalogCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
66
89
|
}
|
|
@@ -64,4 +64,15 @@ declare const DeleteNamedQueryCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class DeleteNamedQueryCommand extends DeleteNamedQueryCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: DeleteNamedQueryInput;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: DeleteNamedQueryCommandInput;
|
|
75
|
+
output: DeleteNamedQueryCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -66,4 +66,15 @@ declare const DeleteNotebookCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class DeleteNotebookCommand extends DeleteNotebookCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteNotebookInput;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteNotebookCommandInput;
|
|
77
|
+
output: DeleteNotebookCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -68,4 +68,15 @@ declare const DeletePreparedStatementCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class DeletePreparedStatementCommand extends DeletePreparedStatementCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: DeletePreparedStatementInput;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: DeletePreparedStatementCommandInput;
|
|
79
|
+
output: DeletePreparedStatementCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -65,4 +65,15 @@ declare const DeleteWorkGroupCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class DeleteWorkGroupCommand extends DeleteWorkGroupCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: DeleteWorkGroupInput;
|
|
72
|
+
output: {};
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: DeleteWorkGroupCommandInput;
|
|
76
|
+
output: DeleteWorkGroupCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -76,4 +76,15 @@ declare const ExportNotebookCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ExportNotebookCommand extends ExportNotebookCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ExportNotebookInput;
|
|
83
|
+
output: ExportNotebookOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ExportNotebookCommandInput;
|
|
87
|
+
output: ExportNotebookCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -68,4 +68,15 @@ declare const GetCalculationExecutionCodeCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class GetCalculationExecutionCodeCommand extends GetCalculationExecutionCodeCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: GetCalculationExecutionCodeRequest;
|
|
75
|
+
output: GetCalculationExecutionCodeResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: GetCalculationExecutionCodeCommandInput;
|
|
79
|
+
output: GetCalculationExecutionCodeCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -87,4 +87,15 @@ declare const GetCalculationExecutionCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class GetCalculationExecutionCommand extends GetCalculationExecutionCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: GetCalculationExecutionRequest;
|
|
94
|
+
output: GetCalculationExecutionResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: GetCalculationExecutionCommandInput;
|
|
98
|
+
output: GetCalculationExecutionCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -77,4 +77,15 @@ declare const GetCalculationExecutionStatusCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class GetCalculationExecutionStatusCommand extends GetCalculationExecutionStatusCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: GetCalculationExecutionStatusRequest;
|
|
84
|
+
output: GetCalculationExecutionStatusResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: GetCalculationExecutionStatusCommandInput;
|
|
88
|
+
output: GetCalculationExecutionStatusCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -75,4 +75,15 @@ declare const GetCapacityAssignmentConfigurationCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetCapacityAssignmentConfigurationCommand extends GetCapacityAssignmentConfigurationCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: GetCapacityAssignmentConfigurationInput;
|
|
82
|
+
output: GetCapacityAssignmentConfigurationOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: GetCapacityAssignmentConfigurationCommandInput;
|
|
86
|
+
output: GetCapacityAssignmentConfigurationCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -78,4 +78,15 @@ declare const GetCapacityReservationCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class GetCapacityReservationCommand extends GetCapacityReservationCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: GetCapacityReservationInput;
|
|
85
|
+
output: GetCapacityReservationOutput;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: GetCapacityReservationCommandInput;
|
|
89
|
+
output: GetCapacityReservationCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -44,10 +44,13 @@ declare const GetDataCatalogCommand_base: {
|
|
|
44
44
|
* // DataCatalog: { // DataCatalog
|
|
45
45
|
* // Name: "STRING_VALUE", // required
|
|
46
46
|
* // Description: "STRING_VALUE",
|
|
47
|
-
* // Type: "LAMBDA" || "GLUE" || "HIVE", // required
|
|
47
|
+
* // Type: "LAMBDA" || "GLUE" || "HIVE" || "FEDERATED", // required
|
|
48
48
|
* // Parameters: { // ParametersMap
|
|
49
49
|
* // "<keys>": "STRING_VALUE",
|
|
50
50
|
* // },
|
|
51
|
+
* // Status: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "CREATE_FAILED_CLEANUP_IN_PROGRESS" || "CREATE_FAILED_CLEANUP_COMPLETE" || "CREATE_FAILED_CLEANUP_FAILED" || "DELETE_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED",
|
|
52
|
+
* // ConnectionType: "DYNAMODB" || "MYSQL" || "POSTGRESQL" || "REDSHIFT" || "ORACLE" || "SYNAPSE" || "SQLSERVER" || "DB2" || "OPENSEARCH" || "BIGQUERY" || "GOOGLECLOUDSTORAGE" || "HBASE" || "DOCUMENTDB" || "MSK" || "NEPTUNE" || "CMDB" || "TPCDS" || "REDIS" || "CLOUDWATCH" || "TIMESTREAM" || "SAPHANA" || "SNOWFLAKE" || "TERADATA" || "VERTICA" || "CLOUDERAIMPALA" || "CLOUDERAHIVE" || "HORTONWORKSHIVE" || "DATALAKEGEN2" || "DB2AS400" || "CLOUDWATCHMETRICS",
|
|
53
|
+
* // Error: "STRING_VALUE",
|
|
51
54
|
* // },
|
|
52
55
|
* // };
|
|
53
56
|
*
|
|
@@ -73,4 +76,15 @@ declare const GetDataCatalogCommand_base: {
|
|
|
73
76
|
* @public
|
|
74
77
|
*/
|
|
75
78
|
export declare class GetDataCatalogCommand extends GetDataCatalogCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: GetDataCatalogInput;
|
|
83
|
+
output: GetDataCatalogOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: GetDataCatalogCommandInput;
|
|
87
|
+
output: GetDataCatalogCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
76
90
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetDatabaseCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetDatabaseCommand extends GetDatabaseCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetDatabaseInput;
|
|
88
|
+
output: GetDatabaseOutput;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetDatabaseCommandInput;
|
|
92
|
+
output: GetDatabaseCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -73,4 +73,15 @@ declare const GetNamedQueryCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class GetNamedQueryCommand extends GetNamedQueryCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: GetNamedQueryInput;
|
|
80
|
+
output: GetNamedQueryOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: GetNamedQueryCommandInput;
|
|
84
|
+
output: GetNamedQueryCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -75,4 +75,15 @@ declare const GetNotebookMetadataCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class GetNotebookMetadataCommand extends GetNotebookMetadataCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: GetNotebookMetadataInput;
|
|
82
|
+
output: GetNotebookMetadataOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: GetNotebookMetadataCommandInput;
|
|
86
|
+
output: GetNotebookMetadataCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|