@aws-sdk/client-athena 3.414.0 → 3.421.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 (138) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/BatchGetNamedQueryCommand.js +5 -0
  3. package/dist-cjs/commands/BatchGetPreparedStatementCommand.js +5 -0
  4. package/dist-cjs/commands/BatchGetQueryExecutionCommand.js +5 -0
  5. package/dist-cjs/commands/CancelCapacityReservationCommand.js +5 -0
  6. package/dist-cjs/commands/CreateCapacityReservationCommand.js +5 -0
  7. package/dist-cjs/commands/CreateDataCatalogCommand.js +5 -0
  8. package/dist-cjs/commands/CreateNamedQueryCommand.js +5 -0
  9. package/dist-cjs/commands/CreateNotebookCommand.js +5 -0
  10. package/dist-cjs/commands/CreatePreparedStatementCommand.js +5 -0
  11. package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +5 -0
  12. package/dist-cjs/commands/CreateWorkGroupCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteCapacityReservationCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteDataCatalogCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteNamedQueryCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteNotebookCommand.js +5 -0
  17. package/dist-cjs/commands/DeletePreparedStatementCommand.js +5 -0
  18. package/dist-cjs/commands/DeleteWorkGroupCommand.js +5 -0
  19. package/dist-cjs/commands/ExportNotebookCommand.js +5 -0
  20. package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +5 -0
  21. package/dist-cjs/commands/GetCalculationExecutionCommand.js +5 -0
  22. package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +5 -0
  23. package/dist-cjs/commands/GetCapacityAssignmentConfigurationCommand.js +5 -0
  24. package/dist-cjs/commands/GetCapacityReservationCommand.js +5 -0
  25. package/dist-cjs/commands/GetDataCatalogCommand.js +5 -0
  26. package/dist-cjs/commands/GetDatabaseCommand.js +5 -0
  27. package/dist-cjs/commands/GetNamedQueryCommand.js +5 -0
  28. package/dist-cjs/commands/GetNotebookMetadataCommand.js +5 -0
  29. package/dist-cjs/commands/GetPreparedStatementCommand.js +5 -0
  30. package/dist-cjs/commands/GetQueryExecutionCommand.js +5 -0
  31. package/dist-cjs/commands/GetQueryResultsCommand.js +5 -0
  32. package/dist-cjs/commands/GetQueryRuntimeStatisticsCommand.js +5 -0
  33. package/dist-cjs/commands/GetSessionCommand.js +5 -0
  34. package/dist-cjs/commands/GetSessionStatusCommand.js +5 -0
  35. package/dist-cjs/commands/GetTableMetadataCommand.js +5 -0
  36. package/dist-cjs/commands/GetWorkGroupCommand.js +5 -0
  37. package/dist-cjs/commands/ImportNotebookCommand.js +5 -0
  38. package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +5 -0
  39. package/dist-cjs/commands/ListCalculationExecutionsCommand.js +5 -0
  40. package/dist-cjs/commands/ListCapacityReservationsCommand.js +5 -0
  41. package/dist-cjs/commands/ListDataCatalogsCommand.js +5 -0
  42. package/dist-cjs/commands/ListDatabasesCommand.js +5 -0
  43. package/dist-cjs/commands/ListEngineVersionsCommand.js +5 -0
  44. package/dist-cjs/commands/ListExecutorsCommand.js +5 -0
  45. package/dist-cjs/commands/ListNamedQueriesCommand.js +5 -0
  46. package/dist-cjs/commands/ListNotebookMetadataCommand.js +5 -0
  47. package/dist-cjs/commands/ListNotebookSessionsCommand.js +5 -0
  48. package/dist-cjs/commands/ListPreparedStatementsCommand.js +5 -0
  49. package/dist-cjs/commands/ListQueryExecutionsCommand.js +5 -0
  50. package/dist-cjs/commands/ListSessionsCommand.js +5 -0
  51. package/dist-cjs/commands/ListTableMetadataCommand.js +5 -0
  52. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  53. package/dist-cjs/commands/ListWorkGroupsCommand.js +5 -0
  54. package/dist-cjs/commands/PutCapacityAssignmentConfigurationCommand.js +5 -0
  55. package/dist-cjs/commands/StartCalculationExecutionCommand.js +5 -0
  56. package/dist-cjs/commands/StartQueryExecutionCommand.js +5 -0
  57. package/dist-cjs/commands/StartSessionCommand.js +5 -0
  58. package/dist-cjs/commands/StopCalculationExecutionCommand.js +5 -0
  59. package/dist-cjs/commands/StopQueryExecutionCommand.js +5 -0
  60. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  61. package/dist-cjs/commands/TerminateSessionCommand.js +5 -0
  62. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  63. package/dist-cjs/commands/UpdateCapacityReservationCommand.js +5 -0
  64. package/dist-cjs/commands/UpdateDataCatalogCommand.js +5 -0
  65. package/dist-cjs/commands/UpdateNamedQueryCommand.js +5 -0
  66. package/dist-cjs/commands/UpdateNotebookCommand.js +5 -0
  67. package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +5 -0
  68. package/dist-cjs/commands/UpdatePreparedStatementCommand.js +5 -0
  69. package/dist-cjs/commands/UpdateWorkGroupCommand.js +5 -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/package.json +31 -31
package/README.md CHANGED
@@ -36,16 +36,16 @@ using your favorite package manager:
36
36
 
37
37
  The AWS SDK is modulized by clients and commands.
38
38
  To send a request, you only need to import the `AthenaClient` and
39
- the commands you need, for example `BatchGetNamedQueryCommand`:
39
+ the commands you need, for example `ListDataCatalogsCommand`:
40
40
 
41
41
  ```js
42
42
  // ES5 example
43
- const { AthenaClient, BatchGetNamedQueryCommand } = require("@aws-sdk/client-athena");
43
+ const { AthenaClient, ListDataCatalogsCommand } = require("@aws-sdk/client-athena");
44
44
  ```
45
45
 
46
46
  ```ts
47
47
  // ES6+ example
48
- import { AthenaClient, BatchGetNamedQueryCommand } from "@aws-sdk/client-athena";
48
+ import { AthenaClient, ListDataCatalogsCommand } from "@aws-sdk/client-athena";
49
49
  ```
50
50
 
51
51
  ### Usage
@@ -64,7 +64,7 @@ const client = new AthenaClient({ region: "REGION" });
64
64
  const params = {
65
65
  /** input parameters */
66
66
  };
67
- const command = new BatchGetNamedQueryCommand(params);
67
+ const command = new ListDataCatalogsCommand(params);
68
68
  ```
69
69
 
70
70
  #### Async/await
@@ -143,7 +143,7 @@ const client = new AWS.Athena({ region: "REGION" });
143
143
 
144
144
  // async/await.
145
145
  try {
146
- const data = await client.batchGetNamedQuery(params);
146
+ const data = await client.listDataCatalogs(params);
147
147
  // process data.
148
148
  } catch (error) {
149
149
  // error handling.
@@ -151,7 +151,7 @@ try {
151
151
 
152
152
  // Promises.
153
153
  client
154
- .batchGetNamedQuery(params)
154
+ .listDataCatalogs(params)
155
155
  .then((data) => {
156
156
  // process data.
157
157
  })
@@ -160,7 +160,7 @@ client
160
160
  });
161
161
 
162
162
  // callbacks.
163
- client.batchGetNamedQuery(params, (err, data) => {
163
+ client.listDataCatalogs(params, (err, data) => {
164
164
  // process err and data.
165
165
  });
166
166
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class BatchGetNamedQueryCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchGetNamedQueryCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "BatchGetNamedQuery",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class BatchGetPreparedStatementCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchGetPreparedStatementCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "BatchGetPreparedStatement",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class BatchGetQueryExecutionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchGetQueryExecutionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "BatchGetQueryExecution",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CancelCapacityReservationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CancelCapacityReservationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "CancelCapacityReservation",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateCapacityReservationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateCapacityReservationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "CreateCapacityReservation",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateDataCatalogCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateDataCatalogCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "CreateDataCatalog",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateNamedQueryCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateNamedQueryCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "CreateNamedQuery",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateNotebookCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateNotebookCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "CreateNotebook",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreatePreparedStatementCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreatePreparedStatementCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "CreatePreparedStatement",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreatePresignedNotebookUrlCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreatePresignedNotebookUrlCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "CreatePresignedNotebookUrl",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateWorkGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateWorkGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "CreateWorkGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteCapacityReservationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteCapacityReservationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "DeleteCapacityReservation",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteDataCatalogCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteDataCatalogCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "DeleteDataCatalog",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteNamedQueryCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteNamedQueryCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "DeleteNamedQuery",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteNotebookCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteNotebookCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "DeleteNotebook",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeletePreparedStatementCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeletePreparedStatementCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "DeletePreparedStatement",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteWorkGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteWorkGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "DeleteWorkGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class ExportNotebookCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ExportNotebookCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "ExportNotebook",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetCalculationExecutionCodeCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetCalculationExecutionCodeCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "GetCalculationExecutionCode",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetCalculationExecutionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetCalculationExecutionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "GetCalculationExecution",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetCalculationExecutionStatusCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetCalculationExecutionStatusCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "GetCalculationExecutionStatus",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetCapacityAssignmentConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetCapacityAssignmentConfigurationCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "GetCapacityAssignmentConfiguration",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetCapacityReservationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetCapacityReservationCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "GetCapacityReservation",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetDataCatalogCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetDataCatalogCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "GetDataCatalog",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetDatabaseCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetDatabaseCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "GetDatabase",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetNamedQueryCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetNamedQueryCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "GetNamedQuery",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetNotebookMetadataCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetNotebookMetadataCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "GetNotebookMetadata",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetPreparedStatementCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetPreparedStatementCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "GetPreparedStatement",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class GetQueryExecutionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetQueryExecutionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AmazonAthena",
38
+ operation: "GetQueryExecution",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);