@aws-sdk/client-cleanrooms 3.477.0 → 3.481.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 (313) hide show
  1. package/dist-cjs/commands/BatchGetCollaborationAnalysisTemplateCommand.js +18 -41
  2. package/dist-cjs/commands/BatchGetSchemaCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAnalysisTemplateCommand.js +18 -41
  4. package/dist-cjs/commands/CreateCollaborationCommand.js +18 -41
  5. package/dist-cjs/commands/CreateConfiguredAudienceModelAssociationCommand.js +18 -41
  6. package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +18 -41
  7. package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +18 -41
  8. package/dist-cjs/commands/CreateConfiguredTableCommand.js +18 -41
  9. package/dist-cjs/commands/CreateMembershipCommand.js +18 -41
  10. package/dist-cjs/commands/CreatePrivacyBudgetTemplateCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteAnalysisTemplateCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteCollaborationCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteConfiguredAudienceModelAssociationCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteConfiguredTableCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteMemberCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteMembershipCommand.js +18 -41
  19. package/dist-cjs/commands/DeletePrivacyBudgetTemplateCommand.js +18 -41
  20. package/dist-cjs/commands/GetAnalysisTemplateCommand.js +18 -41
  21. package/dist-cjs/commands/GetCollaborationAnalysisTemplateCommand.js +18 -41
  22. package/dist-cjs/commands/GetCollaborationCommand.js +18 -41
  23. package/dist-cjs/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +18 -41
  24. package/dist-cjs/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +18 -41
  25. package/dist-cjs/commands/GetConfiguredAudienceModelAssociationCommand.js +18 -41
  26. package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +18 -41
  27. package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +18 -41
  28. package/dist-cjs/commands/GetConfiguredTableCommand.js +18 -41
  29. package/dist-cjs/commands/GetMembershipCommand.js +18 -41
  30. package/dist-cjs/commands/GetPrivacyBudgetTemplateCommand.js +18 -41
  31. package/dist-cjs/commands/GetProtectedQueryCommand.js +18 -41
  32. package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +18 -41
  33. package/dist-cjs/commands/GetSchemaCommand.js +18 -41
  34. package/dist-cjs/commands/ListAnalysisTemplatesCommand.js +18 -41
  35. package/dist-cjs/commands/ListCollaborationAnalysisTemplatesCommand.js +18 -41
  36. package/dist-cjs/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +18 -41
  37. package/dist-cjs/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +18 -41
  38. package/dist-cjs/commands/ListCollaborationPrivacyBudgetsCommand.js +18 -41
  39. package/dist-cjs/commands/ListCollaborationsCommand.js +18 -41
  40. package/dist-cjs/commands/ListConfiguredAudienceModelAssociationsCommand.js +18 -41
  41. package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +18 -41
  42. package/dist-cjs/commands/ListConfiguredTablesCommand.js +18 -41
  43. package/dist-cjs/commands/ListMembersCommand.js +18 -41
  44. package/dist-cjs/commands/ListMembershipsCommand.js +18 -41
  45. package/dist-cjs/commands/ListPrivacyBudgetTemplatesCommand.js +18 -41
  46. package/dist-cjs/commands/ListPrivacyBudgetsCommand.js +18 -41
  47. package/dist-cjs/commands/ListProtectedQueriesCommand.js +18 -41
  48. package/dist-cjs/commands/ListSchemasCommand.js +18 -41
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  50. package/dist-cjs/commands/PreviewPrivacyImpactCommand.js +18 -41
  51. package/dist-cjs/commands/StartProtectedQueryCommand.js +18 -41
  52. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  53. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateAnalysisTemplateCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateCollaborationCommand.js +18 -41
  56. package/dist-cjs/commands/UpdateConfiguredAudienceModelAssociationCommand.js +18 -41
  57. package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +18 -41
  58. package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +18 -41
  59. package/dist-cjs/commands/UpdateConfiguredTableCommand.js +18 -41
  60. package/dist-cjs/commands/UpdateMembershipCommand.js +18 -41
  61. package/dist-cjs/commands/UpdatePrivacyBudgetTemplateCommand.js +18 -41
  62. package/dist-cjs/commands/UpdateProtectedQueryCommand.js +18 -41
  63. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  64. package/dist-cjs/pagination/ListAnalysisTemplatesPaginator.js +2 -24
  65. package/dist-cjs/pagination/ListCollaborationAnalysisTemplatesPaginator.js +2 -24
  66. package/dist-cjs/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +2 -24
  67. package/dist-cjs/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +2 -24
  68. package/dist-cjs/pagination/ListCollaborationPrivacyBudgetsPaginator.js +2 -24
  69. package/dist-cjs/pagination/ListCollaborationsPaginator.js +2 -24
  70. package/dist-cjs/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +2 -24
  71. package/dist-cjs/pagination/ListConfiguredTableAssociationsPaginator.js +2 -24
  72. package/dist-cjs/pagination/ListConfiguredTablesPaginator.js +2 -24
  73. package/dist-cjs/pagination/ListMembersPaginator.js +2 -24
  74. package/dist-cjs/pagination/ListMembershipsPaginator.js +2 -24
  75. package/dist-cjs/pagination/ListPrivacyBudgetTemplatesPaginator.js +2 -24
  76. package/dist-cjs/pagination/ListPrivacyBudgetsPaginator.js +2 -24
  77. package/dist-cjs/pagination/ListProtectedQueriesPaginator.js +2 -24
  78. package/dist-cjs/pagination/ListSchemasPaginator.js +2 -24
  79. package/dist-es/commands/BatchGetCollaborationAnalysisTemplateCommand.js +18 -41
  80. package/dist-es/commands/BatchGetSchemaCommand.js +18 -41
  81. package/dist-es/commands/CreateAnalysisTemplateCommand.js +18 -41
  82. package/dist-es/commands/CreateCollaborationCommand.js +18 -41
  83. package/dist-es/commands/CreateConfiguredAudienceModelAssociationCommand.js +18 -41
  84. package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +18 -41
  85. package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +18 -41
  86. package/dist-es/commands/CreateConfiguredTableCommand.js +18 -41
  87. package/dist-es/commands/CreateMembershipCommand.js +18 -41
  88. package/dist-es/commands/CreatePrivacyBudgetTemplateCommand.js +18 -41
  89. package/dist-es/commands/DeleteAnalysisTemplateCommand.js +18 -41
  90. package/dist-es/commands/DeleteCollaborationCommand.js +18 -41
  91. package/dist-es/commands/DeleteConfiguredAudienceModelAssociationCommand.js +18 -41
  92. package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +18 -41
  93. package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +18 -41
  94. package/dist-es/commands/DeleteConfiguredTableCommand.js +18 -41
  95. package/dist-es/commands/DeleteMemberCommand.js +18 -41
  96. package/dist-es/commands/DeleteMembershipCommand.js +18 -41
  97. package/dist-es/commands/DeletePrivacyBudgetTemplateCommand.js +18 -41
  98. package/dist-es/commands/GetAnalysisTemplateCommand.js +18 -41
  99. package/dist-es/commands/GetCollaborationAnalysisTemplateCommand.js +18 -41
  100. package/dist-es/commands/GetCollaborationCommand.js +18 -41
  101. package/dist-es/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +18 -41
  102. package/dist-es/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +18 -41
  103. package/dist-es/commands/GetConfiguredAudienceModelAssociationCommand.js +18 -41
  104. package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +18 -41
  105. package/dist-es/commands/GetConfiguredTableAssociationCommand.js +18 -41
  106. package/dist-es/commands/GetConfiguredTableCommand.js +18 -41
  107. package/dist-es/commands/GetMembershipCommand.js +18 -41
  108. package/dist-es/commands/GetPrivacyBudgetTemplateCommand.js +18 -41
  109. package/dist-es/commands/GetProtectedQueryCommand.js +18 -41
  110. package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +18 -41
  111. package/dist-es/commands/GetSchemaCommand.js +18 -41
  112. package/dist-es/commands/ListAnalysisTemplatesCommand.js +18 -41
  113. package/dist-es/commands/ListCollaborationAnalysisTemplatesCommand.js +18 -41
  114. package/dist-es/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +18 -41
  115. package/dist-es/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +18 -41
  116. package/dist-es/commands/ListCollaborationPrivacyBudgetsCommand.js +18 -41
  117. package/dist-es/commands/ListCollaborationsCommand.js +18 -41
  118. package/dist-es/commands/ListConfiguredAudienceModelAssociationsCommand.js +18 -41
  119. package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +18 -41
  120. package/dist-es/commands/ListConfiguredTablesCommand.js +18 -41
  121. package/dist-es/commands/ListMembersCommand.js +18 -41
  122. package/dist-es/commands/ListMembershipsCommand.js +18 -41
  123. package/dist-es/commands/ListPrivacyBudgetTemplatesCommand.js +18 -41
  124. package/dist-es/commands/ListPrivacyBudgetsCommand.js +18 -41
  125. package/dist-es/commands/ListProtectedQueriesCommand.js +18 -41
  126. package/dist-es/commands/ListSchemasCommand.js +18 -41
  127. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  128. package/dist-es/commands/PreviewPrivacyImpactCommand.js +18 -41
  129. package/dist-es/commands/StartProtectedQueryCommand.js +18 -41
  130. package/dist-es/commands/TagResourceCommand.js +18 -41
  131. package/dist-es/commands/UntagResourceCommand.js +18 -41
  132. package/dist-es/commands/UpdateAnalysisTemplateCommand.js +18 -41
  133. package/dist-es/commands/UpdateCollaborationCommand.js +18 -41
  134. package/dist-es/commands/UpdateConfiguredAudienceModelAssociationCommand.js +18 -41
  135. package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +18 -41
  136. package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +18 -41
  137. package/dist-es/commands/UpdateConfiguredTableCommand.js +18 -41
  138. package/dist-es/commands/UpdateMembershipCommand.js +18 -41
  139. package/dist-es/commands/UpdatePrivacyBudgetTemplateCommand.js +18 -41
  140. package/dist-es/commands/UpdateProtectedQueryCommand.js +18 -41
  141. package/dist-es/endpoint/EndpointParameters.js +6 -0
  142. package/dist-es/pagination/ListAnalysisTemplatesPaginator.js +2 -23
  143. package/dist-es/pagination/ListCollaborationAnalysisTemplatesPaginator.js +2 -23
  144. package/dist-es/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.js +2 -23
  145. package/dist-es/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.js +2 -23
  146. package/dist-es/pagination/ListCollaborationPrivacyBudgetsPaginator.js +2 -23
  147. package/dist-es/pagination/ListCollaborationsPaginator.js +2 -23
  148. package/dist-es/pagination/ListConfiguredAudienceModelAssociationsPaginator.js +2 -23
  149. package/dist-es/pagination/ListConfiguredTableAssociationsPaginator.js +2 -23
  150. package/dist-es/pagination/ListConfiguredTablesPaginator.js +2 -23
  151. package/dist-es/pagination/ListMembersPaginator.js +2 -23
  152. package/dist-es/pagination/ListMembershipsPaginator.js +2 -23
  153. package/dist-es/pagination/ListPrivacyBudgetTemplatesPaginator.js +2 -23
  154. package/dist-es/pagination/ListPrivacyBudgetsPaginator.js +2 -23
  155. package/dist-es/pagination/ListProtectedQueriesPaginator.js +2 -23
  156. package/dist-es/pagination/ListSchemasPaginator.js +2 -23
  157. package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +6 -21
  158. package/dist-types/commands/BatchGetSchemaCommand.d.ts +6 -21
  159. package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +6 -21
  160. package/dist-types/commands/CreateCollaborationCommand.d.ts +6 -21
  161. package/dist-types/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +6 -21
  162. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +6 -21
  163. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +6 -21
  164. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +6 -21
  165. package/dist-types/commands/CreateMembershipCommand.d.ts +6 -21
  166. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +6 -21
  167. package/dist-types/commands/DeleteAnalysisTemplateCommand.d.ts +6 -21
  168. package/dist-types/commands/DeleteCollaborationCommand.d.ts +6 -21
  169. package/dist-types/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +6 -21
  170. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +6 -21
  171. package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +6 -21
  172. package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +6 -21
  173. package/dist-types/commands/DeleteMemberCommand.d.ts +6 -21
  174. package/dist-types/commands/DeleteMembershipCommand.d.ts +6 -21
  175. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +6 -21
  176. package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +6 -21
  177. package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +6 -21
  178. package/dist-types/commands/GetCollaborationCommand.d.ts +6 -21
  179. package/dist-types/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +6 -21
  180. package/dist-types/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +6 -21
  181. package/dist-types/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +6 -21
  182. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -21
  183. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +6 -21
  184. package/dist-types/commands/GetConfiguredTableCommand.d.ts +6 -21
  185. package/dist-types/commands/GetMembershipCommand.d.ts +6 -21
  186. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +6 -21
  187. package/dist-types/commands/GetProtectedQueryCommand.d.ts +6 -21
  188. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +6 -21
  189. package/dist-types/commands/GetSchemaCommand.d.ts +6 -21
  190. package/dist-types/commands/ListAnalysisTemplatesCommand.d.ts +6 -21
  191. package/dist-types/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +6 -21
  192. package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +6 -21
  193. package/dist-types/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +6 -21
  194. package/dist-types/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +6 -21
  195. package/dist-types/commands/ListCollaborationsCommand.d.ts +6 -21
  196. package/dist-types/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +6 -21
  197. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +6 -21
  198. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +6 -21
  199. package/dist-types/commands/ListMembersCommand.d.ts +6 -21
  200. package/dist-types/commands/ListMembershipsCommand.d.ts +6 -21
  201. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +6 -21
  202. package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +6 -21
  203. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +6 -21
  204. package/dist-types/commands/ListSchemasCommand.d.ts +6 -21
  205. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  206. package/dist-types/commands/PreviewPrivacyImpactCommand.d.ts +6 -21
  207. package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -21
  208. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  209. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  210. package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +6 -21
  211. package/dist-types/commands/UpdateCollaborationCommand.d.ts +6 -21
  212. package/dist-types/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +6 -21
  213. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +6 -21
  214. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +6 -21
  215. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +6 -21
  216. package/dist-types/commands/UpdateMembershipCommand.d.ts +6 -21
  217. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +6 -21
  218. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +6 -21
  219. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  220. package/dist-types/pagination/ListAnalysisTemplatesPaginator.d.ts +1 -1
  221. package/dist-types/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +1 -1
  222. package/dist-types/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +1 -1
  223. package/dist-types/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +1 -1
  224. package/dist-types/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +1 -1
  225. package/dist-types/pagination/ListCollaborationsPaginator.d.ts +1 -1
  226. package/dist-types/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +1 -1
  227. package/dist-types/pagination/ListConfiguredTableAssociationsPaginator.d.ts +1 -1
  228. package/dist-types/pagination/ListConfiguredTablesPaginator.d.ts +1 -1
  229. package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
  230. package/dist-types/pagination/ListMembershipsPaginator.d.ts +1 -1
  231. package/dist-types/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +1 -1
  232. package/dist-types/pagination/ListPrivacyBudgetsPaginator.d.ts +1 -1
  233. package/dist-types/pagination/ListProtectedQueriesPaginator.d.ts +1 -1
  234. package/dist-types/pagination/ListSchemasPaginator.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +12 -24
  236. package/dist-types/ts3.4/commands/BatchGetSchemaCommand.d.ts +14 -23
  237. package/dist-types/ts3.4/commands/CreateAnalysisTemplateCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/CreateCollaborationCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/CreateConfiguredTableCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/DeleteAnalysisTemplateCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/DeleteCollaborationCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +12 -24
  248. package/dist-types/ts3.4/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +12 -24
  249. package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/DeleteConfiguredTableCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +14 -23
  253. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +12 -24
  254. package/dist-types/ts3.4/commands/GetAnalysisTemplateCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/commands/GetCollaborationAnalysisTemplateCommand.d.ts +12 -24
  256. package/dist-types/ts3.4/commands/GetCollaborationCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +11 -25
  258. package/dist-types/ts3.4/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +12 -24
  259. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +12 -24
  260. package/dist-types/ts3.4/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +12 -24
  261. package/dist-types/ts3.4/commands/GetConfiguredTableAssociationCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/GetConfiguredTableCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +14 -23
  264. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +12 -24
  265. package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +14 -23
  266. package/dist-types/ts3.4/commands/GetSchemaAnalysisRuleCommand.d.ts +12 -24
  267. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +14 -23
  268. package/dist-types/ts3.4/commands/ListAnalysisTemplatesCommand.d.ts +12 -24
  269. package/dist-types/ts3.4/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +12 -24
  270. package/dist-types/ts3.4/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +11 -25
  271. package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +12 -24
  273. package/dist-types/ts3.4/commands/ListCollaborationsCommand.d.ts +14 -23
  274. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +12 -24
  275. package/dist-types/ts3.4/commands/ListConfiguredTableAssociationsCommand.d.ts +12 -24
  276. package/dist-types/ts3.4/commands/ListConfiguredTablesCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +14 -23
  278. package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +14 -23
  279. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +12 -24
  280. package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +14 -23
  281. package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +12 -24
  282. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +14 -23
  283. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  284. package/dist-types/ts3.4/commands/PreviewPrivacyImpactCommand.d.ts +12 -24
  285. package/dist-types/ts3.4/commands/StartProtectedQueryCommand.d.ts +14 -23
  286. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  287. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  288. package/dist-types/ts3.4/commands/UpdateAnalysisTemplateCommand.d.ts +12 -24
  289. package/dist-types/ts3.4/commands/UpdateCollaborationCommand.d.ts +14 -23
  290. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +12 -24
  291. package/dist-types/ts3.4/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -24
  292. package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationCommand.d.ts +12 -24
  293. package/dist-types/ts3.4/commands/UpdateConfiguredTableCommand.d.ts +12 -24
  294. package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +14 -23
  295. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +12 -24
  296. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +12 -24
  297. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  298. package/dist-types/ts3.4/pagination/ListAnalysisTemplatesPaginator.d.ts +3 -3
  299. package/dist-types/ts3.4/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +3 -3
  300. package/dist-types/ts3.4/pagination/ListCollaborationConfiguredAudienceModelAssociationsPaginator.d.ts +3 -3
  301. package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetTemplatesPaginator.d.ts +3 -3
  302. package/dist-types/ts3.4/pagination/ListCollaborationPrivacyBudgetsPaginator.d.ts +3 -3
  303. package/dist-types/ts3.4/pagination/ListCollaborationsPaginator.d.ts +3 -3
  304. package/dist-types/ts3.4/pagination/ListConfiguredAudienceModelAssociationsPaginator.d.ts +3 -3
  305. package/dist-types/ts3.4/pagination/ListConfiguredTableAssociationsPaginator.d.ts +3 -3
  306. package/dist-types/ts3.4/pagination/ListConfiguredTablesPaginator.d.ts +3 -3
  307. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +3 -3
  308. package/dist-types/ts3.4/pagination/ListMembershipsPaginator.d.ts +3 -3
  309. package/dist-types/ts3.4/pagination/ListPrivacyBudgetTemplatesPaginator.d.ts +3 -3
  310. package/dist-types/ts3.4/pagination/ListPrivacyBudgetsPaginator.d.ts +3 -3
  311. package/dist-types/ts3.4/pagination/ListProtectedQueriesPaginator.d.ts +3 -3
  312. package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +3 -3
  313. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { ListConfiguredAudienceModelAssociationsInput, ListConfiguredAudienceModelAssociationsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListConfiguredAudienceModelAssociationsCommandInput extends Lis
21
20
  */
22
21
  export interface ListConfiguredAudienceModelAssociationsCommandOutput extends ListConfiguredAudienceModelAssociationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListConfiguredAudienceModelAssociationsCommand_base: {
24
+ new (input: ListConfiguredAudienceModelAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists information about requested configured audience model associations.</p>
@@ -83,23 +86,5 @@ export interface ListConfiguredAudienceModelAssociationsCommandOutput extends Li
83
86
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
84
87
  *
85
88
  */
86
- export declare class ListConfiguredAudienceModelAssociationsCommand extends $Command<ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput, CleanRoomsClientResolvedConfig> {
87
- readonly input: ListConfiguredAudienceModelAssociationsCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ListConfiguredAudienceModelAssociationsCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ListConfiguredAudienceModelAssociationsCommand extends ListConfiguredAudienceModelAssociationsCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { ListConfiguredTableAssociationsInput, ListConfiguredTableAssociationsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListConfiguredTableAssociationsCommandInput extends ListConfigu
21
20
  */
22
21
  export interface ListConfiguredTableAssociationsCommandOutput extends ListConfiguredTableAssociationsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListConfiguredTableAssociationsCommand_base: {
24
+ new (input: ListConfiguredTableAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists configured table associations for a membership.</p>
@@ -80,23 +83,5 @@ export interface ListConfiguredTableAssociationsCommandOutput extends ListConfig
80
83
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
81
84
  *
82
85
  */
83
- export declare class ListConfiguredTableAssociationsCommand extends $Command<ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput, CleanRoomsClientResolvedConfig> {
84
- readonly input: ListConfiguredTableAssociationsCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListConfiguredTableAssociationsCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListConfiguredTableAssociationsCommand extends ListConfiguredTableAssociationsCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { ListConfiguredTablesInput, ListConfiguredTablesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListConfiguredTablesCommandInput extends ListConfiguredTablesIn
21
20
  */
22
21
  export interface ListConfiguredTablesCommandOutput extends ListConfiguredTablesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListConfiguredTablesCommand_base: {
24
+ new (input: ListConfiguredTablesCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists configured tables.</p>
@@ -77,23 +80,5 @@ export interface ListConfiguredTablesCommandOutput extends ListConfiguredTablesO
77
80
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
78
81
  *
79
82
  */
80
- export declare class ListConfiguredTablesCommand extends $Command<ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput, CleanRoomsClientResolvedConfig> {
81
- readonly input: ListConfiguredTablesCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListConfiguredTablesCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListConfiguredTablesCommand extends ListConfiguredTablesCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { ListMembersInput, ListMembersOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMembersCommandInput extends ListMembersInput {
21
20
  */
22
21
  export interface ListMembersCommandOutput extends ListMembersOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMembersCommand_base: {
24
+ new (input: ListMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all members within a collaboration.</p>
@@ -87,23 +90,5 @@ export interface ListMembersCommandOutput extends ListMembersOutput, __MetadataB
87
90
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
88
91
  *
89
92
  */
90
- export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, CleanRoomsClientResolvedConfig> {
91
- readonly input: ListMembersCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ListMembersCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ListMembersCommand extends ListMembersCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { ListMembershipsInput, ListMembershipsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMembershipsCommandInput extends ListMembershipsInput {
21
20
  */
22
21
  export interface ListMembershipsCommandOutput extends ListMembershipsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMembershipsCommand_base: {
24
+ new (input: ListMembershipsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMembershipsCommandInput, ListMembershipsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all memberships resources within the caller's account.</p>
@@ -87,23 +90,5 @@ export interface ListMembershipsCommandOutput extends ListMembershipsOutput, __M
87
90
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
88
91
  *
89
92
  */
90
- export declare class ListMembershipsCommand extends $Command<ListMembershipsCommandInput, ListMembershipsCommandOutput, CleanRoomsClientResolvedConfig> {
91
- readonly input: ListMembershipsCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ListMembershipsCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMembershipsCommandInput, ListMembershipsCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ListMembershipsCommand extends ListMembershipsCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { ListPrivacyBudgetTemplatesInput, ListPrivacyBudgetTemplatesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPrivacyBudgetTemplatesCommandInput extends ListPrivacyBudge
21
20
  */
22
21
  export interface ListPrivacyBudgetTemplatesCommandOutput extends ListPrivacyBudgetTemplatesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListPrivacyBudgetTemplatesCommand_base: {
24
+ new (input: ListPrivacyBudgetTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns detailed information about the privacy budget templates in a specified membership.</p>
@@ -81,23 +84,5 @@ export interface ListPrivacyBudgetTemplatesCommandOutput extends ListPrivacyBudg
81
84
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
82
85
  *
83
86
  */
84
- export declare class ListPrivacyBudgetTemplatesCommand extends $Command<ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput, CleanRoomsClientResolvedConfig> {
85
- readonly input: ListPrivacyBudgetTemplatesCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListPrivacyBudgetTemplatesCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListPrivacyBudgetTemplatesCommand extends ListPrivacyBudgetTemplatesCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { ListPrivacyBudgetsInput, ListPrivacyBudgetsOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPrivacyBudgetsCommandInput extends ListPrivacyBudgetsInput
21
20
  */
22
21
  export interface ListPrivacyBudgetsCommandOutput extends ListPrivacyBudgetsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListPrivacyBudgetsCommand_base: {
24
+ new (input: ListPrivacyBudgetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns detailed information about the privacy budgets in a specified membership.</p>
@@ -95,23 +98,5 @@ export interface ListPrivacyBudgetsCommandOutput extends ListPrivacyBudgetsOutpu
95
98
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
96
99
  *
97
100
  */
98
- export declare class ListPrivacyBudgetsCommand extends $Command<ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput, CleanRoomsClientResolvedConfig> {
99
- readonly input: ListPrivacyBudgetsCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: ListPrivacyBudgetsCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class ListPrivacyBudgetsCommand extends ListPrivacyBudgetsCommand_base {
117
102
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { ListProtectedQueriesInput, ListProtectedQueriesOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListProtectedQueriesCommandInput extends ListProtectedQueriesIn
21
20
  */
22
21
  export interface ListProtectedQueriesCommandOutput extends ListProtectedQueriesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListProtectedQueriesCommand_base: {
24
+ new (input: ListProtectedQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists protected queries, sorted by the most recent query.</p>
@@ -78,23 +81,5 @@ export interface ListProtectedQueriesCommandOutput extends ListProtectedQueriesO
78
81
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
79
82
  *
80
83
  */
81
- export declare class ListProtectedQueriesCommand extends $Command<ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput, CleanRoomsClientResolvedConfig> {
82
- readonly input: ListProtectedQueriesCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: ListProtectedQueriesCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class ListProtectedQueriesCommand extends ListProtectedQueriesCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { ListSchemasInput, ListSchemasOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListSchemasCommandInput extends ListSchemasInput {
21
20
  */
22
21
  export interface ListSchemasCommandOutput extends ListSchemasOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListSchemasCommand_base: {
24
+ new (input: ListSchemasCommandInput): import("@smithy/smithy-client").CommandImpl<ListSchemasCommandInput, ListSchemasCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the schemas for relations within a collaboration.</p>
@@ -84,23 +87,5 @@ export interface ListSchemasCommandOutput extends ListSchemasOutput, __MetadataB
84
87
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
85
88
  *
86
89
  */
87
- export declare class ListSchemasCommand extends $Command<ListSchemasCommandInput, ListSchemasCommandOutput, CleanRoomsClientResolvedConfig> {
88
- readonly input: ListSchemasCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: ListSchemasCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSchemasCommandInput, ListSchemasCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class ListSchemasCommand extends ListSchemasCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all of the tags that have been added to a resource.</p>
@@ -59,23 +62,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
59
62
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
60
63
  *
61
64
  */
62
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CleanRoomsClientResolvedConfig> {
63
- readonly input: ListTagsForResourceCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: ListTagsForResourceCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { PreviewPrivacyImpactInput, PreviewPrivacyImpactOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PreviewPrivacyImpactCommandInput extends PreviewPrivacyImpactIn
21
20
  */
22
21
  export interface PreviewPrivacyImpactCommandOutput extends PreviewPrivacyImpactOutput, __MetadataBearer {
23
22
  }
23
+ declare const PreviewPrivacyImpactCommand_base: {
24
+ new (input: PreviewPrivacyImpactCommandInput): import("@smithy/smithy-client").CommandImpl<PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.</p>
@@ -81,23 +84,5 @@ export interface PreviewPrivacyImpactCommandOutput extends PreviewPrivacyImpactO
81
84
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
82
85
  *
83
86
  */
84
- export declare class PreviewPrivacyImpactCommand extends $Command<PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput, CleanRoomsClientResolvedConfig> {
85
- readonly input: PreviewPrivacyImpactCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: PreviewPrivacyImpactCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class PreviewPrivacyImpactCommand extends PreviewPrivacyImpactCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { StartProtectedQueryInput, StartProtectedQueryOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartProtectedQueryCommandInput extends StartProtectedQueryInpu
21
20
  */
22
21
  export interface StartProtectedQueryCommandOutput extends StartProtectedQueryOutput, __MetadataBearer {
23
22
  }
23
+ declare const StartProtectedQueryCommand_base: {
24
+ new (input: StartProtectedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a protected query that is started by Clean Rooms.</p>
@@ -138,23 +141,5 @@ export interface StartProtectedQueryCommandOutput extends StartProtectedQueryOut
138
141
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
139
142
  *
140
143
  */
141
- export declare class StartProtectedQueryCommand extends $Command<StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig> {
142
- readonly input: StartProtectedQueryCommandInput;
143
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
144
- /**
145
- * @public
146
- */
147
- constructor(input: StartProtectedQueryCommandInput);
148
- /**
149
- * @internal
150
- */
151
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput>;
152
- /**
153
- * @internal
154
- */
155
- private serialize;
156
- /**
157
- * @internal
158
- */
159
- private deserialize;
144
+ export declare class StartProtectedQueryCommand extends StartProtectedQueryCommand_base {
160
145
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Tags a resource.</p>
@@ -58,23 +61,5 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
58
61
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
59
62
  *
60
63
  */
61
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CleanRoomsClientResolvedConfig> {
62
- readonly input: TagResourceCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: TagResourceCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class TagResourceCommand extends TagResourceCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
4
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a tag or list of tags from a resource.</p>
@@ -58,23 +61,5 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
58
61
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
59
62
  *
60
63
  */
61
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CleanRoomsClientResolvedConfig> {
62
- readonly input: UntagResourceCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: UntagResourceCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
80
65
  }