@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
|
@@ -76,4 +76,15 @@ declare const GetPreparedStatementCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class GetPreparedStatementCommand extends GetPreparedStatementCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: GetPreparedStatementInput;
|
|
83
|
+
output: GetPreparedStatementOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: GetPreparedStatementCommandInput;
|
|
87
|
+
output: GetPreparedStatementCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -131,4 +131,15 @@ declare const GetQueryExecutionCommand_base: {
|
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class GetQueryExecutionCommand extends GetQueryExecutionCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: GetQueryExecutionInput;
|
|
138
|
+
output: GetQueryExecutionOutput;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: GetQueryExecutionCommandInput;
|
|
142
|
+
output: GetQueryExecutionCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -113,4 +113,15 @@ declare const GetQueryResultsCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class GetQueryResultsCommand extends GetQueryResultsCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: GetQueryResultsInput;
|
|
120
|
+
output: GetQueryResultsOutput;
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: GetQueryResultsCommandInput;
|
|
124
|
+
output: GetQueryResultsCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -129,4 +129,15 @@ declare const GetQueryRuntimeStatisticsCommand_base: {
|
|
|
129
129
|
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class GetQueryRuntimeStatisticsCommand extends GetQueryRuntimeStatisticsCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: GetQueryRuntimeStatisticsInput;
|
|
136
|
+
output: GetQueryRuntimeStatisticsOutput;
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: GetQueryRuntimeStatisticsCommandInput;
|
|
140
|
+
output: GetQueryRuntimeStatisticsCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
132
143
|
}
|
|
@@ -104,4 +104,15 @@ declare const GetSessionCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class GetSessionCommand extends GetSessionCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: GetSessionRequest;
|
|
111
|
+
output: GetSessionResponse;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: GetSessionCommandInput;
|
|
115
|
+
output: GetSessionCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -76,4 +76,15 @@ declare const GetSessionStatusCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class GetSessionStatusCommand extends GetSessionStatusCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: GetSessionStatusRequest;
|
|
83
|
+
output: GetSessionStatusResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: GetSessionStatusCommandInput;
|
|
87
|
+
output: GetSessionStatusCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -98,4 +98,15 @@ declare const GetTableMetadataCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class GetTableMetadataCommand extends GetTableMetadataCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: GetTableMetadataInput;
|
|
105
|
+
output: GetTableMetadataOutput;
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: GetTableMetadataCommandInput;
|
|
109
|
+
output: GetTableMetadataCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -107,4 +107,15 @@ declare const GetWorkGroupCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class GetWorkGroupCommand extends GetWorkGroupCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: GetWorkGroupInput;
|
|
114
|
+
output: GetWorkGroupOutput;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: GetWorkGroupCommandInput;
|
|
118
|
+
output: GetWorkGroupCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -78,4 +78,15 @@ declare const ImportNotebookCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ImportNotebookCommand extends ImportNotebookCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ImportNotebookInput;
|
|
85
|
+
output: ImportNotebookOutput;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ImportNotebookCommandInput;
|
|
89
|
+
output: ImportNotebookCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -78,4 +78,15 @@ declare const ListApplicationDPUSizesCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class ListApplicationDPUSizesCommand extends ListApplicationDPUSizesCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: ListApplicationDPUSizesInput;
|
|
85
|
+
output: ListApplicationDPUSizesOutput;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: ListApplicationDPUSizesCommandInput;
|
|
89
|
+
output: ListApplicationDPUSizesCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListCalculationExecutionsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListCalculationExecutionsCommand extends ListCalculationExecutionsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListCalculationExecutionsRequest;
|
|
91
|
+
output: ListCalculationExecutionsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListCalculationExecutionsCommandInput;
|
|
95
|
+
output: ListCalculationExecutionsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -24,7 +24,7 @@ export interface ListCapacityReservationsCommandOutput extends ListCapacityReser
|
|
|
24
24
|
declare const ListCapacityReservationsCommand_base: {
|
|
25
25
|
new (input: ListCapacityReservationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCapacityReservationsCommandInput, ListCapacityReservationsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
26
|
new (...[input]: [] | [ListCapacityReservationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCapacityReservationsCommandInput, ListCapacityReservationsCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; /** @internal type navigation helper, not in runtime. */
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Lists the capacity reservations for the current account.</p>
|
|
@@ -82,4 +82,15 @@ declare const ListCapacityReservationsCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class ListCapacityReservationsCommand extends ListCapacityReservationsCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: ListCapacityReservationsInput;
|
|
89
|
+
output: ListCapacityReservationsOutput;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: ListCapacityReservationsCommandInput;
|
|
93
|
+
output: ListCapacityReservationsCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -49,7 +49,10 @@ declare const ListDataCatalogsCommand_base: {
|
|
|
49
49
|
* // DataCatalogsSummary: [ // DataCatalogSummaryList
|
|
50
50
|
* // { // DataCatalogSummary
|
|
51
51
|
* // CatalogName: "STRING_VALUE",
|
|
52
|
-
* // Type: "LAMBDA" || "GLUE" || "HIVE",
|
|
52
|
+
* // Type: "LAMBDA" || "GLUE" || "HIVE" || "FEDERATED",
|
|
53
|
+
* // 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",
|
|
54
|
+
* // 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",
|
|
55
|
+
* // Error: "STRING_VALUE",
|
|
53
56
|
* // },
|
|
54
57
|
* // ],
|
|
55
58
|
* // NextToken: "STRING_VALUE",
|
|
@@ -77,4 +80,15 @@ declare const ListDataCatalogsCommand_base: {
|
|
|
77
80
|
* @public
|
|
78
81
|
*/
|
|
79
82
|
export declare class ListDataCatalogsCommand extends ListDataCatalogsCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListDataCatalogsInput;
|
|
87
|
+
output: ListDataCatalogsOutput;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListDataCatalogsCommandInput;
|
|
91
|
+
output: ListDataCatalogsCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
80
94
|
}
|
|
@@ -85,4 +85,15 @@ declare const ListDatabasesCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ListDatabasesCommand extends ListDatabasesCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: ListDatabasesInput;
|
|
92
|
+
output: ListDatabasesOutput;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: ListDatabasesCommandInput;
|
|
96
|
+
output: ListDatabasesCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -73,4 +73,15 @@ declare const ListEngineVersionsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ListEngineVersionsCommand extends ListEngineVersionsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListEngineVersionsInput;
|
|
80
|
+
output: ListEngineVersionsOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListEngineVersionsCommandInput;
|
|
84
|
+
output: ListEngineVersionsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListExecutorsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListExecutorsCommand extends ListExecutorsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListExecutorsRequest;
|
|
91
|
+
output: ListExecutorsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListExecutorsCommandInput;
|
|
95
|
+
output: ListExecutorsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -72,4 +72,15 @@ declare const ListNamedQueriesCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class ListNamedQueriesCommand extends ListNamedQueriesCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: ListNamedQueriesInput;
|
|
79
|
+
output: ListNamedQueriesOutput;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: ListNamedQueriesCommandInput;
|
|
83
|
+
output: ListNamedQueriesCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListNotebookMetadataCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListNotebookMetadataCommand extends ListNotebookMetadataCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListNotebookMetadataInput;
|
|
90
|
+
output: ListNotebookMetadataOutput;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListNotebookMetadataCommandInput;
|
|
94
|
+
output: ListNotebookMetadataCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListNotebookSessionsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListNotebookSessionsCommand extends ListNotebookSessionsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListNotebookSessionsRequest;
|
|
86
|
+
output: ListNotebookSessionsResponse;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListNotebookSessionsCommandInput;
|
|
90
|
+
output: ListNotebookSessionsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -73,4 +73,15 @@ declare const ListPreparedStatementsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ListPreparedStatementsCommand extends ListPreparedStatementsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListPreparedStatementsInput;
|
|
80
|
+
output: ListPreparedStatementsOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListPreparedStatementsCommandInput;
|
|
84
|
+
output: ListPreparedStatementsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const ListQueryExecutionsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ListQueryExecutionsCommand extends ListQueryExecutionsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListQueryExecutionsInput;
|
|
80
|
+
output: ListQueryExecutionsOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListQueryExecutionsCommandInput;
|
|
84
|
+
output: ListQueryExecutionsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -93,4 +93,15 @@ declare const ListSessionsCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class ListSessionsCommand extends ListSessionsCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: ListSessionsRequest;
|
|
100
|
+
output: ListSessionsResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: ListSessionsCommandInput;
|
|
104
|
+
output: ListSessionsCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -103,4 +103,15 @@ declare const ListTableMetadataCommand_base: {
|
|
|
103
103
|
* @public
|
|
104
104
|
*/
|
|
105
105
|
export declare class ListTableMetadataCommand extends ListTableMetadataCommand_base {
|
|
106
|
+
/** @internal type navigation helper, not in runtime. */
|
|
107
|
+
protected static __types: {
|
|
108
|
+
api: {
|
|
109
|
+
input: ListTableMetadataInput;
|
|
110
|
+
output: ListTableMetadataOutput;
|
|
111
|
+
};
|
|
112
|
+
sdk: {
|
|
113
|
+
input: ListTableMetadataCommandInput;
|
|
114
|
+
output: ListTableMetadataCommandOutput;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
106
117
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListTagsForResourceInput;
|
|
83
|
+
output: ListTagsForResourceOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListTagsForResourceCommandInput;
|
|
87
|
+
output: ListTagsForResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -79,4 +79,15 @@ declare const ListWorkGroupsCommand_base: {
|
|
|
79
79
|
* @public
|
|
80
80
|
*/
|
|
81
81
|
export declare class ListWorkGroupsCommand extends ListWorkGroupsCommand_base {
|
|
82
|
+
/** @internal type navigation helper, not in runtime. */
|
|
83
|
+
protected static __types: {
|
|
84
|
+
api: {
|
|
85
|
+
input: ListWorkGroupsInput;
|
|
86
|
+
output: ListWorkGroupsOutput;
|
|
87
|
+
};
|
|
88
|
+
sdk: {
|
|
89
|
+
input: ListWorkGroupsCommandInput;
|
|
90
|
+
output: ListWorkGroupsCommandOutput;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
82
93
|
}
|
|
@@ -72,4 +72,15 @@ declare const PutCapacityAssignmentConfigurationCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class PutCapacityAssignmentConfigurationCommand extends PutCapacityAssignmentConfigurationCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: PutCapacityAssignmentConfigurationInput;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: PutCapacityAssignmentConfigurationCommandInput;
|
|
83
|
+
output: PutCapacityAssignmentConfigurationCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -82,4 +82,15 @@ declare const StartCalculationExecutionCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class StartCalculationExecutionCommand extends StartCalculationExecutionCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: StartCalculationExecutionRequest;
|
|
89
|
+
output: StartCalculationExecutionResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: StartCalculationExecutionCommandInput;
|
|
93
|
+
output: StartCalculationExecutionCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -99,4 +99,15 @@ declare const StartQueryExecutionCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class StartQueryExecutionCommand extends StartQueryExecutionCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: StartQueryExecutionInput;
|
|
106
|
+
output: StartQueryExecutionOutput;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: StartQueryExecutionCommandInput;
|
|
110
|
+
output: StartQueryExecutionCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -91,4 +91,15 @@ declare const StartSessionCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class StartSessionCommand extends StartSessionCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: StartSessionRequest;
|
|
98
|
+
output: StartSessionResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: StartSessionCommandInput;
|
|
102
|
+
output: StartSessionCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -77,4 +77,15 @@ declare const StopCalculationExecutionCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class StopCalculationExecutionCommand extends StopCalculationExecutionCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: StopCalculationExecutionRequest;
|
|
84
|
+
output: StopCalculationExecutionResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: StopCalculationExecutionCommandInput;
|
|
88
|
+
output: StopCalculationExecutionCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -64,4 +64,15 @@ declare const StopQueryExecutionCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class StopQueryExecutionCommand extends StopQueryExecutionCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: StopQueryExecutionInput;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: StopQueryExecutionCommandInput;
|
|
75
|
+
output: StopQueryExecutionCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -82,4 +82,15 @@ declare const TagResourceCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: TagResourceInput;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: TagResourceCommandInput;
|
|
93
|
+
output: TagResourceCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -72,4 +72,15 @@ declare const TerminateSessionCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class TerminateSessionCommand extends TerminateSessionCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: TerminateSessionRequest;
|
|
79
|
+
output: TerminateSessionResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: TerminateSessionCommandInput;
|
|
83
|
+
output: TerminateSessionCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -69,4 +69,15 @@ declare const UntagResourceCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: UntagResourceInput;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: UntagResourceCommandInput;
|
|
80
|
+
output: UntagResourceCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -65,4 +65,15 @@ declare const UpdateCapacityReservationCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class UpdateCapacityReservationCommand extends UpdateCapacityReservationCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: UpdateCapacityReservationInput;
|
|
72
|
+
output: {};
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: UpdateCapacityReservationCommandInput;
|
|
76
|
+
output: UpdateCapacityReservationCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -36,7 +36,7 @@ declare const UpdateDataCatalogCommand_base: {
|
|
|
36
36
|
* const client = new AthenaClient(config);
|
|
37
37
|
* const input = { // UpdateDataCatalogInput
|
|
38
38
|
* Name: "STRING_VALUE", // required
|
|
39
|
-
* Type: "LAMBDA" || "GLUE" || "HIVE", // required
|
|
39
|
+
* Type: "LAMBDA" || "GLUE" || "HIVE" || "FEDERATED", // required
|
|
40
40
|
* Description: "STRING_VALUE",
|
|
41
41
|
* Parameters: { // ParametersMap
|
|
42
42
|
* "<keys>": "STRING_VALUE",
|
|
@@ -68,4 +68,15 @@ declare const UpdateDataCatalogCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class UpdateDataCatalogCommand extends UpdateDataCatalogCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: UpdateDataCatalogInput;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: UpdateDataCatalogCommandInput;
|
|
79
|
+
output: UpdateDataCatalogCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -67,4 +67,15 @@ declare const UpdateNamedQueryCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UpdateNamedQueryCommand extends UpdateNamedQueryCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UpdateNamedQueryInput;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UpdateNamedQueryCommandInput;
|
|
78
|
+
output: UpdateNamedQueryCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|