@aws-sdk/client-athena 3.300.0 → 3.303.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.
Files changed (65) hide show
  1. package/dist-cjs/models/models_0.js +73 -86
  2. package/dist-es/models/models_0.js +73 -86
  3. package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +2 -2
  4. package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +2 -2
  5. package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +2 -2
  6. package/dist-types/commands/CreateDataCatalogCommand.d.ts +4 -4
  7. package/dist-types/commands/CreateNamedQueryCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateNotebookCommand.d.ts +1 -1
  9. package/dist-types/commands/CreatePreparedStatementCommand.d.ts +1 -1
  10. package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateWorkGroupCommand.d.ts +9 -9
  12. package/dist-types/commands/DeleteDataCatalogCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteNamedQueryCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteNotebookCommand.d.ts +1 -1
  15. package/dist-types/commands/DeletePreparedStatementCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteWorkGroupCommand.d.ts +1 -1
  17. package/dist-types/commands/ExportNotebookCommand.d.ts +1 -1
  18. package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +1 -1
  19. package/dist-types/commands/GetCalculationExecutionCommand.d.ts +1 -1
  20. package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +1 -1
  21. package/dist-types/commands/GetDataCatalogCommand.d.ts +1 -1
  22. package/dist-types/commands/GetDatabaseCommand.d.ts +1 -1
  23. package/dist-types/commands/GetNamedQueryCommand.d.ts +1 -1
  24. package/dist-types/commands/GetNotebookMetadataCommand.d.ts +1 -1
  25. package/dist-types/commands/GetPreparedStatementCommand.d.ts +1 -1
  26. package/dist-types/commands/GetQueryExecutionCommand.d.ts +1 -1
  27. package/dist-types/commands/GetQueryResultsCommand.d.ts +1 -1
  28. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +1 -1
  29. package/dist-types/commands/GetSessionCommand.d.ts +1 -1
  30. package/dist-types/commands/GetSessionStatusCommand.d.ts +1 -1
  31. package/dist-types/commands/GetTableMetadataCommand.d.ts +1 -1
  32. package/dist-types/commands/GetWorkGroupCommand.d.ts +1 -1
  33. package/dist-types/commands/ImportNotebookCommand.d.ts +1 -1
  34. package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +1 -1
  35. package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListDataCatalogsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListDatabasesCommand.d.ts +1 -1
  38. package/dist-types/commands/ListEngineVersionsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListExecutorsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListNamedQueriesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListNotebookMetadataCommand.d.ts +2 -2
  42. package/dist-types/commands/ListNotebookSessionsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListPreparedStatementsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListQueryExecutionsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListTableMetadataCommand.d.ts +1 -1
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  48. package/dist-types/commands/ListWorkGroupsCommand.d.ts +1 -1
  49. package/dist-types/commands/StartCalculationExecutionCommand.d.ts +2 -2
  50. package/dist-types/commands/StartQueryExecutionCommand.d.ts +8 -8
  51. package/dist-types/commands/StartSessionCommand.d.ts +3 -3
  52. package/dist-types/commands/StopCalculationExecutionCommand.d.ts +1 -1
  53. package/dist-types/commands/StopQueryExecutionCommand.d.ts +1 -1
  54. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  55. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
  56. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  57. package/dist-types/commands/UpdateDataCatalogCommand.d.ts +2 -2
  58. package/dist-types/commands/UpdateNamedQueryCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateNotebookCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +7 -7
  63. package/dist-types/models/models_0.d.ts +138 -73
  64. package/dist-types/ts3.4/models/models_0.d.ts +93 -73
  65. package/package.json +34 -34
@@ -26,7 +26,7 @@ export interface GetDatabaseCommandOutput extends GetDatabaseOutput, __MetadataB
26
26
  * import { AthenaClient, GetDatabaseCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, GetDatabaseCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // GetDatabaseInput
30
30
  * CatalogName: "STRING_VALUE", // required
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * };
@@ -27,7 +27,7 @@ export interface GetNamedQueryCommandOutput extends GetNamedQueryOutput, __Metad
27
27
  * import { AthenaClient, GetNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, GetNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // GetNamedQueryInput
31
31
  * NamedQueryId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetNamedQueryCommand(input);
@@ -26,7 +26,7 @@ export interface GetNotebookMetadataCommandOutput extends GetNotebookMetadataOut
26
26
  * import { AthenaClient, GetNotebookMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, GetNotebookMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // GetNotebookMetadataInput
30
30
  * NotebookId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetNotebookMetadataCommand(input);
@@ -27,7 +27,7 @@ export interface GetPreparedStatementCommandOutput extends GetPreparedStatementO
27
27
  * import { AthenaClient, GetPreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, GetPreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // GetPreparedStatementInput
31
31
  * StatementName: "STRING_VALUE", // required
32
32
  * WorkGroup: "STRING_VALUE", // required
33
33
  * };
@@ -28,7 +28,7 @@ export interface GetQueryExecutionCommandOutput extends GetQueryExecutionOutput,
28
28
  * import { AthenaClient, GetQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
29
29
  * // const { AthenaClient, GetQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
30
30
  * const client = new AthenaClient(config);
31
- * const input = {
31
+ * const input = { // GetQueryExecutionInput
32
32
  * QueryExecutionId: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new GetQueryExecutionCommand(input);
@@ -41,7 +41,7 @@ export interface GetQueryResultsCommandOutput extends GetQueryResultsOutput, __M
41
41
  * import { AthenaClient, GetQueryResultsCommand } from "@aws-sdk/client-athena"; // ES Modules import
42
42
  * // const { AthenaClient, GetQueryResultsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
43
43
  * const client = new AthenaClient(config);
44
- * const input = {
44
+ * const input = { // GetQueryResultsInput
45
45
  * QueryExecutionId: "STRING_VALUE", // required
46
46
  * NextToken: "STRING_VALUE",
47
47
  * MaxResults: Number("int"),
@@ -31,7 +31,7 @@ export interface GetQueryRuntimeStatisticsCommandOutput extends GetQueryRuntimeS
31
31
  * import { AthenaClient, GetQueryRuntimeStatisticsCommand } from "@aws-sdk/client-athena"; // ES Modules import
32
32
  * // const { AthenaClient, GetQueryRuntimeStatisticsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
33
33
  * const client = new AthenaClient(config);
34
- * const input = {
34
+ * const input = { // GetQueryRuntimeStatisticsInput
35
35
  * QueryExecutionId: "STRING_VALUE", // required
36
36
  * };
37
37
  * const command = new GetQueryRuntimeStatisticsCommand(input);
@@ -27,7 +27,7 @@ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataB
27
27
  * import { AthenaClient, GetSessionCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, GetSessionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // GetSessionRequest
31
31
  * SessionId: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new GetSessionCommand(input);
@@ -26,7 +26,7 @@ export interface GetSessionStatusCommandOutput extends GetSessionStatusResponse,
26
26
  * import { AthenaClient, GetSessionStatusCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, GetSessionStatusCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // GetSessionStatusRequest
30
30
  * SessionId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetSessionStatusCommand(input);
@@ -26,7 +26,7 @@ export interface GetTableMetadataCommandOutput extends GetTableMetadataOutput, _
26
26
  * import { AthenaClient, GetTableMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, GetTableMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // GetTableMetadataInput
30
30
  * CatalogName: "STRING_VALUE", // required
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * TableName: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface GetWorkGroupCommandOutput extends GetWorkGroupOutput, __Metadat
26
26
  * import { AthenaClient, GetWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, GetWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // GetWorkGroupInput
30
30
  * WorkGroup: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetWorkGroupCommand(input);
@@ -28,7 +28,7 @@ export interface ImportNotebookCommandOutput extends ImportNotebookOutput, __Met
28
28
  * import { AthenaClient, ImportNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
29
29
  * // const { AthenaClient, ImportNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
30
30
  * const client = new AthenaClient(config);
31
- * const input = {
31
+ * const input = { // ImportNotebookInput
32
32
  * WorkGroup: "STRING_VALUE", // required
33
33
  * Name: "STRING_VALUE", // required
34
34
  * Payload: "STRING_VALUE", // required
@@ -27,7 +27,7 @@ export interface ListApplicationDPUSizesCommandOutput extends ListApplicationDPU
27
27
  * import { AthenaClient, ListApplicationDPUSizesCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, ListApplicationDPUSizesCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // ListApplicationDPUSizesInput
31
31
  * MaxResults: Number("int"),
32
32
  * NextToken: "STRING_VALUE",
33
33
  * };
@@ -27,7 +27,7 @@ export interface ListCalculationExecutionsCommandOutput extends ListCalculationE
27
27
  * import { AthenaClient, ListCalculationExecutionsCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, ListCalculationExecutionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // ListCalculationExecutionsRequest
31
31
  * SessionId: "STRING_VALUE", // required
32
32
  * StateFilter: "CREATING" || "CREATED" || "QUEUED" || "RUNNING" || "CANCELING" || "CANCELED" || "COMPLETED" || "FAILED",
33
33
  * MaxResults: Number("int"),
@@ -30,7 +30,7 @@ export interface ListDataCatalogsCommandOutput extends ListDataCatalogsOutput, _
30
30
  * import { AthenaClient, ListDataCatalogsCommand } from "@aws-sdk/client-athena"; // ES Modules import
31
31
  * // const { AthenaClient, ListDataCatalogsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
32
32
  * const client = new AthenaClient(config);
33
- * const input = {
33
+ * const input = { // ListDataCatalogsInput
34
34
  * NextToken: "STRING_VALUE",
35
35
  * MaxResults: Number("int"),
36
36
  * };
@@ -26,7 +26,7 @@ export interface ListDatabasesCommandOutput extends ListDatabasesOutput, __Metad
26
26
  * import { AthenaClient, ListDatabasesCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, ListDatabasesCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // ListDatabasesInput
30
30
  * CatalogName: "STRING_VALUE", // required
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -27,7 +27,7 @@ export interface ListEngineVersionsCommandOutput extends ListEngineVersionsOutpu
27
27
  * import { AthenaClient, ListEngineVersionsCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, ListEngineVersionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // ListEngineVersionsInput
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
33
33
  * };
@@ -28,7 +28,7 @@ export interface ListExecutorsCommandOutput extends ListExecutorsResponse, __Met
28
28
  * import { AthenaClient, ListExecutorsCommand } from "@aws-sdk/client-athena"; // ES Modules import
29
29
  * // const { AthenaClient, ListExecutorsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
30
30
  * const client = new AthenaClient(config);
31
- * const input = {
31
+ * const input = { // ListExecutorsRequest
32
32
  * SessionId: "STRING_VALUE", // required
33
33
  * ExecutorStateFilter: "CREATING" || "CREATED" || "REGISTERED" || "TERMINATING" || "TERMINATED" || "FAILED",
34
34
  * MaxResults: Number("int"),
@@ -31,7 +31,7 @@ export interface ListNamedQueriesCommandOutput extends ListNamedQueriesOutput, _
31
31
  * import { AthenaClient, ListNamedQueriesCommand } from "@aws-sdk/client-athena"; // ES Modules import
32
32
  * // const { AthenaClient, ListNamedQueriesCommand } = require("@aws-sdk/client-athena"); // CommonJS import
33
33
  * const client = new AthenaClient(config);
34
- * const input = {
34
+ * const input = { // ListNamedQueriesInput
35
35
  * NextToken: "STRING_VALUE",
36
36
  * MaxResults: Number("int"),
37
37
  * WorkGroup: "STRING_VALUE",
@@ -26,8 +26,8 @@ export interface ListNotebookMetadataCommandOutput extends ListNotebookMetadataO
26
26
  * import { AthenaClient, ListNotebookMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, ListNotebookMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
30
- * Filters: {
29
+ * const input = { // ListNotebookMetadataInput
30
+ * Filters: { // FilterDefinition
31
31
  * Name: "STRING_VALUE",
32
32
  * },
33
33
  * NextToken: "STRING_VALUE",
@@ -29,7 +29,7 @@ export interface ListNotebookSessionsCommandOutput extends ListNotebookSessionsR
29
29
  * import { AthenaClient, ListNotebookSessionsCommand } from "@aws-sdk/client-athena"; // ES Modules import
30
30
  * // const { AthenaClient, ListNotebookSessionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
31
31
  * const client = new AthenaClient(config);
32
- * const input = {
32
+ * const input = { // ListNotebookSessionsRequest
33
33
  * NotebookId: "STRING_VALUE", // required
34
34
  * MaxResults: Number("int"),
35
35
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListPreparedStatementsCommandOutput extends ListPreparedStateme
26
26
  * import { AthenaClient, ListPreparedStatementsCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, ListPreparedStatementsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // ListPreparedStatementsInput
30
30
  * WorkGroup: "STRING_VALUE", // required
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -32,7 +32,7 @@ export interface ListQueryExecutionsCommandOutput extends ListQueryExecutionsOut
32
32
  * import { AthenaClient, ListQueryExecutionsCommand } from "@aws-sdk/client-athena"; // ES Modules import
33
33
  * // const { AthenaClient, ListQueryExecutionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
34
34
  * const client = new AthenaClient(config);
35
- * const input = {
35
+ * const input = { // ListQueryExecutionsInput
36
36
  * NextToken: "STRING_VALUE",
37
37
  * MaxResults: Number("int"),
38
38
  * WorkGroup: "STRING_VALUE",
@@ -29,7 +29,7 @@ export interface ListSessionsCommandOutput extends ListSessionsResponse, __Metad
29
29
  * import { AthenaClient, ListSessionsCommand } from "@aws-sdk/client-athena"; // ES Modules import
30
30
  * // const { AthenaClient, ListSessionsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
31
31
  * const client = new AthenaClient(config);
32
- * const input = {
32
+ * const input = { // ListSessionsRequest
33
33
  * WorkGroup: "STRING_VALUE", // required
34
34
  * StateFilter: "CREATING" || "CREATED" || "IDLE" || "BUSY" || "TERMINATING" || "TERMINATED" || "DEGRADED" || "FAILED",
35
35
  * MaxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListTableMetadataCommandOutput extends ListTableMetadataOutput,
26
26
  * import { AthenaClient, ListTableMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, ListTableMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // ListTableMetadataInput
30
30
  * CatalogName: "STRING_VALUE", // required
31
31
  * DatabaseName: "STRING_VALUE", // required
32
32
  * Expression: "STRING_VALUE",
@@ -27,7 +27,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
27
27
  * import { AthenaClient, ListTagsForResourceCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, ListTagsForResourceCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // ListTagsForResourceInput
31
31
  * ResourceARN: "STRING_VALUE", // required
32
32
  * NextToken: "STRING_VALUE",
33
33
  * MaxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListWorkGroupsCommandOutput extends ListWorkGroupsOutput, __Met
26
26
  * import { AthenaClient, ListWorkGroupsCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, ListWorkGroupsCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // ListWorkGroupsInput
30
30
  * NextToken: "STRING_VALUE",
31
31
  * MaxResults: Number("int"),
32
32
  * };
@@ -27,10 +27,10 @@ export interface StartCalculationExecutionCommandOutput extends StartCalculation
27
27
  * import { AthenaClient, StartCalculationExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, StartCalculationExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // StartCalculationExecutionRequest
31
31
  * SessionId: "STRING_VALUE", // required
32
32
  * Description: "STRING_VALUE",
33
- * CalculationConfiguration: {
33
+ * CalculationConfiguration: { // CalculationConfiguration
34
34
  * CodeBlock: "STRING_VALUE",
35
35
  * },
36
36
  * CodeBlock: "STRING_VALUE",
@@ -31,30 +31,30 @@ export interface StartQueryExecutionCommandOutput extends StartQueryExecutionOut
31
31
  * import { AthenaClient, StartQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
32
32
  * // const { AthenaClient, StartQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
33
33
  * const client = new AthenaClient(config);
34
- * const input = {
34
+ * const input = { // StartQueryExecutionInput
35
35
  * QueryString: "STRING_VALUE", // required
36
36
  * ClientRequestToken: "STRING_VALUE",
37
- * QueryExecutionContext: {
37
+ * QueryExecutionContext: { // QueryExecutionContext
38
38
  * Database: "STRING_VALUE",
39
39
  * Catalog: "STRING_VALUE",
40
40
  * },
41
- * ResultConfiguration: {
41
+ * ResultConfiguration: { // ResultConfiguration
42
42
  * OutputLocation: "STRING_VALUE",
43
- * EncryptionConfiguration: {
43
+ * EncryptionConfiguration: { // EncryptionConfiguration
44
44
  * EncryptionOption: "SSE_S3" || "SSE_KMS" || "CSE_KMS", // required
45
45
  * KmsKey: "STRING_VALUE",
46
46
  * },
47
47
  * ExpectedBucketOwner: "STRING_VALUE",
48
- * AclConfiguration: {
48
+ * AclConfiguration: { // AclConfiguration
49
49
  * S3AclOption: "BUCKET_OWNER_FULL_CONTROL", // required
50
50
  * },
51
51
  * },
52
52
  * WorkGroup: "STRING_VALUE",
53
- * ExecutionParameters: [
53
+ * ExecutionParameters: [ // ExecutionParameters
54
54
  * "STRING_VALUE",
55
55
  * ],
56
- * ResultReuseConfiguration: {
57
- * ResultReuseByAgeConfiguration: {
56
+ * ResultReuseConfiguration: { // ResultReuseConfiguration
57
+ * ResultReuseByAgeConfiguration: { // ResultReuseByAgeConfiguration
58
58
  * Enabled: true || false, // required
59
59
  * MaxAgeInMinutes: Number("int"),
60
60
  * },
@@ -27,14 +27,14 @@ export interface StartSessionCommandOutput extends StartSessionResponse, __Metad
27
27
  * import { AthenaClient, StartSessionCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, StartSessionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // StartSessionRequest
31
31
  * Description: "STRING_VALUE",
32
32
  * WorkGroup: "STRING_VALUE", // required
33
- * EngineConfiguration: {
33
+ * EngineConfiguration: { // EngineConfiguration
34
34
  * CoordinatorDpuSize: Number("int"),
35
35
  * MaxConcurrentDpus: Number("int"), // required
36
36
  * DefaultExecutorDpuSize: Number("int"),
37
- * AdditionalConfigs: {
37
+ * AdditionalConfigs: { // ParametersMap
38
38
  * "<keys>": "STRING_VALUE",
39
39
  * },
40
40
  * },
@@ -35,7 +35,7 @@ export interface StopCalculationExecutionCommandOutput extends StopCalculationEx
35
35
  * import { AthenaClient, StopCalculationExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
36
36
  * // const { AthenaClient, StopCalculationExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
37
37
  * const client = new AthenaClient(config);
38
- * const input = {
38
+ * const input = { // StopCalculationExecutionRequest
39
39
  * CalculationExecutionId: "STRING_VALUE", // required
40
40
  * };
41
41
  * const command = new StopCalculationExecutionCommand(input);
@@ -30,7 +30,7 @@ export interface StopQueryExecutionCommandOutput extends StopQueryExecutionOutpu
30
30
  * import { AthenaClient, StopQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
31
31
  * // const { AthenaClient, StopQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
32
32
  * const client = new AthenaClient(config);
33
- * const input = {
33
+ * const input = { // StopQueryExecutionInput
34
34
  * QueryExecutionId: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new StopQueryExecutionCommand(input);
@@ -36,10 +36,10 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
36
36
  * import { AthenaClient, TagResourceCommand } from "@aws-sdk/client-athena"; // ES Modules import
37
37
  * // const { AthenaClient, TagResourceCommand } = require("@aws-sdk/client-athena"); // CommonJS import
38
38
  * const client = new AthenaClient(config);
39
- * const input = {
39
+ * const input = { // TagResourceInput
40
40
  * ResourceARN: "STRING_VALUE", // required
41
- * Tags: [ // required
42
- * {
41
+ * Tags: [ // TagList // required
42
+ * { // Tag
43
43
  * Key: "STRING_VALUE",
44
44
  * Value: "STRING_VALUE",
45
45
  * },
@@ -30,7 +30,7 @@ export interface TerminateSessionCommandOutput extends TerminateSessionResponse,
30
30
  * import { AthenaClient, TerminateSessionCommand } from "@aws-sdk/client-athena"; // ES Modules import
31
31
  * // const { AthenaClient, TerminateSessionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
32
32
  * const client = new AthenaClient(config);
33
- * const input = {
33
+ * const input = { // TerminateSessionRequest
34
34
  * SessionId: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new TerminateSessionCommand(input);
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
26
26
  * import { AthenaClient, UntagResourceCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, UntagResourceCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceInput
30
30
  * ResourceARN: "STRING_VALUE", // required
31
- * TagKeys: [ // required
31
+ * TagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,11 +26,11 @@ export interface UpdateDataCatalogCommandOutput extends UpdateDataCatalogOutput,
26
26
  * import { AthenaClient, UpdateDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, UpdateDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // UpdateDataCatalogInput
30
30
  * Name: "STRING_VALUE", // required
31
31
  * Type: "LAMBDA" || "GLUE" || "HIVE", // required
32
32
  * Description: "STRING_VALUE",
33
- * Parameters: {
33
+ * Parameters: { // ParametersMap
34
34
  * "<keys>": "STRING_VALUE",
35
35
  * },
36
36
  * };
@@ -27,7 +27,7 @@ export interface UpdateNamedQueryCommandOutput extends UpdateNamedQueryOutput, _
27
27
  * import { AthenaClient, UpdateNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, UpdateNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // UpdateNamedQueryInput
31
31
  * NamedQueryId: "STRING_VALUE", // required
32
32
  * Name: "STRING_VALUE", // required
33
33
  * Description: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface UpdateNotebookCommandOutput extends UpdateNotebookOutput, __Met
26
26
  * import { AthenaClient, UpdateNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, UpdateNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // UpdateNotebookInput
30
30
  * NotebookId: "STRING_VALUE", // required
31
31
  * Payload: "STRING_VALUE", // required
32
32
  * Type: "IPYNB", // required
@@ -26,7 +26,7 @@ export interface UpdateNotebookMetadataCommandOutput extends UpdateNotebookMetad
26
26
  * import { AthenaClient, UpdateNotebookMetadataCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, UpdateNotebookMetadataCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // UpdateNotebookMetadataInput
30
30
  * NotebookId: "STRING_VALUE", // required
31
31
  * ClientRequestToken: "STRING_VALUE",
32
32
  * Name: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface UpdatePreparedStatementCommandOutput extends UpdatePreparedStat
26
26
  * import { AthenaClient, UpdatePreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, UpdatePreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // UpdatePreparedStatementInput
30
30
  * StatementName: "STRING_VALUE", // required
31
31
  * WorkGroup: "STRING_VALUE", // required
32
32
  * QueryStatement: "STRING_VALUE", // required
@@ -27,22 +27,22 @@ export interface UpdateWorkGroupCommandOutput extends UpdateWorkGroupOutput, __M
27
27
  * import { AthenaClient, UpdateWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, UpdateWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // UpdateWorkGroupInput
31
31
  * WorkGroup: "STRING_VALUE", // required
32
32
  * Description: "STRING_VALUE",
33
- * ConfigurationUpdates: {
33
+ * ConfigurationUpdates: { // WorkGroupConfigurationUpdates
34
34
  * EnforceWorkGroupConfiguration: true || false,
35
- * ResultConfigurationUpdates: {
35
+ * ResultConfigurationUpdates: { // ResultConfigurationUpdates
36
36
  * OutputLocation: "STRING_VALUE",
37
37
  * RemoveOutputLocation: true || false,
38
- * EncryptionConfiguration: {
38
+ * EncryptionConfiguration: { // EncryptionConfiguration
39
39
  * EncryptionOption: "SSE_S3" || "SSE_KMS" || "CSE_KMS", // required
40
40
  * KmsKey: "STRING_VALUE",
41
41
  * },
42
42
  * RemoveEncryptionConfiguration: true || false,
43
43
  * ExpectedBucketOwner: "STRING_VALUE",
44
44
  * RemoveExpectedBucketOwner: true || false,
45
- * AclConfiguration: {
45
+ * AclConfiguration: { // AclConfiguration
46
46
  * S3AclOption: "BUCKET_OWNER_FULL_CONTROL", // required
47
47
  * },
48
48
  * RemoveAclConfiguration: true || false,
@@ -51,14 +51,14 @@ export interface UpdateWorkGroupCommandOutput extends UpdateWorkGroupOutput, __M
51
51
  * BytesScannedCutoffPerQuery: Number("long"),
52
52
  * RemoveBytesScannedCutoffPerQuery: true || false,
53
53
  * RequesterPaysEnabled: true || false,
54
- * EngineVersion: {
54
+ * EngineVersion: { // EngineVersion
55
55
  * SelectedEngineVersion: "STRING_VALUE",
56
56
  * EffectiveEngineVersion: "STRING_VALUE",
57
57
  * },
58
58
  * RemoveCustomerContentEncryptionConfiguration: true || false,
59
59
  * AdditionalConfiguration: "STRING_VALUE",
60
60
  * ExecutionRole: "STRING_VALUE",
61
- * CustomerContentEncryptionConfiguration: {
61
+ * CustomerContentEncryptionConfiguration: { // CustomerContentEncryptionConfiguration
62
62
  * KmsKey: "STRING_VALUE", // required
63
63
  * },
64
64
  * EnableMinimumEncryptionConfiguration: true || false,