@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.
- package/README.md +32 -0
- package/dist-cjs/index.js +319 -30
- package/dist-es/CleanRooms.js +8 -0
- package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +50 -24
- package/dist-es/models/models_1.js +21 -0
- package/dist-es/protocols/Aws_restJson1.js +119 -0
- package/dist-types/CleanRooms.d.ts +28 -0
- package/dist-types/CleanRoomsClient.d.ts +6 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +7 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +3 -2
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
- package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -3
- package/dist-types/commands/GetSchemaCommand.d.ts +3 -2
- package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +614 -502
- package/dist-types/models/models_1.d.ts +430 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +92 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +24 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +188 -138
- package/dist-types/ts3.4/models/models_1.d.ts +140 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
- 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>
|