@aws-sdk/client-athena 3.413.0 → 3.418.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 (141) hide show
  1. package/dist-cjs/commands/BatchGetNamedQueryCommand.js +5 -0
  2. package/dist-cjs/commands/BatchGetPreparedStatementCommand.js +5 -0
  3. package/dist-cjs/commands/BatchGetQueryExecutionCommand.js +5 -0
  4. package/dist-cjs/commands/CancelCapacityReservationCommand.js +5 -0
  5. package/dist-cjs/commands/CreateCapacityReservationCommand.js +5 -0
  6. package/dist-cjs/commands/CreateDataCatalogCommand.js +5 -0
  7. package/dist-cjs/commands/CreateNamedQueryCommand.js +5 -0
  8. package/dist-cjs/commands/CreateNotebookCommand.js +5 -0
  9. package/dist-cjs/commands/CreatePreparedStatementCommand.js +5 -0
  10. package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +5 -0
  11. package/dist-cjs/commands/CreateWorkGroupCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteCapacityReservationCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteDataCatalogCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteNamedQueryCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteNotebookCommand.js +5 -0
  16. package/dist-cjs/commands/DeletePreparedStatementCommand.js +5 -0
  17. package/dist-cjs/commands/DeleteWorkGroupCommand.js +5 -0
  18. package/dist-cjs/commands/ExportNotebookCommand.js +5 -0
  19. package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +5 -0
  20. package/dist-cjs/commands/GetCalculationExecutionCommand.js +5 -0
  21. package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +5 -0
  22. package/dist-cjs/commands/GetCapacityAssignmentConfigurationCommand.js +5 -0
  23. package/dist-cjs/commands/GetCapacityReservationCommand.js +5 -0
  24. package/dist-cjs/commands/GetDataCatalogCommand.js +5 -0
  25. package/dist-cjs/commands/GetDatabaseCommand.js +5 -0
  26. package/dist-cjs/commands/GetNamedQueryCommand.js +5 -0
  27. package/dist-cjs/commands/GetNotebookMetadataCommand.js +5 -0
  28. package/dist-cjs/commands/GetPreparedStatementCommand.js +5 -0
  29. package/dist-cjs/commands/GetQueryExecutionCommand.js +5 -0
  30. package/dist-cjs/commands/GetQueryResultsCommand.js +5 -0
  31. package/dist-cjs/commands/GetQueryRuntimeStatisticsCommand.js +5 -0
  32. package/dist-cjs/commands/GetSessionCommand.js +5 -0
  33. package/dist-cjs/commands/GetSessionStatusCommand.js +5 -0
  34. package/dist-cjs/commands/GetTableMetadataCommand.js +5 -0
  35. package/dist-cjs/commands/GetWorkGroupCommand.js +5 -0
  36. package/dist-cjs/commands/ImportNotebookCommand.js +5 -0
  37. package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +5 -0
  38. package/dist-cjs/commands/ListCalculationExecutionsCommand.js +5 -0
  39. package/dist-cjs/commands/ListCapacityReservationsCommand.js +5 -0
  40. package/dist-cjs/commands/ListDataCatalogsCommand.js +5 -0
  41. package/dist-cjs/commands/ListDatabasesCommand.js +5 -0
  42. package/dist-cjs/commands/ListEngineVersionsCommand.js +5 -0
  43. package/dist-cjs/commands/ListExecutorsCommand.js +5 -0
  44. package/dist-cjs/commands/ListNamedQueriesCommand.js +5 -0
  45. package/dist-cjs/commands/ListNotebookMetadataCommand.js +5 -0
  46. package/dist-cjs/commands/ListNotebookSessionsCommand.js +5 -0
  47. package/dist-cjs/commands/ListPreparedStatementsCommand.js +5 -0
  48. package/dist-cjs/commands/ListQueryExecutionsCommand.js +5 -0
  49. package/dist-cjs/commands/ListSessionsCommand.js +5 -0
  50. package/dist-cjs/commands/ListTableMetadataCommand.js +5 -0
  51. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  52. package/dist-cjs/commands/ListWorkGroupsCommand.js +5 -0
  53. package/dist-cjs/commands/PutCapacityAssignmentConfigurationCommand.js +5 -0
  54. package/dist-cjs/commands/StartCalculationExecutionCommand.js +5 -0
  55. package/dist-cjs/commands/StartQueryExecutionCommand.js +5 -0
  56. package/dist-cjs/commands/StartSessionCommand.js +5 -0
  57. package/dist-cjs/commands/StopCalculationExecutionCommand.js +5 -0
  58. package/dist-cjs/commands/StopQueryExecutionCommand.js +5 -0
  59. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  60. package/dist-cjs/commands/TerminateSessionCommand.js +5 -0
  61. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  62. package/dist-cjs/commands/UpdateCapacityReservationCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateDataCatalogCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateNamedQueryCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateNotebookCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +5 -0
  67. package/dist-cjs/commands/UpdatePreparedStatementCommand.js +5 -0
  68. package/dist-cjs/commands/UpdateWorkGroupCommand.js +5 -0
  69. package/dist-cjs/runtimeExtensions.js +3 -0
  70. package/dist-es/commands/BatchGetNamedQueryCommand.js +5 -0
  71. package/dist-es/commands/BatchGetPreparedStatementCommand.js +5 -0
  72. package/dist-es/commands/BatchGetQueryExecutionCommand.js +5 -0
  73. package/dist-es/commands/CancelCapacityReservationCommand.js +5 -0
  74. package/dist-es/commands/CreateCapacityReservationCommand.js +5 -0
  75. package/dist-es/commands/CreateDataCatalogCommand.js +5 -0
  76. package/dist-es/commands/CreateNamedQueryCommand.js +5 -0
  77. package/dist-es/commands/CreateNotebookCommand.js +5 -0
  78. package/dist-es/commands/CreatePreparedStatementCommand.js +5 -0
  79. package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +5 -0
  80. package/dist-es/commands/CreateWorkGroupCommand.js +5 -0
  81. package/dist-es/commands/DeleteCapacityReservationCommand.js +5 -0
  82. package/dist-es/commands/DeleteDataCatalogCommand.js +5 -0
  83. package/dist-es/commands/DeleteNamedQueryCommand.js +5 -0
  84. package/dist-es/commands/DeleteNotebookCommand.js +5 -0
  85. package/dist-es/commands/DeletePreparedStatementCommand.js +5 -0
  86. package/dist-es/commands/DeleteWorkGroupCommand.js +5 -0
  87. package/dist-es/commands/ExportNotebookCommand.js +5 -0
  88. package/dist-es/commands/GetCalculationExecutionCodeCommand.js +5 -0
  89. package/dist-es/commands/GetCalculationExecutionCommand.js +5 -0
  90. package/dist-es/commands/GetCalculationExecutionStatusCommand.js +5 -0
  91. package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +5 -0
  92. package/dist-es/commands/GetCapacityReservationCommand.js +5 -0
  93. package/dist-es/commands/GetDataCatalogCommand.js +5 -0
  94. package/dist-es/commands/GetDatabaseCommand.js +5 -0
  95. package/dist-es/commands/GetNamedQueryCommand.js +5 -0
  96. package/dist-es/commands/GetNotebookMetadataCommand.js +5 -0
  97. package/dist-es/commands/GetPreparedStatementCommand.js +5 -0
  98. package/dist-es/commands/GetQueryExecutionCommand.js +5 -0
  99. package/dist-es/commands/GetQueryResultsCommand.js +5 -0
  100. package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +5 -0
  101. package/dist-es/commands/GetSessionCommand.js +5 -0
  102. package/dist-es/commands/GetSessionStatusCommand.js +5 -0
  103. package/dist-es/commands/GetTableMetadataCommand.js +5 -0
  104. package/dist-es/commands/GetWorkGroupCommand.js +5 -0
  105. package/dist-es/commands/ImportNotebookCommand.js +5 -0
  106. package/dist-es/commands/ListApplicationDPUSizesCommand.js +5 -0
  107. package/dist-es/commands/ListCalculationExecutionsCommand.js +5 -0
  108. package/dist-es/commands/ListCapacityReservationsCommand.js +5 -0
  109. package/dist-es/commands/ListDataCatalogsCommand.js +5 -0
  110. package/dist-es/commands/ListDatabasesCommand.js +5 -0
  111. package/dist-es/commands/ListEngineVersionsCommand.js +5 -0
  112. package/dist-es/commands/ListExecutorsCommand.js +5 -0
  113. package/dist-es/commands/ListNamedQueriesCommand.js +5 -0
  114. package/dist-es/commands/ListNotebookMetadataCommand.js +5 -0
  115. package/dist-es/commands/ListNotebookSessionsCommand.js +5 -0
  116. package/dist-es/commands/ListPreparedStatementsCommand.js +5 -0
  117. package/dist-es/commands/ListQueryExecutionsCommand.js +5 -0
  118. package/dist-es/commands/ListSessionsCommand.js +5 -0
  119. package/dist-es/commands/ListTableMetadataCommand.js +5 -0
  120. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  121. package/dist-es/commands/ListWorkGroupsCommand.js +5 -0
  122. package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +5 -0
  123. package/dist-es/commands/StartCalculationExecutionCommand.js +5 -0
  124. package/dist-es/commands/StartQueryExecutionCommand.js +5 -0
  125. package/dist-es/commands/StartSessionCommand.js +5 -0
  126. package/dist-es/commands/StopCalculationExecutionCommand.js +5 -0
  127. package/dist-es/commands/StopQueryExecutionCommand.js +5 -0
  128. package/dist-es/commands/TagResourceCommand.js +5 -0
  129. package/dist-es/commands/TerminateSessionCommand.js +5 -0
  130. package/dist-es/commands/UntagResourceCommand.js +5 -0
  131. package/dist-es/commands/UpdateCapacityReservationCommand.js +5 -0
  132. package/dist-es/commands/UpdateDataCatalogCommand.js +5 -0
  133. package/dist-es/commands/UpdateNamedQueryCommand.js +5 -0
  134. package/dist-es/commands/UpdateNotebookCommand.js +5 -0
  135. package/dist-es/commands/UpdateNotebookMetadataCommand.js +5 -0
  136. package/dist-es/commands/UpdatePreparedStatementCommand.js +5 -0
  137. package/dist-es/commands/UpdateWorkGroupCommand.js +5 -0
  138. package/dist-es/runtimeExtensions.js +3 -0
  139. package/dist-types/extensionConfiguration.d.ts +2 -1
  140. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  141. package/package.json +31 -30
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetPreparedStatementCommand, se_GetPreparedStatementCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetPreparedStatementCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetPreparedStatementCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "GetPreparedStatement",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetQueryExecutionCommand, se_GetQueryExecutionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetQueryExecutionCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetQueryExecutionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "GetQueryExecution",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetQueryResultsCommand, se_GetQueryResultsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetQueryResultsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetQueryResultsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "GetQueryResults",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetQueryRuntimeStatisticsCommand, se_GetQueryRuntimeStatisticsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetQueryRuntimeStatisticsCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetQueryRuntimeStatisticsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "GetQueryRuntimeStatistics",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetSessionCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSessionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "GetSession",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetSessionStatusCommand, se_GetSessionStatusCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetSessionStatusCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetSessionStatusCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "GetSessionStatus",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetTableMetadataCommand, se_GetTableMetadataCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetTableMetadataCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetTableMetadataCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "GetTableMetadata",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_GetWorkGroupCommand, se_GetWorkGroupCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class GetWorkGroupCommand extends $Command {
@@ -29,6 +30,10 @@ export class GetWorkGroupCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "GetWorkGroup",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ImportNotebookCommand, se_ImportNotebookCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ImportNotebookCommand extends $Command {
@@ -29,6 +30,10 @@ export class ImportNotebookCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ImportNotebook",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListApplicationDPUSizesCommand, se_ListApplicationDPUSizesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListApplicationDPUSizesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListApplicationDPUSizesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListApplicationDPUSizes",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListCalculationExecutionsCommand, se_ListCalculationExecutionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListCalculationExecutionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListCalculationExecutionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListCalculationExecutions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListCapacityReservationsCommand, se_ListCapacityReservationsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListCapacityReservationsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListCapacityReservationsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListCapacityReservations",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDataCatalogsCommand, se_ListDataCatalogsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDataCatalogsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDataCatalogsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListDataCatalogs",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListDatabasesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListDatabasesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListDatabases",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListEngineVersionsCommand, se_ListEngineVersionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListEngineVersionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListEngineVersionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListEngineVersions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListExecutorsCommand, se_ListExecutorsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListExecutorsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListExecutorsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListExecutors",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListNamedQueriesCommand, se_ListNamedQueriesCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListNamedQueriesCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListNamedQueriesCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListNamedQueries",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListNotebookMetadataCommand, se_ListNotebookMetadataCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListNotebookMetadataCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListNotebookMetadataCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListNotebookMetadata",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListNotebookSessionsCommand, se_ListNotebookSessionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListNotebookSessionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListNotebookSessionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListNotebookSessions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListPreparedStatementsCommand, se_ListPreparedStatementsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListPreparedStatementsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListPreparedStatementsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListPreparedStatements",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListQueryExecutionsCommand, se_ListQueryExecutionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListQueryExecutionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListQueryExecutionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListQueryExecutions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListSessionsCommand, se_ListSessionsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListSessionsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListSessionsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListSessions",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTableMetadataCommand, se_ListTableMetadataCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListTableMetadataCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTableMetadataCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListTableMetadata",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListTagsForResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListTagsForResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListTagsForResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_ListWorkGroupsCommand, se_ListWorkGroupsCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class ListWorkGroupsCommand extends $Command {
@@ -29,6 +30,10 @@ export class ListWorkGroupsCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "ListWorkGroups",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_PutCapacityAssignmentConfigurationCommand, se_PutCapacityAssignmentConfigurationCommand, } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class PutCapacityAssignmentConfigurationCommand extends $Command {
@@ -29,6 +30,10 @@ export class PutCapacityAssignmentConfigurationCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "PutCapacityAssignmentConfiguration",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StartCalculationExecutionCommand, se_StartCalculationExecutionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class StartCalculationExecutionCommand extends $Command {
@@ -29,6 +30,10 @@ export class StartCalculationExecutionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "StartCalculationExecution",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StartQueryExecutionCommand, se_StartQueryExecutionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class StartQueryExecutionCommand extends $Command {
@@ -29,6 +30,10 @@ export class StartQueryExecutionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "StartQueryExecution",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StartSessionCommand, se_StartSessionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class StartSessionCommand extends $Command {
@@ -29,6 +30,10 @@ export class StartSessionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "StartSession",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StopCalculationExecutionCommand, se_StopCalculationExecutionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class StopCalculationExecutionCommand extends $Command {
@@ -29,6 +30,10 @@ export class StopCalculationExecutionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "StopCalculationExecution",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_StopQueryExecutionCommand, se_StopQueryExecutionCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class StopQueryExecutionCommand extends $Command {
@@ -29,6 +30,10 @@ export class StopQueryExecutionCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "StopQueryExecution",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,7 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
5
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
5
6
  export { $Command };
6
7
  export class TagResourceCommand extends $Command {
@@ -29,6 +30,10 @@ export class TagResourceCommand extends $Command {
29
30
  commandName,
30
31
  inputFilterSensitiveLog: (_) => _,
31
32
  outputFilterSensitiveLog: (_) => _,
33
+ [SMITHY_CONTEXT_KEY]: {
34
+ service: "AmazonAthena",
35
+ operation: "TagResource",
36
+ },
32
37
  };
33
38
  const { requestHandler } = configuration;
34
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);