@aws-sdk/client-cleanroomsml 3.462.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 (199) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +405 -0
  3. package/dist-cjs/CleanRoomsML.js +61 -0
  4. package/dist-cjs/CleanRoomsMLClient.js +43 -0
  5. package/dist-cjs/commands/CreateAudienceModelCommand.js +51 -0
  6. package/dist-cjs/commands/CreateConfiguredAudienceModelCommand.js +51 -0
  7. package/dist-cjs/commands/CreateTrainingDatasetCommand.js +51 -0
  8. package/dist-cjs/commands/DeleteAudienceGenerationJobCommand.js +51 -0
  9. package/dist-cjs/commands/DeleteAudienceModelCommand.js +51 -0
  10. package/dist-cjs/commands/DeleteConfiguredAudienceModelCommand.js +51 -0
  11. package/dist-cjs/commands/DeleteConfiguredAudienceModelPolicyCommand.js +51 -0
  12. package/dist-cjs/commands/DeleteTrainingDatasetCommand.js +51 -0
  13. package/dist-cjs/commands/GetAudienceGenerationJobCommand.js +51 -0
  14. package/dist-cjs/commands/GetAudienceModelCommand.js +51 -0
  15. package/dist-cjs/commands/GetConfiguredAudienceModelCommand.js +51 -0
  16. package/dist-cjs/commands/GetConfiguredAudienceModelPolicyCommand.js +51 -0
  17. package/dist-cjs/commands/GetTrainingDatasetCommand.js +51 -0
  18. package/dist-cjs/commands/ListAudienceExportJobsCommand.js +51 -0
  19. package/dist-cjs/commands/ListAudienceGenerationJobsCommand.js +51 -0
  20. package/dist-cjs/commands/ListAudienceModelsCommand.js +51 -0
  21. package/dist-cjs/commands/ListConfiguredAudienceModelsCommand.js +51 -0
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +51 -0
  23. package/dist-cjs/commands/ListTrainingDatasetsCommand.js +51 -0
  24. package/dist-cjs/commands/PutConfiguredAudienceModelPolicyCommand.js +51 -0
  25. package/dist-cjs/commands/StartAudienceExportJobCommand.js +51 -0
  26. package/dist-cjs/commands/StartAudienceGenerationJobCommand.js +51 -0
  27. package/dist-cjs/commands/TagResourceCommand.js +51 -0
  28. package/dist-cjs/commands/UntagResourceCommand.js +51 -0
  29. package/dist-cjs/commands/UpdateConfiguredAudienceModelCommand.js +51 -0
  30. package/dist-cjs/commands/index.js +28 -0
  31. package/dist-cjs/endpoint/EndpointParameters.js +12 -0
  32. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  33. package/dist-cjs/endpoint/ruleset.js +7 -0
  34. package/dist-cjs/extensionConfiguration.js +2 -0
  35. package/dist-cjs/index.js +12 -0
  36. package/dist-cjs/models/CleanRoomsMLServiceException.js +12 -0
  37. package/dist-cjs/models/index.js +4 -0
  38. package/dist-cjs/models/models_0.js +131 -0
  39. package/dist-cjs/pagination/Interfaces.js +2 -0
  40. package/dist-cjs/pagination/ListAudienceExportJobsPaginator.js +29 -0
  41. package/dist-cjs/pagination/ListAudienceGenerationJobsPaginator.js +29 -0
  42. package/dist-cjs/pagination/ListAudienceModelsPaginator.js +29 -0
  43. package/dist-cjs/pagination/ListConfiguredAudienceModelsPaginator.js +29 -0
  44. package/dist-cjs/pagination/ListTrainingDatasetsPaginator.js +29 -0
  45. package/dist-cjs/pagination/index.js +9 -0
  46. package/dist-cjs/protocols/Aws_restJson1.js +1835 -0
  47. package/dist-cjs/runtimeConfig.browser.js +39 -0
  48. package/dist-cjs/runtimeConfig.js +50 -0
  49. package/dist-cjs/runtimeConfig.native.js +15 -0
  50. package/dist-cjs/runtimeConfig.shared.js +24 -0
  51. package/dist-cjs/runtimeExtensions.js +22 -0
  52. package/dist-es/CleanRoomsML.js +57 -0
  53. package/dist-es/CleanRoomsMLClient.js +39 -0
  54. package/dist-es/commands/CreateAudienceModelCommand.js +47 -0
  55. package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +47 -0
  56. package/dist-es/commands/CreateTrainingDatasetCommand.js +47 -0
  57. package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +47 -0
  58. package/dist-es/commands/DeleteAudienceModelCommand.js +47 -0
  59. package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +47 -0
  60. package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +47 -0
  61. package/dist-es/commands/DeleteTrainingDatasetCommand.js +47 -0
  62. package/dist-es/commands/GetAudienceGenerationJobCommand.js +47 -0
  63. package/dist-es/commands/GetAudienceModelCommand.js +47 -0
  64. package/dist-es/commands/GetConfiguredAudienceModelCommand.js +47 -0
  65. package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +47 -0
  66. package/dist-es/commands/GetTrainingDatasetCommand.js +47 -0
  67. package/dist-es/commands/ListAudienceExportJobsCommand.js +47 -0
  68. package/dist-es/commands/ListAudienceGenerationJobsCommand.js +47 -0
  69. package/dist-es/commands/ListAudienceModelsCommand.js +47 -0
  70. package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +47 -0
  71. package/dist-es/commands/ListTagsForResourceCommand.js +47 -0
  72. package/dist-es/commands/ListTrainingDatasetsCommand.js +47 -0
  73. package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +47 -0
  74. package/dist-es/commands/StartAudienceExportJobCommand.js +47 -0
  75. package/dist-es/commands/StartAudienceGenerationJobCommand.js +47 -0
  76. package/dist-es/commands/TagResourceCommand.js +47 -0
  77. package/dist-es/commands/UntagResourceCommand.js +47 -0
  78. package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +47 -0
  79. package/dist-es/commands/index.js +25 -0
  80. package/dist-es/endpoint/EndpointParameters.js +8 -0
  81. package/dist-es/endpoint/endpointResolver.js +8 -0
  82. package/dist-es/endpoint/ruleset.js +4 -0
  83. package/dist-es/extensionConfiguration.js +1 -0
  84. package/dist-es/index.js +7 -0
  85. package/dist-es/models/CleanRoomsMLServiceException.js +8 -0
  86. package/dist-es/models/index.js +1 -0
  87. package/dist-es/models/models_0.js +123 -0
  88. package/dist-es/pagination/Interfaces.js +1 -0
  89. package/dist-es/pagination/ListAudienceExportJobsPaginator.js +25 -0
  90. package/dist-es/pagination/ListAudienceGenerationJobsPaginator.js +25 -0
  91. package/dist-es/pagination/ListAudienceModelsPaginator.js +25 -0
  92. package/dist-es/pagination/ListConfiguredAudienceModelsPaginator.js +25 -0
  93. package/dist-es/pagination/ListTrainingDatasetsPaginator.js +25 -0
  94. package/dist-es/pagination/index.js +6 -0
  95. package/dist-es/protocols/Aws_restJson1.js +1782 -0
  96. package/dist-es/runtimeConfig.browser.js +34 -0
  97. package/dist-es/runtimeConfig.js +45 -0
  98. package/dist-es/runtimeConfig.native.js +11 -0
  99. package/dist-es/runtimeConfig.shared.js +20 -0
  100. package/dist-es/runtimeExtensions.js +18 -0
  101. package/dist-types/CleanRoomsML.d.ts +185 -0
  102. package/dist-types/CleanRoomsMLClient.d.ts +194 -0
  103. package/dist-types/commands/CreateAudienceModelCommand.d.ts +96 -0
  104. package/dist-types/commands/CreateConfiguredAudienceModelCommand.d.ts +112 -0
  105. package/dist-types/commands/CreateTrainingDatasetCommand.d.ts +109 -0
  106. package/dist-types/commands/DeleteAudienceGenerationJobCommand.d.ts +83 -0
  107. package/dist-types/commands/DeleteAudienceModelCommand.d.ts +83 -0
  108. package/dist-types/commands/DeleteConfiguredAudienceModelCommand.d.ts +83 -0
  109. package/dist-types/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +80 -0
  110. package/dist-types/commands/DeleteTrainingDatasetCommand.d.ts +83 -0
  111. package/dist-types/commands/GetAudienceGenerationJobCommand.d.ts +115 -0
  112. package/dist-types/commands/GetAudienceModelCommand.d.ts +105 -0
  113. package/dist-types/commands/GetConfiguredAudienceModelCommand.d.ts +110 -0
  114. package/dist-types/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +84 -0
  115. package/dist-types/commands/GetTrainingDatasetCommand.d.ts +113 -0
  116. package/dist-types/commands/ListAudienceExportJobsCommand.d.ts +100 -0
  117. package/dist-types/commands/ListAudienceGenerationJobsCommand.d.ts +95 -0
  118. package/dist-types/commands/ListAudienceModelsCommand.d.ts +91 -0
  119. package/dist-types/commands/ListConfiguredAudienceModelsCommand.d.ts +99 -0
  120. package/dist-types/commands/ListTagsForResourceCommand.d.ts +84 -0
  121. package/dist-types/commands/ListTrainingDatasetsCommand.d.ts +90 -0
  122. package/dist-types/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +86 -0
  123. package/dist-types/commands/StartAudienceExportJobCommand.d.ts +92 -0
  124. package/dist-types/commands/StartAudienceGenerationJobCommand.d.ts +101 -0
  125. package/dist-types/commands/TagResourceCommand.d.ts +83 -0
  126. package/dist-types/commands/UntagResourceCommand.d.ts +83 -0
  127. package/dist-types/commands/UpdateConfiguredAudienceModelCommand.d.ts +105 -0
  128. package/dist-types/commands/index.d.ts +25 -0
  129. package/dist-types/endpoint/EndpointParameters.d.ts +22 -0
  130. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  131. package/dist-types/endpoint/ruleset.d.ts +2 -0
  132. package/dist-types/extensionConfiguration.d.ts +8 -0
  133. package/dist-types/index.d.ts +15 -0
  134. package/dist-types/models/CleanRoomsMLServiceException.d.ts +13 -0
  135. package/dist-types/models/index.d.ts +1 -0
  136. package/dist-types/models/models_0.d.ts +1729 -0
  137. package/dist-types/pagination/Interfaces.d.ts +8 -0
  138. package/dist-types/pagination/ListAudienceExportJobsPaginator.d.ts +7 -0
  139. package/dist-types/pagination/ListAudienceGenerationJobsPaginator.d.ts +7 -0
  140. package/dist-types/pagination/ListAudienceModelsPaginator.d.ts +7 -0
  141. package/dist-types/pagination/ListConfiguredAudienceModelsPaginator.d.ts +7 -0
  142. package/dist-types/pagination/ListTrainingDatasetsPaginator.d.ts +7 -0
  143. package/dist-types/pagination/index.d.ts +6 -0
  144. package/dist-types/protocols/Aws_restJson1.d.ts +227 -0
  145. package/dist-types/runtimeConfig.browser.d.ts +46 -0
  146. package/dist-types/runtimeConfig.d.ts +46 -0
  147. package/dist-types/runtimeConfig.native.d.ts +45 -0
  148. package/dist-types/runtimeConfig.shared.d.ts +19 -0
  149. package/dist-types/runtimeExtensions.d.ts +17 -0
  150. package/dist-types/ts3.4/CleanRoomsML.d.ts +438 -0
  151. package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +269 -0
  152. package/dist-types/ts3.4/commands/CreateAudienceModelCommand.d.ts +39 -0
  153. package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelCommand.d.ts +42 -0
  154. package/dist-types/ts3.4/commands/CreateTrainingDatasetCommand.d.ts +42 -0
  155. package/dist-types/ts3.4/commands/DeleteAudienceGenerationJobCommand.d.ts +38 -0
  156. package/dist-types/ts3.4/commands/DeleteAudienceModelCommand.d.ts +34 -0
  157. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelCommand.d.ts +38 -0
  158. package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelPolicyCommand.d.ts +38 -0
  159. package/dist-types/ts3.4/commands/DeleteTrainingDatasetCommand.d.ts +37 -0
  160. package/dist-types/ts3.4/commands/GetAudienceGenerationJobCommand.d.ts +42 -0
  161. package/dist-types/ts3.4/commands/GetAudienceModelCommand.d.ts +38 -0
  162. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelCommand.d.ts +42 -0
  163. package/dist-types/ts3.4/commands/GetConfiguredAudienceModelPolicyCommand.d.ts +42 -0
  164. package/dist-types/ts3.4/commands/GetTrainingDatasetCommand.d.ts +39 -0
  165. package/dist-types/ts3.4/commands/ListAudienceExportJobsCommand.d.ts +42 -0
  166. package/dist-types/ts3.4/commands/ListAudienceGenerationJobsCommand.d.ts +42 -0
  167. package/dist-types/ts3.4/commands/ListAudienceModelsCommand.d.ts +39 -0
  168. package/dist-types/ts3.4/commands/ListConfiguredAudienceModelsCommand.d.ts +42 -0
  169. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
  170. package/dist-types/ts3.4/commands/ListTrainingDatasetsCommand.d.ts +42 -0
  171. package/dist-types/ts3.4/commands/PutConfiguredAudienceModelPolicyCommand.d.ts +42 -0
  172. package/dist-types/ts3.4/commands/StartAudienceExportJobCommand.d.ts +37 -0
  173. package/dist-types/ts3.4/commands/StartAudienceGenerationJobCommand.d.ts +42 -0
  174. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
  175. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
  176. package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelCommand.d.ts +42 -0
  177. package/dist-types/ts3.4/commands/index.d.ts +25 -0
  178. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -0
  179. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  180. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  181. package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  182. package/dist-types/ts3.4/index.d.ts +10 -0
  183. package/dist-types/ts3.4/models/CleanRoomsMLServiceException.d.ts +8 -0
  184. package/dist-types/ts3.4/models/index.d.ts +1 -0
  185. package/dist-types/ts3.4/models/models_0.d.ts +453 -0
  186. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  187. package/dist-types/ts3.4/pagination/ListAudienceExportJobsPaginator.d.ts +11 -0
  188. package/dist-types/ts3.4/pagination/ListAudienceGenerationJobsPaginator.d.ts +11 -0
  189. package/dist-types/ts3.4/pagination/ListAudienceModelsPaginator.d.ts +11 -0
  190. package/dist-types/ts3.4/pagination/ListConfiguredAudienceModelsPaginator.d.ts +11 -0
  191. package/dist-types/ts3.4/pagination/ListTrainingDatasetsPaginator.d.ts +11 -0
  192. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  193. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +305 -0
  194. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -0
  195. package/dist-types/ts3.4/runtimeConfig.d.ts +97 -0
  196. package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -0
  197. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
  198. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  199. package/package.json +102 -0
@@ -0,0 +1,438 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import { CleanRoomsMLClient } from "./CleanRoomsMLClient";
3
+ import {
4
+ CreateAudienceModelCommandInput,
5
+ CreateAudienceModelCommandOutput,
6
+ } from "./commands/CreateAudienceModelCommand";
7
+ import {
8
+ CreateConfiguredAudienceModelCommandInput,
9
+ CreateConfiguredAudienceModelCommandOutput,
10
+ } from "./commands/CreateConfiguredAudienceModelCommand";
11
+ import {
12
+ CreateTrainingDatasetCommandInput,
13
+ CreateTrainingDatasetCommandOutput,
14
+ } from "./commands/CreateTrainingDatasetCommand";
15
+ import {
16
+ DeleteAudienceGenerationJobCommandInput,
17
+ DeleteAudienceGenerationJobCommandOutput,
18
+ } from "./commands/DeleteAudienceGenerationJobCommand";
19
+ import {
20
+ DeleteAudienceModelCommandInput,
21
+ DeleteAudienceModelCommandOutput,
22
+ } from "./commands/DeleteAudienceModelCommand";
23
+ import {
24
+ DeleteConfiguredAudienceModelCommandInput,
25
+ DeleteConfiguredAudienceModelCommandOutput,
26
+ } from "./commands/DeleteConfiguredAudienceModelCommand";
27
+ import {
28
+ DeleteConfiguredAudienceModelPolicyCommandInput,
29
+ DeleteConfiguredAudienceModelPolicyCommandOutput,
30
+ } from "./commands/DeleteConfiguredAudienceModelPolicyCommand";
31
+ import {
32
+ DeleteTrainingDatasetCommandInput,
33
+ DeleteTrainingDatasetCommandOutput,
34
+ } from "./commands/DeleteTrainingDatasetCommand";
35
+ import {
36
+ GetAudienceGenerationJobCommandInput,
37
+ GetAudienceGenerationJobCommandOutput,
38
+ } from "./commands/GetAudienceGenerationJobCommand";
39
+ import {
40
+ GetAudienceModelCommandInput,
41
+ GetAudienceModelCommandOutput,
42
+ } from "./commands/GetAudienceModelCommand";
43
+ import {
44
+ GetConfiguredAudienceModelCommandInput,
45
+ GetConfiguredAudienceModelCommandOutput,
46
+ } from "./commands/GetConfiguredAudienceModelCommand";
47
+ import {
48
+ GetConfiguredAudienceModelPolicyCommandInput,
49
+ GetConfiguredAudienceModelPolicyCommandOutput,
50
+ } from "./commands/GetConfiguredAudienceModelPolicyCommand";
51
+ import {
52
+ GetTrainingDatasetCommandInput,
53
+ GetTrainingDatasetCommandOutput,
54
+ } from "./commands/GetTrainingDatasetCommand";
55
+ import {
56
+ ListAudienceExportJobsCommandInput,
57
+ ListAudienceExportJobsCommandOutput,
58
+ } from "./commands/ListAudienceExportJobsCommand";
59
+ import {
60
+ ListAudienceGenerationJobsCommandInput,
61
+ ListAudienceGenerationJobsCommandOutput,
62
+ } from "./commands/ListAudienceGenerationJobsCommand";
63
+ import {
64
+ ListAudienceModelsCommandInput,
65
+ ListAudienceModelsCommandOutput,
66
+ } from "./commands/ListAudienceModelsCommand";
67
+ import {
68
+ ListConfiguredAudienceModelsCommandInput,
69
+ ListConfiguredAudienceModelsCommandOutput,
70
+ } from "./commands/ListConfiguredAudienceModelsCommand";
71
+ import {
72
+ ListTagsForResourceCommandInput,
73
+ ListTagsForResourceCommandOutput,
74
+ } from "./commands/ListTagsForResourceCommand";
75
+ import {
76
+ ListTrainingDatasetsCommandInput,
77
+ ListTrainingDatasetsCommandOutput,
78
+ } from "./commands/ListTrainingDatasetsCommand";
79
+ import {
80
+ PutConfiguredAudienceModelPolicyCommandInput,
81
+ PutConfiguredAudienceModelPolicyCommandOutput,
82
+ } from "./commands/PutConfiguredAudienceModelPolicyCommand";
83
+ import {
84
+ StartAudienceExportJobCommandInput,
85
+ StartAudienceExportJobCommandOutput,
86
+ } from "./commands/StartAudienceExportJobCommand";
87
+ import {
88
+ StartAudienceGenerationJobCommandInput,
89
+ StartAudienceGenerationJobCommandOutput,
90
+ } from "./commands/StartAudienceGenerationJobCommand";
91
+ import {
92
+ TagResourceCommandInput,
93
+ TagResourceCommandOutput,
94
+ } from "./commands/TagResourceCommand";
95
+ import {
96
+ UntagResourceCommandInput,
97
+ UntagResourceCommandOutput,
98
+ } from "./commands/UntagResourceCommand";
99
+ import {
100
+ UpdateConfiguredAudienceModelCommandInput,
101
+ UpdateConfiguredAudienceModelCommandOutput,
102
+ } from "./commands/UpdateConfiguredAudienceModelCommand";
103
+ export interface CleanRoomsML {
104
+ createAudienceModel(
105
+ args: CreateAudienceModelCommandInput,
106
+ options?: __HttpHandlerOptions
107
+ ): Promise<CreateAudienceModelCommandOutput>;
108
+ createAudienceModel(
109
+ args: CreateAudienceModelCommandInput,
110
+ cb: (err: any, data?: CreateAudienceModelCommandOutput) => void
111
+ ): void;
112
+ createAudienceModel(
113
+ args: CreateAudienceModelCommandInput,
114
+ options: __HttpHandlerOptions,
115
+ cb: (err: any, data?: CreateAudienceModelCommandOutput) => void
116
+ ): void;
117
+ createConfiguredAudienceModel(
118
+ args: CreateConfiguredAudienceModelCommandInput,
119
+ options?: __HttpHandlerOptions
120
+ ): Promise<CreateConfiguredAudienceModelCommandOutput>;
121
+ createConfiguredAudienceModel(
122
+ args: CreateConfiguredAudienceModelCommandInput,
123
+ cb: (err: any, data?: CreateConfiguredAudienceModelCommandOutput) => void
124
+ ): void;
125
+ createConfiguredAudienceModel(
126
+ args: CreateConfiguredAudienceModelCommandInput,
127
+ options: __HttpHandlerOptions,
128
+ cb: (err: any, data?: CreateConfiguredAudienceModelCommandOutput) => void
129
+ ): void;
130
+ createTrainingDataset(
131
+ args: CreateTrainingDatasetCommandInput,
132
+ options?: __HttpHandlerOptions
133
+ ): Promise<CreateTrainingDatasetCommandOutput>;
134
+ createTrainingDataset(
135
+ args: CreateTrainingDatasetCommandInput,
136
+ cb: (err: any, data?: CreateTrainingDatasetCommandOutput) => void
137
+ ): void;
138
+ createTrainingDataset(
139
+ args: CreateTrainingDatasetCommandInput,
140
+ options: __HttpHandlerOptions,
141
+ cb: (err: any, data?: CreateTrainingDatasetCommandOutput) => void
142
+ ): void;
143
+ deleteAudienceGenerationJob(
144
+ args: DeleteAudienceGenerationJobCommandInput,
145
+ options?: __HttpHandlerOptions
146
+ ): Promise<DeleteAudienceGenerationJobCommandOutput>;
147
+ deleteAudienceGenerationJob(
148
+ args: DeleteAudienceGenerationJobCommandInput,
149
+ cb: (err: any, data?: DeleteAudienceGenerationJobCommandOutput) => void
150
+ ): void;
151
+ deleteAudienceGenerationJob(
152
+ args: DeleteAudienceGenerationJobCommandInput,
153
+ options: __HttpHandlerOptions,
154
+ cb: (err: any, data?: DeleteAudienceGenerationJobCommandOutput) => void
155
+ ): void;
156
+ deleteAudienceModel(
157
+ args: DeleteAudienceModelCommandInput,
158
+ options?: __HttpHandlerOptions
159
+ ): Promise<DeleteAudienceModelCommandOutput>;
160
+ deleteAudienceModel(
161
+ args: DeleteAudienceModelCommandInput,
162
+ cb: (err: any, data?: DeleteAudienceModelCommandOutput) => void
163
+ ): void;
164
+ deleteAudienceModel(
165
+ args: DeleteAudienceModelCommandInput,
166
+ options: __HttpHandlerOptions,
167
+ cb: (err: any, data?: DeleteAudienceModelCommandOutput) => void
168
+ ): void;
169
+ deleteConfiguredAudienceModel(
170
+ args: DeleteConfiguredAudienceModelCommandInput,
171
+ options?: __HttpHandlerOptions
172
+ ): Promise<DeleteConfiguredAudienceModelCommandOutput>;
173
+ deleteConfiguredAudienceModel(
174
+ args: DeleteConfiguredAudienceModelCommandInput,
175
+ cb: (err: any, data?: DeleteConfiguredAudienceModelCommandOutput) => void
176
+ ): void;
177
+ deleteConfiguredAudienceModel(
178
+ args: DeleteConfiguredAudienceModelCommandInput,
179
+ options: __HttpHandlerOptions,
180
+ cb: (err: any, data?: DeleteConfiguredAudienceModelCommandOutput) => void
181
+ ): void;
182
+ deleteConfiguredAudienceModelPolicy(
183
+ args: DeleteConfiguredAudienceModelPolicyCommandInput,
184
+ options?: __HttpHandlerOptions
185
+ ): Promise<DeleteConfiguredAudienceModelPolicyCommandOutput>;
186
+ deleteConfiguredAudienceModelPolicy(
187
+ args: DeleteConfiguredAudienceModelPolicyCommandInput,
188
+ cb: (
189
+ err: any,
190
+ data?: DeleteConfiguredAudienceModelPolicyCommandOutput
191
+ ) => void
192
+ ): void;
193
+ deleteConfiguredAudienceModelPolicy(
194
+ args: DeleteConfiguredAudienceModelPolicyCommandInput,
195
+ options: __HttpHandlerOptions,
196
+ cb: (
197
+ err: any,
198
+ data?: DeleteConfiguredAudienceModelPolicyCommandOutput
199
+ ) => void
200
+ ): void;
201
+ deleteTrainingDataset(
202
+ args: DeleteTrainingDatasetCommandInput,
203
+ options?: __HttpHandlerOptions
204
+ ): Promise<DeleteTrainingDatasetCommandOutput>;
205
+ deleteTrainingDataset(
206
+ args: DeleteTrainingDatasetCommandInput,
207
+ cb: (err: any, data?: DeleteTrainingDatasetCommandOutput) => void
208
+ ): void;
209
+ deleteTrainingDataset(
210
+ args: DeleteTrainingDatasetCommandInput,
211
+ options: __HttpHandlerOptions,
212
+ cb: (err: any, data?: DeleteTrainingDatasetCommandOutput) => void
213
+ ): void;
214
+ getAudienceGenerationJob(
215
+ args: GetAudienceGenerationJobCommandInput,
216
+ options?: __HttpHandlerOptions
217
+ ): Promise<GetAudienceGenerationJobCommandOutput>;
218
+ getAudienceGenerationJob(
219
+ args: GetAudienceGenerationJobCommandInput,
220
+ cb: (err: any, data?: GetAudienceGenerationJobCommandOutput) => void
221
+ ): void;
222
+ getAudienceGenerationJob(
223
+ args: GetAudienceGenerationJobCommandInput,
224
+ options: __HttpHandlerOptions,
225
+ cb: (err: any, data?: GetAudienceGenerationJobCommandOutput) => void
226
+ ): void;
227
+ getAudienceModel(
228
+ args: GetAudienceModelCommandInput,
229
+ options?: __HttpHandlerOptions
230
+ ): Promise<GetAudienceModelCommandOutput>;
231
+ getAudienceModel(
232
+ args: GetAudienceModelCommandInput,
233
+ cb: (err: any, data?: GetAudienceModelCommandOutput) => void
234
+ ): void;
235
+ getAudienceModel(
236
+ args: GetAudienceModelCommandInput,
237
+ options: __HttpHandlerOptions,
238
+ cb: (err: any, data?: GetAudienceModelCommandOutput) => void
239
+ ): void;
240
+ getConfiguredAudienceModel(
241
+ args: GetConfiguredAudienceModelCommandInput,
242
+ options?: __HttpHandlerOptions
243
+ ): Promise<GetConfiguredAudienceModelCommandOutput>;
244
+ getConfiguredAudienceModel(
245
+ args: GetConfiguredAudienceModelCommandInput,
246
+ cb: (err: any, data?: GetConfiguredAudienceModelCommandOutput) => void
247
+ ): void;
248
+ getConfiguredAudienceModel(
249
+ args: GetConfiguredAudienceModelCommandInput,
250
+ options: __HttpHandlerOptions,
251
+ cb: (err: any, data?: GetConfiguredAudienceModelCommandOutput) => void
252
+ ): void;
253
+ getConfiguredAudienceModelPolicy(
254
+ args: GetConfiguredAudienceModelPolicyCommandInput,
255
+ options?: __HttpHandlerOptions
256
+ ): Promise<GetConfiguredAudienceModelPolicyCommandOutput>;
257
+ getConfiguredAudienceModelPolicy(
258
+ args: GetConfiguredAudienceModelPolicyCommandInput,
259
+ cb: (err: any, data?: GetConfiguredAudienceModelPolicyCommandOutput) => void
260
+ ): void;
261
+ getConfiguredAudienceModelPolicy(
262
+ args: GetConfiguredAudienceModelPolicyCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (err: any, data?: GetConfiguredAudienceModelPolicyCommandOutput) => void
265
+ ): void;
266
+ getTrainingDataset(
267
+ args: GetTrainingDatasetCommandInput,
268
+ options?: __HttpHandlerOptions
269
+ ): Promise<GetTrainingDatasetCommandOutput>;
270
+ getTrainingDataset(
271
+ args: GetTrainingDatasetCommandInput,
272
+ cb: (err: any, data?: GetTrainingDatasetCommandOutput) => void
273
+ ): void;
274
+ getTrainingDataset(
275
+ args: GetTrainingDatasetCommandInput,
276
+ options: __HttpHandlerOptions,
277
+ cb: (err: any, data?: GetTrainingDatasetCommandOutput) => void
278
+ ): void;
279
+ listAudienceExportJobs(
280
+ args: ListAudienceExportJobsCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<ListAudienceExportJobsCommandOutput>;
283
+ listAudienceExportJobs(
284
+ args: ListAudienceExportJobsCommandInput,
285
+ cb: (err: any, data?: ListAudienceExportJobsCommandOutput) => void
286
+ ): void;
287
+ listAudienceExportJobs(
288
+ args: ListAudienceExportJobsCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: ListAudienceExportJobsCommandOutput) => void
291
+ ): void;
292
+ listAudienceGenerationJobs(
293
+ args: ListAudienceGenerationJobsCommandInput,
294
+ options?: __HttpHandlerOptions
295
+ ): Promise<ListAudienceGenerationJobsCommandOutput>;
296
+ listAudienceGenerationJobs(
297
+ args: ListAudienceGenerationJobsCommandInput,
298
+ cb: (err: any, data?: ListAudienceGenerationJobsCommandOutput) => void
299
+ ): void;
300
+ listAudienceGenerationJobs(
301
+ args: ListAudienceGenerationJobsCommandInput,
302
+ options: __HttpHandlerOptions,
303
+ cb: (err: any, data?: ListAudienceGenerationJobsCommandOutput) => void
304
+ ): void;
305
+ listAudienceModels(
306
+ args: ListAudienceModelsCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<ListAudienceModelsCommandOutput>;
309
+ listAudienceModels(
310
+ args: ListAudienceModelsCommandInput,
311
+ cb: (err: any, data?: ListAudienceModelsCommandOutput) => void
312
+ ): void;
313
+ listAudienceModels(
314
+ args: ListAudienceModelsCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: ListAudienceModelsCommandOutput) => void
317
+ ): void;
318
+ listConfiguredAudienceModels(
319
+ args: ListConfiguredAudienceModelsCommandInput,
320
+ options?: __HttpHandlerOptions
321
+ ): Promise<ListConfiguredAudienceModelsCommandOutput>;
322
+ listConfiguredAudienceModels(
323
+ args: ListConfiguredAudienceModelsCommandInput,
324
+ cb: (err: any, data?: ListConfiguredAudienceModelsCommandOutput) => void
325
+ ): void;
326
+ listConfiguredAudienceModels(
327
+ args: ListConfiguredAudienceModelsCommandInput,
328
+ options: __HttpHandlerOptions,
329
+ cb: (err: any, data?: ListConfiguredAudienceModelsCommandOutput) => void
330
+ ): void;
331
+ listTagsForResource(
332
+ args: ListTagsForResourceCommandInput,
333
+ options?: __HttpHandlerOptions
334
+ ): Promise<ListTagsForResourceCommandOutput>;
335
+ listTagsForResource(
336
+ args: ListTagsForResourceCommandInput,
337
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
338
+ ): void;
339
+ listTagsForResource(
340
+ args: ListTagsForResourceCommandInput,
341
+ options: __HttpHandlerOptions,
342
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
343
+ ): void;
344
+ listTrainingDatasets(
345
+ args: ListTrainingDatasetsCommandInput,
346
+ options?: __HttpHandlerOptions
347
+ ): Promise<ListTrainingDatasetsCommandOutput>;
348
+ listTrainingDatasets(
349
+ args: ListTrainingDatasetsCommandInput,
350
+ cb: (err: any, data?: ListTrainingDatasetsCommandOutput) => void
351
+ ): void;
352
+ listTrainingDatasets(
353
+ args: ListTrainingDatasetsCommandInput,
354
+ options: __HttpHandlerOptions,
355
+ cb: (err: any, data?: ListTrainingDatasetsCommandOutput) => void
356
+ ): void;
357
+ putConfiguredAudienceModelPolicy(
358
+ args: PutConfiguredAudienceModelPolicyCommandInput,
359
+ options?: __HttpHandlerOptions
360
+ ): Promise<PutConfiguredAudienceModelPolicyCommandOutput>;
361
+ putConfiguredAudienceModelPolicy(
362
+ args: PutConfiguredAudienceModelPolicyCommandInput,
363
+ cb: (err: any, data?: PutConfiguredAudienceModelPolicyCommandOutput) => void
364
+ ): void;
365
+ putConfiguredAudienceModelPolicy(
366
+ args: PutConfiguredAudienceModelPolicyCommandInput,
367
+ options: __HttpHandlerOptions,
368
+ cb: (err: any, data?: PutConfiguredAudienceModelPolicyCommandOutput) => void
369
+ ): void;
370
+ startAudienceExportJob(
371
+ args: StartAudienceExportJobCommandInput,
372
+ options?: __HttpHandlerOptions
373
+ ): Promise<StartAudienceExportJobCommandOutput>;
374
+ startAudienceExportJob(
375
+ args: StartAudienceExportJobCommandInput,
376
+ cb: (err: any, data?: StartAudienceExportJobCommandOutput) => void
377
+ ): void;
378
+ startAudienceExportJob(
379
+ args: StartAudienceExportJobCommandInput,
380
+ options: __HttpHandlerOptions,
381
+ cb: (err: any, data?: StartAudienceExportJobCommandOutput) => void
382
+ ): void;
383
+ startAudienceGenerationJob(
384
+ args: StartAudienceGenerationJobCommandInput,
385
+ options?: __HttpHandlerOptions
386
+ ): Promise<StartAudienceGenerationJobCommandOutput>;
387
+ startAudienceGenerationJob(
388
+ args: StartAudienceGenerationJobCommandInput,
389
+ cb: (err: any, data?: StartAudienceGenerationJobCommandOutput) => void
390
+ ): void;
391
+ startAudienceGenerationJob(
392
+ args: StartAudienceGenerationJobCommandInput,
393
+ options: __HttpHandlerOptions,
394
+ cb: (err: any, data?: StartAudienceGenerationJobCommandOutput) => void
395
+ ): void;
396
+ tagResource(
397
+ args: TagResourceCommandInput,
398
+ options?: __HttpHandlerOptions
399
+ ): Promise<TagResourceCommandOutput>;
400
+ tagResource(
401
+ args: TagResourceCommandInput,
402
+ cb: (err: any, data?: TagResourceCommandOutput) => void
403
+ ): void;
404
+ tagResource(
405
+ args: TagResourceCommandInput,
406
+ options: __HttpHandlerOptions,
407
+ cb: (err: any, data?: TagResourceCommandOutput) => void
408
+ ): void;
409
+ untagResource(
410
+ args: UntagResourceCommandInput,
411
+ options?: __HttpHandlerOptions
412
+ ): Promise<UntagResourceCommandOutput>;
413
+ untagResource(
414
+ args: UntagResourceCommandInput,
415
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
416
+ ): void;
417
+ untagResource(
418
+ args: UntagResourceCommandInput,
419
+ options: __HttpHandlerOptions,
420
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
421
+ ): void;
422
+ updateConfiguredAudienceModel(
423
+ args: UpdateConfiguredAudienceModelCommandInput,
424
+ options?: __HttpHandlerOptions
425
+ ): Promise<UpdateConfiguredAudienceModelCommandOutput>;
426
+ updateConfiguredAudienceModel(
427
+ args: UpdateConfiguredAudienceModelCommandInput,
428
+ cb: (err: any, data?: UpdateConfiguredAudienceModelCommandOutput) => void
429
+ ): void;
430
+ updateConfiguredAudienceModel(
431
+ args: UpdateConfiguredAudienceModelCommandInput,
432
+ options: __HttpHandlerOptions,
433
+ cb: (err: any, data?: UpdateConfiguredAudienceModelCommandOutput) => void
434
+ ): void;
435
+ }
436
+ export declare class CleanRoomsML
437
+ extends CleanRoomsMLClient
438
+ implements CleanRoomsML {}
@@ -0,0 +1,269 @@
1
+ import {
2
+ HostHeaderInputConfig,
3
+ HostHeaderResolvedConfig,
4
+ } from "@aws-sdk/middleware-host-header";
5
+ import {
6
+ AwsAuthInputConfig,
7
+ AwsAuthResolvedConfig,
8
+ } from "@aws-sdk/middleware-signing";
9
+ import {
10
+ UserAgentInputConfig,
11
+ UserAgentResolvedConfig,
12
+ } from "@aws-sdk/middleware-user-agent";
13
+ import { Credentials as __Credentials } from "@aws-sdk/types";
14
+ import {
15
+ RegionInputConfig,
16
+ RegionResolvedConfig,
17
+ } from "@smithy/config-resolver";
18
+ import {
19
+ EndpointInputConfig,
20
+ EndpointResolvedConfig,
21
+ } from "@smithy/middleware-endpoint";
22
+ import {
23
+ RetryInputConfig,
24
+ RetryResolvedConfig,
25
+ } from "@smithy/middleware-retry";
26
+ import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
27
+ import {
28
+ Client as __Client,
29
+ DefaultsMode as __DefaultsMode,
30
+ SmithyConfiguration as __SmithyConfiguration,
31
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
32
+ } from "@smithy/smithy-client";
33
+ import {
34
+ BodyLengthCalculator as __BodyLengthCalculator,
35
+ CheckOptionalClientConfig as __CheckOptionalClientConfig,
36
+ ChecksumConstructor as __ChecksumConstructor,
37
+ Decoder as __Decoder,
38
+ Encoder as __Encoder,
39
+ HashConstructor as __HashConstructor,
40
+ HttpHandlerOptions as __HttpHandlerOptions,
41
+ Logger as __Logger,
42
+ Provider as __Provider,
43
+ Provider,
44
+ StreamCollector as __StreamCollector,
45
+ UrlParser as __UrlParser,
46
+ UserAgent as __UserAgent,
47
+ } from "@smithy/types";
48
+ import {
49
+ CreateAudienceModelCommandInput,
50
+ CreateAudienceModelCommandOutput,
51
+ } from "./commands/CreateAudienceModelCommand";
52
+ import {
53
+ CreateConfiguredAudienceModelCommandInput,
54
+ CreateConfiguredAudienceModelCommandOutput,
55
+ } from "./commands/CreateConfiguredAudienceModelCommand";
56
+ import {
57
+ CreateTrainingDatasetCommandInput,
58
+ CreateTrainingDatasetCommandOutput,
59
+ } from "./commands/CreateTrainingDatasetCommand";
60
+ import {
61
+ DeleteAudienceGenerationJobCommandInput,
62
+ DeleteAudienceGenerationJobCommandOutput,
63
+ } from "./commands/DeleteAudienceGenerationJobCommand";
64
+ import {
65
+ DeleteAudienceModelCommandInput,
66
+ DeleteAudienceModelCommandOutput,
67
+ } from "./commands/DeleteAudienceModelCommand";
68
+ import {
69
+ DeleteConfiguredAudienceModelCommandInput,
70
+ DeleteConfiguredAudienceModelCommandOutput,
71
+ } from "./commands/DeleteConfiguredAudienceModelCommand";
72
+ import {
73
+ DeleteConfiguredAudienceModelPolicyCommandInput,
74
+ DeleteConfiguredAudienceModelPolicyCommandOutput,
75
+ } from "./commands/DeleteConfiguredAudienceModelPolicyCommand";
76
+ import {
77
+ DeleteTrainingDatasetCommandInput,
78
+ DeleteTrainingDatasetCommandOutput,
79
+ } from "./commands/DeleteTrainingDatasetCommand";
80
+ import {
81
+ GetAudienceGenerationJobCommandInput,
82
+ GetAudienceGenerationJobCommandOutput,
83
+ } from "./commands/GetAudienceGenerationJobCommand";
84
+ import {
85
+ GetAudienceModelCommandInput,
86
+ GetAudienceModelCommandOutput,
87
+ } from "./commands/GetAudienceModelCommand";
88
+ import {
89
+ GetConfiguredAudienceModelCommandInput,
90
+ GetConfiguredAudienceModelCommandOutput,
91
+ } from "./commands/GetConfiguredAudienceModelCommand";
92
+ import {
93
+ GetConfiguredAudienceModelPolicyCommandInput,
94
+ GetConfiguredAudienceModelPolicyCommandOutput,
95
+ } from "./commands/GetConfiguredAudienceModelPolicyCommand";
96
+ import {
97
+ GetTrainingDatasetCommandInput,
98
+ GetTrainingDatasetCommandOutput,
99
+ } from "./commands/GetTrainingDatasetCommand";
100
+ import {
101
+ ListAudienceExportJobsCommandInput,
102
+ ListAudienceExportJobsCommandOutput,
103
+ } from "./commands/ListAudienceExportJobsCommand";
104
+ import {
105
+ ListAudienceGenerationJobsCommandInput,
106
+ ListAudienceGenerationJobsCommandOutput,
107
+ } from "./commands/ListAudienceGenerationJobsCommand";
108
+ import {
109
+ ListAudienceModelsCommandInput,
110
+ ListAudienceModelsCommandOutput,
111
+ } from "./commands/ListAudienceModelsCommand";
112
+ import {
113
+ ListConfiguredAudienceModelsCommandInput,
114
+ ListConfiguredAudienceModelsCommandOutput,
115
+ } from "./commands/ListConfiguredAudienceModelsCommand";
116
+ import {
117
+ ListTagsForResourceCommandInput,
118
+ ListTagsForResourceCommandOutput,
119
+ } from "./commands/ListTagsForResourceCommand";
120
+ import {
121
+ ListTrainingDatasetsCommandInput,
122
+ ListTrainingDatasetsCommandOutput,
123
+ } from "./commands/ListTrainingDatasetsCommand";
124
+ import {
125
+ PutConfiguredAudienceModelPolicyCommandInput,
126
+ PutConfiguredAudienceModelPolicyCommandOutput,
127
+ } from "./commands/PutConfiguredAudienceModelPolicyCommand";
128
+ import {
129
+ StartAudienceExportJobCommandInput,
130
+ StartAudienceExportJobCommandOutput,
131
+ } from "./commands/StartAudienceExportJobCommand";
132
+ import {
133
+ StartAudienceGenerationJobCommandInput,
134
+ StartAudienceGenerationJobCommandOutput,
135
+ } from "./commands/StartAudienceGenerationJobCommand";
136
+ import {
137
+ TagResourceCommandInput,
138
+ TagResourceCommandOutput,
139
+ } from "./commands/TagResourceCommand";
140
+ import {
141
+ UntagResourceCommandInput,
142
+ UntagResourceCommandOutput,
143
+ } from "./commands/UntagResourceCommand";
144
+ import {
145
+ UpdateConfiguredAudienceModelCommandInput,
146
+ UpdateConfiguredAudienceModelCommandOutput,
147
+ } from "./commands/UpdateConfiguredAudienceModelCommand";
148
+ import {
149
+ ClientInputEndpointParameters,
150
+ ClientResolvedEndpointParameters,
151
+ EndpointParameters,
152
+ } from "./endpoint/EndpointParameters";
153
+ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
154
+ export { __Client };
155
+ export type ServiceInputTypes =
156
+ | CreateAudienceModelCommandInput
157
+ | CreateConfiguredAudienceModelCommandInput
158
+ | CreateTrainingDatasetCommandInput
159
+ | DeleteAudienceGenerationJobCommandInput
160
+ | DeleteAudienceModelCommandInput
161
+ | DeleteConfiguredAudienceModelCommandInput
162
+ | DeleteConfiguredAudienceModelPolicyCommandInput
163
+ | DeleteTrainingDatasetCommandInput
164
+ | GetAudienceGenerationJobCommandInput
165
+ | GetAudienceModelCommandInput
166
+ | GetConfiguredAudienceModelCommandInput
167
+ | GetConfiguredAudienceModelPolicyCommandInput
168
+ | GetTrainingDatasetCommandInput
169
+ | ListAudienceExportJobsCommandInput
170
+ | ListAudienceGenerationJobsCommandInput
171
+ | ListAudienceModelsCommandInput
172
+ | ListConfiguredAudienceModelsCommandInput
173
+ | ListTagsForResourceCommandInput
174
+ | ListTrainingDatasetsCommandInput
175
+ | PutConfiguredAudienceModelPolicyCommandInput
176
+ | StartAudienceExportJobCommandInput
177
+ | StartAudienceGenerationJobCommandInput
178
+ | TagResourceCommandInput
179
+ | UntagResourceCommandInput
180
+ | UpdateConfiguredAudienceModelCommandInput;
181
+ export type ServiceOutputTypes =
182
+ | CreateAudienceModelCommandOutput
183
+ | CreateConfiguredAudienceModelCommandOutput
184
+ | CreateTrainingDatasetCommandOutput
185
+ | DeleteAudienceGenerationJobCommandOutput
186
+ | DeleteAudienceModelCommandOutput
187
+ | DeleteConfiguredAudienceModelCommandOutput
188
+ | DeleteConfiguredAudienceModelPolicyCommandOutput
189
+ | DeleteTrainingDatasetCommandOutput
190
+ | GetAudienceGenerationJobCommandOutput
191
+ | GetAudienceModelCommandOutput
192
+ | GetConfiguredAudienceModelCommandOutput
193
+ | GetConfiguredAudienceModelPolicyCommandOutput
194
+ | GetTrainingDatasetCommandOutput
195
+ | ListAudienceExportJobsCommandOutput
196
+ | ListAudienceGenerationJobsCommandOutput
197
+ | ListAudienceModelsCommandOutput
198
+ | ListConfiguredAudienceModelsCommandOutput
199
+ | ListTagsForResourceCommandOutput
200
+ | ListTrainingDatasetsCommandOutput
201
+ | PutConfiguredAudienceModelPolicyCommandOutput
202
+ | StartAudienceExportJobCommandOutput
203
+ | StartAudienceGenerationJobCommandOutput
204
+ | TagResourceCommandOutput
205
+ | UntagResourceCommandOutput
206
+ | UpdateConfiguredAudienceModelCommandOutput;
207
+ export interface ClientDefaults
208
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
209
+ requestHandler?: __HttpHandler;
210
+ sha256?: __ChecksumConstructor | __HashConstructor;
211
+ urlParser?: __UrlParser;
212
+ bodyLengthChecker?: __BodyLengthCalculator;
213
+ streamCollector?: __StreamCollector;
214
+ base64Decoder?: __Decoder;
215
+ base64Encoder?: __Encoder;
216
+ utf8Decoder?: __Decoder;
217
+ utf8Encoder?: __Encoder;
218
+ runtime?: string;
219
+ disableHostPrefix?: boolean;
220
+ serviceId?: string;
221
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
222
+ useFipsEndpoint?: boolean | __Provider<boolean>;
223
+ region?: string | __Provider<string>;
224
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
225
+ defaultUserAgentProvider?: Provider<__UserAgent>;
226
+ maxAttempts?: number | __Provider<number>;
227
+ retryMode?: string | __Provider<string>;
228
+ logger?: __Logger;
229
+ extensions?: RuntimeExtension[];
230
+ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
231
+ }
232
+ export type CleanRoomsMLClientConfigType = Partial<
233
+ __SmithyConfiguration<__HttpHandlerOptions>
234
+ > &
235
+ ClientDefaults &
236
+ RegionInputConfig &
237
+ EndpointInputConfig<EndpointParameters> &
238
+ RetryInputConfig &
239
+ HostHeaderInputConfig &
240
+ AwsAuthInputConfig &
241
+ UserAgentInputConfig &
242
+ ClientInputEndpointParameters;
243
+ export interface CleanRoomsMLClientConfig
244
+ extends CleanRoomsMLClientConfigType {}
245
+ export type CleanRoomsMLClientResolvedConfigType =
246
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
247
+ Required<ClientDefaults> &
248
+ RuntimeExtensionsConfig &
249
+ RegionResolvedConfig &
250
+ EndpointResolvedConfig<EndpointParameters> &
251
+ RetryResolvedConfig &
252
+ HostHeaderResolvedConfig &
253
+ AwsAuthResolvedConfig &
254
+ UserAgentResolvedConfig &
255
+ ClientResolvedEndpointParameters;
256
+ export interface CleanRoomsMLClientResolvedConfig
257
+ extends CleanRoomsMLClientResolvedConfigType {}
258
+ export declare class CleanRoomsMLClient extends __Client<
259
+ __HttpHandlerOptions,
260
+ ServiceInputTypes,
261
+ ServiceOutputTypes,
262
+ CleanRoomsMLClientResolvedConfig
263
+ > {
264
+ readonly config: CleanRoomsMLClientResolvedConfig;
265
+ constructor(
266
+ ...[configuration]: __CheckOptionalClientConfig<CleanRoomsMLClientConfig>
267
+ );
268
+ destroy(): void;
269
+ }