@aws-sdk/client-cleanrooms 3.616.0 → 3.619.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 (117) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/index.js +1123 -31
  3. package/dist-es/CleanRooms.js +34 -0
  4. package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  5. package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
  6. package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
  7. package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  8. package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
  9. package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
  10. package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
  11. package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  12. package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
  13. package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
  14. package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
  15. package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
  16. package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
  17. package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
  18. package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  19. package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
  20. package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
  21. package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
  22. package/dist-es/commands/index.js +17 -0
  23. package/dist-es/models/index.js +1 -0
  24. package/dist-es/models/models_0.js +75 -20
  25. package/dist-es/models/models_1.js +21 -0
  26. package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
  27. package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
  28. package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +3 -0
  30. package/dist-es/protocols/Aws_restJson1.js +602 -0
  31. package/dist-types/CleanRooms.d.ts +119 -0
  32. package/dist-types/CleanRoomsClient.d.ts +19 -2
  33. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +20 -3
  34. package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -4
  35. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  36. package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
  37. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
  38. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
  39. package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
  40. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
  42. package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
  43. package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
  44. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  45. package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
  46. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
  47. package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
  48. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
  49. package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
  50. package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
  51. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
  53. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +19 -2
  54. package/dist-types/commands/GetSchemaCommand.d.ts +15 -4
  55. package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
  56. package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
  57. package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
  58. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  59. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
  60. package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
  61. package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
  62. package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  64. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  66. package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
  67. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
  68. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
  69. package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
  70. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
  72. package/dist-types/commands/index.d.ts +17 -0
  73. package/dist-types/models/index.d.ts +1 -0
  74. package/dist-types/models/models_0.d.ts +2016 -903
  75. package/dist-types/models/models_1.d.ts +430 -0
  76. package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
  77. package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
  78. package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
  79. package/dist-types/pagination/index.d.ts +3 -0
  80. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  81. package/dist-types/ts3.4/CleanRooms.d.ts +325 -0
  82. package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
  83. package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  84. package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
  85. package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
  86. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  88. package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
  89. package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
  90. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
  92. package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  93. package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
  94. package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
  95. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
  97. package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
  98. package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
  99. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
  101. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  104. package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
  105. package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
  106. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
  108. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  109. package/dist-types/ts3.4/models/index.d.ts +1 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +486 -134
  111. package/dist-types/ts3.4/models/models_1.d.ts +140 -0
  112. package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
  115. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  117. package/package.json +1 -1
@@ -7,16 +7,22 @@ import { CreateAnalysisTemplateCommandInput, CreateAnalysisTemplateCommandOutput
7
7
  import { CreateCollaborationCommandInput, CreateCollaborationCommandOutput } from "./commands/CreateCollaborationCommand";
8
8
  import { CreateConfiguredAudienceModelAssociationCommandInput, CreateConfiguredAudienceModelAssociationCommandOutput } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
9
9
  import { CreateConfiguredTableAnalysisRuleCommandInput, CreateConfiguredTableAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
10
+ import { CreateConfiguredTableAssociationAnalysisRuleCommandInput, CreateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAssociationAnalysisRuleCommand";
10
11
  import { CreateConfiguredTableAssociationCommandInput, CreateConfiguredTableAssociationCommandOutput } from "./commands/CreateConfiguredTableAssociationCommand";
11
12
  import { CreateConfiguredTableCommandInput, CreateConfiguredTableCommandOutput } from "./commands/CreateConfiguredTableCommand";
13
+ import { CreateIdMappingTableCommandInput, CreateIdMappingTableCommandOutput } from "./commands/CreateIdMappingTableCommand";
14
+ import { CreateIdNamespaceAssociationCommandInput, CreateIdNamespaceAssociationCommandOutput } from "./commands/CreateIdNamespaceAssociationCommand";
12
15
  import { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
13
16
  import { CreatePrivacyBudgetTemplateCommandInput, CreatePrivacyBudgetTemplateCommandOutput } from "./commands/CreatePrivacyBudgetTemplateCommand";
14
17
  import { DeleteAnalysisTemplateCommandInput, DeleteAnalysisTemplateCommandOutput } from "./commands/DeleteAnalysisTemplateCommand";
15
18
  import { DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput } from "./commands/DeleteCollaborationCommand";
16
19
  import { DeleteConfiguredAudienceModelAssociationCommandInput, DeleteConfiguredAudienceModelAssociationCommandOutput } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
17
20
  import { DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
21
+ import { DeleteConfiguredTableAssociationAnalysisRuleCommandInput, DeleteConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAssociationAnalysisRuleCommand";
18
22
  import { DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput } from "./commands/DeleteConfiguredTableAssociationCommand";
19
23
  import { DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput } from "./commands/DeleteConfiguredTableCommand";
24
+ import { DeleteIdMappingTableCommandInput, DeleteIdMappingTableCommandOutput } from "./commands/DeleteIdMappingTableCommand";
25
+ import { DeleteIdNamespaceAssociationCommandInput, DeleteIdNamespaceAssociationCommandOutput } from "./commands/DeleteIdNamespaceAssociationCommand";
20
26
  import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
21
27
  import { DeleteMembershipCommandInput, DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
22
28
  import { DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput } from "./commands/DeletePrivacyBudgetTemplateCommand";
@@ -24,11 +30,15 @@ import { GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput } fro
24
30
  import { GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput } from "./commands/GetCollaborationAnalysisTemplateCommand";
25
31
  import { GetCollaborationCommandInput, GetCollaborationCommandOutput } from "./commands/GetCollaborationCommand";
26
32
  import { GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
33
+ import { GetCollaborationIdNamespaceAssociationCommandInput, GetCollaborationIdNamespaceAssociationCommandOutput } from "./commands/GetCollaborationIdNamespaceAssociationCommand";
27
34
  import { GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
28
35
  import { GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetConfiguredAudienceModelAssociationCommand";
29
36
  import { GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAnalysisRuleCommand";
37
+ import { GetConfiguredTableAssociationAnalysisRuleCommandInput, GetConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAssociationAnalysisRuleCommand";
30
38
  import { GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput } from "./commands/GetConfiguredTableAssociationCommand";
31
39
  import { GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput } from "./commands/GetConfiguredTableCommand";
40
+ import { GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput } from "./commands/GetIdMappingTableCommand";
41
+ import { GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput } from "./commands/GetIdNamespaceAssociationCommand";
32
42
  import { GetMembershipCommandInput, GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
33
43
  import { GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
34
44
  import { GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput } from "./commands/GetProtectedQueryCommand";
@@ -37,12 +47,15 @@ import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSch
37
47
  import { ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput } from "./commands/ListAnalysisTemplatesCommand";
38
48
  import { ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput } from "./commands/ListCollaborationAnalysisTemplatesCommand";
39
49
  import { ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
50
+ import { ListCollaborationIdNamespaceAssociationsCommandInput, ListCollaborationIdNamespaceAssociationsCommandOutput } from "./commands/ListCollaborationIdNamespaceAssociationsCommand";
40
51
  import { ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput } from "./commands/ListCollaborationPrivacyBudgetsCommand";
41
52
  import { ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput } from "./commands/ListCollaborationPrivacyBudgetTemplatesCommand";
42
53
  import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "./commands/ListCollaborationsCommand";
43
54
  import { ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListConfiguredAudienceModelAssociationsCommand";
44
55
  import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "./commands/ListConfiguredTableAssociationsCommand";
45
56
  import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "./commands/ListConfiguredTablesCommand";
57
+ import { ListIdMappingTablesCommandInput, ListIdMappingTablesCommandOutput } from "./commands/ListIdMappingTablesCommand";
58
+ import { ListIdNamespaceAssociationsCommandInput, ListIdNamespaceAssociationsCommandOutput } from "./commands/ListIdNamespaceAssociationsCommand";
46
59
  import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
47
60
  import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
48
61
  import { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
@@ -50,6 +63,7 @@ import { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesComma
50
63
  import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "./commands/ListProtectedQueriesCommand";
51
64
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
52
65
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
66
+ import { PopulateIdMappingTableCommandInput, PopulateIdMappingTableCommandOutput } from "./commands/PopulateIdMappingTableCommand";
53
67
  import { PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
54
68
  import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
55
69
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
@@ -58,8 +72,11 @@ import { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput
58
72
  import { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "./commands/UpdateCollaborationCommand";
59
73
  import { UpdateConfiguredAudienceModelAssociationCommandInput, UpdateConfiguredAudienceModelAssociationCommandOutput } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
60
74
  import { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
75
+ import { UpdateConfiguredTableAssociationAnalysisRuleCommandInput, UpdateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAssociationAnalysisRuleCommand";
61
76
  import { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput } from "./commands/UpdateConfiguredTableAssociationCommand";
62
77
  import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
78
+ import { UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput } from "./commands/UpdateIdMappingTableCommand";
79
+ import { UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput } from "./commands/UpdateIdNamespaceAssociationCommand";
63
80
  import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
64
81
  import { UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
65
82
  import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
@@ -118,6 +135,24 @@ export interface CleanRooms {
118
135
  createConfiguredTableAssociation(args: CreateConfiguredTableAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfiguredTableAssociationCommandOutput>;
119
136
  createConfiguredTableAssociation(args: CreateConfiguredTableAssociationCommandInput, cb: (err: any, data?: CreateConfiguredTableAssociationCommandOutput) => void): void;
120
137
  createConfiguredTableAssociation(args: CreateConfiguredTableAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfiguredTableAssociationCommandOutput) => void): void;
138
+ /**
139
+ * @see {@link CreateConfiguredTableAssociationAnalysisRuleCommand}
140
+ */
141
+ createConfiguredTableAssociationAnalysisRule(args: CreateConfiguredTableAssociationAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfiguredTableAssociationAnalysisRuleCommandOutput>;
142
+ createConfiguredTableAssociationAnalysisRule(args: CreateConfiguredTableAssociationAnalysisRuleCommandInput, cb: (err: any, data?: CreateConfiguredTableAssociationAnalysisRuleCommandOutput) => void): void;
143
+ createConfiguredTableAssociationAnalysisRule(args: CreateConfiguredTableAssociationAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfiguredTableAssociationAnalysisRuleCommandOutput) => void): void;
144
+ /**
145
+ * @see {@link CreateIdMappingTableCommand}
146
+ */
147
+ createIdMappingTable(args: CreateIdMappingTableCommandInput, options?: __HttpHandlerOptions): Promise<CreateIdMappingTableCommandOutput>;
148
+ createIdMappingTable(args: CreateIdMappingTableCommandInput, cb: (err: any, data?: CreateIdMappingTableCommandOutput) => void): void;
149
+ createIdMappingTable(args: CreateIdMappingTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIdMappingTableCommandOutput) => void): void;
150
+ /**
151
+ * @see {@link CreateIdNamespaceAssociationCommand}
152
+ */
153
+ createIdNamespaceAssociation(args: CreateIdNamespaceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateIdNamespaceAssociationCommandOutput>;
154
+ createIdNamespaceAssociation(args: CreateIdNamespaceAssociationCommandInput, cb: (err: any, data?: CreateIdNamespaceAssociationCommandOutput) => void): void;
155
+ createIdNamespaceAssociation(args: CreateIdNamespaceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIdNamespaceAssociationCommandOutput) => void): void;
121
156
  /**
122
157
  * @see {@link CreateMembershipCommand}
123
158
  */
@@ -166,6 +201,24 @@ export interface CleanRooms {
166
201
  deleteConfiguredTableAssociation(args: DeleteConfiguredTableAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfiguredTableAssociationCommandOutput>;
167
202
  deleteConfiguredTableAssociation(args: DeleteConfiguredTableAssociationCommandInput, cb: (err: any, data?: DeleteConfiguredTableAssociationCommandOutput) => void): void;
168
203
  deleteConfiguredTableAssociation(args: DeleteConfiguredTableAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfiguredTableAssociationCommandOutput) => void): void;
204
+ /**
205
+ * @see {@link DeleteConfiguredTableAssociationAnalysisRuleCommand}
206
+ */
207
+ deleteConfiguredTableAssociationAnalysisRule(args: DeleteConfiguredTableAssociationAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfiguredTableAssociationAnalysisRuleCommandOutput>;
208
+ deleteConfiguredTableAssociationAnalysisRule(args: DeleteConfiguredTableAssociationAnalysisRuleCommandInput, cb: (err: any, data?: DeleteConfiguredTableAssociationAnalysisRuleCommandOutput) => void): void;
209
+ deleteConfiguredTableAssociationAnalysisRule(args: DeleteConfiguredTableAssociationAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfiguredTableAssociationAnalysisRuleCommandOutput) => void): void;
210
+ /**
211
+ * @see {@link DeleteIdMappingTableCommand}
212
+ */
213
+ deleteIdMappingTable(args: DeleteIdMappingTableCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdMappingTableCommandOutput>;
214
+ deleteIdMappingTable(args: DeleteIdMappingTableCommandInput, cb: (err: any, data?: DeleteIdMappingTableCommandOutput) => void): void;
215
+ deleteIdMappingTable(args: DeleteIdMappingTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdMappingTableCommandOutput) => void): void;
216
+ /**
217
+ * @see {@link DeleteIdNamespaceAssociationCommand}
218
+ */
219
+ deleteIdNamespaceAssociation(args: DeleteIdNamespaceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIdNamespaceAssociationCommandOutput>;
220
+ deleteIdNamespaceAssociation(args: DeleteIdNamespaceAssociationCommandInput, cb: (err: any, data?: DeleteIdNamespaceAssociationCommandOutput) => void): void;
221
+ deleteIdNamespaceAssociation(args: DeleteIdNamespaceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIdNamespaceAssociationCommandOutput) => void): void;
169
222
  /**
170
223
  * @see {@link DeleteMemberCommand}
171
224
  */
@@ -208,6 +261,12 @@ export interface CleanRooms {
208
261
  getCollaborationConfiguredAudienceModelAssociation(args: GetCollaborationConfiguredAudienceModelAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetCollaborationConfiguredAudienceModelAssociationCommandOutput>;
209
262
  getCollaborationConfiguredAudienceModelAssociation(args: GetCollaborationConfiguredAudienceModelAssociationCommandInput, cb: (err: any, data?: GetCollaborationConfiguredAudienceModelAssociationCommandOutput) => void): void;
210
263
  getCollaborationConfiguredAudienceModelAssociation(args: GetCollaborationConfiguredAudienceModelAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCollaborationConfiguredAudienceModelAssociationCommandOutput) => void): void;
264
+ /**
265
+ * @see {@link GetCollaborationIdNamespaceAssociationCommand}
266
+ */
267
+ getCollaborationIdNamespaceAssociation(args: GetCollaborationIdNamespaceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetCollaborationIdNamespaceAssociationCommandOutput>;
268
+ getCollaborationIdNamespaceAssociation(args: GetCollaborationIdNamespaceAssociationCommandInput, cb: (err: any, data?: GetCollaborationIdNamespaceAssociationCommandOutput) => void): void;
269
+ getCollaborationIdNamespaceAssociation(args: GetCollaborationIdNamespaceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCollaborationIdNamespaceAssociationCommandOutput) => void): void;
211
270
  /**
212
271
  * @see {@link GetCollaborationPrivacyBudgetTemplateCommand}
213
272
  */
@@ -238,6 +297,24 @@ export interface CleanRooms {
238
297
  getConfiguredTableAssociation(args: GetConfiguredTableAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetConfiguredTableAssociationCommandOutput>;
239
298
  getConfiguredTableAssociation(args: GetConfiguredTableAssociationCommandInput, cb: (err: any, data?: GetConfiguredTableAssociationCommandOutput) => void): void;
240
299
  getConfiguredTableAssociation(args: GetConfiguredTableAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfiguredTableAssociationCommandOutput) => void): void;
300
+ /**
301
+ * @see {@link GetConfiguredTableAssociationAnalysisRuleCommand}
302
+ */
303
+ getConfiguredTableAssociationAnalysisRule(args: GetConfiguredTableAssociationAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<GetConfiguredTableAssociationAnalysisRuleCommandOutput>;
304
+ getConfiguredTableAssociationAnalysisRule(args: GetConfiguredTableAssociationAnalysisRuleCommandInput, cb: (err: any, data?: GetConfiguredTableAssociationAnalysisRuleCommandOutput) => void): void;
305
+ getConfiguredTableAssociationAnalysisRule(args: GetConfiguredTableAssociationAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfiguredTableAssociationAnalysisRuleCommandOutput) => void): void;
306
+ /**
307
+ * @see {@link GetIdMappingTableCommand}
308
+ */
309
+ getIdMappingTable(args: GetIdMappingTableCommandInput, options?: __HttpHandlerOptions): Promise<GetIdMappingTableCommandOutput>;
310
+ getIdMappingTable(args: GetIdMappingTableCommandInput, cb: (err: any, data?: GetIdMappingTableCommandOutput) => void): void;
311
+ getIdMappingTable(args: GetIdMappingTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdMappingTableCommandOutput) => void): void;
312
+ /**
313
+ * @see {@link GetIdNamespaceAssociationCommand}
314
+ */
315
+ getIdNamespaceAssociation(args: GetIdNamespaceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetIdNamespaceAssociationCommandOutput>;
316
+ getIdNamespaceAssociation(args: GetIdNamespaceAssociationCommandInput, cb: (err: any, data?: GetIdNamespaceAssociationCommandOutput) => void): void;
317
+ getIdNamespaceAssociation(args: GetIdNamespaceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIdNamespaceAssociationCommandOutput) => void): void;
241
318
  /**
242
319
  * @see {@link GetMembershipCommand}
243
320
  */
@@ -286,6 +363,12 @@ export interface CleanRooms {
286
363
  listCollaborationConfiguredAudienceModelAssociations(args: ListCollaborationConfiguredAudienceModelAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationConfiguredAudienceModelAssociationsCommandOutput>;
287
364
  listCollaborationConfiguredAudienceModelAssociations(args: ListCollaborationConfiguredAudienceModelAssociationsCommandInput, cb: (err: any, data?: ListCollaborationConfiguredAudienceModelAssociationsCommandOutput) => void): void;
288
365
  listCollaborationConfiguredAudienceModelAssociations(args: ListCollaborationConfiguredAudienceModelAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationConfiguredAudienceModelAssociationsCommandOutput) => void): void;
366
+ /**
367
+ * @see {@link ListCollaborationIdNamespaceAssociationsCommand}
368
+ */
369
+ listCollaborationIdNamespaceAssociations(args: ListCollaborationIdNamespaceAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationIdNamespaceAssociationsCommandOutput>;
370
+ listCollaborationIdNamespaceAssociations(args: ListCollaborationIdNamespaceAssociationsCommandInput, cb: (err: any, data?: ListCollaborationIdNamespaceAssociationsCommandOutput) => void): void;
371
+ listCollaborationIdNamespaceAssociations(args: ListCollaborationIdNamespaceAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationIdNamespaceAssociationsCommandOutput) => void): void;
289
372
  /**
290
373
  * @see {@link ListCollaborationPrivacyBudgetsCommand}
291
374
  */
@@ -324,6 +407,18 @@ export interface CleanRooms {
324
407
  listConfiguredTables(args: ListConfiguredTablesCommandInput, options?: __HttpHandlerOptions): Promise<ListConfiguredTablesCommandOutput>;
325
408
  listConfiguredTables(args: ListConfiguredTablesCommandInput, cb: (err: any, data?: ListConfiguredTablesCommandOutput) => void): void;
326
409
  listConfiguredTables(args: ListConfiguredTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfiguredTablesCommandOutput) => void): void;
410
+ /**
411
+ * @see {@link ListIdMappingTablesCommand}
412
+ */
413
+ listIdMappingTables(args: ListIdMappingTablesCommandInput, options?: __HttpHandlerOptions): Promise<ListIdMappingTablesCommandOutput>;
414
+ listIdMappingTables(args: ListIdMappingTablesCommandInput, cb: (err: any, data?: ListIdMappingTablesCommandOutput) => void): void;
415
+ listIdMappingTables(args: ListIdMappingTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdMappingTablesCommandOutput) => void): void;
416
+ /**
417
+ * @see {@link ListIdNamespaceAssociationsCommand}
418
+ */
419
+ listIdNamespaceAssociations(args: ListIdNamespaceAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListIdNamespaceAssociationsCommandOutput>;
420
+ listIdNamespaceAssociations(args: ListIdNamespaceAssociationsCommandInput, cb: (err: any, data?: ListIdNamespaceAssociationsCommandOutput) => void): void;
421
+ listIdNamespaceAssociations(args: ListIdNamespaceAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIdNamespaceAssociationsCommandOutput) => void): void;
327
422
  /**
328
423
  * @see {@link ListMembersCommand}
329
424
  */
@@ -367,6 +462,12 @@ export interface CleanRooms {
367
462
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
368
463
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
369
464
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
465
+ /**
466
+ * @see {@link PopulateIdMappingTableCommand}
467
+ */
468
+ populateIdMappingTable(args: PopulateIdMappingTableCommandInput, options?: __HttpHandlerOptions): Promise<PopulateIdMappingTableCommandOutput>;
469
+ populateIdMappingTable(args: PopulateIdMappingTableCommandInput, cb: (err: any, data?: PopulateIdMappingTableCommandOutput) => void): void;
470
+ populateIdMappingTable(args: PopulateIdMappingTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PopulateIdMappingTableCommandOutput) => void): void;
370
471
  /**
371
472
  * @see {@link PreviewPrivacyImpactCommand}
372
473
  */
@@ -427,6 +528,24 @@ export interface CleanRooms {
427
528
  updateConfiguredTableAssociation(args: UpdateConfiguredTableAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfiguredTableAssociationCommandOutput>;
428
529
  updateConfiguredTableAssociation(args: UpdateConfiguredTableAssociationCommandInput, cb: (err: any, data?: UpdateConfiguredTableAssociationCommandOutput) => void): void;
429
530
  updateConfiguredTableAssociation(args: UpdateConfiguredTableAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfiguredTableAssociationCommandOutput) => void): void;
531
+ /**
532
+ * @see {@link UpdateConfiguredTableAssociationAnalysisRuleCommand}
533
+ */
534
+ updateConfiguredTableAssociationAnalysisRule(args: UpdateConfiguredTableAssociationAnalysisRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfiguredTableAssociationAnalysisRuleCommandOutput>;
535
+ updateConfiguredTableAssociationAnalysisRule(args: UpdateConfiguredTableAssociationAnalysisRuleCommandInput, cb: (err: any, data?: UpdateConfiguredTableAssociationAnalysisRuleCommandOutput) => void): void;
536
+ updateConfiguredTableAssociationAnalysisRule(args: UpdateConfiguredTableAssociationAnalysisRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfiguredTableAssociationAnalysisRuleCommandOutput) => void): void;
537
+ /**
538
+ * @see {@link UpdateIdMappingTableCommand}
539
+ */
540
+ updateIdMappingTable(args: UpdateIdMappingTableCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIdMappingTableCommandOutput>;
541
+ updateIdMappingTable(args: UpdateIdMappingTableCommandInput, cb: (err: any, data?: UpdateIdMappingTableCommandOutput) => void): void;
542
+ updateIdMappingTable(args: UpdateIdMappingTableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIdMappingTableCommandOutput) => void): void;
543
+ /**
544
+ * @see {@link UpdateIdNamespaceAssociationCommand}
545
+ */
546
+ updateIdNamespaceAssociation(args: UpdateIdNamespaceAssociationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIdNamespaceAssociationCommandOutput>;
547
+ updateIdNamespaceAssociation(args: UpdateIdNamespaceAssociationCommandInput, cb: (err: any, data?: UpdateIdNamespaceAssociationCommandOutput) => void): void;
548
+ updateIdNamespaceAssociation(args: UpdateIdNamespaceAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIdNamespaceAssociationCommandOutput) => void): void;
430
549
  /**
431
550
  * @see {@link UpdateMembershipCommand}
432
551
  */
@@ -14,16 +14,22 @@ import { CreateAnalysisTemplateCommandInput, CreateAnalysisTemplateCommandOutput
14
14
  import { CreateCollaborationCommandInput, CreateCollaborationCommandOutput } from "./commands/CreateCollaborationCommand";
15
15
  import { CreateConfiguredAudienceModelAssociationCommandInput, CreateConfiguredAudienceModelAssociationCommandOutput } from "./commands/CreateConfiguredAudienceModelAssociationCommand";
16
16
  import { CreateConfiguredTableAnalysisRuleCommandInput, CreateConfiguredTableAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAnalysisRuleCommand";
17
+ import { CreateConfiguredTableAssociationAnalysisRuleCommandInput, CreateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/CreateConfiguredTableAssociationAnalysisRuleCommand";
17
18
  import { CreateConfiguredTableAssociationCommandInput, CreateConfiguredTableAssociationCommandOutput } from "./commands/CreateConfiguredTableAssociationCommand";
18
19
  import { CreateConfiguredTableCommandInput, CreateConfiguredTableCommandOutput } from "./commands/CreateConfiguredTableCommand";
20
+ import { CreateIdMappingTableCommandInput, CreateIdMappingTableCommandOutput } from "./commands/CreateIdMappingTableCommand";
21
+ import { CreateIdNamespaceAssociationCommandInput, CreateIdNamespaceAssociationCommandOutput } from "./commands/CreateIdNamespaceAssociationCommand";
19
22
  import { CreateMembershipCommandInput, CreateMembershipCommandOutput } from "./commands/CreateMembershipCommand";
20
23
  import { CreatePrivacyBudgetTemplateCommandInput, CreatePrivacyBudgetTemplateCommandOutput } from "./commands/CreatePrivacyBudgetTemplateCommand";
21
24
  import { DeleteAnalysisTemplateCommandInput, DeleteAnalysisTemplateCommandOutput } from "./commands/DeleteAnalysisTemplateCommand";
22
25
  import { DeleteCollaborationCommandInput, DeleteCollaborationCommandOutput } from "./commands/DeleteCollaborationCommand";
23
26
  import { DeleteConfiguredAudienceModelAssociationCommandInput, DeleteConfiguredAudienceModelAssociationCommandOutput } from "./commands/DeleteConfiguredAudienceModelAssociationCommand";
24
27
  import { DeleteConfiguredTableAnalysisRuleCommandInput, DeleteConfiguredTableAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAnalysisRuleCommand";
28
+ import { DeleteConfiguredTableAssociationAnalysisRuleCommandInput, DeleteConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/DeleteConfiguredTableAssociationAnalysisRuleCommand";
25
29
  import { DeleteConfiguredTableAssociationCommandInput, DeleteConfiguredTableAssociationCommandOutput } from "./commands/DeleteConfiguredTableAssociationCommand";
26
30
  import { DeleteConfiguredTableCommandInput, DeleteConfiguredTableCommandOutput } from "./commands/DeleteConfiguredTableCommand";
31
+ import { DeleteIdMappingTableCommandInput, DeleteIdMappingTableCommandOutput } from "./commands/DeleteIdMappingTableCommand";
32
+ import { DeleteIdNamespaceAssociationCommandInput, DeleteIdNamespaceAssociationCommandOutput } from "./commands/DeleteIdNamespaceAssociationCommand";
27
33
  import { DeleteMemberCommandInput, DeleteMemberCommandOutput } from "./commands/DeleteMemberCommand";
28
34
  import { DeleteMembershipCommandInput, DeleteMembershipCommandOutput } from "./commands/DeleteMembershipCommand";
29
35
  import { DeletePrivacyBudgetTemplateCommandInput, DeletePrivacyBudgetTemplateCommandOutput } from "./commands/DeletePrivacyBudgetTemplateCommand";
@@ -31,11 +37,15 @@ import { GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput } fro
31
37
  import { GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput } from "./commands/GetCollaborationAnalysisTemplateCommand";
32
38
  import { GetCollaborationCommandInput, GetCollaborationCommandOutput } from "./commands/GetCollaborationCommand";
33
39
  import { GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
40
+ import { GetCollaborationIdNamespaceAssociationCommandInput, GetCollaborationIdNamespaceAssociationCommandOutput } from "./commands/GetCollaborationIdNamespaceAssociationCommand";
34
41
  import { GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput } from "./commands/GetCollaborationPrivacyBudgetTemplateCommand";
35
42
  import { GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput } from "./commands/GetConfiguredAudienceModelAssociationCommand";
36
43
  import { GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAnalysisRuleCommand";
44
+ import { GetConfiguredTableAssociationAnalysisRuleCommandInput, GetConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/GetConfiguredTableAssociationAnalysisRuleCommand";
37
45
  import { GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput } from "./commands/GetConfiguredTableAssociationCommand";
38
46
  import { GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput } from "./commands/GetConfiguredTableCommand";
47
+ import { GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput } from "./commands/GetIdMappingTableCommand";
48
+ import { GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput } from "./commands/GetIdNamespaceAssociationCommand";
39
49
  import { GetMembershipCommandInput, GetMembershipCommandOutput } from "./commands/GetMembershipCommand";
40
50
  import { GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput } from "./commands/GetPrivacyBudgetTemplateCommand";
41
51
  import { GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput } from "./commands/GetProtectedQueryCommand";
@@ -44,12 +54,15 @@ import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSch
44
54
  import { ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput } from "./commands/ListAnalysisTemplatesCommand";
45
55
  import { ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput } from "./commands/ListCollaborationAnalysisTemplatesCommand";
46
56
  import { ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
57
+ import { ListCollaborationIdNamespaceAssociationsCommandInput, ListCollaborationIdNamespaceAssociationsCommandOutput } from "./commands/ListCollaborationIdNamespaceAssociationsCommand";
47
58
  import { ListCollaborationPrivacyBudgetsCommandInput, ListCollaborationPrivacyBudgetsCommandOutput } from "./commands/ListCollaborationPrivacyBudgetsCommand";
48
59
  import { ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput } from "./commands/ListCollaborationPrivacyBudgetTemplatesCommand";
49
60
  import { ListCollaborationsCommandInput, ListCollaborationsCommandOutput } from "./commands/ListCollaborationsCommand";
50
61
  import { ListConfiguredAudienceModelAssociationsCommandInput, ListConfiguredAudienceModelAssociationsCommandOutput } from "./commands/ListConfiguredAudienceModelAssociationsCommand";
51
62
  import { ListConfiguredTableAssociationsCommandInput, ListConfiguredTableAssociationsCommandOutput } from "./commands/ListConfiguredTableAssociationsCommand";
52
63
  import { ListConfiguredTablesCommandInput, ListConfiguredTablesCommandOutput } from "./commands/ListConfiguredTablesCommand";
64
+ import { ListIdMappingTablesCommandInput, ListIdMappingTablesCommandOutput } from "./commands/ListIdMappingTablesCommand";
65
+ import { ListIdNamespaceAssociationsCommandInput, ListIdNamespaceAssociationsCommandOutput } from "./commands/ListIdNamespaceAssociationsCommand";
53
66
  import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
54
67
  import { ListMembershipsCommandInput, ListMembershipsCommandOutput } from "./commands/ListMembershipsCommand";
55
68
  import { ListPrivacyBudgetsCommandInput, ListPrivacyBudgetsCommandOutput } from "./commands/ListPrivacyBudgetsCommand";
@@ -57,6 +70,7 @@ import { ListPrivacyBudgetTemplatesCommandInput, ListPrivacyBudgetTemplatesComma
57
70
  import { ListProtectedQueriesCommandInput, ListProtectedQueriesCommandOutput } from "./commands/ListProtectedQueriesCommand";
58
71
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
59
72
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
73
+ import { PopulateIdMappingTableCommandInput, PopulateIdMappingTableCommandOutput } from "./commands/PopulateIdMappingTableCommand";
60
74
  import { PreviewPrivacyImpactCommandInput, PreviewPrivacyImpactCommandOutput } from "./commands/PreviewPrivacyImpactCommand";
61
75
  import { StartProtectedQueryCommandInput, StartProtectedQueryCommandOutput } from "./commands/StartProtectedQueryCommand";
62
76
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
@@ -65,8 +79,11 @@ import { UpdateAnalysisTemplateCommandInput, UpdateAnalysisTemplateCommandOutput
65
79
  import { UpdateCollaborationCommandInput, UpdateCollaborationCommandOutput } from "./commands/UpdateCollaborationCommand";
66
80
  import { UpdateConfiguredAudienceModelAssociationCommandInput, UpdateConfiguredAudienceModelAssociationCommandOutput } from "./commands/UpdateConfiguredAudienceModelAssociationCommand";
67
81
  import { UpdateConfiguredTableAnalysisRuleCommandInput, UpdateConfiguredTableAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAnalysisRuleCommand";
82
+ import { UpdateConfiguredTableAssociationAnalysisRuleCommandInput, UpdateConfiguredTableAssociationAnalysisRuleCommandOutput } from "./commands/UpdateConfiguredTableAssociationAnalysisRuleCommand";
68
83
  import { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAssociationCommandOutput } from "./commands/UpdateConfiguredTableAssociationCommand";
69
84
  import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "./commands/UpdateConfiguredTableCommand";
85
+ import { UpdateIdMappingTableCommandInput, UpdateIdMappingTableCommandOutput } from "./commands/UpdateIdMappingTableCommand";
86
+ import { UpdateIdNamespaceAssociationCommandInput, UpdateIdNamespaceAssociationCommandOutput } from "./commands/UpdateIdNamespaceAssociationCommand";
70
87
  import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "./commands/UpdateMembershipCommand";
71
88
  import { UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput } from "./commands/UpdatePrivacyBudgetTemplateCommand";
72
89
  import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "./commands/UpdateProtectedQueryCommand";
@@ -76,11 +93,11 @@ export { __Client };
76
93
  /**
77
94
  * @public
78
95
  */
79
- export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaAnalysisRuleCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationCommandInput | CreateConfiguredAudienceModelAssociationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateMembershipCommandInput | CreatePrivacyBudgetTemplateCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredAudienceModelAssociationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | DeletePrivacyBudgetTemplateCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationCommandInput | GetCollaborationConfiguredAudienceModelAssociationCommandInput | GetCollaborationPrivacyBudgetTemplateCommandInput | GetConfiguredAudienceModelAssociationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetMembershipCommandInput | GetPrivacyBudgetTemplateCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationConfiguredAudienceModelAssociationsCommandInput | ListCollaborationPrivacyBudgetTemplatesCommandInput | ListCollaborationPrivacyBudgetsCommandInput | ListCollaborationsCommandInput | ListConfiguredAudienceModelAssociationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListPrivacyBudgetTemplatesCommandInput | ListPrivacyBudgetsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PreviewPrivacyImpactCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredAudienceModelAssociationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateMembershipCommandInput | UpdatePrivacyBudgetTemplateCommandInput | UpdateProtectedQueryCommandInput;
96
+ export type ServiceInputTypes = BatchGetCollaborationAnalysisTemplateCommandInput | BatchGetSchemaAnalysisRuleCommandInput | BatchGetSchemaCommandInput | CreateAnalysisTemplateCommandInput | CreateCollaborationCommandInput | CreateConfiguredAudienceModelAssociationCommandInput | CreateConfiguredTableAnalysisRuleCommandInput | CreateConfiguredTableAssociationAnalysisRuleCommandInput | CreateConfiguredTableAssociationCommandInput | CreateConfiguredTableCommandInput | CreateIdMappingTableCommandInput | CreateIdNamespaceAssociationCommandInput | CreateMembershipCommandInput | CreatePrivacyBudgetTemplateCommandInput | DeleteAnalysisTemplateCommandInput | DeleteCollaborationCommandInput | DeleteConfiguredAudienceModelAssociationCommandInput | DeleteConfiguredTableAnalysisRuleCommandInput | DeleteConfiguredTableAssociationAnalysisRuleCommandInput | DeleteConfiguredTableAssociationCommandInput | DeleteConfiguredTableCommandInput | DeleteIdMappingTableCommandInput | DeleteIdNamespaceAssociationCommandInput | DeleteMemberCommandInput | DeleteMembershipCommandInput | DeletePrivacyBudgetTemplateCommandInput | GetAnalysisTemplateCommandInput | GetCollaborationAnalysisTemplateCommandInput | GetCollaborationCommandInput | GetCollaborationConfiguredAudienceModelAssociationCommandInput | GetCollaborationIdNamespaceAssociationCommandInput | GetCollaborationPrivacyBudgetTemplateCommandInput | GetConfiguredAudienceModelAssociationCommandInput | GetConfiguredTableAnalysisRuleCommandInput | GetConfiguredTableAssociationAnalysisRuleCommandInput | GetConfiguredTableAssociationCommandInput | GetConfiguredTableCommandInput | GetIdMappingTableCommandInput | GetIdNamespaceAssociationCommandInput | GetMembershipCommandInput | GetPrivacyBudgetTemplateCommandInput | GetProtectedQueryCommandInput | GetSchemaAnalysisRuleCommandInput | GetSchemaCommandInput | ListAnalysisTemplatesCommandInput | ListCollaborationAnalysisTemplatesCommandInput | ListCollaborationConfiguredAudienceModelAssociationsCommandInput | ListCollaborationIdNamespaceAssociationsCommandInput | ListCollaborationPrivacyBudgetTemplatesCommandInput | ListCollaborationPrivacyBudgetsCommandInput | ListCollaborationsCommandInput | ListConfiguredAudienceModelAssociationsCommandInput | ListConfiguredTableAssociationsCommandInput | ListConfiguredTablesCommandInput | ListIdMappingTablesCommandInput | ListIdNamespaceAssociationsCommandInput | ListMembersCommandInput | ListMembershipsCommandInput | ListPrivacyBudgetTemplatesCommandInput | ListPrivacyBudgetsCommandInput | ListProtectedQueriesCommandInput | ListSchemasCommandInput | ListTagsForResourceCommandInput | PopulateIdMappingTableCommandInput | PreviewPrivacyImpactCommandInput | StartProtectedQueryCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAnalysisTemplateCommandInput | UpdateCollaborationCommandInput | UpdateConfiguredAudienceModelAssociationCommandInput | UpdateConfiguredTableAnalysisRuleCommandInput | UpdateConfiguredTableAssociationAnalysisRuleCommandInput | UpdateConfiguredTableAssociationCommandInput | UpdateConfiguredTableCommandInput | UpdateIdMappingTableCommandInput | UpdateIdNamespaceAssociationCommandInput | UpdateMembershipCommandInput | UpdatePrivacyBudgetTemplateCommandInput | UpdateProtectedQueryCommandInput;
80
97
  /**
81
98
  * @public
82
99
  */
83
- export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaAnalysisRuleCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredAudienceModelAssociationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateMembershipCommandOutput | CreatePrivacyBudgetTemplateCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredAudienceModelAssociationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | DeletePrivacyBudgetTemplateCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationCommandOutput | GetCollaborationConfiguredAudienceModelAssociationCommandOutput | GetCollaborationPrivacyBudgetTemplateCommandOutput | GetConfiguredAudienceModelAssociationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetMembershipCommandOutput | GetPrivacyBudgetTemplateCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationConfiguredAudienceModelAssociationsCommandOutput | ListCollaborationPrivacyBudgetTemplatesCommandOutput | ListCollaborationPrivacyBudgetsCommandOutput | ListCollaborationsCommandOutput | ListConfiguredAudienceModelAssociationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListPrivacyBudgetTemplatesCommandOutput | ListPrivacyBudgetsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PreviewPrivacyImpactCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredAudienceModelAssociationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateMembershipCommandOutput | UpdatePrivacyBudgetTemplateCommandOutput | UpdateProtectedQueryCommandOutput;
100
+ export type ServiceOutputTypes = BatchGetCollaborationAnalysisTemplateCommandOutput | BatchGetSchemaAnalysisRuleCommandOutput | BatchGetSchemaCommandOutput | CreateAnalysisTemplateCommandOutput | CreateCollaborationCommandOutput | CreateConfiguredAudienceModelAssociationCommandOutput | CreateConfiguredTableAnalysisRuleCommandOutput | CreateConfiguredTableAssociationAnalysisRuleCommandOutput | CreateConfiguredTableAssociationCommandOutput | CreateConfiguredTableCommandOutput | CreateIdMappingTableCommandOutput | CreateIdNamespaceAssociationCommandOutput | CreateMembershipCommandOutput | CreatePrivacyBudgetTemplateCommandOutput | DeleteAnalysisTemplateCommandOutput | DeleteCollaborationCommandOutput | DeleteConfiguredAudienceModelAssociationCommandOutput | DeleteConfiguredTableAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationAnalysisRuleCommandOutput | DeleteConfiguredTableAssociationCommandOutput | DeleteConfiguredTableCommandOutput | DeleteIdMappingTableCommandOutput | DeleteIdNamespaceAssociationCommandOutput | DeleteMemberCommandOutput | DeleteMembershipCommandOutput | DeletePrivacyBudgetTemplateCommandOutput | GetAnalysisTemplateCommandOutput | GetCollaborationAnalysisTemplateCommandOutput | GetCollaborationCommandOutput | GetCollaborationConfiguredAudienceModelAssociationCommandOutput | GetCollaborationIdNamespaceAssociationCommandOutput | GetCollaborationPrivacyBudgetTemplateCommandOutput | GetConfiguredAudienceModelAssociationCommandOutput | GetConfiguredTableAnalysisRuleCommandOutput | GetConfiguredTableAssociationAnalysisRuleCommandOutput | GetConfiguredTableAssociationCommandOutput | GetConfiguredTableCommandOutput | GetIdMappingTableCommandOutput | GetIdNamespaceAssociationCommandOutput | GetMembershipCommandOutput | GetPrivacyBudgetTemplateCommandOutput | GetProtectedQueryCommandOutput | GetSchemaAnalysisRuleCommandOutput | GetSchemaCommandOutput | ListAnalysisTemplatesCommandOutput | ListCollaborationAnalysisTemplatesCommandOutput | ListCollaborationConfiguredAudienceModelAssociationsCommandOutput | ListCollaborationIdNamespaceAssociationsCommandOutput | ListCollaborationPrivacyBudgetTemplatesCommandOutput | ListCollaborationPrivacyBudgetsCommandOutput | ListCollaborationsCommandOutput | ListConfiguredAudienceModelAssociationsCommandOutput | ListConfiguredTableAssociationsCommandOutput | ListConfiguredTablesCommandOutput | ListIdMappingTablesCommandOutput | ListIdNamespaceAssociationsCommandOutput | ListMembersCommandOutput | ListMembershipsCommandOutput | ListPrivacyBudgetTemplatesCommandOutput | ListPrivacyBudgetsCommandOutput | ListProtectedQueriesCommandOutput | ListSchemasCommandOutput | ListTagsForResourceCommandOutput | PopulateIdMappingTableCommandOutput | PreviewPrivacyImpactCommandOutput | StartProtectedQueryCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAnalysisTemplateCommandOutput | UpdateCollaborationCommandOutput | UpdateConfiguredAudienceModelAssociationCommandOutput | UpdateConfiguredTableAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationAnalysisRuleCommandOutput | UpdateConfiguredTableAssociationCommandOutput | UpdateConfiguredTableCommandOutput | UpdateIdMappingTableCommandOutput | UpdateIdNamespaceAssociationCommandOutput | UpdateMembershipCommandOutput | UpdatePrivacyBudgetTemplateCommandOutput | UpdateProtectedQueryCommandOutput;
84
101
  /**
85
102
  * @public
86
103
  */
@@ -39,7 +39,7 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
39
39
  * schemaAnalysisRuleRequests: [ // SchemaAnalysisRuleRequestList // required
40
40
  * { // SchemaAnalysisRuleRequest
41
41
  * name: "STRING_VALUE", // required
42
- * type: "AGGREGATION" || "LIST" || "CUSTOM", // required
42
+ * type: "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE", // required
43
43
  * },
44
44
  * ],
45
45
  * };
@@ -49,7 +49,7 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
49
49
  * // analysisRules: [ // SchemaAnalysisRuleList // required
50
50
  * // { // AnalysisRule
51
51
  * // collaborationId: "STRING_VALUE", // required
52
- * // type: "AGGREGATION" || "LIST" || "CUSTOM", // required
52
+ * // type: "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE", // required
53
53
  * // name: "STRING_VALUE", // required
54
54
  * // createTime: new Date("TIMESTAMP"), // required
55
55
  * // updateTime: new Date("TIMESTAMP"), // required
@@ -65,6 +65,7 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
65
65
  * // listColumns: [ // required
66
66
  * // "STRING_VALUE",
67
67
  * // ],
68
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
68
69
  * // },
69
70
  * // aggregation: { // AnalysisRuleAggregation
70
71
  * // aggregateColumns: [ // AggregateColumnList // required
@@ -95,6 +96,7 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
95
96
  * // type: "STRING_VALUE", // required
96
97
  * // },
97
98
  * // ],
99
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
98
100
  * // },
99
101
  * // custom: { // AnalysisRuleCustom
100
102
  * // allowedAnalyses: [ // AllowedAnalysesList // required
@@ -103,6 +105,10 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
103
105
  * // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
104
106
  * // "STRING_VALUE",
105
107
  * // ],
108
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
109
+ * // disallowedOutputColumns: [
110
+ * // "STRING_VALUE",
111
+ * // ],
106
112
  * // differentialPrivacy: { // DifferentialPrivacyConfiguration
107
113
  * // columns: [ // DifferentialPrivacyColumnList // required
108
114
  * // { // DifferentialPrivacyColumn
@@ -111,6 +117,17 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
111
117
  * // ],
112
118
  * // },
113
119
  * // },
120
+ * // idMappingTable: { // AnalysisRuleIdMappingTable
121
+ * // joinColumns: "<AnalysisRuleColumnList>", // required
122
+ * // queryConstraints: [ // QueryConstraintList // required
123
+ * // { // QueryConstraint Union: only one key present
124
+ * // requireOverlap: { // QueryConstraintRequireOverlap
125
+ * // columns: "<AnalysisRuleColumnList>",
126
+ * // },
127
+ * // },
128
+ * // ],
129
+ * // dimensionColumns: "<AnalysisRuleColumnList>",
130
+ * // },
114
131
  * // },
115
132
  * // },
116
133
  * // },
@@ -118,7 +135,7 @@ declare const BatchGetSchemaAnalysisRuleCommand_base: {
118
135
  * // errors: [ // BatchGetSchemaAnalysisRuleErrorList // required
119
136
  * // { // BatchGetSchemaAnalysisRuleError
120
137
  * // name: "STRING_VALUE", // required
121
- * // type: "AGGREGATION" || "LIST" || "CUSTOM", // required
138
+ * // type: "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE", // required
122
139
  * // code: "STRING_VALUE", // required
123
140
  * // message: "STRING_VALUE", // required
124
141
  * // },
@@ -58,7 +58,7 @@ declare const BatchGetSchemaCommand_base: {
58
58
  * // },
59
59
  * // ],
60
60
  * // analysisRuleTypes: [ // AnalysisRuleTypeList // required
61
- * // "AGGREGATION" || "LIST" || "CUSTOM",
61
+ * // "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE",
62
62
  * // ],
63
63
  * // analysisMethod: "STRING_VALUE",
64
64
  * // creatorAccountId: "STRING_VALUE", // required
@@ -68,22 +68,33 @@ declare const BatchGetSchemaCommand_base: {
68
68
  * // description: "STRING_VALUE", // required
69
69
  * // createTime: new Date("TIMESTAMP"), // required
70
70
  * // updateTime: new Date("TIMESTAMP"), // required
71
- * // type: "TABLE", // required
71
+ * // type: "TABLE" || "ID_MAPPING_TABLE", // required
72
72
  * // schemaStatusDetails: [ // SchemaStatusDetailList // required
73
73
  * // { // SchemaStatusDetail
74
74
  * // status: "READY" || "NOT_READY", // required
75
75
  * // reasons: [ // SchemaStatusReasonList
76
76
  * // { // SchemaStatusReason
77
- * // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED", // required
77
+ * // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED" || "ID_MAPPING_TABLE_NOT_POPULATED" || "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_CONFIGURED" || "RESULT_RECEIVERS_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_ALLOWED" || "RESULT_RECEIVERS_NOT_ALLOWED" || "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE", // required
78
78
  * // message: "STRING_VALUE", // required
79
79
  * // },
80
80
  * // ],
81
- * // analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM",
81
+ * // analysisRuleType: "AGGREGATION" || "LIST" || "CUSTOM" || "ID_MAPPING_TABLE",
82
82
  * // configurations: [ // SchemaConfigurationList
83
83
  * // "DIFFERENTIAL_PRIVACY",
84
84
  * // ],
85
+ * // analysisType: "DIRECT_ANALYSIS" || "ADDITIONAL_ANALYSIS", // required
85
86
  * // },
86
87
  * // ],
88
+ * // schemaTypeProperties: { // SchemaTypeProperties Union: only one key present
89
+ * // idMappingTable: { // IdMappingTableSchemaTypeProperties
90
+ * // idMappingTableInputSource: [ // IdMappingTableInputSourceList // required
91
+ * // { // IdMappingTableInputSource
92
+ * // idNamespaceAssociationId: "STRING_VALUE", // required
93
+ * // type: "SOURCE" || "TARGET", // required
94
+ * // },
95
+ * // ],
96
+ * // },
97
+ * // },
87
98
  * // },
88
99
  * // ],
89
100
  * // errors: [ // BatchGetSchemaErrorList // required
@@ -50,6 +50,7 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
50
50
  * listColumns: [ // required
51
51
  * "STRING_VALUE",
52
52
  * ],
53
+ * additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
53
54
  * },
54
55
  * aggregation: { // AnalysisRuleAggregation
55
56
  * aggregateColumns: [ // AggregateColumnList // required
@@ -80,6 +81,7 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
80
81
  * type: "STRING_VALUE", // required
81
82
  * },
82
83
  * ],
84
+ * additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
83
85
  * },
84
86
  * custom: { // AnalysisRuleCustom
85
87
  * allowedAnalyses: [ // AllowedAnalysesList // required
@@ -88,6 +90,10 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
88
90
  * allowedAnalysisProviders: [ // AllowedAnalysisProviderList
89
91
  * "STRING_VALUE",
90
92
  * ],
93
+ * additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
94
+ * disallowedOutputColumns: [
95
+ * "STRING_VALUE",
96
+ * ],
91
97
  * differentialPrivacy: { // DifferentialPrivacyConfiguration
92
98
  * columns: [ // DifferentialPrivacyColumnList // required
93
99
  * { // DifferentialPrivacyColumn
@@ -117,6 +123,7 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
117
123
  * // listColumns: [ // required
118
124
  * // "STRING_VALUE",
119
125
  * // ],
126
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
120
127
  * // },
121
128
  * // aggregation: { // AnalysisRuleAggregation
122
129
  * // aggregateColumns: [ // AggregateColumnList // required
@@ -147,6 +154,7 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
147
154
  * // type: "STRING_VALUE", // required
148
155
  * // },
149
156
  * // ],
157
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
150
158
  * // },
151
159
  * // custom: { // AnalysisRuleCustom
152
160
  * // allowedAnalyses: [ // AllowedAnalysesList // required
@@ -155,6 +163,10 @@ declare const CreateConfiguredTableAnalysisRuleCommand_base: {
155
163
  * // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
156
164
  * // "STRING_VALUE",
157
165
  * // ],
166
+ * // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
167
+ * // disallowedOutputColumns: [
168
+ * // "STRING_VALUE",
169
+ * // ],
158
170
  * // differentialPrivacy: { // DifferentialPrivacyConfiguration
159
171
  * // columns: [ // DifferentialPrivacyColumnList // required
160
172
  * // { // DifferentialPrivacyColumn