@aws-sdk/client-cleanrooms 3.360.0 → 3.363.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 (205) hide show
  1. package/README.md +4 -5
  2. package/dist-cjs/CleanRooms.js +1 -1
  3. package/dist-cjs/CleanRoomsClient.js +5 -5
  4. package/dist-cjs/commands/BatchGetSchemaCommand.js +3 -3
  5. package/dist-cjs/commands/CreateCollaborationCommand.js +3 -3
  6. package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +3 -3
  7. package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +3 -3
  8. package/dist-cjs/commands/CreateConfiguredTableCommand.js +3 -3
  9. package/dist-cjs/commands/CreateMembershipCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteCollaborationCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +3 -3
  12. package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +3 -3
  13. package/dist-cjs/commands/DeleteConfiguredTableCommand.js +3 -3
  14. package/dist-cjs/commands/DeleteMemberCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteMembershipCommand.js +3 -3
  16. package/dist-cjs/commands/GetCollaborationCommand.js +3 -3
  17. package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +3 -3
  18. package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +3 -3
  19. package/dist-cjs/commands/GetConfiguredTableCommand.js +3 -3
  20. package/dist-cjs/commands/GetMembershipCommand.js +3 -3
  21. package/dist-cjs/commands/GetProtectedQueryCommand.js +3 -3
  22. package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +3 -3
  23. package/dist-cjs/commands/GetSchemaCommand.js +3 -3
  24. package/dist-cjs/commands/ListCollaborationsCommand.js +3 -3
  25. package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +3 -3
  26. package/dist-cjs/commands/ListConfiguredTablesCommand.js +3 -3
  27. package/dist-cjs/commands/ListMembersCommand.js +3 -3
  28. package/dist-cjs/commands/ListMembershipsCommand.js +3 -3
  29. package/dist-cjs/commands/ListProtectedQueriesCommand.js +3 -3
  30. package/dist-cjs/commands/ListSchemasCommand.js +3 -3
  31. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  32. package/dist-cjs/commands/StartProtectedQueryCommand.js +3 -3
  33. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  34. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  35. package/dist-cjs/commands/UpdateCollaborationCommand.js +3 -3
  36. package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +3 -3
  37. package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +3 -3
  38. package/dist-cjs/commands/UpdateConfiguredTableCommand.js +3 -3
  39. package/dist-cjs/commands/UpdateMembershipCommand.js +3 -3
  40. package/dist-cjs/commands/UpdateProtectedQueryCommand.js +3 -3
  41. package/dist-cjs/models/CleanRoomsServiceException.js +1 -1
  42. package/dist-cjs/models/models_0.js +6 -2
  43. package/dist-cjs/protocols/Aws_restJson1.js +1 -1
  44. package/dist-cjs/runtimeConfig.browser.js +7 -7
  45. package/dist-cjs/runtimeConfig.js +10 -10
  46. package/dist-cjs/runtimeConfig.shared.js +4 -4
  47. package/dist-es/CleanRooms.js +1 -1
  48. package/dist-es/CleanRoomsClient.js +5 -5
  49. package/dist-es/commands/BatchGetSchemaCommand.js +3 -3
  50. package/dist-es/commands/CreateCollaborationCommand.js +3 -3
  51. package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +3 -3
  52. package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +3 -3
  53. package/dist-es/commands/CreateConfiguredTableCommand.js +3 -3
  54. package/dist-es/commands/CreateMembershipCommand.js +3 -3
  55. package/dist-es/commands/DeleteCollaborationCommand.js +3 -3
  56. package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +3 -3
  57. package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +3 -3
  58. package/dist-es/commands/DeleteConfiguredTableCommand.js +3 -3
  59. package/dist-es/commands/DeleteMemberCommand.js +3 -3
  60. package/dist-es/commands/DeleteMembershipCommand.js +3 -3
  61. package/dist-es/commands/GetCollaborationCommand.js +3 -3
  62. package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +3 -3
  63. package/dist-es/commands/GetConfiguredTableAssociationCommand.js +3 -3
  64. package/dist-es/commands/GetConfiguredTableCommand.js +3 -3
  65. package/dist-es/commands/GetMembershipCommand.js +3 -3
  66. package/dist-es/commands/GetProtectedQueryCommand.js +3 -3
  67. package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +3 -3
  68. package/dist-es/commands/GetSchemaCommand.js +3 -3
  69. package/dist-es/commands/ListCollaborationsCommand.js +3 -3
  70. package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +3 -3
  71. package/dist-es/commands/ListConfiguredTablesCommand.js +3 -3
  72. package/dist-es/commands/ListMembersCommand.js +3 -3
  73. package/dist-es/commands/ListMembershipsCommand.js +3 -3
  74. package/dist-es/commands/ListProtectedQueriesCommand.js +3 -3
  75. package/dist-es/commands/ListSchemasCommand.js +3 -3
  76. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  77. package/dist-es/commands/StartProtectedQueryCommand.js +3 -3
  78. package/dist-es/commands/TagResourceCommand.js +3 -3
  79. package/dist-es/commands/UntagResourceCommand.js +3 -3
  80. package/dist-es/commands/UpdateCollaborationCommand.js +3 -3
  81. package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +3 -3
  82. package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +3 -3
  83. package/dist-es/commands/UpdateConfiguredTableCommand.js +3 -3
  84. package/dist-es/commands/UpdateMembershipCommand.js +3 -3
  85. package/dist-es/commands/UpdateProtectedQueryCommand.js +3 -3
  86. package/dist-es/models/CleanRoomsServiceException.js +1 -1
  87. package/dist-es/models/models_0.js +5 -1
  88. package/dist-es/protocols/Aws_restJson1.js +1 -1
  89. package/dist-es/runtimeConfig.browser.js +7 -7
  90. package/dist-es/runtimeConfig.js +10 -10
  91. package/dist-es/runtimeConfig.shared.js +4 -4
  92. package/dist-types/CleanRooms.d.ts +5 -6
  93. package/dist-types/CleanRoomsClient.d.ts +12 -13
  94. package/dist-types/commands/BatchGetSchemaCommand.d.ts +3 -3
  95. package/dist-types/commands/CreateCollaborationCommand.d.ts +3 -3
  96. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +15 -3
  97. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -3
  98. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +3 -3
  99. package/dist-types/commands/CreateMembershipCommand.d.ts +3 -3
  100. package/dist-types/commands/DeleteCollaborationCommand.d.ts +3 -3
  101. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +3 -3
  102. package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +3 -3
  103. package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +3 -3
  104. package/dist-types/commands/DeleteMemberCommand.d.ts +3 -3
  105. package/dist-types/commands/DeleteMembershipCommand.d.ts +3 -3
  106. package/dist-types/commands/GetCollaborationCommand.d.ts +3 -3
  107. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +9 -3
  108. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -3
  109. package/dist-types/commands/GetConfiguredTableCommand.d.ts +3 -3
  110. package/dist-types/commands/GetMembershipCommand.d.ts +3 -3
  111. package/dist-types/commands/GetProtectedQueryCommand.d.ts +4 -4
  112. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +9 -3
  113. package/dist-types/commands/GetSchemaCommand.d.ts +3 -3
  114. package/dist-types/commands/ListCollaborationsCommand.d.ts +3 -3
  115. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +3 -3
  116. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +3 -3
  117. package/dist-types/commands/ListMembersCommand.d.ts +3 -3
  118. package/dist-types/commands/ListMembershipsCommand.d.ts +3 -3
  119. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +3 -3
  120. package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
  121. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  122. package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -6
  123. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  124. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  125. package/dist-types/commands/UpdateCollaborationCommand.d.ts +3 -3
  126. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +15 -3
  127. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -3
  128. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +3 -3
  129. package/dist-types/commands/UpdateMembershipCommand.d.ts +3 -3
  130. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +4 -4
  131. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  132. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  133. package/dist-types/endpoint/ruleset.d.ts +1 -1
  134. package/dist-types/index.d.ts +4 -5
  135. package/dist-types/models/CleanRoomsServiceException.d.ts +1 -1
  136. package/dist-types/models/models_0.d.ts +45 -24
  137. package/dist-types/pagination/Interfaces.d.ts +1 -1
  138. package/dist-types/pagination/ListCollaborationsPaginator.d.ts +1 -1
  139. package/dist-types/pagination/ListConfiguredTableAssociationsPaginator.d.ts +1 -1
  140. package/dist-types/pagination/ListConfiguredTablesPaginator.d.ts +1 -1
  141. package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
  142. package/dist-types/pagination/ListMembershipsPaginator.d.ts +1 -1
  143. package/dist-types/pagination/ListProtectedQueriesPaginator.d.ts +1 -1
  144. package/dist-types/pagination/ListSchemasPaginator.d.ts +1 -1
  145. package/dist-types/runtimeConfig.browser.d.ts +20 -20
  146. package/dist-types/runtimeConfig.d.ts +20 -20
  147. package/dist-types/runtimeConfig.native.d.ts +19 -19
  148. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  149. package/dist-types/ts3.4/CleanRooms.d.ts +1 -1
  150. package/dist-types/ts3.4/CleanRoomsClient.d.ts +19 -21
  151. package/dist-types/ts3.4/commands/BatchGetSchemaCommand.d.ts +3 -3
  152. package/dist-types/ts3.4/commands/CreateCollaborationCommand.d.ts +3 -3
  153. package/dist-types/ts3.4/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +3 -3
  154. package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -3
  155. package/dist-types/ts3.4/commands/CreateConfiguredTableCommand.d.ts +3 -3
  156. package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +3 -3
  157. package/dist-types/ts3.4/commands/DeleteCollaborationCommand.d.ts +3 -3
  158. package/dist-types/ts3.4/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +3 -3
  159. package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationCommand.d.ts +3 -3
  160. package/dist-types/ts3.4/commands/DeleteConfiguredTableCommand.d.ts +3 -3
  161. package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +3 -3
  162. package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +3 -3
  163. package/dist-types/ts3.4/commands/GetCollaborationCommand.d.ts +3 -3
  164. package/dist-types/ts3.4/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +3 -3
  165. package/dist-types/ts3.4/commands/GetConfiguredTableAssociationCommand.d.ts +3 -3
  166. package/dist-types/ts3.4/commands/GetConfiguredTableCommand.d.ts +3 -3
  167. package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +3 -3
  168. package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +3 -3
  169. package/dist-types/ts3.4/commands/GetSchemaAnalysisRuleCommand.d.ts +3 -3
  170. package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +3 -3
  171. package/dist-types/ts3.4/commands/ListCollaborationsCommand.d.ts +3 -3
  172. package/dist-types/ts3.4/commands/ListConfiguredTableAssociationsCommand.d.ts +3 -3
  173. package/dist-types/ts3.4/commands/ListConfiguredTablesCommand.d.ts +3 -3
  174. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +3 -3
  175. package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +3 -3
  176. package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +3 -3
  177. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +3 -3
  178. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  179. package/dist-types/ts3.4/commands/StartProtectedQueryCommand.d.ts +3 -3
  180. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  181. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  182. package/dist-types/ts3.4/commands/UpdateCollaborationCommand.d.ts +3 -3
  183. package/dist-types/ts3.4/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +3 -3
  184. package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -3
  185. package/dist-types/ts3.4/commands/UpdateConfiguredTableCommand.d.ts +3 -3
  186. package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +3 -3
  187. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +3 -3
  188. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  189. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  190. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  191. package/dist-types/ts3.4/models/CleanRoomsServiceException.d.ts +1 -1
  192. package/dist-types/ts3.4/models/models_0.d.ts +9 -2
  193. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  194. package/dist-types/ts3.4/pagination/ListCollaborationsPaginator.d.ts +1 -1
  195. package/dist-types/ts3.4/pagination/ListConfiguredTableAssociationsPaginator.d.ts +1 -1
  196. package/dist-types/ts3.4/pagination/ListConfiguredTablesPaginator.d.ts +1 -1
  197. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +1 -1
  198. package/dist-types/ts3.4/pagination/ListMembershipsPaginator.d.ts +1 -1
  199. package/dist-types/ts3.4/pagination/ListProtectedQueriesPaginator.d.ts +1 -1
  200. package/dist-types/ts3.4/pagination/ListSchemasPaginator.d.ts +1 -1
  201. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +35 -40
  202. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  203. package/dist-types/ts3.4/runtimeConfig.native.d.ts +33 -38
  204. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  205. package/package.json +31 -30
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { TagResourceInput, TagResourceOutput } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { UpdateCollaborationInput, UpdateCollaborationOutput } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { UpdateConfiguredTableAnalysisRuleInput, UpdateConfiguredTableAnalysisRuleOutput } from "../models/models_0";
6
6
  /**
@@ -39,6 +39,9 @@ export interface UpdateConfiguredTableAnalysisRuleCommandOutput extends UpdateCo
39
39
  * joinColumns: [ // AnalysisRuleColumnList // required
40
40
  * "STRING_VALUE",
41
41
  * ],
42
+ * allowedJoinOperators: [ // JoinOperatorsList
43
+ * "STRING_VALUE",
44
+ * ],
42
45
  * listColumns: [ // required
43
46
  * "STRING_VALUE",
44
47
  * ],
@@ -56,6 +59,9 @@ export interface UpdateConfiguredTableAnalysisRuleCommandOutput extends UpdateCo
56
59
  * "STRING_VALUE",
57
60
  * ],
58
61
  * joinRequired: "STRING_VALUE",
62
+ * allowedJoinOperators: [
63
+ * "STRING_VALUE",
64
+ * ],
59
65
  * dimensionColumns: [ // required
60
66
  * "STRING_VALUE",
61
67
  * ],
@@ -85,6 +91,9 @@ export interface UpdateConfiguredTableAnalysisRuleCommandOutput extends UpdateCo
85
91
  * // joinColumns: [ // AnalysisRuleColumnList // required
86
92
  * // "STRING_VALUE",
87
93
  * // ],
94
+ * // allowedJoinOperators: [ // JoinOperatorsList
95
+ * // "STRING_VALUE",
96
+ * // ],
88
97
  * // listColumns: [ // required
89
98
  * // "STRING_VALUE",
90
99
  * // ],
@@ -102,6 +111,9 @@ export interface UpdateConfiguredTableAnalysisRuleCommandOutput extends UpdateCo
102
111
  * // "STRING_VALUE",
103
112
  * // ],
104
113
  * // joinRequired: "STRING_VALUE",
114
+ * // allowedJoinOperators: [
115
+ * // "STRING_VALUE",
116
+ * // ],
105
117
  * // dimensionColumns: [ // required
106
118
  * // "STRING_VALUE",
107
119
  * // ],
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { UpdateConfiguredTableAssociationInput, UpdateConfiguredTableAssociationOutput } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { UpdateConfiguredTableInput, UpdateConfiguredTableOutput } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { UpdateMembershipInput, UpdateMembershipOutput } from "../models/models_0";
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
5
5
  import { UpdateProtectedQueryInput, UpdateProtectedQueryOutput } from "../models/models_0";
6
6
  /**
@@ -44,7 +44,7 @@ export interface UpdateProtectedQueryCommandOutput extends UpdateProtectedQueryO
44
44
  * // membershipArn: "STRING_VALUE", // required
45
45
  * // createTime: new Date("TIMESTAMP"), // required
46
46
  * // sqlParameters: { // ProtectedQuerySQLParameters
47
- * // queryString: "STRING_VALUE", // required
47
+ * // queryString: "STRING_VALUE",
48
48
  * // },
49
49
  * // status: "STRING_VALUE", // required
50
50
  * // resultConfiguration: { // ProtectedQueryResultConfiguration
@@ -1,5 +1,4 @@
1
- import { EndpointParameters as __EndpointParameters, EndpointV2 } from "@aws-sdk/types";
2
- import { Endpoint, Provider } from "@smithy/types";
1
+ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
3
2
  export interface ClientInputEndpointParameters {
4
3
  region?: string | Provider<string>;
5
4
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -1,4 +1,4 @@
1
- import { EndpointV2, Logger } from "@aws-sdk/types";
1
+ import { EndpointV2, Logger } from "@smithy/types";
2
2
  import { EndpointParameters } from "./EndpointParameters";
3
3
  export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
4
  logger?: Logger;
@@ -1,2 +1,2 @@
1
- import { RuleSetObject } from "@aws-sdk/util-endpoints";
1
+ import { RuleSetObject } from "@smithy/types";
2
2
  export declare const ruleSet: RuleSetObject;
@@ -1,12 +1,11 @@
1
1
  /**
2
- * <p>Welcome to the <i>AWS Clean Rooms API Reference</i>.</p>
3
- * <p>AWS Clean Rooms is an AWS service that helps multiple parties to join their data
2
+ * <p>Welcome to the <i>Clean Rooms API Reference</i>.</p>
3
+ * <p>Clean Rooms is an Amazon Web Services service that helps multiple parties to join their data
4
4
  * together in a secure collaboration workspace. In the collaboration, members who can query
5
5
  * and receive results can get insights into the collective datasets without either party getting
6
6
  * access to the other party's raw data.</p>
7
- * <p>To learn more about AWS Clean Rooms concepts, procedures, and best practices, see the
8
- * <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">AWS Clean
9
- * Rooms User Guide</a>.</p>
7
+ * <p>To learn more about Clean Rooms concepts, procedures, and best practices, see the
8
+ * <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">Clean Rooms User Guide</a>.</p>
10
9
  *
11
10
  * @packageDocumentation
12
11
  */
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
2
  export { __ServiceException, __ServiceExceptionOptions };
3
3
  /**
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { CleanRoomsServiceException as __BaseException } from "./CleanRoomsServiceException";
3
3
  /**
4
4
  * @public
@@ -99,6 +99,18 @@ export declare const AnalysisMethod: {
99
99
  * @public
100
100
  */
101
101
  export type AnalysisMethod = (typeof AnalysisMethod)[keyof typeof AnalysisMethod];
102
+ /**
103
+ * @public
104
+ * @enum
105
+ */
106
+ export declare const JoinOperator: {
107
+ readonly AND: "AND";
108
+ readonly OR: "OR";
109
+ };
110
+ /**
111
+ * @public
112
+ */
113
+ export type JoinOperator = (typeof JoinOperator)[keyof typeof JoinOperator];
102
114
  /**
103
115
  * @public
104
116
  * @enum
@@ -135,7 +147,7 @@ export declare const ScalarFunctions: {
135
147
  export type ScalarFunctions = (typeof ScalarFunctions)[keyof typeof ScalarFunctions];
136
148
  /**
137
149
  * @public
138
- * <p>Enables query structure and specified queries that product aggregate statistics.</p>
150
+ * <p>Enables query structure and specified queries that produce aggregate statistics.</p>
139
151
  */
140
152
  export interface AnalysisRuleAggregation {
141
153
  /**
@@ -149,9 +161,14 @@ export interface AnalysisRuleAggregation {
149
161
  joinColumns: string[] | undefined;
150
162
  /**
151
163
  * <p>Control that requires member who runs query to do a join with their configured table
152
- * and/or other configured table in query</p>
164
+ * and/or other configured table in query.</p>
153
165
  */
154
166
  joinRequired?: JoinRequiredOption | string;
167
+ /**
168
+ * <p>Which logical operators (if any) are to be used in an INNER JOIN match condition.
169
+ * Default is <code>AND</code>.</p>
170
+ */
171
+ allowedJoinOperators?: (JoinOperator | string)[];
155
172
  /**
156
173
  * <p>The columns that query runners are allowed to select, group by, or filter by.</p>
157
174
  */
@@ -171,9 +188,14 @@ export interface AnalysisRuleAggregation {
171
188
  */
172
189
  export interface AnalysisRuleList {
173
190
  /**
174
- * <p>Columns that can be used to join a configured table with the table of the member who can query and another members' configured tables.</p>
191
+ * <p>Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.</p>
175
192
  */
176
193
  joinColumns: string[] | undefined;
194
+ /**
195
+ * <p>Which logical operators (if any) are to be used in an INNER JOIN match condition.
196
+ * Default is <code>AND</code>.</p>
197
+ */
198
+ allowedJoinOperators?: (JoinOperator | string)[];
177
199
  /**
178
200
  * <p>Columns that can be listed in the output.</p>
179
201
  */
@@ -318,7 +340,7 @@ export interface BatchGetSchemaError {
318
340
  }
319
341
  /**
320
342
  * @public
321
- * <p>A column within a schema relation, derived from the underlying AWS Glue table.</p>
343
+ * <p>A column within a schema relation, derived from the underlying Glue table.</p>
322
344
  */
323
345
  export interface Column {
324
346
  /**
@@ -365,7 +387,7 @@ export interface Schema {
365
387
  */
366
388
  analysisMethod?: AnalysisMethod | string;
367
389
  /**
368
- * <p>The unique account ID for the AWS account that owns the schema.</p>
390
+ * <p>The unique account ID for the Amazon Web Services account that owns the schema.</p>
369
391
  */
370
392
  creatorAccountId: string | undefined;
371
393
  /**
@@ -556,7 +578,7 @@ export interface DataEncryptionMetadata {
556
578
  */
557
579
  export interface MemberSpecification {
558
580
  /**
559
- * <p>The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.</p>
581
+ * <p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>
560
582
  */
561
583
  accountId: string | undefined;
562
584
  /**
@@ -657,7 +679,7 @@ export interface Collaboration {
657
679
  */
658
680
  description?: string;
659
681
  /**
660
- * <p>The identifier used to reference members of the collaboration. Currently only supports AWS account ID.</p>
682
+ * <p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>
661
683
  */
662
684
  creatorAccountId: string | undefined;
663
685
  /**
@@ -909,7 +931,7 @@ export interface CollaborationSummary {
909
931
  */
910
932
  name: string | undefined;
911
933
  /**
912
- * <p>The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.</p>
934
+ * <p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>
913
935
  */
914
936
  creatorAccountId: string | undefined;
915
937
  /**
@@ -973,7 +995,7 @@ export interface ListMembersInput {
973
995
  */
974
996
  export interface MemberSummary {
975
997
  /**
976
- * <p>The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.</p>
998
+ * <p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>
977
999
  */
978
1000
  accountId: string | undefined;
979
1001
  /**
@@ -1054,7 +1076,7 @@ export interface SchemaSummary {
1054
1076
  */
1055
1077
  type: SchemaType | string | undefined;
1056
1078
  /**
1057
- * <p>The unique account ID for the AWS account that owns the schema.</p>
1079
+ * <p>The unique account ID for the Amazon Web Services account that owns the schema.</p>
1058
1080
  */
1059
1081
  creatorAccountId: string | undefined;
1060
1082
  /**
@@ -1361,22 +1383,21 @@ export interface UpdateConfiguredTableAssociationOutput {
1361
1383
  }
1362
1384
  /**
1363
1385
  * @public
1364
- * <p>A reference to a table within an AWS Glue data catalog.</p>
1386
+ * <p>A reference to a table within an Glue data catalog.</p>
1365
1387
  */
1366
1388
  export interface GlueTableReference {
1367
1389
  /**
1368
- * <p>The name of the AWS Glue table.</p>
1390
+ * <p>The name of the Glue table.</p>
1369
1391
  */
1370
1392
  tableName: string | undefined;
1371
1393
  /**
1372
- * <p>The name of the database the AWS Glue table belongs to.</p>
1394
+ * <p>The name of the database the Glue table belongs to.</p>
1373
1395
  */
1374
1396
  databaseName: string | undefined;
1375
1397
  }
1376
1398
  /**
1377
1399
  * @public
1378
- * <p>A pointer to the dataset that underlies this table. Currently, this can only be an AWS
1379
- * Glue table.</p>
1400
+ * <p>A pointer to the dataset that underlies this table. Currently, this can only be an Glue table.</p>
1380
1401
  */
1381
1402
  export type TableReference = TableReference.GlueMember | TableReference.$UnknownMember;
1382
1403
  /**
@@ -1384,7 +1405,7 @@ export type TableReference = TableReference.GlueMember | TableReference.$Unknown
1384
1405
  */
1385
1406
  export declare namespace TableReference {
1386
1407
  /**
1387
- * <p>If present, a reference to the AWS Glue table referred to by this table
1408
+ * <p>If present, a reference to the Glue table referred to by this table
1388
1409
  * reference.</p>
1389
1410
  */
1390
1411
  interface GlueMember {
@@ -1414,7 +1435,7 @@ export interface CreateConfiguredTableInput {
1414
1435
  */
1415
1436
  description?: string;
1416
1437
  /**
1417
- * <p>A reference to the AWS Glue table being configured.</p>
1438
+ * <p>A reference to the Glue table being configured.</p>
1418
1439
  */
1419
1440
  tableReference: TableReference | undefined;
1420
1441
  /**
@@ -1467,7 +1488,7 @@ export interface ConfiguredTable {
1467
1488
  */
1468
1489
  description?: string;
1469
1490
  /**
1470
- * <p>The AWS Glue table that this configured table represents.</p>
1491
+ * <p>The Glue table that this configured table represents.</p>
1471
1492
  */
1472
1493
  tableReference: TableReference | undefined;
1473
1494
  /**
@@ -1487,7 +1508,7 @@ export interface ConfiguredTable {
1487
1508
  */
1488
1509
  analysisMethod: AnalysisMethod | string | undefined;
1489
1510
  /**
1490
- * <p>The columns within the underlying AWS Glue table that can be utilized within
1511
+ * <p>The columns within the underlying Glue table that can be utilized within
1491
1512
  * collaborations.</p>
1492
1513
  */
1493
1514
  allowedColumns: string[] | undefined;
@@ -1894,7 +1915,7 @@ export interface Membership {
1894
1915
  */
1895
1916
  collaborationId: string | undefined;
1896
1917
  /**
1897
- * <p>The identifier used to reference members of the collaboration. Currently only supports AWS account ID.</p>
1918
+ * <p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>
1898
1919
  */
1899
1920
  collaborationCreatorAccountId: string | undefined;
1900
1921
  /**
@@ -2115,7 +2136,7 @@ export interface ProtectedQuerySQLParameters {
2115
2136
  /**
2116
2137
  * <p>The query string to be submitted.</p>
2117
2138
  */
2118
- queryString: string | undefined;
2139
+ queryString?: string;
2119
2140
  }
2120
2141
  /**
2121
2142
  * @public
@@ -2146,7 +2167,7 @@ export declare const ProtectedQueryStatus: {
2146
2167
  export type ProtectedQueryStatus = (typeof ProtectedQueryStatus)[keyof typeof ProtectedQueryStatus];
2147
2168
  /**
2148
2169
  * @public
2149
- * <p>The parameters for an AWS Clean Rooms protected query.</p>
2170
+ * <p>The parameters for an Clean Rooms protected query.</p>
2150
2171
  */
2151
2172
  export interface ProtectedQuery {
2152
2173
  /**
@@ -2238,7 +2259,7 @@ export interface MembershipSummary {
2238
2259
  */
2239
2260
  collaborationId: string | undefined;
2240
2261
  /**
2241
- * <p>The identifier of the AWS principal that created the collaboration. Currently only supports AWS account ID.</p>
2262
+ * <p>The identifier of the Amazon Web Services principal that created the collaboration. Currently only supports Amazon Web Services account ID.</p>
2242
2263
  */
2243
2264
  collaborationCreatorAccountId: string | undefined;
2244
2265
  /**
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
1
+ import { PaginationConfiguration } from "@smithy/types";
2
2
  import { CleanRoomsClient } from "../CleanRoomsClient";
3
3
  /**
4
4
  * @public
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "../commands/ListCollaborationsCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "../commands/ListConfiguredTableAssociationsCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "../commands/ListConfiguredTablesCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "../commands/ListMembershipsCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "../commands/ListProtectedQueriesCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
3
3
  import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
4
  /**
@@ -1,42 +1,42 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { CleanRoomsClientConfig } from "./CleanRoomsClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: (number | import("@smithy/types").Provider<number>) & (number | import("@aws-sdk/types").Provider<number>);
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
11
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
+ maxAttempts: number | import("@smithy/types").Provider<number>;
13
+ region: string | import("@smithy/types").Provider<any>;
14
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
16
+ sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
19
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@aws-sdk/types").Provider<boolean>);
18
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
- urlParser: import("@aws-sdk/types").UrlParser;
21
+ urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
23
  base64Encoder: import("@smithy/types").Encoder;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
25
  utf8Encoder: import("@smithy/types").Encoder;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
- logger: import("@aws-sdk/types").Logger;
29
- endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
28
+ logger: import("@smithy/types").Logger;
29
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
30
30
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
- logger?: import("@aws-sdk/types").Logger | undefined;
32
- }) => import("@aws-sdk/types").EndpointV2;
31
+ logger?: import("@smithy/types").Logger | undefined;
32
+ }) => import("@smithy/types").EndpointV2;
33
33
  tls?: boolean | undefined;
34
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
35
- credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
36
- signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
36
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
37
37
  signingEscapePath?: boolean | undefined;
38
38
  systemClockOffset?: number | undefined;
39
39
  signingRegion?: string | undefined;
40
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
41
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
40
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
41
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
42
42
  };
@@ -1,42 +1,42 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { CleanRoomsClientConfig } from "./CleanRoomsClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (input: any) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<string>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
11
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
12
+ maxAttempts: number | import("@smithy/types").Provider<number>;
13
+ region: string | import("@smithy/types").Provider<string>;
14
+ requestHandler: (import("@smithy/types").RequestHandler<any, any, import("@smithy/types").HttpHandlerOptions> & import("@smithy/protocol-http").HttpHandler) | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
16
+ sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
18
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  apiVersion: string;
21
- urlParser: import("@aws-sdk/types").UrlParser;
21
+ urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
23
  base64Encoder: import("@smithy/types").Encoder;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
25
  utf8Encoder: import("@smithy/types").Encoder;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
- logger: import("@aws-sdk/types").Logger;
29
- endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
28
+ logger: import("@smithy/types").Logger;
29
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
30
30
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
- logger?: import("@aws-sdk/types").Logger | undefined;
32
- }) => import("@aws-sdk/types").EndpointV2;
31
+ logger?: import("@smithy/types").Logger | undefined;
32
+ }) => import("@smithy/types").EndpointV2;
33
33
  tls?: boolean | undefined;
34
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2 | undefined;
35
- credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").Provider<import("@aws-sdk/types").AwsCredentialIdentity> | undefined;
36
- signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
35
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").Provider<import("@smithy/types").AwsCredentialIdentity> | undefined;
36
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme | undefined) => Promise<import("@smithy/types").RequestSigner>) | undefined;
37
37
  signingEscapePath?: boolean | undefined;
38
38
  systemClockOffset?: number | undefined;
39
39
  signingRegion?: string | undefined;
40
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
41
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
40
+ signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
41
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
42
42
  };