@aws-sdk/client-cleanrooms 3.758.0 → 3.770.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 (71) hide show
  1. package/README.md +33 -1
  2. package/dist-cjs/index.js +742 -392
  3. package/dist-es/CleanRooms.js +8 -0
  4. package/dist-es/commands/GetProtectedJobCommand.js +22 -0
  5. package/dist-es/commands/GetProtectedQueryCommand.js +1 -1
  6. package/dist-es/commands/ListProtectedJobsCommand.js +22 -0
  7. package/dist-es/commands/StartProtectedJobCommand.js +22 -0
  8. package/dist-es/commands/UpdateProtectedJobCommand.js +22 -0
  9. package/dist-es/commands/index.js +4 -0
  10. package/dist-es/models/models_0.js +90 -75
  11. package/dist-es/models/models_1.js +96 -1
  12. package/dist-es/pagination/ListProtectedJobsPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/protocols/Aws_restJson1.js +176 -0
  15. package/dist-types/CleanRooms.d.ts +29 -1
  16. package/dist-types/CleanRoomsClient.d.ts +7 -3
  17. package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +30 -1
  18. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +98 -0
  19. package/dist-types/commands/BatchGetSchemaCommand.d.ts +4 -1
  20. package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +53 -2
  21. package/dist-types/commands/CreateCollaborationCommand.d.ts +10 -2
  22. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +3 -0
  23. package/dist-types/commands/CreateConfiguredTableCommand.d.ts +8 -2
  24. package/dist-types/commands/CreateMembershipCommand.d.ts +29 -3
  25. package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +30 -1
  26. package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +30 -1
  27. package/dist-types/commands/GetCollaborationCommand.d.ts +1 -0
  28. package/dist-types/commands/GetConfiguredTableCommand.d.ts +4 -1
  29. package/dist-types/commands/GetMembershipCommand.d.ts +15 -2
  30. package/dist-types/commands/GetProtectedJobCommand.d.ts +130 -0
  31. package/dist-types/commands/GetProtectedQueryCommand.d.ts +1 -1
  32. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +98 -0
  33. package/dist-types/commands/GetSchemaCommand.d.ts +4 -1
  34. package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +3 -0
  35. package/dist-types/commands/ListConfiguredTablesCommand.d.ts +4 -1
  36. package/dist-types/commands/ListMembersCommand.d.ts +4 -1
  37. package/dist-types/commands/ListMembershipsCommand.d.ts +5 -2
  38. package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListProtectedJobsCommand.d.ts +110 -0
  40. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +1 -2
  41. package/dist-types/commands/ListSchemasCommand.d.ts +4 -1
  42. package/dist-types/commands/StartProtectedJobCommand.d.ts +142 -0
  43. package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +30 -1
  44. package/dist-types/commands/UpdateCollaborationCommand.d.ts +1 -0
  45. package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +8 -1
  46. package/dist-types/commands/UpdateMembershipCommand.d.ts +26 -3
  47. package/dist-types/commands/UpdateProtectedJobCommand.d.ts +133 -0
  48. package/dist-types/commands/index.d.ts +4 -0
  49. package/dist-types/index.d.ts +1 -1
  50. package/dist-types/models/models_0.d.ts +3468 -3339
  51. package/dist-types/models/models_1.d.ts +1129 -1
  52. package/dist-types/pagination/ListProtectedJobsPaginator.d.ts +7 -0
  53. package/dist-types/pagination/index.d.ts +1 -0
  54. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  55. package/dist-types/ts3.4/CleanRooms.d.ts +68 -0
  56. package/dist-types/ts3.4/CleanRoomsClient.d.ts +24 -0
  57. package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +48 -0
  58. package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/ListProtectedJobsCommand.d.ts +50 -0
  62. package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +4 -2
  63. package/dist-types/ts3.4/commands/StartProtectedJobCommand.d.ts +50 -0
  64. package/dist-types/ts3.4/commands/UpdateProtectedJobCommand.d.ts +51 -0
  65. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  66. package/dist-types/ts3.4/models/models_0.d.ts +328 -272
  67. package/dist-types/ts3.4/models/models_1.d.ts +401 -6
  68. package/dist-types/ts3.4/pagination/ListProtectedJobsPaginator.d.ts +11 -0
  69. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  70. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  71. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@ AWS SDK for JavaScript CleanRooms Client for Node.js, Browser and React Native.
9
9
  <p>Welcome to the <i>Clean Rooms API Reference</i>.</p>
10
10
  <p>Clean Rooms is an Amazon Web Services service that helps multiple parties to join
11
11
  their data together in a secure collaboration workspace. In the collaboration, members who
12
- can query and receive results can get insights into the collective datasets without either
12
+ can run queries and jobs and receive results can get insights into the collective datasets without either
13
13
  party getting access to the other party's raw data.</p>
14
14
  <p>To learn more about Clean Rooms concepts, procedures, and best practices, see the
15
15
  <a href="https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html">Clean Rooms User Guide</a>.</p>
@@ -538,6 +538,14 @@ GetPrivacyBudgetTemplate
538
538
 
539
539
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetPrivacyBudgetTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetPrivacyBudgetTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetPrivacyBudgetTemplateCommandOutput/)
540
540
 
541
+ </details>
542
+ <details>
543
+ <summary>
544
+ GetProtectedJob
545
+ </summary>
546
+
547
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/GetProtectedJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetProtectedJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/GetProtectedJobCommandOutput/)
548
+
541
549
  </details>
542
550
  <details>
543
551
  <summary>
@@ -690,6 +698,14 @@ ListPrivacyBudgetTemplates
690
698
 
691
699
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListPrivacyBudgetTemplatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListPrivacyBudgetTemplatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListPrivacyBudgetTemplatesCommandOutput/)
692
700
 
701
+ </details>
702
+ <details>
703
+ <summary>
704
+ ListProtectedJobs
705
+ </summary>
706
+
707
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/ListProtectedJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListProtectedJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/ListProtectedJobsCommandOutput/)
708
+
693
709
  </details>
694
710
  <details>
695
711
  <summary>
@@ -730,6 +746,14 @@ PreviewPrivacyImpact
730
746
 
731
747
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/PreviewPrivacyImpactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/PreviewPrivacyImpactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/PreviewPrivacyImpactCommandOutput/)
732
748
 
749
+ </details>
750
+ <details>
751
+ <summary>
752
+ StartProtectedJob
753
+ </summary>
754
+
755
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/StartProtectedJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/StartProtectedJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/StartProtectedJobCommandOutput/)
756
+
733
757
  </details>
734
758
  <details>
735
759
  <summary>
@@ -842,6 +866,14 @@ UpdatePrivacyBudgetTemplate
842
866
 
843
867
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdatePrivacyBudgetTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdatePrivacyBudgetTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdatePrivacyBudgetTemplateCommandOutput/)
844
868
 
869
+ </details>
870
+ <details>
871
+ <summary>
872
+ UpdateProtectedJob
873
+ </summary>
874
+
875
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cleanrooms/command/UpdateProtectedJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateProtectedJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cleanrooms/Interface/UpdateProtectedJobCommandOutput/)
876
+
845
877
  </details>
846
878
  <details>
847
879
  <summary>