@aws-sdk/client-cleanrooms 3.618.0 → 3.620.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 (65) hide show
  1. package/README.md +32 -0
  2. package/dist-cjs/index.js +319 -30
  3. package/dist-es/CleanRooms.js +8 -0
  4. package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  5. package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  6. package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  7. package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  8. package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/index.js +1 -0
  11. package/dist-es/models/models_0.js +50 -24
  12. package/dist-es/models/models_1.js +21 -0
  13. package/dist-es/protocols/Aws_restJson1.js +119 -0
  14. package/dist-types/CleanRooms.d.ts +28 -0
  15. package/dist-types/CleanRoomsClient.d.ts +6 -2
  16. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +7 -3
  17. package/dist-types/commands/BatchGetSchemaCommand.d.ts +3 -2
  18. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  19. package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
  20. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
  21. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
  23. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  24. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
  25. package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
  26. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
  27. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  28. package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
  29. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -3
  30. package/dist-types/commands/GetSchemaCommand.d.ts +3 -2
  31. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  32. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
  33. package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
  34. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  37. package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
  38. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
  39. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
  41. package/dist-types/commands/index.d.ts +4 -0
  42. package/dist-types/models/index.d.ts +1 -0
  43. package/dist-types/models/models_0.d.ts +614 -502
  44. package/dist-types/models/models_1.d.ts +430 -0
  45. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  46. package/dist-types/ts3.4/CleanRooms.d.ts +92 -0
  47. package/dist-types/ts3.4/CleanRoomsClient.d.ts +24 -0
  48. package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  49. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  51. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  53. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  58. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  61. package/dist-types/ts3.4/models/index.d.ts +1 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +188 -138
  63. package/dist-types/ts3.4/models/models_1.d.ts +140 -0
  64. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  65. package/package.json +18 -18
package/README.md CHANGED
@@ -282,6 +282,14 @@ CreateConfiguredTableAssociation
282
282
 
283
283
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/CreateConfiguredTableAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateConfiguredTableAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateConfiguredTableAssociationCommandOutput/)
284
284
 
285
+ </details>
286
+ <details>
287
+ <summary>
288
+ CreateConfiguredTableAssociationAnalysisRule
289
+ </summary>
290
+
291
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/CreateConfiguredTableAssociationAnalysisRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateConfiguredTableAssociationAnalysisRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/CreateConfiguredTableAssociationAnalysisRuleCommandOutput/)
292
+
285
293
  </details>
286
294
  <details>
287
295
  <summary>
@@ -362,6 +370,14 @@ DeleteConfiguredTableAssociation
362
370
 
363
371
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/DeleteConfiguredTableAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteConfiguredTableAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteConfiguredTableAssociationCommandOutput/)
364
372
 
373
+ </details>
374
+ <details>
375
+ <summary>
376
+ DeleteConfiguredTableAssociationAnalysisRule
377
+ </summary>
378
+
379
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/DeleteConfiguredTableAssociationAnalysisRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteConfiguredTableAssociationAnalysisRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/DeleteConfiguredTableAssociationAnalysisRuleCommandOutput/)
380
+
365
381
  </details>
366
382
  <details>
367
383
  <summary>
@@ -482,6 +498,14 @@ GetConfiguredTableAssociation
482
498
 
483
499
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetConfiguredTableAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetConfiguredTableAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetConfiguredTableAssociationCommandOutput/)
484
500
 
501
+ </details>
502
+ <details>
503
+ <summary>
504
+ GetConfiguredTableAssociationAnalysisRule
505
+ </summary>
506
+
507
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetConfiguredTableAssociationAnalysisRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetConfiguredTableAssociationAnalysisRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetConfiguredTableAssociationAnalysisRuleCommandOutput/)
508
+
485
509
  </details>
486
510
  <details>
487
511
  <summary>
@@ -778,6 +802,14 @@ UpdateConfiguredTableAssociation
778
802
 
779
803
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdateConfiguredTableAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateConfiguredTableAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateConfiguredTableAssociationCommandOutput/)
780
804
 
805
+ </details>
806
+ <details>
807
+ <summary>
808
+ UpdateConfiguredTableAssociationAnalysisRule
809
+ </summary>
810
+
811
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdateConfiguredTableAssociationAnalysisRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateConfiguredTableAssociationAnalysisRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateConfiguredTableAssociationAnalysisRuleCommandOutput/)
812
+
781
813
  </details>
782
814
  <details>
783
815
  <summary>