@aws-sdk/client-cleanrooms 3.378.0 → 3.381.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 (83) hide show
  1. package/README.md +71 -7
  2. package/dist-cjs/CleanRooms.js +16 -0
  3. package/dist-cjs/commands/BatchGetCollaborationAnalysisTemplateCommand.js +47 -0
  4. package/dist-cjs/commands/CreateAnalysisTemplateCommand.js +47 -0
  5. package/dist-cjs/commands/DeleteAnalysisTemplateCommand.js +46 -0
  6. package/dist-cjs/commands/GetAnalysisTemplateCommand.js +47 -0
  7. package/dist-cjs/commands/GetCollaborationAnalysisTemplateCommand.js +47 -0
  8. package/dist-cjs/commands/ListAnalysisTemplatesCommand.js +46 -0
  9. package/dist-cjs/commands/ListCollaborationAnalysisTemplatesCommand.js +46 -0
  10. package/dist-cjs/commands/UpdateAnalysisTemplateCommand.js +47 -0
  11. package/dist-cjs/commands/index.js +8 -0
  12. package/dist-cjs/models/models_0.js +139 -45
  13. package/dist-cjs/pagination/ListAnalysisTemplatesPaginator.js +29 -0
  14. package/dist-cjs/pagination/ListCollaborationAnalysisTemplatesPaginator.js +29 -0
  15. package/dist-cjs/pagination/index.js +2 -0
  16. package/dist-cjs/protocols/Aws_restJson1.js +673 -36
  17. package/dist-es/CleanRooms.js +16 -0
  18. package/dist-es/commands/BatchGetCollaborationAnalysisTemplateCommand.js +43 -0
  19. package/dist-es/commands/CreateAnalysisTemplateCommand.js +43 -0
  20. package/dist-es/commands/DeleteAnalysisTemplateCommand.js +42 -0
  21. package/dist-es/commands/GetAnalysisTemplateCommand.js +43 -0
  22. package/dist-es/commands/GetCollaborationAnalysisTemplateCommand.js +43 -0
  23. package/dist-es/commands/ListAnalysisTemplatesCommand.js +42 -0
  24. package/dist-es/commands/ListCollaborationAnalysisTemplatesCommand.js +42 -0
  25. package/dist-es/commands/UpdateAnalysisTemplateCommand.js +43 -0
  26. package/dist-es/commands/index.js +8 -0
  27. package/dist-es/models/models_0.js +125 -42
  28. package/dist-es/pagination/ListAnalysisTemplatesPaginator.js +25 -0
  29. package/dist-es/pagination/ListCollaborationAnalysisTemplatesPaginator.js +25 -0
  30. package/dist-es/pagination/index.js +2 -0
  31. package/dist-es/protocols/Aws_restJson1.js +698 -77
  32. package/dist-types/CleanRooms.d.ts +56 -0
  33. package/dist-types/CleanRoomsClient.d.ts +10 -2
  34. package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +126 -0
  35. package/dist-types/commands/BatchGetSchemaCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +137 -0
  37. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +18 -2
  38. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteAnalysisTemplateCommand.d.ts +87 -0
  40. package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +1 -1
  41. package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +116 -0
  42. package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +115 -0
  43. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +10 -2
  44. package/dist-types/commands/GetConfiguredTableCommand.d.ts +1 -1
  45. package/dist-types/commands/GetProtectedQueryCommand.d.ts +4 -0
  46. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +10 -2
  47. package/dist-types/commands/GetSchemaCommand.d.ts +1 -1
  48. package/dist-types/commands/ListAnalysisTemplatesCommand.d.ts +104 -0
  49. package/dist-types/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +103 -0
  50. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  52. package/dist-types/commands/StartProtectedQueryCommand.d.ts +8 -0
  53. package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +117 -0
  54. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +18 -2
  55. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +4 -0
  57. package/dist-types/commands/index.d.ts +8 -0
  58. package/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  59. package/dist-types/index.d.ts +1 -0
  60. package/dist-types/models/models_0.d.ts +793 -166
  61. package/dist-types/pagination/ListAnalysisTemplatesPaginator.d.ts +7 -0
  62. package/dist-types/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +7 -0
  63. package/dist-types/pagination/index.d.ts +2 -0
  64. package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
  65. package/dist-types/runtimeConfig.browser.d.ts +3 -1
  66. package/dist-types/ts3.4/CleanRooms.d.ts +148 -0
  67. package/dist-types/ts3.4/CleanRoomsClient.d.ts +48 -0
  68. package/dist-types/ts3.4/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +42 -0
  69. package/dist-types/ts3.4/commands/CreateAnalysisTemplateCommand.d.ts +42 -0
  70. package/dist-types/ts3.4/commands/DeleteAnalysisTemplateCommand.d.ts +42 -0
  71. package/dist-types/ts3.4/commands/GetAnalysisTemplateCommand.d.ts +39 -0
  72. package/dist-types/ts3.4/commands/GetCollaborationAnalysisTemplateCommand.d.ts +42 -0
  73. package/dist-types/ts3.4/commands/ListAnalysisTemplatesCommand.d.ts +42 -0
  74. package/dist-types/ts3.4/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +42 -0
  75. package/dist-types/ts3.4/commands/UpdateAnalysisTemplateCommand.d.ts +42 -0
  76. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  77. package/dist-types/ts3.4/index.d.ts +1 -0
  78. package/dist-types/ts3.4/models/models_0.d.ts +294 -58
  79. package/dist-types/ts3.4/pagination/ListAnalysisTemplatesPaginator.d.ts +11 -0
  80. package/dist-types/ts3.4/pagination/ListCollaborationAnalysisTemplatesPaginator.d.ts +11 -0
  81. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  82. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
  83. package/package.json +6 -6
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput } from "../commands/ListAnalysisTemplatesCommand";
3
+ import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListAnalysisTemplates(config: CleanRoomsPaginationConfiguration, input: ListAnalysisTemplatesCommandInput, ...additionalArguments: any): Paginator<ListAnalysisTemplatesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput } from "../commands/ListCollaborationAnalysisTemplatesCommand";
3
+ import { CleanRoomsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare function paginateListCollaborationAnalysisTemplates(config: CleanRoomsPaginationConfiguration, input: ListCollaborationAnalysisTemplatesCommandInput, ...additionalArguments: any): Paginator<ListCollaborationAnalysisTemplatesCommandOutput>;
@@ -1,4 +1,6 @@
1
1
  export * from "./Interfaces";
2
+ export * from "./ListAnalysisTemplatesPaginator";
3
+ export * from "./ListCollaborationAnalysisTemplatesPaginator";
2
4
  export * from "./ListCollaborationsPaginator";
3
5
  export * from "./ListConfiguredTableAssociationsPaginator";
4
6
  export * from "./ListConfiguredTablesPaginator";
@@ -1,17 +1,22 @@
1
1
  import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
2
  import { SerdeContext as __SerdeContext } from "@smithy/types";
3
+ import { BatchGetCollaborationAnalysisTemplateCommandInput, BatchGetCollaborationAnalysisTemplateCommandOutput } from "../commands/BatchGetCollaborationAnalysisTemplateCommand";
3
4
  import { BatchGetSchemaCommandInput, BatchGetSchemaCommandOutput } from "../commands/BatchGetSchemaCommand";
5
+ import { CreateAnalysisTemplateCommandInput, CreateAnalysisTemplateCommandOutput } from "../commands/CreateAnalysisTemplateCommand";
4
6
  import { CreateCollaborationCommandInput, CreateCollaborationCommandOutput } from "../commands/CreateCollaborationCommand";
5
7
  import { CreateConfiguredTableAnalysisRuleCommandInput, CreateConfiguredTableAnalysisRuleCommandOutput } from "../commands/CreateConfiguredTableAnalysisRuleCommand";
6
8
  import { CreateConfiguredTableAssociationCommandInput, CreateConfiguredTableAssociationCommandOutput } from "../commands/CreateConfiguredTableAssociationCommand";
7
9
  import { CreateConfiguredTableCommandInput, CreateConfiguredTableCommandOutput } from "../commands/CreateConfiguredTableCommand";
8
10
  import { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "../commands/CreateMembershipCommand";
11
+ import { DeleteAnalysisTemplateCommandInput, DeleteAnalysisTemplateCommandOutput } from "../commands/DeleteAnalysisTemplateCommand";
9
12
  import { DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput } from "../commands/DeleteCollaborationCommand";
10
13
  import { DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput } from "../commands/DeleteConfiguredTableAnalysisRuleCommand";
11
14
  import { DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput } from "../commands/DeleteConfiguredTableAssociationCommand";
12
15
  import { DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput } from "../commands/DeleteConfiguredTableCommand";
13
16
  import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "../commands/DeleteMemberCommand";
14
17
  import { DeleteMembershipCommandInput, DeleteMembershipCommandOutput } from "../commands/DeleteMembershipCommand";
18
+ import { GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput } from "../commands/GetAnalysisTemplateCommand";
19
+ import { GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput } from "../commands/GetCollaborationAnalysisTemplateCommand";
15
20
  import { GetCollaborationCommandInput, GetCollaborationCommandOutput } from "../commands/GetCollaborationCommand";
16
21
  import { GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput } from "../commands/GetConfiguredTableAnalysisRuleCommand";
17
22
  import { GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput } from "../commands/GetConfiguredTableAssociationCommand";
@@ -20,6 +25,8 @@ import { GetMembershipCommandInput, GetMembershipCommandOutput } from "../comman
20
25
  import { GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput } from "../commands/GetProtectedQueryCommand";
21
26
  import { GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput } from "../commands/GetSchemaAnalysisRuleCommand";
22
27
  import { GetSchemaCommandInput, GetSchemaCommandOutput } from "../commands/GetSchemaCommand";
28
+ import { ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput } from "../commands/ListAnalysisTemplatesCommand";
29
+ import { ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput } from "../commands/ListCollaborationAnalysisTemplatesCommand";
23
30
  import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "../commands/ListCollaborationsCommand";
24
31
  import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "../commands/ListConfiguredTableAssociationsCommand";
25
32
  import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "../commands/ListConfiguredTablesCommand";
@@ -31,16 +38,25 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
31
38
  import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "../commands/StartProtectedQueryCommand";
32
39
  import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
33
40
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
41
+ import { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput } from "../commands/UpdateAnalysisTemplateCommand";
34
42
  import { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "../commands/UpdateCollaborationCommand";
35
43
  import { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "../commands/UpdateConfiguredTableAnalysisRuleCommand";
36
44
  import { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput } from "../commands/UpdateConfiguredTableAssociationCommand";
37
45
  import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "../commands/UpdateConfiguredTableCommand";
38
46
  import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "../commands/UpdateMembershipCommand";
39
47
  import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "../commands/UpdateProtectedQueryCommand";
48
+ /**
49
+ * serializeAws_restJson1BatchGetCollaborationAnalysisTemplateCommand
50
+ */
51
+ export declare const se_BatchGetCollaborationAnalysisTemplateCommand: (input: BatchGetCollaborationAnalysisTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
52
  /**
41
53
  * serializeAws_restJson1BatchGetSchemaCommand
42
54
  */
43
55
  export declare const se_BatchGetSchemaCommand: (input: BatchGetSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ /**
57
+ * serializeAws_restJson1CreateAnalysisTemplateCommand
58
+ */
59
+ export declare const se_CreateAnalysisTemplateCommand: (input: CreateAnalysisTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
60
  /**
45
61
  * serializeAws_restJson1CreateCollaborationCommand
46
62
  */
@@ -61,6 +77,10 @@ export declare const se_CreateConfiguredTableAssociationCommand: (input: CreateC
61
77
  * serializeAws_restJson1CreateMembershipCommand
62
78
  */
63
79
  export declare const se_CreateMembershipCommand: (input: CreateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
+ /**
81
+ * serializeAws_restJson1DeleteAnalysisTemplateCommand
82
+ */
83
+ export declare const se_DeleteAnalysisTemplateCommand: (input: DeleteAnalysisTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
84
  /**
65
85
  * serializeAws_restJson1DeleteCollaborationCommand
66
86
  */
@@ -85,10 +105,18 @@ export declare const se_DeleteMemberCommand: (input: DeleteMemberCommandInput, c
85
105
  * serializeAws_restJson1DeleteMembershipCommand
86
106
  */
87
107
  export declare const se_DeleteMembershipCommand: (input: DeleteMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
+ /**
109
+ * serializeAws_restJson1GetAnalysisTemplateCommand
110
+ */
111
+ export declare const se_GetAnalysisTemplateCommand: (input: GetAnalysisTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
112
  /**
89
113
  * serializeAws_restJson1GetCollaborationCommand
90
114
  */
91
115
  export declare const se_GetCollaborationCommand: (input: GetCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
+ /**
117
+ * serializeAws_restJson1GetCollaborationAnalysisTemplateCommand
118
+ */
119
+ export declare const se_GetCollaborationAnalysisTemplateCommand: (input: GetCollaborationAnalysisTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
120
  /**
93
121
  * serializeAws_restJson1GetConfiguredTableCommand
94
122
  */
@@ -117,6 +145,14 @@ export declare const se_GetSchemaCommand: (input: GetSchemaCommandInput, context
117
145
  * serializeAws_restJson1GetSchemaAnalysisRuleCommand
118
146
  */
119
147
  export declare const se_GetSchemaAnalysisRuleCommand: (input: GetSchemaAnalysisRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
+ /**
149
+ * serializeAws_restJson1ListAnalysisTemplatesCommand
150
+ */
151
+ export declare const se_ListAnalysisTemplatesCommand: (input: ListAnalysisTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
+ /**
153
+ * serializeAws_restJson1ListCollaborationAnalysisTemplatesCommand
154
+ */
155
+ export declare const se_ListCollaborationAnalysisTemplatesCommand: (input: ListCollaborationAnalysisTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
156
  /**
121
157
  * serializeAws_restJson1ListCollaborationsCommand
122
158
  */
@@ -161,6 +197,10 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
161
197
  * serializeAws_restJson1UntagResourceCommand
162
198
  */
163
199
  export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
+ /**
201
+ * serializeAws_restJson1UpdateAnalysisTemplateCommand
202
+ */
203
+ export declare const se_UpdateAnalysisTemplateCommand: (input: UpdateAnalysisTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
204
  /**
165
205
  * serializeAws_restJson1UpdateCollaborationCommand
166
206
  */
@@ -185,10 +225,18 @@ export declare const se_UpdateMembershipCommand: (input: UpdateMembershipCommand
185
225
  * serializeAws_restJson1UpdateProtectedQueryCommand
186
226
  */
187
227
  export declare const se_UpdateProtectedQueryCommand: (input: UpdateProtectedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
+ /**
229
+ * deserializeAws_restJson1BatchGetCollaborationAnalysisTemplateCommand
230
+ */
231
+ export declare const de_BatchGetCollaborationAnalysisTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCollaborationAnalysisTemplateCommandOutput>;
188
232
  /**
189
233
  * deserializeAws_restJson1BatchGetSchemaCommand
190
234
  */
191
235
  export declare const de_BatchGetSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetSchemaCommandOutput>;
236
+ /**
237
+ * deserializeAws_restJson1CreateAnalysisTemplateCommand
238
+ */
239
+ export declare const de_CreateAnalysisTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnalysisTemplateCommandOutput>;
192
240
  /**
193
241
  * deserializeAws_restJson1CreateCollaborationCommand
194
242
  */
@@ -209,6 +257,10 @@ export declare const de_CreateConfiguredTableAssociationCommand: (output: __Http
209
257
  * deserializeAws_restJson1CreateMembershipCommand
210
258
  */
211
259
  export declare const de_CreateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembershipCommandOutput>;
260
+ /**
261
+ * deserializeAws_restJson1DeleteAnalysisTemplateCommand
262
+ */
263
+ export declare const de_DeleteAnalysisTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnalysisTemplateCommandOutput>;
212
264
  /**
213
265
  * deserializeAws_restJson1DeleteCollaborationCommand
214
266
  */
@@ -233,10 +285,18 @@ export declare const de_DeleteMemberCommand: (output: __HttpResponse, context: _
233
285
  * deserializeAws_restJson1DeleteMembershipCommand
234
286
  */
235
287
  export declare const de_DeleteMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembershipCommandOutput>;
288
+ /**
289
+ * deserializeAws_restJson1GetAnalysisTemplateCommand
290
+ */
291
+ export declare const de_GetAnalysisTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAnalysisTemplateCommandOutput>;
236
292
  /**
237
293
  * deserializeAws_restJson1GetCollaborationCommand
238
294
  */
239
295
  export declare const de_GetCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCollaborationCommandOutput>;
296
+ /**
297
+ * deserializeAws_restJson1GetCollaborationAnalysisTemplateCommand
298
+ */
299
+ export declare const de_GetCollaborationAnalysisTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCollaborationAnalysisTemplateCommandOutput>;
240
300
  /**
241
301
  * deserializeAws_restJson1GetConfiguredTableCommand
242
302
  */
@@ -265,6 +325,14 @@ export declare const de_GetSchemaCommand: (output: __HttpResponse, context: __Se
265
325
  * deserializeAws_restJson1GetSchemaAnalysisRuleCommand
266
326
  */
267
327
  export declare const de_GetSchemaAnalysisRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaAnalysisRuleCommandOutput>;
328
+ /**
329
+ * deserializeAws_restJson1ListAnalysisTemplatesCommand
330
+ */
331
+ export declare const de_ListAnalysisTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalysisTemplatesCommandOutput>;
332
+ /**
333
+ * deserializeAws_restJson1ListCollaborationAnalysisTemplatesCommand
334
+ */
335
+ export declare const de_ListCollaborationAnalysisTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationAnalysisTemplatesCommandOutput>;
268
336
  /**
269
337
  * deserializeAws_restJson1ListCollaborationsCommand
270
338
  */
@@ -309,6 +377,10 @@ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __
309
377
  * deserializeAws_restJson1UntagResourceCommand
310
378
  */
311
379
  export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
380
+ /**
381
+ * deserializeAws_restJson1UpdateAnalysisTemplateCommand
382
+ */
383
+ export declare const de_UpdateAnalysisTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnalysisTemplateCommandOutput>;
312
384
  /**
313
385
  * deserializeAws_restJson1UpdateCollaborationCommand
314
386
  */
@@ -36,7 +36,9 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
36
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
- signingRegion?: string | undefined;
39
+ signingRegion?: string | undefined; /**
40
+ * @internal
41
+ */
40
42
  signerConstructor?: (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner) | undefined;
41
43
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
42
44
  };
@@ -1,9 +1,17 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CleanRoomsClient } from "./CleanRoomsClient";
3
+ import {
4
+ BatchGetCollaborationAnalysisTemplateCommandInput,
5
+ BatchGetCollaborationAnalysisTemplateCommandOutput,
6
+ } from "./commands/BatchGetCollaborationAnalysisTemplateCommand";
3
7
  import {
4
8
  BatchGetSchemaCommandInput,
5
9
  BatchGetSchemaCommandOutput,
6
10
  } from "./commands/BatchGetSchemaCommand";
11
+ import {
12
+ CreateAnalysisTemplateCommandInput,
13
+ CreateAnalysisTemplateCommandOutput,
14
+ } from "./commands/CreateAnalysisTemplateCommand";
7
15
  import {
8
16
  CreateCollaborationCommandInput,
9
17
  CreateCollaborationCommandOutput,
@@ -24,6 +32,10 @@ import {
24
32
  CreateMembershipCommandInput,
25
33
  CreateMembershipCommandOutput,
26
34
  } from "./commands/CreateMembershipCommand";
35
+ import {
36
+ DeleteAnalysisTemplateCommandInput,
37
+ DeleteAnalysisTemplateCommandOutput,
38
+ } from "./commands/DeleteAnalysisTemplateCommand";
27
39
  import {
28
40
  DeleteCollaborationCommandInput,
29
41
  DeleteCollaborationCommandOutput,
@@ -48,6 +60,14 @@ import {
48
60
  DeleteMembershipCommandInput,
49
61
  DeleteMembershipCommandOutput,
50
62
  } from "./commands/DeleteMembershipCommand";
63
+ import {
64
+ GetAnalysisTemplateCommandInput,
65
+ GetAnalysisTemplateCommandOutput,
66
+ } from "./commands/GetAnalysisTemplateCommand";
67
+ import {
68
+ GetCollaborationAnalysisTemplateCommandInput,
69
+ GetCollaborationAnalysisTemplateCommandOutput,
70
+ } from "./commands/GetCollaborationAnalysisTemplateCommand";
51
71
  import {
52
72
  GetCollaborationCommandInput,
53
73
  GetCollaborationCommandOutput,
@@ -80,6 +100,14 @@ import {
80
100
  GetSchemaCommandInput,
81
101
  GetSchemaCommandOutput,
82
102
  } from "./commands/GetSchemaCommand";
103
+ import {
104
+ ListAnalysisTemplatesCommandInput,
105
+ ListAnalysisTemplatesCommandOutput,
106
+ } from "./commands/ListAnalysisTemplatesCommand";
107
+ import {
108
+ ListCollaborationAnalysisTemplatesCommandInput,
109
+ ListCollaborationAnalysisTemplatesCommandOutput,
110
+ } from "./commands/ListCollaborationAnalysisTemplatesCommand";
83
111
  import {
84
112
  ListCollaborationsCommandInput,
85
113
  ListCollaborationsCommandOutput,
@@ -124,6 +152,10 @@ import {
124
152
  UntagResourceCommandInput,
125
153
  UntagResourceCommandOutput,
126
154
  } from "./commands/UntagResourceCommand";
155
+ import {
156
+ UpdateAnalysisTemplateCommandInput,
157
+ UpdateAnalysisTemplateCommandOutput,
158
+ } from "./commands/UpdateAnalysisTemplateCommand";
127
159
  import {
128
160
  UpdateCollaborationCommandInput,
129
161
  UpdateCollaborationCommandOutput,
@@ -149,6 +181,25 @@ import {
149
181
  UpdateProtectedQueryCommandOutput,
150
182
  } from "./commands/UpdateProtectedQueryCommand";
151
183
  export interface CleanRooms {
184
+ batchGetCollaborationAnalysisTemplate(
185
+ args: BatchGetCollaborationAnalysisTemplateCommandInput,
186
+ options?: __HttpHandlerOptions
187
+ ): Promise<BatchGetCollaborationAnalysisTemplateCommandOutput>;
188
+ batchGetCollaborationAnalysisTemplate(
189
+ args: BatchGetCollaborationAnalysisTemplateCommandInput,
190
+ cb: (
191
+ err: any,
192
+ data?: BatchGetCollaborationAnalysisTemplateCommandOutput
193
+ ) => void
194
+ ): void;
195
+ batchGetCollaborationAnalysisTemplate(
196
+ args: BatchGetCollaborationAnalysisTemplateCommandInput,
197
+ options: __HttpHandlerOptions,
198
+ cb: (
199
+ err: any,
200
+ data?: BatchGetCollaborationAnalysisTemplateCommandOutput
201
+ ) => void
202
+ ): void;
152
203
  batchGetSchema(
153
204
  args: BatchGetSchemaCommandInput,
154
205
  options?: __HttpHandlerOptions
@@ -162,6 +213,19 @@ export interface CleanRooms {
162
213
  options: __HttpHandlerOptions,
163
214
  cb: (err: any, data?: BatchGetSchemaCommandOutput) => void
164
215
  ): void;
216
+ createAnalysisTemplate(
217
+ args: CreateAnalysisTemplateCommandInput,
218
+ options?: __HttpHandlerOptions
219
+ ): Promise<CreateAnalysisTemplateCommandOutput>;
220
+ createAnalysisTemplate(
221
+ args: CreateAnalysisTemplateCommandInput,
222
+ cb: (err: any, data?: CreateAnalysisTemplateCommandOutput) => void
223
+ ): void;
224
+ createAnalysisTemplate(
225
+ args: CreateAnalysisTemplateCommandInput,
226
+ options: __HttpHandlerOptions,
227
+ cb: (err: any, data?: CreateAnalysisTemplateCommandOutput) => void
228
+ ): void;
165
229
  createCollaboration(
166
230
  args: CreateCollaborationCommandInput,
167
231
  options?: __HttpHandlerOptions
@@ -233,6 +297,19 @@ export interface CleanRooms {
233
297
  options: __HttpHandlerOptions,
234
298
  cb: (err: any, data?: CreateMembershipCommandOutput) => void
235
299
  ): void;
300
+ deleteAnalysisTemplate(
301
+ args: DeleteAnalysisTemplateCommandInput,
302
+ options?: __HttpHandlerOptions
303
+ ): Promise<DeleteAnalysisTemplateCommandOutput>;
304
+ deleteAnalysisTemplate(
305
+ args: DeleteAnalysisTemplateCommandInput,
306
+ cb: (err: any, data?: DeleteAnalysisTemplateCommandOutput) => void
307
+ ): void;
308
+ deleteAnalysisTemplate(
309
+ args: DeleteAnalysisTemplateCommandInput,
310
+ options: __HttpHandlerOptions,
311
+ cb: (err: any, data?: DeleteAnalysisTemplateCommandOutput) => void
312
+ ): void;
236
313
  deleteCollaboration(
237
314
  args: DeleteCollaborationCommandInput,
238
315
  options?: __HttpHandlerOptions
@@ -317,6 +394,19 @@ export interface CleanRooms {
317
394
  options: __HttpHandlerOptions,
318
395
  cb: (err: any, data?: DeleteMembershipCommandOutput) => void
319
396
  ): void;
397
+ getAnalysisTemplate(
398
+ args: GetAnalysisTemplateCommandInput,
399
+ options?: __HttpHandlerOptions
400
+ ): Promise<GetAnalysisTemplateCommandOutput>;
401
+ getAnalysisTemplate(
402
+ args: GetAnalysisTemplateCommandInput,
403
+ cb: (err: any, data?: GetAnalysisTemplateCommandOutput) => void
404
+ ): void;
405
+ getAnalysisTemplate(
406
+ args: GetAnalysisTemplateCommandInput,
407
+ options: __HttpHandlerOptions,
408
+ cb: (err: any, data?: GetAnalysisTemplateCommandOutput) => void
409
+ ): void;
320
410
  getCollaboration(
321
411
  args: GetCollaborationCommandInput,
322
412
  options?: __HttpHandlerOptions
@@ -330,6 +420,19 @@ export interface CleanRooms {
330
420
  options: __HttpHandlerOptions,
331
421
  cb: (err: any, data?: GetCollaborationCommandOutput) => void
332
422
  ): void;
423
+ getCollaborationAnalysisTemplate(
424
+ args: GetCollaborationAnalysisTemplateCommandInput,
425
+ options?: __HttpHandlerOptions
426
+ ): Promise<GetCollaborationAnalysisTemplateCommandOutput>;
427
+ getCollaborationAnalysisTemplate(
428
+ args: GetCollaborationAnalysisTemplateCommandInput,
429
+ cb: (err: any, data?: GetCollaborationAnalysisTemplateCommandOutput) => void
430
+ ): void;
431
+ getCollaborationAnalysisTemplate(
432
+ args: GetCollaborationAnalysisTemplateCommandInput,
433
+ options: __HttpHandlerOptions,
434
+ cb: (err: any, data?: GetCollaborationAnalysisTemplateCommandOutput) => void
435
+ ): void;
333
436
  getConfiguredTable(
334
437
  args: GetConfiguredTableCommandInput,
335
438
  options?: __HttpHandlerOptions
@@ -421,6 +524,38 @@ export interface CleanRooms {
421
524
  options: __HttpHandlerOptions,
422
525
  cb: (err: any, data?: GetSchemaAnalysisRuleCommandOutput) => void
423
526
  ): void;
527
+ listAnalysisTemplates(
528
+ args: ListAnalysisTemplatesCommandInput,
529
+ options?: __HttpHandlerOptions
530
+ ): Promise<ListAnalysisTemplatesCommandOutput>;
531
+ listAnalysisTemplates(
532
+ args: ListAnalysisTemplatesCommandInput,
533
+ cb: (err: any, data?: ListAnalysisTemplatesCommandOutput) => void
534
+ ): void;
535
+ listAnalysisTemplates(
536
+ args: ListAnalysisTemplatesCommandInput,
537
+ options: __HttpHandlerOptions,
538
+ cb: (err: any, data?: ListAnalysisTemplatesCommandOutput) => void
539
+ ): void;
540
+ listCollaborationAnalysisTemplates(
541
+ args: ListCollaborationAnalysisTemplatesCommandInput,
542
+ options?: __HttpHandlerOptions
543
+ ): Promise<ListCollaborationAnalysisTemplatesCommandOutput>;
544
+ listCollaborationAnalysisTemplates(
545
+ args: ListCollaborationAnalysisTemplatesCommandInput,
546
+ cb: (
547
+ err: any,
548
+ data?: ListCollaborationAnalysisTemplatesCommandOutput
549
+ ) => void
550
+ ): void;
551
+ listCollaborationAnalysisTemplates(
552
+ args: ListCollaborationAnalysisTemplatesCommandInput,
553
+ options: __HttpHandlerOptions,
554
+ cb: (
555
+ err: any,
556
+ data?: ListCollaborationAnalysisTemplatesCommandOutput
557
+ ) => void
558
+ ): void;
424
559
  listCollaborations(
425
560
  args: ListCollaborationsCommandInput,
426
561
  options?: __HttpHandlerOptions
@@ -564,6 +699,19 @@ export interface CleanRooms {
564
699
  options: __HttpHandlerOptions,
565
700
  cb: (err: any, data?: UntagResourceCommandOutput) => void
566
701
  ): void;
702
+ updateAnalysisTemplate(
703
+ args: UpdateAnalysisTemplateCommandInput,
704
+ options?: __HttpHandlerOptions
705
+ ): Promise<UpdateAnalysisTemplateCommandOutput>;
706
+ updateAnalysisTemplate(
707
+ args: UpdateAnalysisTemplateCommandInput,
708
+ cb: (err: any, data?: UpdateAnalysisTemplateCommandOutput) => void
709
+ ): void;
710
+ updateAnalysisTemplate(
711
+ args: UpdateAnalysisTemplateCommandInput,
712
+ options: __HttpHandlerOptions,
713
+ cb: (err: any, data?: UpdateAnalysisTemplateCommandOutput) => void
714
+ ): void;
567
715
  updateCollaboration(
568
716
  args: UpdateCollaborationCommandInput,
569
717
  options?: __HttpHandlerOptions
@@ -44,10 +44,18 @@ import {
44
44
  UrlParser as __UrlParser,
45
45
  UserAgent as __UserAgent,
46
46
  } from "@smithy/types";
47
+ import {
48
+ BatchGetCollaborationAnalysisTemplateCommandInput,
49
+ BatchGetCollaborationAnalysisTemplateCommandOutput,
50
+ } from "./commands/BatchGetCollaborationAnalysisTemplateCommand";
47
51
  import {
48
52
  BatchGetSchemaCommandInput,
49
53
  BatchGetSchemaCommandOutput,
50
54
  } from "./commands/BatchGetSchemaCommand";
55
+ import {
56
+ CreateAnalysisTemplateCommandInput,
57
+ CreateAnalysisTemplateCommandOutput,
58
+ } from "./commands/CreateAnalysisTemplateCommand";
51
59
  import {
52
60
  CreateCollaborationCommandInput,
53
61
  CreateCollaborationCommandOutput,
@@ -68,6 +76,10 @@ import {
68
76
  CreateMembershipCommandInput,
69
77
  CreateMembershipCommandOutput,
70
78
  } from "./commands/CreateMembershipCommand";
79
+ import {
80
+ DeleteAnalysisTemplateCommandInput,
81
+ DeleteAnalysisTemplateCommandOutput,
82
+ } from "./commands/DeleteAnalysisTemplateCommand";
71
83
  import {
72
84
  DeleteCollaborationCommandInput,
73
85
  DeleteCollaborationCommandOutput,
@@ -92,6 +104,14 @@ import {
92
104
  DeleteMembershipCommandInput,
93
105
  DeleteMembershipCommandOutput,
94
106
  } from "./commands/DeleteMembershipCommand";
107
+ import {
108
+ GetAnalysisTemplateCommandInput,
109
+ GetAnalysisTemplateCommandOutput,
110
+ } from "./commands/GetAnalysisTemplateCommand";
111
+ import {
112
+ GetCollaborationAnalysisTemplateCommandInput,
113
+ GetCollaborationAnalysisTemplateCommandOutput,
114
+ } from "./commands/GetCollaborationAnalysisTemplateCommand";
95
115
  import {
96
116
  GetCollaborationCommandInput,
97
117
  GetCollaborationCommandOutput,
@@ -124,6 +144,14 @@ import {
124
144
  GetSchemaCommandInput,
125
145
  GetSchemaCommandOutput,
126
146
  } from "./commands/GetSchemaCommand";
147
+ import {
148
+ ListAnalysisTemplatesCommandInput,
149
+ ListAnalysisTemplatesCommandOutput,
150
+ } from "./commands/ListAnalysisTemplatesCommand";
151
+ import {
152
+ ListCollaborationAnalysisTemplatesCommandInput,
153
+ ListCollaborationAnalysisTemplatesCommandOutput,
154
+ } from "./commands/ListCollaborationAnalysisTemplatesCommand";
127
155
  import {
128
156
  ListCollaborationsCommandInput,
129
157
  ListCollaborationsCommandOutput,
@@ -168,6 +196,10 @@ import {
168
196
  UntagResourceCommandInput,
169
197
  UntagResourceCommandOutput,
170
198
  } from "./commands/UntagResourceCommand";
199
+ import {
200
+ UpdateAnalysisTemplateCommandInput,
201
+ UpdateAnalysisTemplateCommandOutput,
202
+ } from "./commands/UpdateAnalysisTemplateCommand";
171
203
  import {
172
204
  UpdateCollaborationCommandInput,
173
205
  UpdateCollaborationCommandOutput,
@@ -199,18 +231,23 @@ import {
199
231
  } from "./endpoint/EndpointParameters";
200
232
  export { __Client };
201
233
  export type ServiceInputTypes =
234
+ | BatchGetCollaborationAnalysisTemplateCommandInput
202
235
  | BatchGetSchemaCommandInput
236
+ | CreateAnalysisTemplateCommandInput
203
237
  | CreateCollaborationCommandInput
204
238
  | CreateConfiguredTableAnalysisRuleCommandInput
205
239
  | CreateConfiguredTableAssociationCommandInput
206
240
  | CreateConfiguredTableCommandInput
207
241
  | CreateMembershipCommandInput
242
+ | DeleteAnalysisTemplateCommandInput
208
243
  | DeleteCollaborationCommandInput
209
244
  | DeleteConfiguredTableAnalysisRuleCommandInput
210
245
  | DeleteConfiguredTableAssociationCommandInput
211
246
  | DeleteConfiguredTableCommandInput
212
247
  | DeleteMemberCommandInput
213
248
  | DeleteMembershipCommandInput
249
+ | GetAnalysisTemplateCommandInput
250
+ | GetCollaborationAnalysisTemplateCommandInput
214
251
  | GetCollaborationCommandInput
215
252
  | GetConfiguredTableAnalysisRuleCommandInput
216
253
  | GetConfiguredTableAssociationCommandInput
@@ -219,6 +256,8 @@ export type ServiceInputTypes =
219
256
  | GetProtectedQueryCommandInput
220
257
  | GetSchemaAnalysisRuleCommandInput
221
258
  | GetSchemaCommandInput
259
+ | ListAnalysisTemplatesCommandInput
260
+ | ListCollaborationAnalysisTemplatesCommandInput
222
261
  | ListCollaborationsCommandInput
223
262
  | ListConfiguredTableAssociationsCommandInput
224
263
  | ListConfiguredTablesCommandInput
@@ -230,6 +269,7 @@ export type ServiceInputTypes =
230
269
  | StartProtectedQueryCommandInput
231
270
  | TagResourceCommandInput
232
271
  | UntagResourceCommandInput
272
+ | UpdateAnalysisTemplateCommandInput
233
273
  | UpdateCollaborationCommandInput
234
274
  | UpdateConfiguredTableAnalysisRuleCommandInput
235
275
  | UpdateConfiguredTableAssociationCommandInput
@@ -237,18 +277,23 @@ export type ServiceInputTypes =
237
277
  | UpdateMembershipCommandInput
238
278
  | UpdateProtectedQueryCommandInput;
239
279
  export type ServiceOutputTypes =
280
+ | BatchGetCollaborationAnalysisTemplateCommandOutput
240
281
  | BatchGetSchemaCommandOutput
282
+ | CreateAnalysisTemplateCommandOutput
241
283
  | CreateCollaborationCommandOutput
242
284
  | CreateConfiguredTableAnalysisRuleCommandOutput
243
285
  | CreateConfiguredTableAssociationCommandOutput
244
286
  | CreateConfiguredTableCommandOutput
245
287
  | CreateMembershipCommandOutput
288
+ | DeleteAnalysisTemplateCommandOutput
246
289
  | DeleteCollaborationCommandOutput
247
290
  | DeleteConfiguredTableAnalysisRuleCommandOutput
248
291
  | DeleteConfiguredTableAssociationCommandOutput
249
292
  | DeleteConfiguredTableCommandOutput
250
293
  | DeleteMemberCommandOutput
251
294
  | DeleteMembershipCommandOutput
295
+ | GetAnalysisTemplateCommandOutput
296
+ | GetCollaborationAnalysisTemplateCommandOutput
252
297
  | GetCollaborationCommandOutput
253
298
  | GetConfiguredTableAnalysisRuleCommandOutput
254
299
  | GetConfiguredTableAssociationCommandOutput
@@ -257,6 +302,8 @@ export type ServiceOutputTypes =
257
302
  | GetProtectedQueryCommandOutput
258
303
  | GetSchemaAnalysisRuleCommandOutput
259
304
  | GetSchemaCommandOutput
305
+ | ListAnalysisTemplatesCommandOutput
306
+ | ListCollaborationAnalysisTemplatesCommandOutput
260
307
  | ListCollaborationsCommandOutput
261
308
  | ListConfiguredTableAssociationsCommandOutput
262
309
  | ListConfiguredTablesCommandOutput
@@ -268,6 +315,7 @@ export type ServiceOutputTypes =
268
315
  | StartProtectedQueryCommandOutput
269
316
  | TagResourceCommandOutput
270
317
  | UntagResourceCommandOutput
318
+ | UpdateAnalysisTemplateCommandOutput
271
319
  | UpdateCollaborationCommandOutput
272
320
  | UpdateConfiguredTableAnalysisRuleCommandOutput
273
321
  | UpdateConfiguredTableAssociationCommandOutput
@@ -0,0 +1,42 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@smithy/types";
9
+ import {
10
+ CleanRoomsClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../CleanRoomsClient";
14
+ import {
15
+ BatchGetCollaborationAnalysisTemplateInput,
16
+ BatchGetCollaborationAnalysisTemplateOutput,
17
+ } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
19
+ export interface BatchGetCollaborationAnalysisTemplateCommandInput
20
+ extends BatchGetCollaborationAnalysisTemplateInput {}
21
+ export interface BatchGetCollaborationAnalysisTemplateCommandOutput
22
+ extends BatchGetCollaborationAnalysisTemplateOutput,
23
+ __MetadataBearer {}
24
+ export declare class BatchGetCollaborationAnalysisTemplateCommand extends $Command<
25
+ BatchGetCollaborationAnalysisTemplateCommandInput,
26
+ BatchGetCollaborationAnalysisTemplateCommandOutput,
27
+ CleanRoomsClientResolvedConfig
28
+ > {
29
+ readonly input: BatchGetCollaborationAnalysisTemplateCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
+ constructor(input: BatchGetCollaborationAnalysisTemplateCommandInput);
32
+ resolveMiddleware(
33
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
+ configuration: CleanRoomsClientResolvedConfig,
35
+ options?: __HttpHandlerOptions
36
+ ): Handler<
37
+ BatchGetCollaborationAnalysisTemplateCommandInput,
38
+ BatchGetCollaborationAnalysisTemplateCommandOutput
39
+ >;
40
+ private serialize;
41
+ private deserialize;
42
+ }