@aws-sdk/client-athena 3.300.0 → 3.301.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 (61) hide show
  1. package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +2 -2
  2. package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +2 -2
  3. package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +2 -2
  4. package/dist-types/commands/CreateDataCatalogCommand.d.ts +4 -4
  5. package/dist-types/commands/CreateNamedQueryCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateNotebookCommand.d.ts +1 -1
  7. package/dist-types/commands/CreatePreparedStatementCommand.d.ts +1 -1
  8. package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateWorkGroupCommand.d.ts +9 -9
  10. package/dist-types/commands/DeleteDataCatalogCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteNamedQueryCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteNotebookCommand.d.ts +1 -1
  13. package/dist-types/commands/DeletePreparedStatementCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteWorkGroupCommand.d.ts +1 -1
  15. package/dist-types/commands/ExportNotebookCommand.d.ts +1 -1
  16. package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +1 -1
  17. package/dist-types/commands/GetCalculationExecutionCommand.d.ts +1 -1
  18. package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +1 -1
  19. package/dist-types/commands/GetDataCatalogCommand.d.ts +1 -1
  20. package/dist-types/commands/GetDatabaseCommand.d.ts +1 -1
  21. package/dist-types/commands/GetNamedQueryCommand.d.ts +1 -1
  22. package/dist-types/commands/GetNotebookMetadataCommand.d.ts +1 -1
  23. package/dist-types/commands/GetPreparedStatementCommand.d.ts +1 -1
  24. package/dist-types/commands/GetQueryExecutionCommand.d.ts +1 -1
  25. package/dist-types/commands/GetQueryResultsCommand.d.ts +1 -1
  26. package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +1 -1
  27. package/dist-types/commands/GetSessionCommand.d.ts +1 -1
  28. package/dist-types/commands/GetSessionStatusCommand.d.ts +1 -1
  29. package/dist-types/commands/GetTableMetadataCommand.d.ts +1 -1
  30. package/dist-types/commands/GetWorkGroupCommand.d.ts +1 -1
  31. package/dist-types/commands/ImportNotebookCommand.d.ts +1 -1
  32. package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListDataCatalogsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListDatabasesCommand.d.ts +1 -1
  36. package/dist-types/commands/ListEngineVersionsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListExecutorsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListNamedQueriesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListNotebookMetadataCommand.d.ts +2 -2
  40. package/dist-types/commands/ListNotebookSessionsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListPreparedStatementsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListQueryExecutionsCommand.d.ts +1 -1
  43. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListTableMetadataCommand.d.ts +1 -1
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  46. package/dist-types/commands/ListWorkGroupsCommand.d.ts +1 -1
  47. package/dist-types/commands/StartCalculationExecutionCommand.d.ts +2 -2
  48. package/dist-types/commands/StartQueryExecutionCommand.d.ts +8 -8
  49. package/dist-types/commands/StartSessionCommand.d.ts +3 -3
  50. package/dist-types/commands/StopCalculationExecutionCommand.d.ts +1 -1
  51. package/dist-types/commands/StopQueryExecutionCommand.d.ts +1 -1
  52. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  53. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  55. package/dist-types/commands/UpdateDataCatalogCommand.d.ts +2 -2
  56. package/dist-types/commands/UpdateNamedQueryCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateNotebookCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +1 -1
  60. package/dist-types/commands/UpdateWorkGroupCommand.d.ts +7 -7
  61. package/package.json +3 -3
@@ -34,8 +34,8 @@ export interface BatchGetNamedQueryCommandOutput extends BatchGetNamedQueryOutpu
34
34
  * import { AthenaClient, BatchGetNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
35
35
  * // const { AthenaClient, BatchGetNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
36
36
  * const client = new AthenaClient(config);
37
- * const input = {
38
- * NamedQueryIds: [ // required
37
+ * const input = { // BatchGetNamedQueryInput
38
+ * NamedQueryIds: [ // NamedQueryIdList // required
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * };
@@ -30,8 +30,8 @@ export interface BatchGetPreparedStatementCommandOutput extends BatchGetPrepared
30
30
  * import { AthenaClient, BatchGetPreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
31
31
  * // const { AthenaClient, BatchGetPreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
32
32
  * const client = new AthenaClient(config);
33
- * const input = {
34
- * PreparedStatementNames: [ // required
33
+ * const input = { // BatchGetPreparedStatementInput
34
+ * PreparedStatementNames: [ // PreparedStatementNameList // required
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * WorkGroup: "STRING_VALUE", // required
@@ -31,8 +31,8 @@ export interface BatchGetQueryExecutionCommandOutput extends BatchGetQueryExecut
31
31
  * import { AthenaClient, BatchGetQueryExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
32
32
  * // const { AthenaClient, BatchGetQueryExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
33
33
  * const client = new AthenaClient(config);
34
- * const input = {
35
- * QueryExecutionIds: [ // required
34
+ * const input = { // BatchGetQueryExecutionInput
35
+ * QueryExecutionIds: [ // QueryExecutionIdList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * };
@@ -27,15 +27,15 @@ export interface CreateDataCatalogCommandOutput extends CreateDataCatalogOutput,
27
27
  * import { AthenaClient, CreateDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, CreateDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // CreateDataCatalogInput
31
31
  * Name: "STRING_VALUE", // required
32
32
  * Type: "LAMBDA" || "GLUE" || "HIVE", // required
33
33
  * Description: "STRING_VALUE",
34
- * Parameters: {
34
+ * Parameters: { // ParametersMap
35
35
  * "<keys>": "STRING_VALUE",
36
36
  * },
37
- * Tags: [
38
- * {
37
+ * Tags: [ // TagList
38
+ * { // Tag
39
39
  * Key: "STRING_VALUE",
40
40
  * Value: "STRING_VALUE",
41
41
  * },
@@ -30,7 +30,7 @@ export interface CreateNamedQueryCommandOutput extends CreateNamedQueryOutput, _
30
30
  * import { AthenaClient, CreateNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
31
31
  * // const { AthenaClient, CreateNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
32
32
  * const client = new AthenaClient(config);
33
- * const input = {
33
+ * const input = { // CreateNamedQueryInput
34
34
  * Name: "STRING_VALUE", // required
35
35
  * Description: "STRING_VALUE",
36
36
  * Database: "STRING_VALUE", // required
@@ -28,7 +28,7 @@ export interface CreateNotebookCommandOutput extends CreateNotebookOutput, __Met
28
28
  * import { AthenaClient, CreateNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
29
29
  * // const { AthenaClient, CreateNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
30
30
  * const client = new AthenaClient(config);
31
- * const input = {
31
+ * const input = { // CreateNotebookInput
32
32
  * WorkGroup: "STRING_VALUE", // required
33
33
  * Name: "STRING_VALUE", // required
34
34
  * ClientRequestToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface CreatePreparedStatementCommandOutput extends CreatePreparedStat
26
26
  * import { AthenaClient, CreatePreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, CreatePreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // CreatePreparedStatementInput
30
30
  * StatementName: "STRING_VALUE", // required
31
31
  * WorkGroup: "STRING_VALUE", // required
32
32
  * QueryStatement: "STRING_VALUE", // required
@@ -30,7 +30,7 @@ export interface CreatePresignedNotebookUrlCommandOutput extends CreatePresigned
30
30
  * import { AthenaClient, CreatePresignedNotebookUrlCommand } from "@aws-sdk/client-athena"; // ES Modules import
31
31
  * // const { AthenaClient, CreatePresignedNotebookUrlCommand } = require("@aws-sdk/client-athena"); // CommonJS import
32
32
  * const client = new AthenaClient(config);
33
- * const input = {
33
+ * const input = { // CreatePresignedNotebookUrlRequest
34
34
  * SessionId: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new CreatePresignedNotebookUrlCommand(input);
@@ -27,17 +27,17 @@ export interface CreateWorkGroupCommandOutput extends CreateWorkGroupOutput, __M
27
27
  * import { AthenaClient, CreateWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, CreateWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // CreateWorkGroupInput
31
31
  * Name: "STRING_VALUE", // required
32
- * Configuration: {
33
- * ResultConfiguration: {
32
+ * Configuration: { // WorkGroupConfiguration
33
+ * ResultConfiguration: { // ResultConfiguration
34
34
  * OutputLocation: "STRING_VALUE",
35
- * EncryptionConfiguration: {
35
+ * EncryptionConfiguration: { // EncryptionConfiguration
36
36
  * EncryptionOption: "SSE_S3" || "SSE_KMS" || "CSE_KMS", // required
37
37
  * KmsKey: "STRING_VALUE",
38
38
  * },
39
39
  * ExpectedBucketOwner: "STRING_VALUE",
40
- * AclConfiguration: {
40
+ * AclConfiguration: { // AclConfiguration
41
41
  * S3AclOption: "BUCKET_OWNER_FULL_CONTROL", // required
42
42
  * },
43
43
  * },
@@ -45,20 +45,20 @@ export interface CreateWorkGroupCommandOutput extends CreateWorkGroupOutput, __M
45
45
  * PublishCloudWatchMetricsEnabled: true || false,
46
46
  * BytesScannedCutoffPerQuery: Number("long"),
47
47
  * RequesterPaysEnabled: true || false,
48
- * EngineVersion: {
48
+ * EngineVersion: { // EngineVersion
49
49
  * SelectedEngineVersion: "STRING_VALUE",
50
50
  * EffectiveEngineVersion: "STRING_VALUE",
51
51
  * },
52
52
  * AdditionalConfiguration: "STRING_VALUE",
53
53
  * ExecutionRole: "STRING_VALUE",
54
- * CustomerContentEncryptionConfiguration: {
54
+ * CustomerContentEncryptionConfiguration: { // CustomerContentEncryptionConfiguration
55
55
  * KmsKey: "STRING_VALUE", // required
56
56
  * },
57
57
  * EnableMinimumEncryptionConfiguration: true || false,
58
58
  * },
59
59
  * Description: "STRING_VALUE",
60
- * Tags: [
61
- * {
60
+ * Tags: [ // TagList
61
+ * { // Tag
62
62
  * Key: "STRING_VALUE",
63
63
  * Value: "STRING_VALUE",
64
64
  * },
@@ -26,7 +26,7 @@ export interface DeleteDataCatalogCommandOutput extends DeleteDataCatalogOutput,
26
26
  * import { AthenaClient, DeleteDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, DeleteDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // DeleteDataCatalogInput
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteDataCatalogCommand(input);
@@ -30,7 +30,7 @@ export interface DeleteNamedQueryCommandOutput extends DeleteNamedQueryOutput, _
30
30
  * import { AthenaClient, DeleteNamedQueryCommand } from "@aws-sdk/client-athena"; // ES Modules import
31
31
  * // const { AthenaClient, DeleteNamedQueryCommand } = require("@aws-sdk/client-athena"); // CommonJS import
32
32
  * const client = new AthenaClient(config);
33
- * const input = {
33
+ * const input = { // DeleteNamedQueryInput
34
34
  * NamedQueryId: "STRING_VALUE", // required
35
35
  * };
36
36
  * const command = new DeleteNamedQueryCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteNotebookCommandOutput extends DeleteNotebookOutput, __Met
26
26
  * import { AthenaClient, DeleteNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, DeleteNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // DeleteNotebookInput
30
30
  * NotebookId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteNotebookCommand(input);
@@ -27,7 +27,7 @@ export interface DeletePreparedStatementCommandOutput extends DeletePreparedStat
27
27
  * import { AthenaClient, DeletePreparedStatementCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, DeletePreparedStatementCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // DeletePreparedStatementInput
31
31
  * StatementName: "STRING_VALUE", // required
32
32
  * WorkGroup: "STRING_VALUE", // required
33
33
  * };
@@ -27,7 +27,7 @@ export interface DeleteWorkGroupCommandOutput extends DeleteWorkGroupOutput, __M
27
27
  * import { AthenaClient, DeleteWorkGroupCommand } from "@aws-sdk/client-athena"; // ES Modules import
28
28
  * // const { AthenaClient, DeleteWorkGroupCommand } = require("@aws-sdk/client-athena"); // CommonJS import
29
29
  * const client = new AthenaClient(config);
30
- * const input = {
30
+ * const input = { // DeleteWorkGroupInput
31
31
  * WorkGroup: "STRING_VALUE", // required
32
32
  * RecursiveDeleteOption: true || false,
33
33
  * };
@@ -26,7 +26,7 @@ export interface ExportNotebookCommandOutput extends ExportNotebookOutput, __Met
26
26
  * import { AthenaClient, ExportNotebookCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, ExportNotebookCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // ExportNotebookInput
30
30
  * NotebookId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ExportNotebookCommand(input);
@@ -26,7 +26,7 @@ export interface GetCalculationExecutionCodeCommandOutput extends GetCalculation
26
26
  * import { AthenaClient, GetCalculationExecutionCodeCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, GetCalculationExecutionCodeCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // GetCalculationExecutionCodeRequest
30
30
  * CalculationExecutionId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetCalculationExecutionCodeCommand(input);
@@ -26,7 +26,7 @@ export interface GetCalculationExecutionCommandOutput extends GetCalculationExec
26
26
  * import { AthenaClient, GetCalculationExecutionCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, GetCalculationExecutionCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // GetCalculationExecutionRequest
30
30
  * CalculationExecutionId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetCalculationExecutionCommand(input);
@@ -26,7 +26,7 @@ export interface GetCalculationExecutionStatusCommandOutput extends GetCalculati
26
26
  * import { AthenaClient, GetCalculationExecutionStatusCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, GetCalculationExecutionStatusCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // GetCalculationExecutionStatusRequest
30
30
  * CalculationExecutionId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetCalculationExecutionStatusCommand(input);
@@ -26,7 +26,7 @@ export interface GetDataCatalogCommandOutput extends GetDataCatalogOutput, __Met
26
26
  * import { AthenaClient, GetDataCatalogCommand } from "@aws-sdk/client-athena"; // ES Modules import
27
27
  * // const { AthenaClient, GetDataCatalogCommand } = require("@aws-sdk/client-athena"); // CommonJS import
28
28
  * const client = new AthenaClient(config);
29
- * const input = {
29
+ * const input = { // GetDataCatalogInput
30
30
  * Name: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetDataCatalogCommand(input);
@@ -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,
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.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",