@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.
- package/README.md +104 -0
- package/dist-cjs/index.js +814 -11
- package/dist-es/CleanRooms.js +26 -0
- package/dist-es/CleanRoomsClient.js +5 -5
- package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
- package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
- package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
- package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +29 -0
- package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
- package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +483 -0
- package/dist-types/CleanRooms.d.ts +91 -0
- package/dist-types/CleanRoomsClient.d.ts +17 -4
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +16 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -5
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +15 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +15 -5
- package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
- package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
- package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +1334 -333
- package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/CleanRooms.d.ts +233 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +80 -2
- package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +302 -0
- package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- 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";
|