@aws-sdk/client-cleanrooms 3.337.0 → 3.341.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 (161) hide show
  1. package/dist-cjs/CleanRoomsClient.js +2 -1
  2. package/dist-cjs/commands/BatchGetSchemaCommand.js +2 -1
  3. package/dist-cjs/commands/CreateCollaborationCommand.js +2 -1
  4. package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -1
  5. package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +2 -1
  6. package/dist-cjs/commands/CreateConfiguredTableCommand.js +2 -1
  7. package/dist-cjs/commands/CreateMembershipCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteCollaborationCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteConfiguredTableCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteMemberCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteMembershipCommand.js +2 -1
  14. package/dist-cjs/commands/GetCollaborationCommand.js +2 -1
  15. package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -1
  16. package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +2 -1
  17. package/dist-cjs/commands/GetConfiguredTableCommand.js +2 -1
  18. package/dist-cjs/commands/GetMembershipCommand.js +2 -1
  19. package/dist-cjs/commands/GetProtectedQueryCommand.js +2 -1
  20. package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +2 -1
  21. package/dist-cjs/commands/GetSchemaCommand.js +2 -1
  22. package/dist-cjs/commands/ListCollaborationsCommand.js +2 -1
  23. package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +2 -1
  24. package/dist-cjs/commands/ListConfiguredTablesCommand.js +2 -1
  25. package/dist-cjs/commands/ListMembersCommand.js +2 -1
  26. package/dist-cjs/commands/ListMembershipsCommand.js +2 -1
  27. package/dist-cjs/commands/ListProtectedQueriesCommand.js +2 -1
  28. package/dist-cjs/commands/ListSchemasCommand.js +2 -1
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  30. package/dist-cjs/commands/StartProtectedQueryCommand.js +2 -1
  31. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  32. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  33. package/dist-cjs/commands/UpdateCollaborationCommand.js +2 -1
  34. package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -1
  35. package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +2 -1
  36. package/dist-cjs/commands/UpdateConfiguredTableCommand.js +2 -1
  37. package/dist-cjs/commands/UpdateMembershipCommand.js +2 -1
  38. package/dist-cjs/commands/UpdateProtectedQueryCommand.js +2 -1
  39. package/dist-cjs/index.js +2 -2
  40. package/dist-cjs/models/CleanRoomsServiceException.js +2 -1
  41. package/dist-es/CleanRoomsClient.js +1 -0
  42. package/dist-es/commands/BatchGetSchemaCommand.js +1 -0
  43. package/dist-es/commands/CreateCollaborationCommand.js +1 -0
  44. package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +1 -0
  45. package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +1 -0
  46. package/dist-es/commands/CreateConfiguredTableCommand.js +1 -0
  47. package/dist-es/commands/CreateMembershipCommand.js +1 -0
  48. package/dist-es/commands/DeleteCollaborationCommand.js +1 -0
  49. package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +1 -0
  50. package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +1 -0
  51. package/dist-es/commands/DeleteConfiguredTableCommand.js +1 -0
  52. package/dist-es/commands/DeleteMemberCommand.js +1 -0
  53. package/dist-es/commands/DeleteMembershipCommand.js +1 -0
  54. package/dist-es/commands/GetCollaborationCommand.js +1 -0
  55. package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +1 -0
  56. package/dist-es/commands/GetConfiguredTableAssociationCommand.js +1 -0
  57. package/dist-es/commands/GetConfiguredTableCommand.js +1 -0
  58. package/dist-es/commands/GetMembershipCommand.js +1 -0
  59. package/dist-es/commands/GetProtectedQueryCommand.js +1 -0
  60. package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +1 -0
  61. package/dist-es/commands/GetSchemaCommand.js +1 -0
  62. package/dist-es/commands/ListCollaborationsCommand.js +1 -0
  63. package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +1 -0
  64. package/dist-es/commands/ListConfiguredTablesCommand.js +1 -0
  65. package/dist-es/commands/ListMembersCommand.js +1 -0
  66. package/dist-es/commands/ListMembershipsCommand.js +1 -0
  67. package/dist-es/commands/ListProtectedQueriesCommand.js +1 -0
  68. package/dist-es/commands/ListSchemasCommand.js +1 -0
  69. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  70. package/dist-es/commands/StartProtectedQueryCommand.js +1 -0
  71. package/dist-es/commands/TagResourceCommand.js +1 -0
  72. package/dist-es/commands/UntagResourceCommand.js +1 -0
  73. package/dist-es/commands/UpdateCollaborationCommand.js +1 -0
  74. package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +1 -0
  75. package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +1 -0
  76. package/dist-es/commands/UpdateConfiguredTableCommand.js +1 -0
  77. package/dist-es/commands/UpdateMembershipCommand.js +1 -0
  78. package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -0
  79. package/dist-es/index.js +2 -2
  80. package/dist-es/models/CleanRoomsServiceException.js +1 -0
  81. package/dist-types/CleanRoomsClient.d.ts +3 -3
  82. package/dist-types/commands/BatchGetSchemaCommand.d.ts +4 -0
  83. package/dist-types/commands/CreateCollaborationCommand.d.ts +4 -0
  84. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +4 -0
  85. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +4 -0
  86. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +4 -0
  87. package/dist-types/commands/CreateMembershipCommand.d.ts +4 -0
  88. package/dist-types/commands/DeleteCollaborationCommand.d.ts +4 -0
  89. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +4 -0
  90. package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +4 -0
  91. package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +4 -0
  92. package/dist-types/commands/DeleteMemberCommand.d.ts +4 -0
  93. package/dist-types/commands/DeleteMembershipCommand.d.ts +4 -0
  94. package/dist-types/commands/GetCollaborationCommand.d.ts +4 -0
  95. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +4 -0
  96. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +4 -0
  97. package/dist-types/commands/GetConfiguredTableCommand.d.ts +4 -0
  98. package/dist-types/commands/GetMembershipCommand.d.ts +4 -0
  99. package/dist-types/commands/GetProtectedQueryCommand.d.ts +4 -0
  100. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +4 -0
  101. package/dist-types/commands/GetSchemaCommand.d.ts +4 -0
  102. package/dist-types/commands/ListCollaborationsCommand.d.ts +4 -0
  103. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +4 -0
  104. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +4 -0
  105. package/dist-types/commands/ListMembersCommand.d.ts +4 -0
  106. package/dist-types/commands/ListMembershipsCommand.d.ts +4 -0
  107. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +4 -0
  108. package/dist-types/commands/ListSchemasCommand.d.ts +4 -0
  109. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  110. package/dist-types/commands/StartProtectedQueryCommand.d.ts +4 -0
  111. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  112. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  113. package/dist-types/commands/UpdateCollaborationCommand.d.ts +4 -0
  114. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +4 -0
  115. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +4 -0
  116. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +4 -0
  117. package/dist-types/commands/UpdateMembershipCommand.d.ts +4 -0
  118. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +4 -0
  119. package/dist-types/index.d.ts +14 -2
  120. package/dist-types/models/CleanRoomsServiceException.d.ts +1 -0
  121. package/dist-types/ts3.4/CleanRoomsClient.d.ts +3 -3
  122. package/dist-types/ts3.4/commands/BatchGetSchemaCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/CreateCollaborationCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/CreateConfiguredTableCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/DeleteCollaborationCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/DeleteConfiguredTableCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/GetCollaborationCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/GetConfiguredTableAssociationCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/GetConfiguredTableCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/GetSchemaAnalysisRuleCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/ListCollaborationsCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/ListConfiguredTableAssociationsCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/ListConfiguredTablesCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/StartProtectedQueryCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/UpdateCollaborationCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/UpdateConfiguredTableCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/index.d.ts +2 -2
  160. package/dist-types/ts3.4/models/CleanRoomsServiceException.d.ts +1 -0
  161. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteConfiguredTableAnalysisRuleCommand, se_DeleteConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteConfiguredTableAnalysisRuleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteConfiguredTableAssociationCommand, se_DeleteConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteConfiguredTableAssociationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteConfiguredTableCommand, se_DeleteConfiguredTableCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteConfiguredTableCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteMemberCommand, se_DeleteMemberCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteMemberCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteMembershipCommand, se_DeleteMembershipCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class DeleteMembershipCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetCollaborationCommand, se_GetCollaborationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetCollaborationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetConfiguredTableAnalysisRuleCommand, se_GetConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetConfiguredTableAnalysisRuleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetConfiguredTableAssociationCommand, se_GetConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetConfiguredTableAssociationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetConfiguredTableCommand, se_GetConfiguredTableCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetConfiguredTableCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetMembershipCommand, se_GetMembershipCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetMembershipCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { GetProtectedQueryOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_GetProtectedQueryCommand, se_GetProtectedQueryCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class GetProtectedQueryCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetSchemaAnalysisRuleCommand, se_GetSchemaAnalysisRuleCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetSchemaAnalysisRuleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetSchemaCommand, se_GetSchemaCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class GetSchemaCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListCollaborationsCommand, se_ListCollaborationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListCollaborationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListConfiguredTableAssociationsCommand, se_ListConfiguredTableAssociationsCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListConfiguredTableAssociationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListConfiguredTablesCommand, se_ListConfiguredTablesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListConfiguredTablesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListMembersCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListMembershipsCommand, se_ListMembershipsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListMembershipsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListProtectedQueriesCommand, se_ListProtectedQueriesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListProtectedQueriesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListSchemasCommand, se_ListSchemasCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListSchemasCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartProtectedQueryInputFilterSensitiveLog, StartProtectedQueryOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_StartProtectedQueryCommand, se_StartProtectedQueryCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class StartProtectedQueryCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateCollaborationCommand, se_UpdateCollaborationCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateCollaborationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateConfiguredTableAnalysisRuleCommand, se_UpdateConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateConfiguredTableAnalysisRuleCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateConfiguredTableAssociationCommand, se_UpdateConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateConfiguredTableAssociationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateConfiguredTableCommand, se_UpdateConfiguredTableCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateConfiguredTableCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateMembershipCommand, se_UpdateMembershipCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateMembershipCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateProtectedQueryOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateProtectedQueryCommand, se_UpdateProtectedQueryCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class UpdateProtectedQueryCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./CleanRooms";
2
1
  export * from "./CleanRoomsClient";
2
+ export * from "./CleanRooms";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { CleanRoomsServiceException } from "./models/CleanRoomsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class CleanRoomsServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -46,6 +46,7 @@ import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput }
46
46
  import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
47
47
  import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
48
48
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
49
+ export { __Client };
49
50
  /**
50
51
  * @public
51
52
  */
@@ -160,7 +161,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
160
161
  /**
161
162
  * @public
162
163
  */
163
- type CleanRoomsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
164
+ export type CleanRoomsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
164
165
  /**
165
166
  * @public
166
167
  *
@@ -171,7 +172,7 @@ export interface CleanRoomsClientConfig extends CleanRoomsClientConfigType {
171
172
  /**
172
173
  * @public
173
174
  */
174
- type CleanRoomsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
175
+ export type CleanRoomsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
175
176
  /**
176
177
  * @public
177
178
  *
@@ -203,4 +204,3 @@ export declare class CleanRoomsClient extends __Client<__HttpHandlerOptions, Ser
203
204
  */
204
205
  destroy(): void;
205
206
  }
206
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { BatchGetSchemaInput, BatchGetSchemaOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { CreateCollaborationInput, CreateCollaborationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { CreateConfiguredTableAnalysisRuleInput, CreateConfiguredTableAnalysisRuleOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { CreateConfiguredTableAssociationInput, CreateConfiguredTableAssociationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { CreateConfiguredTableInput, CreateConfiguredTableOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { CreateMembershipInput, CreateMembershipOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteCollaborationInput, DeleteCollaborationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteConfiguredTableAnalysisRuleInput, DeleteConfiguredTableAnalysisRuleOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteConfiguredTableAssociationInput, DeleteConfiguredTableAssociationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteConfiguredTableInput, DeleteConfiguredTableOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { DeleteMembershipInput, DeleteMembershipOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetCollaborationInput, GetCollaborationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetConfiguredTableAnalysisRuleInput, GetConfiguredTableAnalysisRuleOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetConfiguredTableAssociationInput, GetConfiguredTableAssociationOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetConfiguredTableInput, GetConfiguredTableOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetMembershipInput, GetMembershipOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetProtectedQueryInput, GetProtectedQueryOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetSchemaAnalysisRuleInput, GetSchemaAnalysisRuleOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { GetSchemaInput, GetSchemaOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { ListCollaborationsInput, ListCollaborationsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { ListConfiguredTableAssociationsInput, ListConfiguredTableAssociationsOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { ListConfiguredTablesInput, ListConfiguredTablesOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { ListMembersInput, ListMembersOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *