@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
@@ -3,10 +3,18 @@ import {
3
3
  HttpResponse as __HttpResponse,
4
4
  } from "@smithy/protocol-http";
5
5
  import { SerdeContext as __SerdeContext } from "@smithy/types";
6
+ import {
7
+ BatchGetCollaborationAnalysisTemplateCommandInput,
8
+ BatchGetCollaborationAnalysisTemplateCommandOutput,
9
+ } from "../commands/BatchGetCollaborationAnalysisTemplateCommand";
6
10
  import {
7
11
  BatchGetSchemaCommandInput,
8
12
  BatchGetSchemaCommandOutput,
9
13
  } from "../commands/BatchGetSchemaCommand";
14
+ import {
15
+ CreateAnalysisTemplateCommandInput,
16
+ CreateAnalysisTemplateCommandOutput,
17
+ } from "../commands/CreateAnalysisTemplateCommand";
10
18
  import {
11
19
  CreateCollaborationCommandInput,
12
20
  CreateCollaborationCommandOutput,
@@ -27,6 +35,10 @@ import {
27
35
  CreateMembershipCommandInput,
28
36
  CreateMembershipCommandOutput,
29
37
  } from "../commands/CreateMembershipCommand";
38
+ import {
39
+ DeleteAnalysisTemplateCommandInput,
40
+ DeleteAnalysisTemplateCommandOutput,
41
+ } from "../commands/DeleteAnalysisTemplateCommand";
30
42
  import {
31
43
  DeleteCollaborationCommandInput,
32
44
  DeleteCollaborationCommandOutput,
@@ -51,6 +63,14 @@ import {
51
63
  DeleteMembershipCommandInput,
52
64
  DeleteMembershipCommandOutput,
53
65
  } from "../commands/DeleteMembershipCommand";
66
+ import {
67
+ GetAnalysisTemplateCommandInput,
68
+ GetAnalysisTemplateCommandOutput,
69
+ } from "../commands/GetAnalysisTemplateCommand";
70
+ import {
71
+ GetCollaborationAnalysisTemplateCommandInput,
72
+ GetCollaborationAnalysisTemplateCommandOutput,
73
+ } from "../commands/GetCollaborationAnalysisTemplateCommand";
54
74
  import {
55
75
  GetCollaborationCommandInput,
56
76
  GetCollaborationCommandOutput,
@@ -83,6 +103,14 @@ import {
83
103
  GetSchemaCommandInput,
84
104
  GetSchemaCommandOutput,
85
105
  } from "../commands/GetSchemaCommand";
106
+ import {
107
+ ListAnalysisTemplatesCommandInput,
108
+ ListAnalysisTemplatesCommandOutput,
109
+ } from "../commands/ListAnalysisTemplatesCommand";
110
+ import {
111
+ ListCollaborationAnalysisTemplatesCommandInput,
112
+ ListCollaborationAnalysisTemplatesCommandOutput,
113
+ } from "../commands/ListCollaborationAnalysisTemplatesCommand";
86
114
  import {
87
115
  ListCollaborationsCommandInput,
88
116
  ListCollaborationsCommandOutput,
@@ -127,6 +155,10 @@ import {
127
155
  UntagResourceCommandInput,
128
156
  UntagResourceCommandOutput,
129
157
  } from "../commands/UntagResourceCommand";
158
+ import {
159
+ UpdateAnalysisTemplateCommandInput,
160
+ UpdateAnalysisTemplateCommandOutput,
161
+ } from "../commands/UpdateAnalysisTemplateCommand";
130
162
  import {
131
163
  UpdateCollaborationCommandInput,
132
164
  UpdateCollaborationCommandOutput,
@@ -151,10 +183,18 @@ import {
151
183
  UpdateProtectedQueryCommandInput,
152
184
  UpdateProtectedQueryCommandOutput,
153
185
  } from "../commands/UpdateProtectedQueryCommand";
186
+ export declare const se_BatchGetCollaborationAnalysisTemplateCommand: (
187
+ input: BatchGetCollaborationAnalysisTemplateCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
154
190
  export declare const se_BatchGetSchemaCommand: (
155
191
  input: BatchGetSchemaCommandInput,
156
192
  context: __SerdeContext
157
193
  ) => Promise<__HttpRequest>;
194
+ export declare const se_CreateAnalysisTemplateCommand: (
195
+ input: CreateAnalysisTemplateCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
158
198
  export declare const se_CreateCollaborationCommand: (
159
199
  input: CreateCollaborationCommandInput,
160
200
  context: __SerdeContext
@@ -175,6 +215,10 @@ export declare const se_CreateMembershipCommand: (
175
215
  input: CreateMembershipCommandInput,
176
216
  context: __SerdeContext
177
217
  ) => Promise<__HttpRequest>;
218
+ export declare const se_DeleteAnalysisTemplateCommand: (
219
+ input: DeleteAnalysisTemplateCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
178
222
  export declare const se_DeleteCollaborationCommand: (
179
223
  input: DeleteCollaborationCommandInput,
180
224
  context: __SerdeContext
@@ -199,10 +243,18 @@ export declare const se_DeleteMembershipCommand: (
199
243
  input: DeleteMembershipCommandInput,
200
244
  context: __SerdeContext
201
245
  ) => Promise<__HttpRequest>;
246
+ export declare const se_GetAnalysisTemplateCommand: (
247
+ input: GetAnalysisTemplateCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
202
250
  export declare const se_GetCollaborationCommand: (
203
251
  input: GetCollaborationCommandInput,
204
252
  context: __SerdeContext
205
253
  ) => Promise<__HttpRequest>;
254
+ export declare const se_GetCollaborationAnalysisTemplateCommand: (
255
+ input: GetCollaborationAnalysisTemplateCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
206
258
  export declare const se_GetConfiguredTableCommand: (
207
259
  input: GetConfiguredTableCommandInput,
208
260
  context: __SerdeContext
@@ -231,6 +283,14 @@ export declare const se_GetSchemaAnalysisRuleCommand: (
231
283
  input: GetSchemaAnalysisRuleCommandInput,
232
284
  context: __SerdeContext
233
285
  ) => Promise<__HttpRequest>;
286
+ export declare const se_ListAnalysisTemplatesCommand: (
287
+ input: ListAnalysisTemplatesCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const se_ListCollaborationAnalysisTemplatesCommand: (
291
+ input: ListCollaborationAnalysisTemplatesCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
234
294
  export declare const se_ListCollaborationsCommand: (
235
295
  input: ListCollaborationsCommandInput,
236
296
  context: __SerdeContext
@@ -275,6 +335,10 @@ export declare const se_UntagResourceCommand: (
275
335
  input: UntagResourceCommandInput,
276
336
  context: __SerdeContext
277
337
  ) => Promise<__HttpRequest>;
338
+ export declare const se_UpdateAnalysisTemplateCommand: (
339
+ input: UpdateAnalysisTemplateCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
278
342
  export declare const se_UpdateCollaborationCommand: (
279
343
  input: UpdateCollaborationCommandInput,
280
344
  context: __SerdeContext
@@ -299,10 +363,18 @@ export declare const se_UpdateProtectedQueryCommand: (
299
363
  input: UpdateProtectedQueryCommandInput,
300
364
  context: __SerdeContext
301
365
  ) => Promise<__HttpRequest>;
366
+ export declare const de_BatchGetCollaborationAnalysisTemplateCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<BatchGetCollaborationAnalysisTemplateCommandOutput>;
302
370
  export declare const de_BatchGetSchemaCommand: (
303
371
  output: __HttpResponse,
304
372
  context: __SerdeContext
305
373
  ) => Promise<BatchGetSchemaCommandOutput>;
374
+ export declare const de_CreateAnalysisTemplateCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<CreateAnalysisTemplateCommandOutput>;
306
378
  export declare const de_CreateCollaborationCommand: (
307
379
  output: __HttpResponse,
308
380
  context: __SerdeContext
@@ -323,6 +395,10 @@ export declare const de_CreateMembershipCommand: (
323
395
  output: __HttpResponse,
324
396
  context: __SerdeContext
325
397
  ) => Promise<CreateMembershipCommandOutput>;
398
+ export declare const de_DeleteAnalysisTemplateCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<DeleteAnalysisTemplateCommandOutput>;
326
402
  export declare const de_DeleteCollaborationCommand: (
327
403
  output: __HttpResponse,
328
404
  context: __SerdeContext
@@ -347,10 +423,18 @@ export declare const de_DeleteMembershipCommand: (
347
423
  output: __HttpResponse,
348
424
  context: __SerdeContext
349
425
  ) => Promise<DeleteMembershipCommandOutput>;
426
+ export declare const de_GetAnalysisTemplateCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<GetAnalysisTemplateCommandOutput>;
350
430
  export declare const de_GetCollaborationCommand: (
351
431
  output: __HttpResponse,
352
432
  context: __SerdeContext
353
433
  ) => Promise<GetCollaborationCommandOutput>;
434
+ export declare const de_GetCollaborationAnalysisTemplateCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<GetCollaborationAnalysisTemplateCommandOutput>;
354
438
  export declare const de_GetConfiguredTableCommand: (
355
439
  output: __HttpResponse,
356
440
  context: __SerdeContext
@@ -379,6 +463,14 @@ export declare const de_GetSchemaAnalysisRuleCommand: (
379
463
  output: __HttpResponse,
380
464
  context: __SerdeContext
381
465
  ) => Promise<GetSchemaAnalysisRuleCommandOutput>;
466
+ export declare const de_ListAnalysisTemplatesCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<ListAnalysisTemplatesCommandOutput>;
470
+ export declare const de_ListCollaborationAnalysisTemplatesCommand: (
471
+ output: __HttpResponse,
472
+ context: __SerdeContext
473
+ ) => Promise<ListCollaborationAnalysisTemplatesCommandOutput>;
382
474
  export declare const de_ListCollaborationsCommand: (
383
475
  output: __HttpResponse,
384
476
  context: __SerdeContext
@@ -423,6 +515,10 @@ export declare const de_UntagResourceCommand: (
423
515
  output: __HttpResponse,
424
516
  context: __SerdeContext
425
517
  ) => Promise<UntagResourceCommandOutput>;
518
+ export declare const de_UpdateAnalysisTemplateCommand: (
519
+ output: __HttpResponse,
520
+ context: __SerdeContext
521
+ ) => Promise<UpdateAnalysisTemplateCommandOutput>;
426
522
  export declare const de_UpdateCollaborationCommand: (
427
523
  output: __HttpResponse,
428
524
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanrooms",
3
3
  "description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
4
- "version": "3.378.0",
4
+ "version": "3.381.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.378.0",
25
- "@aws-sdk/credential-provider-node": "3.378.0",
26
- "@aws-sdk/middleware-host-header": "3.378.0",
24
+ "@aws-sdk/client-sts": "3.379.1",
25
+ "@aws-sdk/credential-provider-node": "3.379.1",
26
+ "@aws-sdk/middleware-host-header": "3.379.1",
27
27
  "@aws-sdk/middleware-logger": "3.378.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
- "@aws-sdk/middleware-signing": "3.378.0",
30
- "@aws-sdk/middleware-user-agent": "3.378.0",
29
+ "@aws-sdk/middleware-signing": "3.379.1",
30
+ "@aws-sdk/middleware-user-agent": "3.379.1",
31
31
  "@aws-sdk/types": "3.378.0",
32
32
  "@aws-sdk/util-endpoints": "3.378.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.378.0",