@aws-sdk/client-athena 3.303.0 → 3.309.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 (125) hide show
  1. package/dist-cjs/commands/BatchGetNamedQueryCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetPreparedStatementCommand.js +2 -2
  3. package/dist-cjs/commands/BatchGetQueryExecutionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDataCatalogCommand.js +2 -2
  5. package/dist-cjs/commands/CreateNamedQueryCommand.js +2 -2
  6. package/dist-cjs/commands/CreateNotebookCommand.js +2 -2
  7. package/dist-cjs/commands/CreatePreparedStatementCommand.js +2 -2
  8. package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +2 -2
  9. package/dist-cjs/commands/CreateWorkGroupCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteDataCatalogCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteNamedQueryCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteNotebookCommand.js +2 -2
  13. package/dist-cjs/commands/DeletePreparedStatementCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteWorkGroupCommand.js +2 -2
  15. package/dist-cjs/commands/ExportNotebookCommand.js +2 -2
  16. package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +2 -2
  17. package/dist-cjs/commands/GetCalculationExecutionCommand.js +2 -2
  18. package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +2 -2
  19. package/dist-cjs/commands/GetDataCatalogCommand.js +2 -2
  20. package/dist-cjs/commands/GetDatabaseCommand.js +2 -2
  21. package/dist-cjs/commands/GetNamedQueryCommand.js +2 -2
  22. package/dist-cjs/commands/GetNotebookMetadataCommand.js +2 -2
  23. package/dist-cjs/commands/GetPreparedStatementCommand.js +2 -2
  24. package/dist-cjs/commands/GetQueryExecutionCommand.js +2 -2
  25. package/dist-cjs/commands/GetQueryResultsCommand.js +2 -2
  26. package/dist-cjs/commands/GetQueryRuntimeStatisticsCommand.js +2 -2
  27. package/dist-cjs/commands/GetSessionCommand.js +2 -2
  28. package/dist-cjs/commands/GetSessionStatusCommand.js +2 -2
  29. package/dist-cjs/commands/GetTableMetadataCommand.js +2 -2
  30. package/dist-cjs/commands/GetWorkGroupCommand.js +2 -2
  31. package/dist-cjs/commands/ImportNotebookCommand.js +2 -2
  32. package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +2 -2
  33. package/dist-cjs/commands/ListCalculationExecutionsCommand.js +2 -2
  34. package/dist-cjs/commands/ListDataCatalogsCommand.js +2 -2
  35. package/dist-cjs/commands/ListDatabasesCommand.js +2 -2
  36. package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -2
  37. package/dist-cjs/commands/ListExecutorsCommand.js +2 -2
  38. package/dist-cjs/commands/ListNamedQueriesCommand.js +2 -2
  39. package/dist-cjs/commands/ListNotebookMetadataCommand.js +2 -2
  40. package/dist-cjs/commands/ListNotebookSessionsCommand.js +2 -2
  41. package/dist-cjs/commands/ListPreparedStatementsCommand.js +2 -2
  42. package/dist-cjs/commands/ListQueryExecutionsCommand.js +2 -2
  43. package/dist-cjs/commands/ListSessionsCommand.js +2 -2
  44. package/dist-cjs/commands/ListTableMetadataCommand.js +2 -2
  45. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  46. package/dist-cjs/commands/ListWorkGroupsCommand.js +2 -2
  47. package/dist-cjs/commands/StartCalculationExecutionCommand.js +2 -2
  48. package/dist-cjs/commands/StartQueryExecutionCommand.js +2 -2
  49. package/dist-cjs/commands/StartSessionCommand.js +2 -2
  50. package/dist-cjs/commands/StopCalculationExecutionCommand.js +2 -2
  51. package/dist-cjs/commands/StopQueryExecutionCommand.js +2 -2
  52. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  53. package/dist-cjs/commands/TerminateSessionCommand.js +2 -2
  54. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateDataCatalogCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateNamedQueryCommand.js +2 -2
  57. package/dist-cjs/commands/UpdateNotebookCommand.js +2 -2
  58. package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +2 -2
  59. package/dist-cjs/commands/UpdatePreparedStatementCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateWorkGroupCommand.js +2 -2
  61. package/dist-cjs/protocols/Aws_json1_1.js +1019 -1085
  62. package/dist-es/commands/BatchGetNamedQueryCommand.js +3 -3
  63. package/dist-es/commands/BatchGetPreparedStatementCommand.js +3 -3
  64. package/dist-es/commands/BatchGetQueryExecutionCommand.js +3 -3
  65. package/dist-es/commands/CreateDataCatalogCommand.js +3 -3
  66. package/dist-es/commands/CreateNamedQueryCommand.js +3 -3
  67. package/dist-es/commands/CreateNotebookCommand.js +3 -3
  68. package/dist-es/commands/CreatePreparedStatementCommand.js +3 -3
  69. package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +3 -3
  70. package/dist-es/commands/CreateWorkGroupCommand.js +3 -3
  71. package/dist-es/commands/DeleteDataCatalogCommand.js +3 -3
  72. package/dist-es/commands/DeleteNamedQueryCommand.js +3 -3
  73. package/dist-es/commands/DeleteNotebookCommand.js +3 -3
  74. package/dist-es/commands/DeletePreparedStatementCommand.js +3 -3
  75. package/dist-es/commands/DeleteWorkGroupCommand.js +3 -3
  76. package/dist-es/commands/ExportNotebookCommand.js +3 -3
  77. package/dist-es/commands/GetCalculationExecutionCodeCommand.js +3 -3
  78. package/dist-es/commands/GetCalculationExecutionCommand.js +3 -3
  79. package/dist-es/commands/GetCalculationExecutionStatusCommand.js +3 -3
  80. package/dist-es/commands/GetDataCatalogCommand.js +3 -3
  81. package/dist-es/commands/GetDatabaseCommand.js +3 -3
  82. package/dist-es/commands/GetNamedQueryCommand.js +3 -3
  83. package/dist-es/commands/GetNotebookMetadataCommand.js +3 -3
  84. package/dist-es/commands/GetPreparedStatementCommand.js +3 -3
  85. package/dist-es/commands/GetQueryExecutionCommand.js +3 -3
  86. package/dist-es/commands/GetQueryResultsCommand.js +3 -3
  87. package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +3 -3
  88. package/dist-es/commands/GetSessionCommand.js +3 -3
  89. package/dist-es/commands/GetSessionStatusCommand.js +3 -3
  90. package/dist-es/commands/GetTableMetadataCommand.js +3 -3
  91. package/dist-es/commands/GetWorkGroupCommand.js +3 -3
  92. package/dist-es/commands/ImportNotebookCommand.js +3 -3
  93. package/dist-es/commands/ListApplicationDPUSizesCommand.js +3 -3
  94. package/dist-es/commands/ListCalculationExecutionsCommand.js +3 -3
  95. package/dist-es/commands/ListDataCatalogsCommand.js +3 -3
  96. package/dist-es/commands/ListDatabasesCommand.js +3 -3
  97. package/dist-es/commands/ListEngineVersionsCommand.js +3 -3
  98. package/dist-es/commands/ListExecutorsCommand.js +3 -3
  99. package/dist-es/commands/ListNamedQueriesCommand.js +3 -3
  100. package/dist-es/commands/ListNotebookMetadataCommand.js +3 -3
  101. package/dist-es/commands/ListNotebookSessionsCommand.js +3 -3
  102. package/dist-es/commands/ListPreparedStatementsCommand.js +3 -3
  103. package/dist-es/commands/ListQueryExecutionsCommand.js +3 -3
  104. package/dist-es/commands/ListSessionsCommand.js +3 -3
  105. package/dist-es/commands/ListTableMetadataCommand.js +3 -3
  106. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  107. package/dist-es/commands/ListWorkGroupsCommand.js +3 -3
  108. package/dist-es/commands/StartCalculationExecutionCommand.js +3 -3
  109. package/dist-es/commands/StartQueryExecutionCommand.js +3 -3
  110. package/dist-es/commands/StartSessionCommand.js +3 -3
  111. package/dist-es/commands/StopCalculationExecutionCommand.js +3 -3
  112. package/dist-es/commands/StopQueryExecutionCommand.js +3 -3
  113. package/dist-es/commands/TagResourceCommand.js +3 -3
  114. package/dist-es/commands/TerminateSessionCommand.js +3 -3
  115. package/dist-es/commands/UntagResourceCommand.js +3 -3
  116. package/dist-es/commands/UpdateDataCatalogCommand.js +3 -3
  117. package/dist-es/commands/UpdateNamedQueryCommand.js +3 -3
  118. package/dist-es/commands/UpdateNotebookCommand.js +3 -3
  119. package/dist-es/commands/UpdateNotebookMetadataCommand.js +3 -3
  120. package/dist-es/commands/UpdatePreparedStatementCommand.js +3 -3
  121. package/dist-es/commands/UpdateWorkGroupCommand.js +3 -3
  122. package/dist-es/protocols/Aws_json1_1.js +896 -962
  123. package/dist-types/protocols/Aws_json1_1.d.ts +480 -120
  124. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +120 -120
  125. package/package.json +29 -29
@@ -36,10 +36,10 @@ class BatchGetNamedQueryCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1BatchGetNamedQueryCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_BatchGetNamedQueryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1BatchGetNamedQueryCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_BatchGetNamedQueryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetNamedQueryCommand = BatchGetNamedQueryCommand;
@@ -36,10 +36,10 @@ class BatchGetPreparedStatementCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1BatchGetPreparedStatementCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_BatchGetPreparedStatementCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1BatchGetPreparedStatementCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_BatchGetPreparedStatementCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetPreparedStatementCommand = BatchGetPreparedStatementCommand;
@@ -36,10 +36,10 @@ class BatchGetQueryExecutionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1BatchGetQueryExecutionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_BatchGetQueryExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1BatchGetQueryExecutionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_BatchGetQueryExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetQueryExecutionCommand = BatchGetQueryExecutionCommand;
@@ -36,10 +36,10 @@ class CreateDataCatalogCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateDataCatalogCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateDataCatalogCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateDataCatalogCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateDataCatalogCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDataCatalogCommand = CreateDataCatalogCommand;
@@ -36,10 +36,10 @@ class CreateNamedQueryCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateNamedQueryCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateNamedQueryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateNamedQueryCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateNamedQueryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateNamedQueryCommand = CreateNamedQueryCommand;
@@ -36,10 +36,10 @@ class CreateNotebookCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateNotebookCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateNotebookCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateNotebookCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateNotebookCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateNotebookCommand = CreateNotebookCommand;
@@ -36,10 +36,10 @@ class CreatePreparedStatementCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreatePreparedStatementCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreatePreparedStatementCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreatePreparedStatementCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreatePreparedStatementCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreatePreparedStatementCommand = CreatePreparedStatementCommand;
@@ -36,10 +36,10 @@ class CreatePresignedNotebookUrlCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreatePresignedNotebookUrlCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreatePresignedNotebookUrlCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreatePresignedNotebookUrlCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreatePresignedNotebookUrlCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreatePresignedNotebookUrlCommand = CreatePresignedNotebookUrlCommand;
@@ -36,10 +36,10 @@ class CreateWorkGroupCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateWorkGroupCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateWorkGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateWorkGroupCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateWorkGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateWorkGroupCommand = CreateWorkGroupCommand;
@@ -36,10 +36,10 @@ class DeleteDataCatalogCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteDataCatalogCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteDataCatalogCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteDataCatalogCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteDataCatalogCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDataCatalogCommand = DeleteDataCatalogCommand;
@@ -36,10 +36,10 @@ class DeleteNamedQueryCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteNamedQueryCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteNamedQueryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteNamedQueryCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteNamedQueryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteNamedQueryCommand = DeleteNamedQueryCommand;
@@ -36,10 +36,10 @@ class DeleteNotebookCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteNotebookCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteNotebookCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteNotebookCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteNotebookCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteNotebookCommand = DeleteNotebookCommand;
@@ -36,10 +36,10 @@ class DeletePreparedStatementCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeletePreparedStatementCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeletePreparedStatementCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeletePreparedStatementCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeletePreparedStatementCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePreparedStatementCommand = DeletePreparedStatementCommand;
@@ -36,10 +36,10 @@ class DeleteWorkGroupCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteWorkGroupCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteWorkGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteWorkGroupCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteWorkGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteWorkGroupCommand = DeleteWorkGroupCommand;
@@ -36,10 +36,10 @@ class ExportNotebookCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ExportNotebookCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ExportNotebookCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ExportNotebookCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ExportNotebookCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ExportNotebookCommand = ExportNotebookCommand;
@@ -36,10 +36,10 @@ class GetCalculationExecutionCodeCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetCalculationExecutionCodeCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetCalculationExecutionCodeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetCalculationExecutionCodeCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetCalculationExecutionCodeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCalculationExecutionCodeCommand = GetCalculationExecutionCodeCommand;
@@ -36,10 +36,10 @@ class GetCalculationExecutionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetCalculationExecutionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetCalculationExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetCalculationExecutionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetCalculationExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCalculationExecutionCommand = GetCalculationExecutionCommand;
@@ -36,10 +36,10 @@ class GetCalculationExecutionStatusCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetCalculationExecutionStatusCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetCalculationExecutionStatusCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetCalculationExecutionStatusCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetCalculationExecutionStatusCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCalculationExecutionStatusCommand = GetCalculationExecutionStatusCommand;
@@ -36,10 +36,10 @@ class GetDataCatalogCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetDataCatalogCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetDataCatalogCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetDataCatalogCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetDataCatalogCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDataCatalogCommand = GetDataCatalogCommand;
@@ -36,10 +36,10 @@ class GetDatabaseCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetDatabaseCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetDatabaseCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetDatabaseCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetDatabaseCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDatabaseCommand = GetDatabaseCommand;
@@ -36,10 +36,10 @@ class GetNamedQueryCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetNamedQueryCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetNamedQueryCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetNamedQueryCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetNamedQueryCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetNamedQueryCommand = GetNamedQueryCommand;
@@ -36,10 +36,10 @@ class GetNotebookMetadataCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetNotebookMetadataCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetNotebookMetadataCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetNotebookMetadataCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetNotebookMetadataCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetNotebookMetadataCommand = GetNotebookMetadataCommand;
@@ -36,10 +36,10 @@ class GetPreparedStatementCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetPreparedStatementCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetPreparedStatementCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetPreparedStatementCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetPreparedStatementCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetPreparedStatementCommand = GetPreparedStatementCommand;
@@ -36,10 +36,10 @@ class GetQueryExecutionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetQueryExecutionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetQueryExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetQueryExecutionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetQueryExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetQueryExecutionCommand = GetQueryExecutionCommand;
@@ -36,10 +36,10 @@ class GetQueryResultsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetQueryResultsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetQueryResultsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetQueryResultsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetQueryResultsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetQueryResultsCommand = GetQueryResultsCommand;
@@ -36,10 +36,10 @@ class GetQueryRuntimeStatisticsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetQueryRuntimeStatisticsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetQueryRuntimeStatisticsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetQueryRuntimeStatisticsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetQueryRuntimeStatisticsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetQueryRuntimeStatisticsCommand = GetQueryRuntimeStatisticsCommand;
@@ -36,10 +36,10 @@ class GetSessionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetSessionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetSessionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetSessionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetSessionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSessionCommand = GetSessionCommand;
@@ -36,10 +36,10 @@ class GetSessionStatusCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetSessionStatusCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetSessionStatusCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetSessionStatusCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetSessionStatusCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSessionStatusCommand = GetSessionStatusCommand;
@@ -36,10 +36,10 @@ class GetTableMetadataCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetTableMetadataCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetTableMetadataCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetTableMetadataCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetTableMetadataCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTableMetadataCommand = GetTableMetadataCommand;
@@ -36,10 +36,10 @@ class GetWorkGroupCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetWorkGroupCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetWorkGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetWorkGroupCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetWorkGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetWorkGroupCommand = GetWorkGroupCommand;
@@ -36,10 +36,10 @@ class ImportNotebookCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ImportNotebookCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ImportNotebookCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ImportNotebookCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ImportNotebookCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ImportNotebookCommand = ImportNotebookCommand;
@@ -36,10 +36,10 @@ class ListApplicationDPUSizesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListApplicationDPUSizesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListApplicationDPUSizesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListApplicationDPUSizesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListApplicationDPUSizesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListApplicationDPUSizesCommand = ListApplicationDPUSizesCommand;
@@ -36,10 +36,10 @@ class ListCalculationExecutionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListCalculationExecutionsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListCalculationExecutionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListCalculationExecutionsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListCalculationExecutionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCalculationExecutionsCommand = ListCalculationExecutionsCommand;
@@ -36,10 +36,10 @@ class ListDataCatalogsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListDataCatalogsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListDataCatalogsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListDataCatalogsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListDataCatalogsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDataCatalogsCommand = ListDataCatalogsCommand;
@@ -36,10 +36,10 @@ class ListDatabasesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListDatabasesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListDatabasesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListDatabasesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListDatabasesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDatabasesCommand = ListDatabasesCommand;
@@ -36,10 +36,10 @@ class ListEngineVersionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListEngineVersionsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListEngineVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListEngineVersionsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListEngineVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListEngineVersionsCommand = ListEngineVersionsCommand;
@@ -36,10 +36,10 @@ class ListExecutorsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListExecutorsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListExecutorsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListExecutorsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListExecutorsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListExecutorsCommand = ListExecutorsCommand;
@@ -36,10 +36,10 @@ class ListNamedQueriesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListNamedQueriesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListNamedQueriesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListNamedQueriesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListNamedQueriesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListNamedQueriesCommand = ListNamedQueriesCommand;
@@ -36,10 +36,10 @@ class ListNotebookMetadataCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListNotebookMetadataCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListNotebookMetadataCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListNotebookMetadataCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListNotebookMetadataCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListNotebookMetadataCommand = ListNotebookMetadataCommand;
@@ -36,10 +36,10 @@ class ListNotebookSessionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListNotebookSessionsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListNotebookSessionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListNotebookSessionsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListNotebookSessionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListNotebookSessionsCommand = ListNotebookSessionsCommand;
@@ -36,10 +36,10 @@ class ListPreparedStatementsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListPreparedStatementsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListPreparedStatementsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListPreparedStatementsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListPreparedStatementsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPreparedStatementsCommand = ListPreparedStatementsCommand;
@@ -36,10 +36,10 @@ class ListQueryExecutionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListQueryExecutionsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListQueryExecutionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListQueryExecutionsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListQueryExecutionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListQueryExecutionsCommand = ListQueryExecutionsCommand;
@@ -36,10 +36,10 @@ class ListSessionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1ListSessionsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListSessionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListSessionsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListSessionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSessionsCommand = ListSessionsCommand;