@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
@@ -60,123 +60,483 @@ import { UpdateNotebookCommandInput, UpdateNotebookCommandOutput } from "../comm
60
60
  import { UpdateNotebookMetadataCommandInput, UpdateNotebookMetadataCommandOutput } from "../commands/UpdateNotebookMetadataCommand";
61
61
  import { UpdatePreparedStatementCommandInput, UpdatePreparedStatementCommandOutput } from "../commands/UpdatePreparedStatementCommand";
62
62
  import { UpdateWorkGroupCommandInput, UpdateWorkGroupCommandOutput } from "../commands/UpdateWorkGroupCommand";
63
- export declare const serializeAws_json1_1BatchGetNamedQueryCommand: (input: BatchGetNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1BatchGetPreparedStatementCommand: (input: BatchGetPreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1BatchGetQueryExecutionCommand: (input: BatchGetQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1CreateDataCatalogCommand: (input: CreateDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1CreateNamedQueryCommand: (input: CreateNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1CreateNotebookCommand: (input: CreateNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1CreatePreparedStatementCommand: (input: CreatePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1CreatePresignedNotebookUrlCommand: (input: CreatePresignedNotebookUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1CreateWorkGroupCommand: (input: CreateWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1DeleteDataCatalogCommand: (input: DeleteDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1DeleteNamedQueryCommand: (input: DeleteNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1DeleteNotebookCommand: (input: DeleteNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1DeletePreparedStatementCommand: (input: DeletePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1DeleteWorkGroupCommand: (input: DeleteWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1ExportNotebookCommand: (input: ExportNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1GetCalculationExecutionCommand: (input: GetCalculationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1GetCalculationExecutionCodeCommand: (input: GetCalculationExecutionCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1GetCalculationExecutionStatusCommand: (input: GetCalculationExecutionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1GetDatabaseCommand: (input: GetDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1GetDataCatalogCommand: (input: GetDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1GetNamedQueryCommand: (input: GetNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1GetNotebookMetadataCommand: (input: GetNotebookMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1GetPreparedStatementCommand: (input: GetPreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1GetQueryExecutionCommand: (input: GetQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1GetQueryResultsCommand: (input: GetQueryResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1GetQueryRuntimeStatisticsCommand: (input: GetQueryRuntimeStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1GetSessionStatusCommand: (input: GetSessionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1GetTableMetadataCommand: (input: GetTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1GetWorkGroupCommand: (input: GetWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1ImportNotebookCommand: (input: ImportNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1ListApplicationDPUSizesCommand: (input: ListApplicationDPUSizesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1ListCalculationExecutionsCommand: (input: ListCalculationExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1ListDatabasesCommand: (input: ListDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1ListDataCatalogsCommand: (input: ListDataCatalogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1ListEngineVersionsCommand: (input: ListEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1ListExecutorsCommand: (input: ListExecutorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1ListNamedQueriesCommand: (input: ListNamedQueriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1ListNotebookMetadataCommand: (input: ListNotebookMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1ListNotebookSessionsCommand: (input: ListNotebookSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1ListPreparedStatementsCommand: (input: ListPreparedStatementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1ListQueryExecutionsCommand: (input: ListQueryExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1ListTableMetadataCommand: (input: ListTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1ListWorkGroupsCommand: (input: ListWorkGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1StartCalculationExecutionCommand: (input: StartCalculationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1StartQueryExecutionCommand: (input: StartQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1StartSessionCommand: (input: StartSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1StopCalculationExecutionCommand: (input: StopCalculationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1StopQueryExecutionCommand: (input: StopQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1TerminateSessionCommand: (input: TerminateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1UpdateDataCatalogCommand: (input: UpdateDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1UpdateNamedQueryCommand: (input: UpdateNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1UpdateNotebookCommand: (input: UpdateNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1UpdateNotebookMetadataCommand: (input: UpdateNotebookMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1UpdatePreparedStatementCommand: (input: UpdatePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1UpdateWorkGroupCommand: (input: UpdateWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const deserializeAws_json1_1BatchGetNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetNamedQueryCommandOutput>;
124
- export declare const deserializeAws_json1_1BatchGetPreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetPreparedStatementCommandOutput>;
125
- export declare const deserializeAws_json1_1BatchGetQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetQueryExecutionCommandOutput>;
126
- export declare const deserializeAws_json1_1CreateDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataCatalogCommandOutput>;
127
- export declare const deserializeAws_json1_1CreateNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamedQueryCommandOutput>;
128
- export declare const deserializeAws_json1_1CreateNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotebookCommandOutput>;
129
- export declare const deserializeAws_json1_1CreatePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePreparedStatementCommandOutput>;
130
- export declare const deserializeAws_json1_1CreatePresignedNotebookUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresignedNotebookUrlCommandOutput>;
131
- export declare const deserializeAws_json1_1CreateWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkGroupCommandOutput>;
132
- export declare const deserializeAws_json1_1DeleteDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataCatalogCommandOutput>;
133
- export declare const deserializeAws_json1_1DeleteNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamedQueryCommandOutput>;
134
- export declare const deserializeAws_json1_1DeleteNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotebookCommandOutput>;
135
- export declare const deserializeAws_json1_1DeletePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePreparedStatementCommandOutput>;
136
- export declare const deserializeAws_json1_1DeleteWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkGroupCommandOutput>;
137
- export declare const deserializeAws_json1_1ExportNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportNotebookCommandOutput>;
138
- export declare const deserializeAws_json1_1GetCalculationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalculationExecutionCommandOutput>;
139
- export declare const deserializeAws_json1_1GetCalculationExecutionCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalculationExecutionCodeCommandOutput>;
140
- export declare const deserializeAws_json1_1GetCalculationExecutionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalculationExecutionStatusCommandOutput>;
141
- export declare const deserializeAws_json1_1GetDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabaseCommandOutput>;
142
- export declare const deserializeAws_json1_1GetDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataCatalogCommandOutput>;
143
- export declare const deserializeAws_json1_1GetNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamedQueryCommandOutput>;
144
- export declare const deserializeAws_json1_1GetNotebookMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotebookMetadataCommandOutput>;
145
- export declare const deserializeAws_json1_1GetPreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPreparedStatementCommandOutput>;
146
- export declare const deserializeAws_json1_1GetQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryExecutionCommandOutput>;
147
- export declare const deserializeAws_json1_1GetQueryResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryResultsCommandOutput>;
148
- export declare const deserializeAws_json1_1GetQueryRuntimeStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryRuntimeStatisticsCommandOutput>;
149
- export declare const deserializeAws_json1_1GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
150
- export declare const deserializeAws_json1_1GetSessionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionStatusCommandOutput>;
151
- export declare const deserializeAws_json1_1GetTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableMetadataCommandOutput>;
152
- export declare const deserializeAws_json1_1GetWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkGroupCommandOutput>;
153
- export declare const deserializeAws_json1_1ImportNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportNotebookCommandOutput>;
154
- export declare const deserializeAws_json1_1ListApplicationDPUSizesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationDPUSizesCommandOutput>;
155
- export declare const deserializeAws_json1_1ListCalculationExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCalculationExecutionsCommandOutput>;
156
- export declare const deserializeAws_json1_1ListDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatabasesCommandOutput>;
157
- export declare const deserializeAws_json1_1ListDataCatalogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataCatalogsCommandOutput>;
158
- export declare const deserializeAws_json1_1ListEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEngineVersionsCommandOutput>;
159
- export declare const deserializeAws_json1_1ListExecutorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExecutorsCommandOutput>;
160
- export declare const deserializeAws_json1_1ListNamedQueriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamedQueriesCommandOutput>;
161
- export declare const deserializeAws_json1_1ListNotebookMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotebookMetadataCommandOutput>;
162
- export declare const deserializeAws_json1_1ListNotebookSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotebookSessionsCommandOutput>;
163
- export declare const deserializeAws_json1_1ListPreparedStatementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPreparedStatementsCommandOutput>;
164
- export declare const deserializeAws_json1_1ListQueryExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueryExecutionsCommandOutput>;
165
- export declare const deserializeAws_json1_1ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
166
- export declare const deserializeAws_json1_1ListTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTableMetadataCommandOutput>;
167
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
168
- export declare const deserializeAws_json1_1ListWorkGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkGroupsCommandOutput>;
169
- export declare const deserializeAws_json1_1StartCalculationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCalculationExecutionCommandOutput>;
170
- export declare const deserializeAws_json1_1StartQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartQueryExecutionCommandOutput>;
171
- export declare const deserializeAws_json1_1StartSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSessionCommandOutput>;
172
- export declare const deserializeAws_json1_1StopCalculationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCalculationExecutionCommandOutput>;
173
- export declare const deserializeAws_json1_1StopQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopQueryExecutionCommandOutput>;
174
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
175
- export declare const deserializeAws_json1_1TerminateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateSessionCommandOutput>;
176
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
177
- export declare const deserializeAws_json1_1UpdateDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataCatalogCommandOutput>;
178
- export declare const deserializeAws_json1_1UpdateNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNamedQueryCommandOutput>;
179
- export declare const deserializeAws_json1_1UpdateNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotebookCommandOutput>;
180
- export declare const deserializeAws_json1_1UpdateNotebookMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotebookMetadataCommandOutput>;
181
- export declare const deserializeAws_json1_1UpdatePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePreparedStatementCommandOutput>;
182
- export declare const deserializeAws_json1_1UpdateWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkGroupCommandOutput>;
63
+ /**
64
+ * serializeAws_json1_1BatchGetNamedQueryCommand
65
+ */
66
+ export declare const se_BatchGetNamedQueryCommand: (input: BatchGetNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ /**
68
+ * serializeAws_json1_1BatchGetPreparedStatementCommand
69
+ */
70
+ export declare const se_BatchGetPreparedStatementCommand: (input: BatchGetPreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ /**
72
+ * serializeAws_json1_1BatchGetQueryExecutionCommand
73
+ */
74
+ export declare const se_BatchGetQueryExecutionCommand: (input: BatchGetQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ /**
76
+ * serializeAws_json1_1CreateDataCatalogCommand
77
+ */
78
+ export declare const se_CreateDataCatalogCommand: (input: CreateDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
+ /**
80
+ * serializeAws_json1_1CreateNamedQueryCommand
81
+ */
82
+ export declare const se_CreateNamedQueryCommand: (input: CreateNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
+ /**
84
+ * serializeAws_json1_1CreateNotebookCommand
85
+ */
86
+ export declare const se_CreateNotebookCommand: (input: CreateNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
+ /**
88
+ * serializeAws_json1_1CreatePreparedStatementCommand
89
+ */
90
+ export declare const se_CreatePreparedStatementCommand: (input: CreatePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
+ /**
92
+ * serializeAws_json1_1CreatePresignedNotebookUrlCommand
93
+ */
94
+ export declare const se_CreatePresignedNotebookUrlCommand: (input: CreatePresignedNotebookUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
+ /**
96
+ * serializeAws_json1_1CreateWorkGroupCommand
97
+ */
98
+ export declare const se_CreateWorkGroupCommand: (input: CreateWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
+ /**
100
+ * serializeAws_json1_1DeleteDataCatalogCommand
101
+ */
102
+ export declare const se_DeleteDataCatalogCommand: (input: DeleteDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
+ /**
104
+ * serializeAws_json1_1DeleteNamedQueryCommand
105
+ */
106
+ export declare const se_DeleteNamedQueryCommand: (input: DeleteNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
+ /**
108
+ * serializeAws_json1_1DeleteNotebookCommand
109
+ */
110
+ export declare const se_DeleteNotebookCommand: (input: DeleteNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
+ /**
112
+ * serializeAws_json1_1DeletePreparedStatementCommand
113
+ */
114
+ export declare const se_DeletePreparedStatementCommand: (input: DeletePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
+ /**
116
+ * serializeAws_json1_1DeleteWorkGroupCommand
117
+ */
118
+ export declare const se_DeleteWorkGroupCommand: (input: DeleteWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
+ /**
120
+ * serializeAws_json1_1ExportNotebookCommand
121
+ */
122
+ export declare const se_ExportNotebookCommand: (input: ExportNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
+ /**
124
+ * serializeAws_json1_1GetCalculationExecutionCommand
125
+ */
126
+ export declare const se_GetCalculationExecutionCommand: (input: GetCalculationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_json1_1GetCalculationExecutionCodeCommand
129
+ */
130
+ export declare const se_GetCalculationExecutionCodeCommand: (input: GetCalculationExecutionCodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_json1_1GetCalculationExecutionStatusCommand
133
+ */
134
+ export declare const se_GetCalculationExecutionStatusCommand: (input: GetCalculationExecutionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_json1_1GetDatabaseCommand
137
+ */
138
+ export declare const se_GetDatabaseCommand: (input: GetDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_json1_1GetDataCatalogCommand
141
+ */
142
+ export declare const se_GetDataCatalogCommand: (input: GetDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
+ /**
144
+ * serializeAws_json1_1GetNamedQueryCommand
145
+ */
146
+ export declare const se_GetNamedQueryCommand: (input: GetNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
+ /**
148
+ * serializeAws_json1_1GetNotebookMetadataCommand
149
+ */
150
+ export declare const se_GetNotebookMetadataCommand: (input: GetNotebookMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
+ /**
152
+ * serializeAws_json1_1GetPreparedStatementCommand
153
+ */
154
+ export declare const se_GetPreparedStatementCommand: (input: GetPreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
+ /**
156
+ * serializeAws_json1_1GetQueryExecutionCommand
157
+ */
158
+ export declare const se_GetQueryExecutionCommand: (input: GetQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
+ /**
160
+ * serializeAws_json1_1GetQueryResultsCommand
161
+ */
162
+ export declare const se_GetQueryResultsCommand: (input: GetQueryResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * serializeAws_json1_1GetQueryRuntimeStatisticsCommand
165
+ */
166
+ export declare const se_GetQueryRuntimeStatisticsCommand: (input: GetQueryRuntimeStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
+ /**
168
+ * serializeAws_json1_1GetSessionCommand
169
+ */
170
+ export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
+ /**
172
+ * serializeAws_json1_1GetSessionStatusCommand
173
+ */
174
+ export declare const se_GetSessionStatusCommand: (input: GetSessionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_json1_1GetTableMetadataCommand
177
+ */
178
+ export declare const se_GetTableMetadataCommand: (input: GetTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
+ /**
180
+ * serializeAws_json1_1GetWorkGroupCommand
181
+ */
182
+ export declare const se_GetWorkGroupCommand: (input: GetWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
+ /**
184
+ * serializeAws_json1_1ImportNotebookCommand
185
+ */
186
+ export declare const se_ImportNotebookCommand: (input: ImportNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
+ /**
188
+ * serializeAws_json1_1ListApplicationDPUSizesCommand
189
+ */
190
+ export declare const se_ListApplicationDPUSizesCommand: (input: ListApplicationDPUSizesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
+ /**
192
+ * serializeAws_json1_1ListCalculationExecutionsCommand
193
+ */
194
+ export declare const se_ListCalculationExecutionsCommand: (input: ListCalculationExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
+ /**
196
+ * serializeAws_json1_1ListDatabasesCommand
197
+ */
198
+ export declare const se_ListDatabasesCommand: (input: ListDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
+ /**
200
+ * serializeAws_json1_1ListDataCatalogsCommand
201
+ */
202
+ export declare const se_ListDataCatalogsCommand: (input: ListDataCatalogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
+ /**
204
+ * serializeAws_json1_1ListEngineVersionsCommand
205
+ */
206
+ export declare const se_ListEngineVersionsCommand: (input: ListEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
+ /**
208
+ * serializeAws_json1_1ListExecutorsCommand
209
+ */
210
+ export declare const se_ListExecutorsCommand: (input: ListExecutorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
+ /**
212
+ * serializeAws_json1_1ListNamedQueriesCommand
213
+ */
214
+ export declare const se_ListNamedQueriesCommand: (input: ListNamedQueriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
+ /**
216
+ * serializeAws_json1_1ListNotebookMetadataCommand
217
+ */
218
+ export declare const se_ListNotebookMetadataCommand: (input: ListNotebookMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
+ /**
220
+ * serializeAws_json1_1ListNotebookSessionsCommand
221
+ */
222
+ export declare const se_ListNotebookSessionsCommand: (input: ListNotebookSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
+ /**
224
+ * serializeAws_json1_1ListPreparedStatementsCommand
225
+ */
226
+ export declare const se_ListPreparedStatementsCommand: (input: ListPreparedStatementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
227
+ /**
228
+ * serializeAws_json1_1ListQueryExecutionsCommand
229
+ */
230
+ export declare const se_ListQueryExecutionsCommand: (input: ListQueryExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
231
+ /**
232
+ * serializeAws_json1_1ListSessionsCommand
233
+ */
234
+ export declare const se_ListSessionsCommand: (input: ListSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
235
+ /**
236
+ * serializeAws_json1_1ListTableMetadataCommand
237
+ */
238
+ export declare const se_ListTableMetadataCommand: (input: ListTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
239
+ /**
240
+ * serializeAws_json1_1ListTagsForResourceCommand
241
+ */
242
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
243
+ /**
244
+ * serializeAws_json1_1ListWorkGroupsCommand
245
+ */
246
+ export declare const se_ListWorkGroupsCommand: (input: ListWorkGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
247
+ /**
248
+ * serializeAws_json1_1StartCalculationExecutionCommand
249
+ */
250
+ export declare const se_StartCalculationExecutionCommand: (input: StartCalculationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
251
+ /**
252
+ * serializeAws_json1_1StartQueryExecutionCommand
253
+ */
254
+ export declare const se_StartQueryExecutionCommand: (input: StartQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
255
+ /**
256
+ * serializeAws_json1_1StartSessionCommand
257
+ */
258
+ export declare const se_StartSessionCommand: (input: StartSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
259
+ /**
260
+ * serializeAws_json1_1StopCalculationExecutionCommand
261
+ */
262
+ export declare const se_StopCalculationExecutionCommand: (input: StopCalculationExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
263
+ /**
264
+ * serializeAws_json1_1StopQueryExecutionCommand
265
+ */
266
+ export declare const se_StopQueryExecutionCommand: (input: StopQueryExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
267
+ /**
268
+ * serializeAws_json1_1TagResourceCommand
269
+ */
270
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
+ /**
272
+ * serializeAws_json1_1TerminateSessionCommand
273
+ */
274
+ export declare const se_TerminateSessionCommand: (input: TerminateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
+ /**
276
+ * serializeAws_json1_1UntagResourceCommand
277
+ */
278
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
+ /**
280
+ * serializeAws_json1_1UpdateDataCatalogCommand
281
+ */
282
+ export declare const se_UpdateDataCatalogCommand: (input: UpdateDataCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
+ /**
284
+ * serializeAws_json1_1UpdateNamedQueryCommand
285
+ */
286
+ export declare const se_UpdateNamedQueryCommand: (input: UpdateNamedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
+ /**
288
+ * serializeAws_json1_1UpdateNotebookCommand
289
+ */
290
+ export declare const se_UpdateNotebookCommand: (input: UpdateNotebookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
291
+ /**
292
+ * serializeAws_json1_1UpdateNotebookMetadataCommand
293
+ */
294
+ export declare const se_UpdateNotebookMetadataCommand: (input: UpdateNotebookMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
+ /**
296
+ * serializeAws_json1_1UpdatePreparedStatementCommand
297
+ */
298
+ export declare const se_UpdatePreparedStatementCommand: (input: UpdatePreparedStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
+ /**
300
+ * serializeAws_json1_1UpdateWorkGroupCommand
301
+ */
302
+ export declare const se_UpdateWorkGroupCommand: (input: UpdateWorkGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
+ /**
304
+ * deserializeAws_json1_1BatchGetNamedQueryCommand
305
+ */
306
+ export declare const de_BatchGetNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetNamedQueryCommandOutput>;
307
+ /**
308
+ * deserializeAws_json1_1BatchGetPreparedStatementCommand
309
+ */
310
+ export declare const de_BatchGetPreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetPreparedStatementCommandOutput>;
311
+ /**
312
+ * deserializeAws_json1_1BatchGetQueryExecutionCommand
313
+ */
314
+ export declare const de_BatchGetQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetQueryExecutionCommandOutput>;
315
+ /**
316
+ * deserializeAws_json1_1CreateDataCatalogCommand
317
+ */
318
+ export declare const de_CreateDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataCatalogCommandOutput>;
319
+ /**
320
+ * deserializeAws_json1_1CreateNamedQueryCommand
321
+ */
322
+ export declare const de_CreateNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamedQueryCommandOutput>;
323
+ /**
324
+ * deserializeAws_json1_1CreateNotebookCommand
325
+ */
326
+ export declare const de_CreateNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotebookCommandOutput>;
327
+ /**
328
+ * deserializeAws_json1_1CreatePreparedStatementCommand
329
+ */
330
+ export declare const de_CreatePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePreparedStatementCommandOutput>;
331
+ /**
332
+ * deserializeAws_json1_1CreatePresignedNotebookUrlCommand
333
+ */
334
+ export declare const de_CreatePresignedNotebookUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresignedNotebookUrlCommandOutput>;
335
+ /**
336
+ * deserializeAws_json1_1CreateWorkGroupCommand
337
+ */
338
+ export declare const de_CreateWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkGroupCommandOutput>;
339
+ /**
340
+ * deserializeAws_json1_1DeleteDataCatalogCommand
341
+ */
342
+ export declare const de_DeleteDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataCatalogCommandOutput>;
343
+ /**
344
+ * deserializeAws_json1_1DeleteNamedQueryCommand
345
+ */
346
+ export declare const de_DeleteNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamedQueryCommandOutput>;
347
+ /**
348
+ * deserializeAws_json1_1DeleteNotebookCommand
349
+ */
350
+ export declare const de_DeleteNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotebookCommandOutput>;
351
+ /**
352
+ * deserializeAws_json1_1DeletePreparedStatementCommand
353
+ */
354
+ export declare const de_DeletePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePreparedStatementCommandOutput>;
355
+ /**
356
+ * deserializeAws_json1_1DeleteWorkGroupCommand
357
+ */
358
+ export declare const de_DeleteWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkGroupCommandOutput>;
359
+ /**
360
+ * deserializeAws_json1_1ExportNotebookCommand
361
+ */
362
+ export declare const de_ExportNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportNotebookCommandOutput>;
363
+ /**
364
+ * deserializeAws_json1_1GetCalculationExecutionCommand
365
+ */
366
+ export declare const de_GetCalculationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalculationExecutionCommandOutput>;
367
+ /**
368
+ * deserializeAws_json1_1GetCalculationExecutionCodeCommand
369
+ */
370
+ export declare const de_GetCalculationExecutionCodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalculationExecutionCodeCommandOutput>;
371
+ /**
372
+ * deserializeAws_json1_1GetCalculationExecutionStatusCommand
373
+ */
374
+ export declare const de_GetCalculationExecutionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCalculationExecutionStatusCommandOutput>;
375
+ /**
376
+ * deserializeAws_json1_1GetDatabaseCommand
377
+ */
378
+ export declare const de_GetDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabaseCommandOutput>;
379
+ /**
380
+ * deserializeAws_json1_1GetDataCatalogCommand
381
+ */
382
+ export declare const de_GetDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataCatalogCommandOutput>;
383
+ /**
384
+ * deserializeAws_json1_1GetNamedQueryCommand
385
+ */
386
+ export declare const de_GetNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNamedQueryCommandOutput>;
387
+ /**
388
+ * deserializeAws_json1_1GetNotebookMetadataCommand
389
+ */
390
+ export declare const de_GetNotebookMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotebookMetadataCommandOutput>;
391
+ /**
392
+ * deserializeAws_json1_1GetPreparedStatementCommand
393
+ */
394
+ export declare const de_GetPreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPreparedStatementCommandOutput>;
395
+ /**
396
+ * deserializeAws_json1_1GetQueryExecutionCommand
397
+ */
398
+ export declare const de_GetQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryExecutionCommandOutput>;
399
+ /**
400
+ * deserializeAws_json1_1GetQueryResultsCommand
401
+ */
402
+ export declare const de_GetQueryResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryResultsCommandOutput>;
403
+ /**
404
+ * deserializeAws_json1_1GetQueryRuntimeStatisticsCommand
405
+ */
406
+ export declare const de_GetQueryRuntimeStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQueryRuntimeStatisticsCommandOutput>;
407
+ /**
408
+ * deserializeAws_json1_1GetSessionCommand
409
+ */
410
+ export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
411
+ /**
412
+ * deserializeAws_json1_1GetSessionStatusCommand
413
+ */
414
+ export declare const de_GetSessionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionStatusCommandOutput>;
415
+ /**
416
+ * deserializeAws_json1_1GetTableMetadataCommand
417
+ */
418
+ export declare const de_GetTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTableMetadataCommandOutput>;
419
+ /**
420
+ * deserializeAws_json1_1GetWorkGroupCommand
421
+ */
422
+ export declare const de_GetWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkGroupCommandOutput>;
423
+ /**
424
+ * deserializeAws_json1_1ImportNotebookCommand
425
+ */
426
+ export declare const de_ImportNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportNotebookCommandOutput>;
427
+ /**
428
+ * deserializeAws_json1_1ListApplicationDPUSizesCommand
429
+ */
430
+ export declare const de_ListApplicationDPUSizesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationDPUSizesCommandOutput>;
431
+ /**
432
+ * deserializeAws_json1_1ListCalculationExecutionsCommand
433
+ */
434
+ export declare const de_ListCalculationExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCalculationExecutionsCommandOutput>;
435
+ /**
436
+ * deserializeAws_json1_1ListDatabasesCommand
437
+ */
438
+ export declare const de_ListDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatabasesCommandOutput>;
439
+ /**
440
+ * deserializeAws_json1_1ListDataCatalogsCommand
441
+ */
442
+ export declare const de_ListDataCatalogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataCatalogsCommandOutput>;
443
+ /**
444
+ * deserializeAws_json1_1ListEngineVersionsCommand
445
+ */
446
+ export declare const de_ListEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEngineVersionsCommandOutput>;
447
+ /**
448
+ * deserializeAws_json1_1ListExecutorsCommand
449
+ */
450
+ export declare const de_ListExecutorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExecutorsCommandOutput>;
451
+ /**
452
+ * deserializeAws_json1_1ListNamedQueriesCommand
453
+ */
454
+ export declare const de_ListNamedQueriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamedQueriesCommandOutput>;
455
+ /**
456
+ * deserializeAws_json1_1ListNotebookMetadataCommand
457
+ */
458
+ export declare const de_ListNotebookMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotebookMetadataCommandOutput>;
459
+ /**
460
+ * deserializeAws_json1_1ListNotebookSessionsCommand
461
+ */
462
+ export declare const de_ListNotebookSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotebookSessionsCommandOutput>;
463
+ /**
464
+ * deserializeAws_json1_1ListPreparedStatementsCommand
465
+ */
466
+ export declare const de_ListPreparedStatementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPreparedStatementsCommandOutput>;
467
+ /**
468
+ * deserializeAws_json1_1ListQueryExecutionsCommand
469
+ */
470
+ export declare const de_ListQueryExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQueryExecutionsCommandOutput>;
471
+ /**
472
+ * deserializeAws_json1_1ListSessionsCommand
473
+ */
474
+ export declare const de_ListSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSessionsCommandOutput>;
475
+ /**
476
+ * deserializeAws_json1_1ListTableMetadataCommand
477
+ */
478
+ export declare const de_ListTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTableMetadataCommandOutput>;
479
+ /**
480
+ * deserializeAws_json1_1ListTagsForResourceCommand
481
+ */
482
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
483
+ /**
484
+ * deserializeAws_json1_1ListWorkGroupsCommand
485
+ */
486
+ export declare const de_ListWorkGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkGroupsCommandOutput>;
487
+ /**
488
+ * deserializeAws_json1_1StartCalculationExecutionCommand
489
+ */
490
+ export declare const de_StartCalculationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCalculationExecutionCommandOutput>;
491
+ /**
492
+ * deserializeAws_json1_1StartQueryExecutionCommand
493
+ */
494
+ export declare const de_StartQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartQueryExecutionCommandOutput>;
495
+ /**
496
+ * deserializeAws_json1_1StartSessionCommand
497
+ */
498
+ export declare const de_StartSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartSessionCommandOutput>;
499
+ /**
500
+ * deserializeAws_json1_1StopCalculationExecutionCommand
501
+ */
502
+ export declare const de_StopCalculationExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCalculationExecutionCommandOutput>;
503
+ /**
504
+ * deserializeAws_json1_1StopQueryExecutionCommand
505
+ */
506
+ export declare const de_StopQueryExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopQueryExecutionCommandOutput>;
507
+ /**
508
+ * deserializeAws_json1_1TagResourceCommand
509
+ */
510
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
511
+ /**
512
+ * deserializeAws_json1_1TerminateSessionCommand
513
+ */
514
+ export declare const de_TerminateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateSessionCommandOutput>;
515
+ /**
516
+ * deserializeAws_json1_1UntagResourceCommand
517
+ */
518
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
519
+ /**
520
+ * deserializeAws_json1_1UpdateDataCatalogCommand
521
+ */
522
+ export declare const de_UpdateDataCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataCatalogCommandOutput>;
523
+ /**
524
+ * deserializeAws_json1_1UpdateNamedQueryCommand
525
+ */
526
+ export declare const de_UpdateNamedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNamedQueryCommandOutput>;
527
+ /**
528
+ * deserializeAws_json1_1UpdateNotebookCommand
529
+ */
530
+ export declare const de_UpdateNotebookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotebookCommandOutput>;
531
+ /**
532
+ * deserializeAws_json1_1UpdateNotebookMetadataCommand
533
+ */
534
+ export declare const de_UpdateNotebookMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotebookMetadataCommandOutput>;
535
+ /**
536
+ * deserializeAws_json1_1UpdatePreparedStatementCommand
537
+ */
538
+ export declare const de_UpdatePreparedStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePreparedStatementCommandOutput>;
539
+ /**
540
+ * deserializeAws_json1_1UpdateWorkGroupCommand
541
+ */
542
+ export declare const de_UpdateWorkGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkGroupCommandOutput>;