@aws-sdk/client-athena 3.890.0 → 3.893.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-types/commands/BatchGetNamedQueryCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +2 -0
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +2 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +2 -0
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +2 -0
- package/dist-types/commands/CreateNotebookCommand.d.ts +2 -0
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +2 -0
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNotebookCommand.d.ts +2 -0
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +2 -0
- package/dist-types/commands/ExportNotebookCommand.d.ts +2 -0
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +2 -0
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +2 -0
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/GetDataCatalogCommand.d.ts +2 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +2 -0
- package/dist-types/commands/GetNamedQueryCommand.d.ts +2 -0
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +2 -0
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +2 -0
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +2 -0
- package/dist-types/commands/GetSessionCommand.d.ts +2 -0
- package/dist-types/commands/GetSessionStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetTableMetadataCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkGroupCommand.d.ts +2 -0
- package/dist-types/commands/ImportNotebookCommand.d.ts +2 -0
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +2 -0
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListCapacityReservationsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatabasesCommand.d.ts +2 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListExecutorsCommand.d.ts +2 -0
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +2 -0
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +2 -0
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +2 -0
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +2 -0
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTableMetadataCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +2 -0
- package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +2 -0
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +2 -0
- package/dist-types/commands/StartSessionCommand.d.ts +2 -0
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +2 -0
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNotebookCommand.d.ts +2 -0
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -41,6 +41,8 @@ declare const BatchGetNamedQueryCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { AthenaClient, BatchGetNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
43
43
|
* // const { AthenaClient, BatchGetNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
44
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
45
|
+
* const config = {}; // type is AthenaClientConfig
|
|
44
46
|
* const client = new AthenaClient(config);
|
|
45
47
|
* const input = { // BatchGetNamedQueryInput
|
|
46
48
|
* NamedQueryIds: [ // NamedQueryIdList // required
|
|
@@ -37,6 +37,8 @@ declare const BatchGetPreparedStatementCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AthenaClient, BatchGetPreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
39
39
|
* // const { AthenaClient, BatchGetPreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
40
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
41
|
+
* const config = {}; // type is AthenaClientConfig
|
|
40
42
|
* const client = new AthenaClient(config);
|
|
41
43
|
* const input = { // BatchGetPreparedStatementInput
|
|
42
44
|
* PreparedStatementNames: [ // PreparedStatementNameList // required
|
|
@@ -38,6 +38,8 @@ declare const BatchGetQueryExecutionCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AthenaClient, BatchGetQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
40
40
|
* // const { AthenaClient, BatchGetQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
41
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
42
|
+
* const config = {}; // type is AthenaClientConfig
|
|
41
43
|
* const client = new AthenaClient(config);
|
|
42
44
|
* const input = { // BatchGetQueryExecutionInput
|
|
43
45
|
* QueryExecutionIds: [ // QueryExecutionIdList // required
|
|
@@ -36,6 +36,8 @@ declare const CancelCapacityReservationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AthenaClient, CancelCapacityReservationCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
38
38
|
* // const { AthenaClient, CancelCapacityReservationCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
39
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
40
|
+
* const config = {}; // type is AthenaClientConfig
|
|
39
41
|
* const client = new AthenaClient(config);
|
|
40
42
|
* const input = { // CancelCapacityReservationInput
|
|
41
43
|
* Name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateCapacityReservationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, CreateCapacityReservationCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, CreateCapacityReservationCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // CreateCapacityReservationInput
|
|
39
41
|
* TargetDpus: Number("int"), // required
|
|
@@ -53,6 +53,8 @@ declare const CreateDataCatalogCommand_base: {
|
|
|
53
53
|
* ```javascript
|
|
54
54
|
* import { AthenaClient, CreateDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
55
55
|
* // const { AthenaClient, CreateDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
56
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
57
|
+
* const config = {}; // type is AthenaClientConfig
|
|
56
58
|
* const client = new AthenaClient(config);
|
|
57
59
|
* const input = { // CreateDataCatalogInput
|
|
58
60
|
* Name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateNamedQueryCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, CreateNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, CreateNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // CreateNamedQueryInput
|
|
39
41
|
* Name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateNotebookCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AthenaClient, CreateNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
37
37
|
* // const { AthenaClient, CreateNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
38
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
39
|
+
* const config = {}; // type is AthenaClientConfig
|
|
38
40
|
* const client = new AthenaClient(config);
|
|
39
41
|
* const input = { // CreateNotebookInput
|
|
40
42
|
* WorkGroup: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreatePreparedStatementCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, CreatePreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, CreatePreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // CreatePreparedStatementInput
|
|
38
40
|
* StatementName: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreatePresignedNotebookUrlCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AthenaClient, CreatePresignedNotebookUrlCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
39
39
|
* // const { AthenaClient, CreatePresignedNotebookUrlCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
40
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
41
|
+
* const config = {}; // type is AthenaClientConfig
|
|
40
42
|
* const client = new AthenaClient(config);
|
|
41
43
|
* const input = { // CreatePresignedNotebookUrlRequest
|
|
42
44
|
* SessionId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateWorkGroupCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, CreateWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, CreateWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // CreateWorkGroupInput
|
|
39
41
|
* Name: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteCapacityReservationCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AthenaClient, DeleteCapacityReservationCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
39
39
|
* // const { AthenaClient, DeleteCapacityReservationCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
40
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
41
|
+
* const config = {}; // type is AthenaClientConfig
|
|
40
42
|
* const client = new AthenaClient(config);
|
|
41
43
|
* const input = { // DeleteCapacityReservationInput
|
|
42
44
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteDataCatalogCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, DeleteDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, DeleteDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // DeleteDataCatalogInput
|
|
38
40
|
* Name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteNamedQueryCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, DeleteNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, DeleteNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // DeleteNamedQueryInput
|
|
39
41
|
* NamedQueryId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteNotebookCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, DeleteNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, DeleteNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // DeleteNotebookInput
|
|
38
40
|
* NotebookId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeletePreparedStatementCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, DeletePreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, DeletePreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // DeletePreparedStatementInput
|
|
39
41
|
* StatementName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteWorkGroupCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, DeleteWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, DeleteWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // DeleteWorkGroupInput
|
|
39
41
|
* WorkGroup: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ExportNotebookCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, ExportNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, ExportNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // ExportNotebookInput
|
|
38
40
|
* NotebookId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetCalculationExecutionCodeCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, GetCalculationExecutionCodeCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, GetCalculationExecutionCodeCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // GetCalculationExecutionCodeRequest
|
|
38
40
|
* CalculationExecutionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetCalculationExecutionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, GetCalculationExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, GetCalculationExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // GetCalculationExecutionRequest
|
|
38
40
|
* CalculationExecutionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetCalculationExecutionStatusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, GetCalculationExecutionStatusCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, GetCalculationExecutionStatusCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // GetCalculationExecutionStatusRequest
|
|
38
40
|
* CalculationExecutionId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetCapacityAssignmentConfigurationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, GetCapacityAssignmentConfigurationCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, GetCapacityAssignmentConfigurationCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // GetCapacityAssignmentConfigurationInput
|
|
39
41
|
* CapacityReservationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetCapacityReservationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, GetCapacityReservationCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, GetCapacityReservationCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // GetCapacityReservationInput
|
|
38
40
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDataCatalogCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, GetDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, GetDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // GetDataCatalogInput
|
|
38
40
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetDatabaseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, GetDatabaseCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, GetDatabaseCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // GetDatabaseInput
|
|
38
40
|
* CatalogName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetNamedQueryCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, GetNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, GetNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // GetNamedQueryInput
|
|
39
41
|
* NamedQueryId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetNotebookMetadataCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, GetNotebookMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, GetNotebookMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // GetNotebookMetadataInput
|
|
38
40
|
* NotebookId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetPreparedStatementCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, GetPreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, GetPreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // GetPreparedStatementInput
|
|
39
41
|
* StatementName: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetQueryExecutionCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AthenaClient, GetQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
37
37
|
* // const { AthenaClient, GetQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
38
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
39
|
+
* const config = {}; // type is AthenaClientConfig
|
|
38
40
|
* const client = new AthenaClient(config);
|
|
39
41
|
* const input = { // GetQueryExecutionInput
|
|
40
42
|
* QueryExecutionId: "STRING_VALUE", // required
|
|
@@ -48,6 +48,8 @@ declare const GetQueryResultsCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { AthenaClient, GetQueryResultsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
50
50
|
* // const { AthenaClient, GetQueryResultsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
51
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
52
|
+
* const config = {}; // type is AthenaClientConfig
|
|
51
53
|
* const client = new AthenaClient(config);
|
|
52
54
|
* const input = { // GetQueryResultsInput
|
|
53
55
|
* QueryExecutionId: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const GetQueryRuntimeStatisticsCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { AthenaClient, GetQueryRuntimeStatisticsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
41
41
|
* // const { AthenaClient, GetQueryRuntimeStatisticsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
42
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
43
|
+
* const config = {}; // type is AthenaClientConfig
|
|
42
44
|
* const client = new AthenaClient(config);
|
|
43
45
|
* const input = { // GetQueryRuntimeStatisticsInput
|
|
44
46
|
* QueryExecutionId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetSessionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, GetSessionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, GetSessionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // GetSessionRequest
|
|
39
41
|
* SessionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetSessionStatusCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, GetSessionStatusCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, GetSessionStatusCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // GetSessionStatusRequest
|
|
38
40
|
* SessionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetTableMetadataCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, GetTableMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, GetTableMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // GetTableMetadataInput
|
|
38
40
|
* CatalogName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetWorkGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, GetWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, GetWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // GetWorkGroupInput
|
|
38
40
|
* WorkGroup: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const ImportNotebookCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AthenaClient, ImportNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
40
40
|
* // const { AthenaClient, ImportNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
41
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
42
|
+
* const config = {}; // type is AthenaClientConfig
|
|
41
43
|
* const client = new AthenaClient(config);
|
|
42
44
|
* const input = { // ImportNotebookInput
|
|
43
45
|
* WorkGroup: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListApplicationDPUSizesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, ListApplicationDPUSizesCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, ListApplicationDPUSizesCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // ListApplicationDPUSizesInput
|
|
39
41
|
* MaxResults: Number("int"),
|
|
@@ -34,6 +34,8 @@ declare const ListCalculationExecutionsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, ListCalculationExecutionsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, ListCalculationExecutionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // ListCalculationExecutionsRequest
|
|
39
41
|
* SessionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListCapacityReservationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, ListCapacityReservationsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, ListCapacityReservationsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // ListCapacityReservationsInput
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const ListDataCatalogsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AthenaClient, ListDataCatalogsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
39
39
|
* // const { AthenaClient, ListDataCatalogsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
40
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
41
|
+
* const config = {}; // type is AthenaClientConfig
|
|
40
42
|
* const client = new AthenaClient(config);
|
|
41
43
|
* const input = { // ListDataCatalogsInput
|
|
42
44
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListDatabasesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, ListDatabasesCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, ListDatabasesCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // ListDatabasesInput
|
|
38
40
|
* CatalogName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListEngineVersionsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, ListEngineVersionsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, ListEngineVersionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // ListEngineVersionsInput
|
|
39
41
|
* NextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListExecutorsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AthenaClient, ListExecutorsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
37
37
|
* // const { AthenaClient, ListExecutorsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
38
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
39
|
+
* const config = {}; // type is AthenaClientConfig
|
|
38
40
|
* const client = new AthenaClient(config);
|
|
39
41
|
* const input = { // ListExecutorsRequest
|
|
40
42
|
* SessionId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListNamedQueriesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AthenaClient, ListNamedQueriesCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
37
37
|
* // const { AthenaClient, ListNamedQueriesCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
38
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
39
|
+
* const config = {}; // type is AthenaClientConfig
|
|
38
40
|
* const client = new AthenaClient(config);
|
|
39
41
|
* const input = { // ListNamedQueriesInput
|
|
40
42
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListNotebookMetadataCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, ListNotebookMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, ListNotebookMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // ListNotebookMetadataInput
|
|
38
40
|
* Filters: { // FilterDefinition
|
|
@@ -36,6 +36,8 @@ declare const ListNotebookSessionsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AthenaClient, ListNotebookSessionsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
38
38
|
* // const { AthenaClient, ListNotebookSessionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
39
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
40
|
+
* const config = {}; // type is AthenaClientConfig
|
|
39
41
|
* const client = new AthenaClient(config);
|
|
40
42
|
* const input = { // ListNotebookSessionsRequest
|
|
41
43
|
* NotebookId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListPreparedStatementsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, ListPreparedStatementsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, ListPreparedStatementsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // ListPreparedStatementsInput
|
|
38
40
|
* WorkGroup: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const ListQueryExecutionsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AthenaClient, ListQueryExecutionsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
38
38
|
* // const { AthenaClient, ListQueryExecutionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
39
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
40
|
+
* const config = {}; // type is AthenaClientConfig
|
|
39
41
|
* const client = new AthenaClient(config);
|
|
40
42
|
* const input = { // ListQueryExecutionsInput
|
|
41
43
|
* NextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListSessionsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { AthenaClient, ListSessionsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
38
38
|
* // const { AthenaClient, ListSessionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
39
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
40
|
+
* const config = {}; // type is AthenaClientConfig
|
|
39
41
|
* const client = new AthenaClient(config);
|
|
40
42
|
* const input = { // ListSessionsRequest
|
|
41
43
|
* WorkGroup: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTableMetadataCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, ListTableMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, ListTableMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // ListTableMetadataInput
|
|
38
40
|
* CatalogName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, ListTagsForResourceCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, ListTagsForResourceCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceInput
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListWorkGroupsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, ListWorkGroupsCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, ListWorkGroupsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // ListWorkGroupsInput
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const PutCapacityAssignmentConfigurationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { AthenaClient, PutCapacityAssignmentConfigurationCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
37
37
|
* // const { AthenaClient, PutCapacityAssignmentConfigurationCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
38
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
39
|
+
* const config = {}; // type is AthenaClientConfig
|
|
38
40
|
* const client = new AthenaClient(config);
|
|
39
41
|
* const input = { // PutCapacityAssignmentConfigurationInput
|
|
40
42
|
* CapacityReservationName: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const StartCalculationExecutionCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { AthenaClient, StartCalculationExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
42
42
|
* // const { AthenaClient, StartCalculationExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
43
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
44
|
+
* const config = {}; // type is AthenaClientConfig
|
|
43
45
|
* const client = new AthenaClient(config);
|
|
44
46
|
* const input = { // StartCalculationExecutionRequest
|
|
45
47
|
* SessionId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const StartQueryExecutionCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { AthenaClient, StartQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
40
40
|
* // const { AthenaClient, StartQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
41
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
42
|
+
* const config = {}; // type is AthenaClientConfig
|
|
41
43
|
* const client = new AthenaClient(config);
|
|
42
44
|
* const input = { // StartQueryExecutionInput
|
|
43
45
|
* QueryString: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const StartSessionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, StartSessionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, StartSessionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // StartSessionRequest
|
|
39
41
|
* Description: "STRING_VALUE",
|
|
@@ -42,6 +42,8 @@ declare const StopCalculationExecutionCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { AthenaClient, StopCalculationExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
44
44
|
* // const { AthenaClient, StopCalculationExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
45
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
46
|
+
* const config = {}; // type is AthenaClientConfig
|
|
45
47
|
* const client = new AthenaClient(config);
|
|
46
48
|
* const input = { // StopCalculationExecutionRequest
|
|
47
49
|
* CalculationExecutionId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const StopQueryExecutionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, StopQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, StopQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // StopQueryExecutionInput
|
|
39
41
|
* QueryExecutionId: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const TagResourceCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { AthenaClient, TagResourceCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
45
45
|
* // const { AthenaClient, TagResourceCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
46
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
47
|
+
* const config = {}; // type is AthenaClientConfig
|
|
46
48
|
* const client = new AthenaClient(config);
|
|
47
49
|
* const input = { // TagResourceInput
|
|
48
50
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const TerminateSessionCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { AthenaClient, TerminateSessionCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
39
39
|
* // const { AthenaClient, TerminateSessionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
40
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
41
|
+
* const config = {}; // type is AthenaClientConfig
|
|
40
42
|
* const client = new AthenaClient(config);
|
|
41
43
|
* const input = { // TerminateSessionRequest
|
|
42
44
|
* SessionId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, UntagResourceCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, UntagResourceCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // UntagResourceInput
|
|
38
40
|
* ResourceARN: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateCapacityReservationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, UpdateCapacityReservationCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, UpdateCapacityReservationCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // UpdateCapacityReservationInput
|
|
39
41
|
* TargetDpus: Number("int"), // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateDataCatalogCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, UpdateDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, UpdateDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // UpdateDataCatalogInput
|
|
38
40
|
* Name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateNamedQueryCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, UpdateNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, UpdateNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // UpdateNamedQueryInput
|
|
39
41
|
* NamedQueryId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateNotebookCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, UpdateNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, UpdateNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // UpdateNotebookInput
|
|
38
40
|
* NotebookId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateNotebookMetadataCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, UpdateNotebookMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, UpdateNotebookMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // UpdateNotebookMetadataInput
|
|
38
40
|
* NotebookId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdatePreparedStatementCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { AthenaClient, UpdatePreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
35
35
|
* // const { AthenaClient, UpdatePreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
36
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
37
|
+
* const config = {}; // type is AthenaClientConfig
|
|
36
38
|
* const client = new AthenaClient(config);
|
|
37
39
|
* const input = { // UpdatePreparedStatementInput
|
|
38
40
|
* StatementName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateWorkGroupCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { AthenaClient, UpdateWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import
|
|
36
36
|
* // const { AthenaClient, UpdateWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import
|
|
37
|
+
* // import type { AthenaClientConfig } from "@aws-sdk/client-athena";
|
|
38
|
+
* const config = {}; // type is AthenaClientConfig
|
|
37
39
|
* const client = new AthenaClient(config);
|
|
38
40
|
* const input = { // UpdateWorkGroupInput
|
|
39
41
|
* WorkGroup: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-athena",
|
|
3
3
|
"description": "AWS SDK for JavaScript Athena Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-athena",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|