@aws-sdk/client-cleanrooms 3.478.0 → 3.484.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 +11 -11
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { GetAnalysisTemplateOutputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_GetAnalysisTemplateCommand, se_GetAnalysisTemplateCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class GetAnalysisTemplateCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, GetAnalysisTemplateCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "CleanRoomsClient";
27
- const commandName = "GetAnalysisTemplateCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: GetAnalysisTemplateOutputFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AWSBastionControlPlaneServiceLambda",
36
- operation: "GetAnalysisTemplate",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_GetAnalysisTemplateCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_GetAnalysisTemplateCommand(output, context);
47
- }
8
+ export class GetAnalysisTemplateCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AWSBastionControlPlaneServiceLambda", "GetAnalysisTemplate", {})
20
+ .n("CleanRoomsClient", "GetAnalysisTemplateCommand")
21
+ .f(void 0, GetAnalysisTemplateOutputFilterSensitiveLog)
22
+ .ser(se_GetAnalysisTemplateCommand)
23
+ .de(de_GetAnalysisTemplateCommand)
24
+ .build() {
48
25
  }
@@ -1,48 +1,25 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { GetCollaborationAnalysisTemplateOutputFilterSensitiveLog, } from "../models/models_0";
6
6
  import { de_GetCollaborationAnalysisTemplateCommand, se_GetCollaborationAnalysisTemplateCommand, } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
- export class GetCollaborationAnalysisTemplateCommand extends $Command {
9
- static getEndpointParameterInstructions() {
10
- return {
11
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
- Endpoint: { type: "builtInParams", name: "endpoint" },
13
- Region: { type: "builtInParams", name: "region" },
14
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
- };
16
- }
17
- constructor(input) {
18
- super();
19
- this.input = input;
20
- }
21
- resolveMiddleware(clientStack, configuration, options) {
22
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
- this.middlewareStack.use(getEndpointPlugin(configuration, GetCollaborationAnalysisTemplateCommand.getEndpointParameterInstructions()));
24
- const stack = clientStack.concat(this.middlewareStack);
25
- const { logger } = configuration;
26
- const clientName = "CleanRoomsClient";
27
- const commandName = "GetCollaborationAnalysisTemplateCommand";
28
- const handlerExecutionContext = {
29
- logger,
30
- clientName,
31
- commandName,
32
- inputFilterSensitiveLog: (_) => _,
33
- outputFilterSensitiveLog: GetCollaborationAnalysisTemplateOutputFilterSensitiveLog,
34
- [SMITHY_CONTEXT_KEY]: {
35
- service: "AWSBastionControlPlaneServiceLambda",
36
- operation: "GetCollaborationAnalysisTemplate",
37
- },
38
- };
39
- const { requestHandler } = configuration;
40
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
- }
42
- serialize(input, context) {
43
- return se_GetCollaborationAnalysisTemplateCommand(input, context);
44
- }
45
- deserialize(output, context) {
46
- return de_GetCollaborationAnalysisTemplateCommand(output, context);
47
- }
8
+ export class GetCollaborationAnalysisTemplateCommand extends $Command
9
+ .classBuilder()
10
+ .ep({
11
+ ...commonParams,
12
+ })
13
+ .m(function (Command, cs, config, o) {
14
+ return [
15
+ getSerdePlugin(config, this.serialize, this.deserialize),
16
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
17
+ ];
18
+ })
19
+ .s("AWSBastionControlPlaneServiceLambda", "GetCollaborationAnalysisTemplate", {})
20
+ .n("CleanRoomsClient", "GetCollaborationAnalysisTemplateCommand")
21
+ .f(void 0, GetCollaborationAnalysisTemplateOutputFilterSensitiveLog)
22
+ .ser(se_GetCollaborationAnalysisTemplateCommand)
23
+ .de(de_GetCollaborationAnalysisTemplateCommand)
24
+ .build() {
48
25
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetCollaborationCommand, se_GetCollaborationCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetCollaborationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetCollaborationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CleanRoomsClient";
26
- const commandName = "GetCollaborationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBastionControlPlaneServiceLambda",
35
- operation: "GetCollaboration",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetCollaborationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetCollaborationCommand(output, context);
46
- }
7
+ export class GetCollaborationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBastionControlPlaneServiceLambda", "GetCollaboration", {})
19
+ .n("CleanRoomsClient", "GetCollaborationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetCollaborationCommand)
22
+ .de(de_GetCollaborationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetCollaborationConfiguredAudienceModelAssociationCommand, se_GetCollaborationConfiguredAudienceModelAssociationCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetCollaborationConfiguredAudienceModelAssociationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetCollaborationConfiguredAudienceModelAssociationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CleanRoomsClient";
26
- const commandName = "GetCollaborationConfiguredAudienceModelAssociationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBastionControlPlaneServiceLambda",
35
- operation: "GetCollaborationConfiguredAudienceModelAssociation",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetCollaborationConfiguredAudienceModelAssociationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetCollaborationConfiguredAudienceModelAssociationCommand(output, context);
46
- }
7
+ export class GetCollaborationConfiguredAudienceModelAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBastionControlPlaneServiceLambda", "GetCollaborationConfiguredAudienceModelAssociation", {})
19
+ .n("CleanRoomsClient", "GetCollaborationConfiguredAudienceModelAssociationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetCollaborationConfiguredAudienceModelAssociationCommand)
22
+ .de(de_GetCollaborationConfiguredAudienceModelAssociationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetCollaborationPrivacyBudgetTemplateCommand, se_GetCollaborationPrivacyBudgetTemplateCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetCollaborationPrivacyBudgetTemplateCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetCollaborationPrivacyBudgetTemplateCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CleanRoomsClient";
26
- const commandName = "GetCollaborationPrivacyBudgetTemplateCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBastionControlPlaneServiceLambda",
35
- operation: "GetCollaborationPrivacyBudgetTemplate",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetCollaborationPrivacyBudgetTemplateCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetCollaborationPrivacyBudgetTemplateCommand(output, context);
46
- }
7
+ export class GetCollaborationPrivacyBudgetTemplateCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBastionControlPlaneServiceLambda", "GetCollaborationPrivacyBudgetTemplate", {})
19
+ .n("CleanRoomsClient", "GetCollaborationPrivacyBudgetTemplateCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetCollaborationPrivacyBudgetTemplateCommand)
22
+ .de(de_GetCollaborationPrivacyBudgetTemplateCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetConfiguredAudienceModelAssociationCommand, se_GetConfiguredAudienceModelAssociationCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetConfiguredAudienceModelAssociationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetConfiguredAudienceModelAssociationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CleanRoomsClient";
26
- const commandName = "GetConfiguredAudienceModelAssociationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBastionControlPlaneServiceLambda",
35
- operation: "GetConfiguredAudienceModelAssociation",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetConfiguredAudienceModelAssociationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetConfiguredAudienceModelAssociationCommand(output, context);
46
- }
7
+ export class GetConfiguredAudienceModelAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBastionControlPlaneServiceLambda", "GetConfiguredAudienceModelAssociation", {})
19
+ .n("CleanRoomsClient", "GetConfiguredAudienceModelAssociationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetConfiguredAudienceModelAssociationCommand)
22
+ .de(de_GetConfiguredAudienceModelAssociationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetConfiguredTableAnalysisRuleCommand, se_GetConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetConfiguredTableAnalysisRuleCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetConfiguredTableAnalysisRuleCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CleanRoomsClient";
26
- const commandName = "GetConfiguredTableAnalysisRuleCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBastionControlPlaneServiceLambda",
35
- operation: "GetConfiguredTableAnalysisRule",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetConfiguredTableAnalysisRuleCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetConfiguredTableAnalysisRuleCommand(output, context);
46
- }
7
+ export class GetConfiguredTableAnalysisRuleCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTableAnalysisRule", {})
19
+ .n("CleanRoomsClient", "GetConfiguredTableAnalysisRuleCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetConfiguredTableAnalysisRuleCommand)
22
+ .de(de_GetConfiguredTableAnalysisRuleCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetConfiguredTableAssociationCommand, se_GetConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetConfiguredTableAssociationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetConfiguredTableAssociationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CleanRoomsClient";
26
- const commandName = "GetConfiguredTableAssociationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBastionControlPlaneServiceLambda",
35
- operation: "GetConfiguredTableAssociation",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetConfiguredTableAssociationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetConfiguredTableAssociationCommand(output, context);
46
- }
7
+ export class GetConfiguredTableAssociationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTableAssociation", {})
19
+ .n("CleanRoomsClient", "GetConfiguredTableAssociationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetConfiguredTableAssociationCommand)
22
+ .de(de_GetConfiguredTableAssociationCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetConfiguredTableCommand, se_GetConfiguredTableCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class GetConfiguredTableCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetConfiguredTableCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CleanRoomsClient";
26
- const commandName = "GetConfiguredTableCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSBastionControlPlaneServiceLambda",
35
- operation: "GetConfiguredTable",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetConfiguredTableCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetConfiguredTableCommand(output, context);
46
- }
7
+ export class GetConfiguredTableCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTable", {})
19
+ .n("CleanRoomsClient", "GetConfiguredTableCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetConfiguredTableCommand)
22
+ .de(de_GetConfiguredTableCommand)
23
+ .build() {
47
24
  }