@aws-sdk/client-cleanrooms 3.478.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 (253) 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-es/commands/BatchGetCollaborationAnalysisTemplateCommand.js +18 -41
  65. package/dist-es/commands/BatchGetSchemaCommand.js +18 -41
  66. package/dist-es/commands/CreateAnalysisTemplateCommand.js +18 -41
  67. package/dist-es/commands/CreateCollaborationCommand.js +18 -41
  68. package/dist-es/commands/CreateConfiguredAudienceModelAssociationCommand.js +18 -41
  69. package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +18 -41
  70. package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +18 -41
  71. package/dist-es/commands/CreateConfiguredTableCommand.js +18 -41
  72. package/dist-es/commands/CreateMembershipCommand.js +18 -41
  73. package/dist-es/commands/CreatePrivacyBudgetTemplateCommand.js +18 -41
  74. package/dist-es/commands/DeleteAnalysisTemplateCommand.js +18 -41
  75. package/dist-es/commands/DeleteCollaborationCommand.js +18 -41
  76. package/dist-es/commands/DeleteConfiguredAudienceModelAssociationCommand.js +18 -41
  77. package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +18 -41
  78. package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +18 -41
  79. package/dist-es/commands/DeleteConfiguredTableCommand.js +18 -41
  80. package/dist-es/commands/DeleteMemberCommand.js +18 -41
  81. package/dist-es/commands/DeleteMembershipCommand.js +18 -41
  82. package/dist-es/commands/DeletePrivacyBudgetTemplateCommand.js +18 -41
  83. package/dist-es/commands/GetAnalysisTemplateCommand.js +18 -41
  84. package/dist-es/commands/GetCollaborationAnalysisTemplateCommand.js +18 -41
  85. package/dist-es/commands/GetCollaborationCommand.js +18 -41
  86. package/dist-es/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +18 -41
  87. package/dist-es/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +18 -41
  88. package/dist-es/commands/GetConfiguredAudienceModelAssociationCommand.js +18 -41
  89. package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +18 -41
  90. package/dist-es/commands/GetConfiguredTableAssociationCommand.js +18 -41
  91. package/dist-es/commands/GetConfiguredTableCommand.js +18 -41
  92. package/dist-es/commands/GetMembershipCommand.js +18 -41
  93. package/dist-es/commands/GetPrivacyBudgetTemplateCommand.js +18 -41
  94. package/dist-es/commands/GetProtectedQueryCommand.js +18 -41
  95. package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +18 -41
  96. package/dist-es/commands/GetSchemaCommand.js +18 -41
  97. package/dist-es/commands/ListAnalysisTemplatesCommand.js +18 -41
  98. package/dist-es/commands/ListCollaborationAnalysisTemplatesCommand.js +18 -41
  99. package/dist-es/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +18 -41
  100. package/dist-es/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +18 -41
  101. package/dist-es/commands/ListCollaborationPrivacyBudgetsCommand.js +18 -41
  102. package/dist-es/commands/ListCollaborationsCommand.js +18 -41
  103. package/dist-es/commands/ListConfiguredAudienceModelAssociationsCommand.js +18 -41
  104. package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +18 -41
  105. package/dist-es/commands/ListConfiguredTablesCommand.js +18 -41
  106. package/dist-es/commands/ListMembersCommand.js +18 -41
  107. package/dist-es/commands/ListMembershipsCommand.js +18 -41
  108. package/dist-es/commands/ListPrivacyBudgetTemplatesCommand.js +18 -41
  109. package/dist-es/commands/ListPrivacyBudgetsCommand.js +18 -41
  110. package/dist-es/commands/ListProtectedQueriesCommand.js +18 -41
  111. package/dist-es/commands/ListSchemasCommand.js +18 -41
  112. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  113. package/dist-es/commands/PreviewPrivacyImpactCommand.js +18 -41
  114. package/dist-es/commands/StartProtectedQueryCommand.js +18 -41
  115. package/dist-es/commands/TagResourceCommand.js +18 -41
  116. package/dist-es/commands/UntagResourceCommand.js +18 -41
  117. package/dist-es/commands/UpdateAnalysisTemplateCommand.js +18 -41
  118. package/dist-es/commands/UpdateCollaborationCommand.js +18 -41
  119. package/dist-es/commands/UpdateConfiguredAudienceModelAssociationCommand.js +18 -41
  120. package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +18 -41
  121. package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +18 -41
  122. package/dist-es/commands/UpdateConfiguredTableCommand.js +18 -41
  123. package/dist-es/commands/UpdateMembershipCommand.js +18 -41
  124. package/dist-es/commands/UpdatePrivacyBudgetTemplateCommand.js +18 -41
  125. package/dist-es/commands/UpdateProtectedQueryCommand.js +18 -41
  126. package/dist-es/endpoint/EndpointParameters.js +6 -0
  127. package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +6 -21
  128. package/dist-types/commands/BatchGetSchemaCommand.d.ts +6 -21
  129. package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +6 -21
  130. package/dist-types/commands/CreateCollaborationCommand.d.ts +6 -21
  131. package/dist-types/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +6 -21
  132. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +6 -21
  133. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +6 -21
  134. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +6 -21
  135. package/dist-types/commands/CreateMembershipCommand.d.ts +6 -21
  136. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +6 -21
  137. package/dist-types/commands/DeleteAnalysisTemplateCommand.d.ts +6 -21
  138. package/dist-types/commands/DeleteCollaborationCommand.d.ts +6 -21
  139. package/dist-types/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +6 -21
  140. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +6 -21
  141. package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +6 -21
  142. package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +6 -21
  143. package/dist-types/commands/DeleteMemberCommand.d.ts +6 -21
  144. package/dist-types/commands/DeleteMembershipCommand.d.ts +6 -21
  145. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +6 -21
  146. package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +6 -21
  147. package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +6 -21
  148. package/dist-types/commands/GetCollaborationCommand.d.ts +6 -21
  149. package/dist-types/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +6 -21
  150. package/dist-types/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +6 -21
  151. package/dist-types/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +6 -21
  152. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -21
  153. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +6 -21
  154. package/dist-types/commands/GetConfiguredTableCommand.d.ts +6 -21
  155. package/dist-types/commands/GetMembershipCommand.d.ts +6 -21
  156. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +6 -21
  157. package/dist-types/commands/GetProtectedQueryCommand.d.ts +6 -21
  158. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +6 -21
  159. package/dist-types/commands/GetSchemaCommand.d.ts +6 -21
  160. package/dist-types/commands/ListAnalysisTemplatesCommand.d.ts +6 -21
  161. package/dist-types/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +6 -21
  162. package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +6 -21
  163. package/dist-types/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +6 -21
  164. package/dist-types/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +6 -21
  165. package/dist-types/commands/ListCollaborationsCommand.d.ts +6 -21
  166. package/dist-types/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +6 -21
  167. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +6 -21
  168. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +6 -21
  169. package/dist-types/commands/ListMembersCommand.d.ts +6 -21
  170. package/dist-types/commands/ListMembershipsCommand.d.ts +6 -21
  171. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +6 -21
  172. package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +6 -21
  173. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +6 -21
  174. package/dist-types/commands/ListSchemasCommand.d.ts +6 -21
  175. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  176. package/dist-types/commands/PreviewPrivacyImpactCommand.d.ts +6 -21
  177. package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -21
  178. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  179. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  180. package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +6 -21
  181. package/dist-types/commands/UpdateCollaborationCommand.d.ts +6 -21
  182. package/dist-types/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +6 -21
  183. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +6 -21
  184. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +6 -21
  185. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +6 -21
  186. package/dist-types/commands/UpdateMembershipCommand.d.ts +6 -21
  187. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +6 -21
  188. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +6 -21
  189. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  190. package/dist-types/ts3.4/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/BatchGetSchemaCommand.d.ts +14 -23
  192. package/dist-types/ts3.4/commands/CreateAnalysisTemplateCommand.d.ts +12 -24
  193. package/dist-types/ts3.4/commands/CreateCollaborationCommand.d.ts +14 -23
  194. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +12 -24
  195. package/dist-types/ts3.4/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -24
  196. package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/CreateConfiguredTableCommand.d.ts +12 -24
  198. package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +14 -23
  199. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +12 -24
  200. package/dist-types/ts3.4/commands/DeleteAnalysisTemplateCommand.d.ts +12 -24
  201. package/dist-types/ts3.4/commands/DeleteCollaborationCommand.d.ts +14 -23
  202. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +12 -24
  204. package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationCommand.d.ts +12 -24
  205. package/dist-types/ts3.4/commands/DeleteConfiguredTableCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/GetAnalysisTemplateCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/GetCollaborationAnalysisTemplateCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/GetCollaborationCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +11 -25
  213. package/dist-types/ts3.4/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +12 -24
  214. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +12 -24
  215. package/dist-types/ts3.4/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/GetConfiguredTableAssociationCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/GetConfiguredTableCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/GetSchemaAnalysisRuleCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/ListAnalysisTemplatesCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +11 -25
  226. package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +12 -24
  227. package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +12 -24
  228. package/dist-types/ts3.4/commands/ListCollaborationsCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/ListConfiguredTableAssociationsCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/ListConfiguredTablesCommand.d.ts +12 -24
  232. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/PreviewPrivacyImpactCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/StartProtectedQueryCommand.d.ts +14 -23
  241. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  242. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/UpdateAnalysisTemplateCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/UpdateCollaborationCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationCommand.d.ts +12 -24
  248. package/dist-types/ts3.4/commands/UpdateConfiguredTableCommand.d.ts +12 -24
  249. package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +14 -23
  250. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +12 -24
  252. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  253. package/package.json +9 -9
@@ -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 { DeleteMembershipInput, DeleteMembershipOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteMembershipCommandInput extends DeleteMembershipInput {
21
20
  */
22
21
  export interface DeleteMembershipCommandOutput extends DeleteMembershipOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteMembershipCommand_base: {
24
+ new (input: DeleteMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMembershipCommandInput, DeleteMembershipCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a specified membership. All resources under a membership must be deleted.</p>
@@ -67,23 +70,5 @@ export interface DeleteMembershipCommandOutput extends DeleteMembershipOutput, _
67
70
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
68
71
  *
69
72
  */
70
- export declare class DeleteMembershipCommand extends $Command<DeleteMembershipCommandInput, DeleteMembershipCommandOutput, CleanRoomsClientResolvedConfig> {
71
- readonly input: DeleteMembershipCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DeleteMembershipCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMembershipCommandInput, DeleteMembershipCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DeleteMembershipCommand extends DeleteMembershipCommand_base {
89
74
  }
@@ -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 { DeletePrivacyBudgetTemplateInput, DeletePrivacyBudgetTemplateOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePrivacyBudgetTemplateCommandInput extends DeletePrivacyBu
21
20
  */
22
21
  export interface DeletePrivacyBudgetTemplateCommandOutput extends DeletePrivacyBudgetTemplateOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeletePrivacyBudgetTemplateCommand_base: {
24
+ new (input: DeletePrivacyBudgetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a privacy budget template for a specified membership.</p>
@@ -65,23 +68,5 @@ export interface DeletePrivacyBudgetTemplateCommandOutput extends DeletePrivacyB
65
68
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
66
69
  *
67
70
  */
68
- export declare class DeletePrivacyBudgetTemplateCommand extends $Command<DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig> {
69
- readonly input: DeletePrivacyBudgetTemplateCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DeletePrivacyBudgetTemplateCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DeletePrivacyBudgetTemplateCommand extends DeletePrivacyBudgetTemplateCommand_base {
87
72
  }
@@ -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 { GetAnalysisTemplateInput, GetAnalysisTemplateOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetAnalysisTemplateCommandInput extends GetAnalysisTemplateInpu
21
20
  */
22
21
  export interface GetAnalysisTemplateCommandOutput extends GetAnalysisTemplateOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetAnalysisTemplateCommand_base: {
24
+ new (input: GetAnalysisTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves an analysis template.</p>
@@ -94,23 +97,5 @@ export interface GetAnalysisTemplateCommandOutput extends GetAnalysisTemplateOut
94
97
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
95
98
  *
96
99
  */
97
- export declare class GetAnalysisTemplateCommand extends $Command<GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig> {
98
- readonly input: GetAnalysisTemplateCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: GetAnalysisTemplateCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class GetAnalysisTemplateCommand extends GetAnalysisTemplateCommand_base {
116
101
  }
@@ -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 { GetCollaborationAnalysisTemplateInput, GetCollaborationAnalysisTemplateOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCollaborationAnalysisTemplateCommandInput extends GetCollabo
21
20
  */
22
21
  export interface GetCollaborationAnalysisTemplateCommandOutput extends GetCollaborationAnalysisTemplateOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetCollaborationAnalysisTemplateCommand_base: {
24
+ new (input: GetCollaborationAnalysisTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves an analysis template within a collaboration.</p>
@@ -93,23 +96,5 @@ export interface GetCollaborationAnalysisTemplateCommandOutput extends GetCollab
93
96
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
94
97
  *
95
98
  */
96
- export declare class GetCollaborationAnalysisTemplateCommand extends $Command<GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig> {
97
- readonly input: GetCollaborationAnalysisTemplateCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: GetCollaborationAnalysisTemplateCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class GetCollaborationAnalysisTemplateCommand extends GetCollaborationAnalysisTemplateCommand_base {
115
100
  }
@@ -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 { GetCollaborationInput, GetCollaborationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCollaborationCommandInput extends GetCollaborationInput {
21
20
  */
22
21
  export interface GetCollaborationCommandOutput extends GetCollaborationOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetCollaborationCommand_base: {
24
+ new (input: GetCollaborationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCollaborationCommandInput, GetCollaborationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns metadata about a collaboration.</p>
@@ -82,23 +85,5 @@ export interface GetCollaborationCommandOutput extends GetCollaborationOutput, _
82
85
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
83
86
  *
84
87
  */
85
- export declare class GetCollaborationCommand extends $Command<GetCollaborationCommandInput, GetCollaborationCommandOutput, CleanRoomsClientResolvedConfig> {
86
- readonly input: GetCollaborationCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: GetCollaborationCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCollaborationCommandInput, GetCollaborationCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class GetCollaborationCommand extends GetCollaborationCommand_base {
104
89
  }
@@ -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 { GetCollaborationConfiguredAudienceModelAssociationInput, GetCollaborationConfiguredAudienceModelAssociationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCollaborationConfiguredAudienceModelAssociationCommandInput
21
20
  */
22
21
  export interface GetCollaborationConfiguredAudienceModelAssociationCommandOutput extends GetCollaborationConfiguredAudienceModelAssociationOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetCollaborationConfiguredAudienceModelAssociationCommand_base: {
24
+ new (input: GetCollaborationConfiguredAudienceModelAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a configured audience model association within a collaboration.</p>
@@ -78,23 +81,5 @@ export interface GetCollaborationConfiguredAudienceModelAssociationCommandOutput
78
81
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
79
82
  *
80
83
  */
81
- export declare class GetCollaborationConfiguredAudienceModelAssociationCommand extends $Command<GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
82
- readonly input: GetCollaborationConfiguredAudienceModelAssociationCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: GetCollaborationConfiguredAudienceModelAssociationCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class GetCollaborationConfiguredAudienceModelAssociationCommand extends GetCollaborationConfiguredAudienceModelAssociationCommand_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 { GetCollaborationPrivacyBudgetTemplateInput, GetCollaborationPrivacyBudgetTemplateOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetCollaborationPrivacyBudgetTemplateCommandInput extends GetCo
21
20
  */
22
21
  export interface GetCollaborationPrivacyBudgetTemplateCommandOutput extends GetCollaborationPrivacyBudgetTemplateOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetCollaborationPrivacyBudgetTemplateCommand_base: {
24
+ new (input: GetCollaborationPrivacyBudgetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns details about a specified privacy budget template.</p>
@@ -83,23 +86,5 @@ export interface GetCollaborationPrivacyBudgetTemplateCommandOutput extends GetC
83
86
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
84
87
  *
85
88
  */
86
- export declare class GetCollaborationPrivacyBudgetTemplateCommand extends $Command<GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig> {
87
- readonly input: GetCollaborationPrivacyBudgetTemplateCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: GetCollaborationPrivacyBudgetTemplateCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class GetCollaborationPrivacyBudgetTemplateCommand extends GetCollaborationPrivacyBudgetTemplateCommand_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 { GetConfiguredAudienceModelAssociationInput, GetConfiguredAudienceModelAssociationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConfiguredAudienceModelAssociationCommandInput extends GetCo
21
20
  */
22
21
  export interface GetConfiguredAudienceModelAssociationCommandOutput extends GetConfiguredAudienceModelAssociationOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetConfiguredAudienceModelAssociationCommand_base: {
24
+ new (input: GetConfiguredAudienceModelAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about a configured audience model association.</p>
@@ -80,23 +83,5 @@ export interface GetConfiguredAudienceModelAssociationCommandOutput extends GetC
80
83
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
81
84
  *
82
85
  */
83
- export declare class GetConfiguredAudienceModelAssociationCommand extends $Command<GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
84
- readonly input: GetConfiguredAudienceModelAssociationCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: GetConfiguredAudienceModelAssociationCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class GetConfiguredAudienceModelAssociationCommand extends GetConfiguredAudienceModelAssociationCommand_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 { GetConfiguredTableAnalysisRuleInput, GetConfiguredTableAnalysisRuleOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConfiguredTableAnalysisRuleCommandInput extends GetConfigure
21
20
  */
22
21
  export interface GetConfiguredTableAnalysisRuleCommandOutput extends GetConfiguredTableAnalysisRuleOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetConfiguredTableAnalysisRuleCommand_base: {
24
+ new (input: GetConfiguredTableAnalysisRuleCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a configured table analysis rule.</p>
@@ -133,23 +136,5 @@ export interface GetConfiguredTableAnalysisRuleCommandOutput extends GetConfigur
133
136
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
134
137
  *
135
138
  */
136
- export declare class GetConfiguredTableAnalysisRuleCommand extends $Command<GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig> {
137
- readonly input: GetConfiguredTableAnalysisRuleCommandInput;
138
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
139
- /**
140
- * @public
141
- */
142
- constructor(input: GetConfiguredTableAnalysisRuleCommandInput);
143
- /**
144
- * @internal
145
- */
146
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput>;
147
- /**
148
- * @internal
149
- */
150
- private serialize;
151
- /**
152
- * @internal
153
- */
154
- private deserialize;
139
+ export declare class GetConfiguredTableAnalysisRuleCommand extends GetConfiguredTableAnalysisRuleCommand_base {
155
140
  }
@@ -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 { GetConfiguredTableAssociationInput, GetConfiguredTableAssociationOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConfiguredTableAssociationCommandInput extends GetConfigured
21
20
  */
22
21
  export interface GetConfiguredTableAssociationCommandOutput extends GetConfiguredTableAssociationOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetConfiguredTableAssociationCommand_base: {
24
+ new (input: GetConfiguredTableAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a configured table association.</p>
@@ -79,23 +82,5 @@ export interface GetConfiguredTableAssociationCommandOutput extends GetConfigure
79
82
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
80
83
  *
81
84
  */
82
- export declare class GetConfiguredTableAssociationCommand extends $Command<GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig> {
83
- readonly input: GetConfiguredTableAssociationCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: GetConfiguredTableAssociationCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class GetConfiguredTableAssociationCommand extends GetConfiguredTableAssociationCommand_base {
101
86
  }
@@ -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 { GetConfiguredTableInput, GetConfiguredTableOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConfiguredTableCommandInput extends GetConfiguredTableInput
21
20
  */
22
21
  export interface GetConfiguredTableCommandOutput extends GetConfiguredTableOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetConfiguredTableCommand_base: {
24
+ new (input: GetConfiguredTableCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a configured table.</p>
@@ -86,23 +89,5 @@ export interface GetConfiguredTableCommandOutput extends GetConfiguredTableOutpu
86
89
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
87
90
  *
88
91
  */
89
- export declare class GetConfiguredTableCommand extends $Command<GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig> {
90
- readonly input: GetConfiguredTableCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: GetConfiguredTableCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class GetConfiguredTableCommand extends GetConfiguredTableCommand_base {
108
93
  }
@@ -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 { GetMembershipInput, GetMembershipOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMembershipCommandInput extends GetMembershipInput {
21
20
  */
22
21
  export interface GetMembershipCommandOutput extends GetMembershipOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMembershipCommand_base: {
24
+ new (input: GetMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<GetMembershipCommandInput, GetMembershipCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a specified membership for an identifier.</p>
@@ -96,23 +99,5 @@ export interface GetMembershipCommandOutput extends GetMembershipOutput, __Metad
96
99
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
97
100
  *
98
101
  */
99
- export declare class GetMembershipCommand extends $Command<GetMembershipCommandInput, GetMembershipCommandOutput, CleanRoomsClientResolvedConfig> {
100
- readonly input: GetMembershipCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: GetMembershipCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMembershipCommandInput, GetMembershipCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class GetMembershipCommand extends GetMembershipCommand_base {
118
103
  }
@@ -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 { GetPrivacyBudgetTemplateInput, GetPrivacyBudgetTemplateOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPrivacyBudgetTemplateCommandInput extends GetPrivacyBudgetTe
21
20
  */
22
21
  export interface GetPrivacyBudgetTemplateCommandOutput extends GetPrivacyBudgetTemplateOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPrivacyBudgetTemplateCommand_base: {
24
+ new (input: GetPrivacyBudgetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns details for a specified privacy budget template.</p>
@@ -84,23 +87,5 @@ export interface GetPrivacyBudgetTemplateCommandOutput extends GetPrivacyBudgetT
84
87
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
85
88
  *
86
89
  */
87
- export declare class GetPrivacyBudgetTemplateCommand extends $Command<GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig> {
88
- readonly input: GetPrivacyBudgetTemplateCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: GetPrivacyBudgetTemplateCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class GetPrivacyBudgetTemplateCommand extends GetPrivacyBudgetTemplateCommand_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 { GetProtectedQueryInput, GetProtectedQueryOutput } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetProtectedQueryCommandInput extends GetProtectedQueryInput {
21
20
  */
22
21
  export interface GetProtectedQueryCommandOutput extends GetProtectedQueryOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetProtectedQueryCommand_base: {
24
+ new (input: GetProtectedQueryCommandInput): import("@smithy/smithy-client").CommandImpl<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns query processing metadata.</p>
@@ -119,23 +122,5 @@ export interface GetProtectedQueryCommandOutput extends GetProtectedQueryOutput,
119
122
  * <p>Base exception class for all service exceptions from CleanRooms service.</p>
120
123
  *
121
124
  */
122
- export declare class GetProtectedQueryCommand extends $Command<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig> {
123
- readonly input: GetProtectedQueryCommandInput;
124
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
- /**
126
- * @public
127
- */
128
- constructor(input: GetProtectedQueryCommandInput);
129
- /**
130
- * @internal
131
- */
132
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CleanRoomsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput>;
133
- /**
134
- * @internal
135
- */
136
- private serialize;
137
- /**
138
- * @internal
139
- */
140
- private deserialize;
125
+ export declare class GetProtectedQueryCommand extends GetProtectedQueryCommand_base {
141
126
  }