@aws-sdk/client-cleanrooms 3.614.0 → 3.618.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 (80) hide show
  1. package/README.md +104 -0
  2. package/dist-cjs/index.js +814 -11
  3. package/dist-es/CleanRooms.js +26 -0
  4. package/dist-es/CleanRoomsClient.js +5 -5
  5. package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
  6. package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
  7. package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
  8. package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
  9. package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
  10. package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
  11. package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
  12. package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
  13. package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
  14. package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
  15. package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
  16. package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
  17. package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
  18. package/dist-es/commands/index.js +13 -0
  19. package/dist-es/models/models_0.js +29 -0
  20. package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
  21. package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
  22. package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
  23. package/dist-es/pagination/index.js +3 -0
  24. package/dist-es/protocols/Aws_restJson1.js +483 -0
  25. package/dist-types/CleanRooms.d.ts +91 -0
  26. package/dist-types/CleanRoomsClient.d.ts +17 -4
  27. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +16 -3
  28. package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -5
  29. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
  30. package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
  31. package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
  32. package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
  33. package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
  34. package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
  35. package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
  36. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +15 -2
  37. package/dist-types/commands/GetSchemaCommand.d.ts +15 -5
  38. package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
  39. package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
  40. package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
  41. package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
  42. package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
  43. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
  44. package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
  45. package/dist-types/commands/index.d.ts +13 -0
  46. package/dist-types/models/models_0.d.ts +1334 -333
  47. package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
  48. package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/index.d.ts +3 -0
  51. package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
  52. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  53. package/dist-types/runtimeConfig.d.ts +1 -1
  54. package/dist-types/runtimeConfig.native.d.ts +1 -1
  55. package/dist-types/ts3.4/CleanRooms.d.ts +233 -0
  56. package/dist-types/ts3.4/CleanRoomsClient.d.ts +80 -2
  57. package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
  58. package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
  59. package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
  60. package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
  62. package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
  63. package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
  64. package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
  65. package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
  66. package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
  67. package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
  68. package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
  69. package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
  70. package/dist-types/ts3.4/commands/index.d.ts +13 -0
  71. package/dist-types/ts3.4/models/models_0.d.ts +302 -0
  72. package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
  73. package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
  74. package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
  75. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  76. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  80. package/package.json +17 -17
@@ -7,6 +7,8 @@ export * from "./CreateConfiguredAudienceModelAssociationCommand";
7
7
  export * from "./CreateConfiguredTableAnalysisRuleCommand";
8
8
  export * from "./CreateConfiguredTableAssociationCommand";
9
9
  export * from "./CreateConfiguredTableCommand";
10
+ export * from "./CreateIdMappingTableCommand";
11
+ export * from "./CreateIdNamespaceAssociationCommand";
10
12
  export * from "./CreateMembershipCommand";
11
13
  export * from "./CreatePrivacyBudgetTemplateCommand";
12
14
  export * from "./DeleteAnalysisTemplateCommand";
@@ -15,6 +17,8 @@ export * from "./DeleteConfiguredAudienceModelAssociationCommand";
15
17
  export * from "./DeleteConfiguredTableAnalysisRuleCommand";
16
18
  export * from "./DeleteConfiguredTableAssociationCommand";
17
19
  export * from "./DeleteConfiguredTableCommand";
20
+ export * from "./DeleteIdMappingTableCommand";
21
+ export * from "./DeleteIdNamespaceAssociationCommand";
18
22
  export * from "./DeleteMemberCommand";
19
23
  export * from "./DeleteMembershipCommand";
20
24
  export * from "./DeletePrivacyBudgetTemplateCommand";
@@ -22,11 +26,14 @@ export * from "./GetAnalysisTemplateCommand";
22
26
  export * from "./GetCollaborationAnalysisTemplateCommand";
23
27
  export * from "./GetCollaborationCommand";
24
28
  export * from "./GetCollaborationConfiguredAudienceModelAssociationCommand";
29
+ export * from "./GetCollaborationIdNamespaceAssociationCommand";
25
30
  export * from "./GetCollaborationPrivacyBudgetTemplateCommand";
26
31
  export * from "./GetConfiguredAudienceModelAssociationCommand";
27
32
  export * from "./GetConfiguredTableAnalysisRuleCommand";
28
33
  export * from "./GetConfiguredTableAssociationCommand";
29
34
  export * from "./GetConfiguredTableCommand";
35
+ export * from "./GetIdMappingTableCommand";
36
+ export * from "./GetIdNamespaceAssociationCommand";
30
37
  export * from "./GetMembershipCommand";
31
38
  export * from "./GetPrivacyBudgetTemplateCommand";
32
39
  export * from "./GetProtectedQueryCommand";
@@ -35,12 +42,15 @@ export * from "./GetSchemaCommand";
35
42
  export * from "./ListAnalysisTemplatesCommand";
36
43
  export * from "./ListCollaborationAnalysisTemplatesCommand";
37
44
  export * from "./ListCollaborationConfiguredAudienceModelAssociationsCommand";
45
+ export * from "./ListCollaborationIdNamespaceAssociationsCommand";
38
46
  export * from "./ListCollaborationPrivacyBudgetTemplatesCommand";
39
47
  export * from "./ListCollaborationPrivacyBudgetsCommand";
40
48
  export * from "./ListCollaborationsCommand";
41
49
  export * from "./ListConfiguredAudienceModelAssociationsCommand";
42
50
  export * from "./ListConfiguredTableAssociationsCommand";
43
51
  export * from "./ListConfiguredTablesCommand";
52
+ export * from "./ListIdMappingTablesCommand";
53
+ export * from "./ListIdNamespaceAssociationsCommand";
44
54
  export * from "./ListMembersCommand";
45
55
  export * from "./ListMembershipsCommand";
46
56
  export * from "./ListPrivacyBudgetTemplatesCommand";
@@ -48,6 +58,7 @@ export * from "./ListPrivacyBudgetsCommand";
48
58
  export * from "./ListProtectedQueriesCommand";
49
59
  export * from "./ListSchemasCommand";
50
60
  export * from "./ListTagsForResourceCommand";
61
+ export * from "./PopulateIdMappingTableCommand";
51
62
  export * from "./PreviewPrivacyImpactCommand";
52
63
  export * from "./StartProtectedQueryCommand";
53
64
  export * from "./TagResourceCommand";
@@ -58,6 +69,8 @@ export * from "./UpdateConfiguredAudienceModelAssociationCommand";
58
69
  export * from "./UpdateConfiguredTableAnalysisRuleCommand";
59
70
  export * from "./UpdateConfiguredTableAssociationCommand";
60
71
  export * from "./UpdateConfiguredTableCommand";
72
+ export * from "./UpdateIdMappingTableCommand";
73
+ export * from "./UpdateIdNamespaceAssociationCommand";
61
74
  export * from "./UpdateMembershipCommand";
62
75
  export * from "./UpdatePrivacyBudgetTemplateCommand";
63
76
  export * from "./UpdateProtectedQueryCommand";