@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
@@ -0,0 +1,140 @@
1
+ import {
2
+ PrivacyBudgetTemplateAutoRefresh,
3
+ PrivacyBudgetTemplateParametersOutput,
4
+ PrivacyBudgetType,
5
+ ProtectedQuery,
6
+ } from "./models_0";
7
+ export interface UpdateProtectedQueryOutput {
8
+ protectedQuery: ProtectedQuery | undefined;
9
+ }
10
+ export interface DifferentialPrivacyTemplateParametersInput {
11
+ epsilon: number | undefined;
12
+ usersNoisePerQuery: number | undefined;
13
+ }
14
+ export type PrivacyBudgetTemplateParametersInput =
15
+ | PrivacyBudgetTemplateParametersInput.DifferentialPrivacyMember
16
+ | PrivacyBudgetTemplateParametersInput.$UnknownMember;
17
+ export declare namespace PrivacyBudgetTemplateParametersInput {
18
+ interface DifferentialPrivacyMember {
19
+ differentialPrivacy: DifferentialPrivacyTemplateParametersInput;
20
+ $unknown?: never;
21
+ }
22
+ interface $UnknownMember {
23
+ differentialPrivacy?: never;
24
+ $unknown: [string, any];
25
+ }
26
+ interface Visitor<T> {
27
+ differentialPrivacy: (
28
+ value: DifferentialPrivacyTemplateParametersInput
29
+ ) => T;
30
+ _: (name: string, value: any) => T;
31
+ }
32
+ const visit: <T>(
33
+ value: PrivacyBudgetTemplateParametersInput,
34
+ visitor: Visitor<T>
35
+ ) => T;
36
+ }
37
+ export interface CreatePrivacyBudgetTemplateInput {
38
+ membershipIdentifier: string | undefined;
39
+ autoRefresh: PrivacyBudgetTemplateAutoRefresh | undefined;
40
+ privacyBudgetType: PrivacyBudgetType | undefined;
41
+ parameters: PrivacyBudgetTemplateParametersInput | undefined;
42
+ tags?: Record<string, string>;
43
+ }
44
+ export interface PrivacyBudgetTemplate {
45
+ id: string | undefined;
46
+ arn: string | undefined;
47
+ membershipId: string | undefined;
48
+ membershipArn: string | undefined;
49
+ collaborationId: string | undefined;
50
+ collaborationArn: string | undefined;
51
+ createTime: Date | undefined;
52
+ updateTime: Date | undefined;
53
+ privacyBudgetType: PrivacyBudgetType | undefined;
54
+ autoRefresh: PrivacyBudgetTemplateAutoRefresh | undefined;
55
+ parameters: PrivacyBudgetTemplateParametersOutput | undefined;
56
+ }
57
+ export interface CreatePrivacyBudgetTemplateOutput {
58
+ privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
59
+ }
60
+ export interface DeletePrivacyBudgetTemplateInput {
61
+ membershipIdentifier: string | undefined;
62
+ privacyBudgetTemplateIdentifier: string | undefined;
63
+ }
64
+ export interface DeletePrivacyBudgetTemplateOutput {}
65
+ export interface GetPrivacyBudgetTemplateInput {
66
+ membershipIdentifier: string | undefined;
67
+ privacyBudgetTemplateIdentifier: string | undefined;
68
+ }
69
+ export interface GetPrivacyBudgetTemplateOutput {
70
+ privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
71
+ }
72
+ export interface ListPrivacyBudgetTemplatesInput {
73
+ membershipIdentifier: string | undefined;
74
+ nextToken?: string;
75
+ maxResults?: number;
76
+ }
77
+ export interface PrivacyBudgetTemplateSummary {
78
+ id: string | undefined;
79
+ arn: string | undefined;
80
+ membershipId: string | undefined;
81
+ membershipArn: string | undefined;
82
+ collaborationId: string | undefined;
83
+ collaborationArn: string | undefined;
84
+ privacyBudgetType: PrivacyBudgetType | undefined;
85
+ createTime: Date | undefined;
86
+ updateTime: Date | undefined;
87
+ }
88
+ export interface ListPrivacyBudgetTemplatesOutput {
89
+ nextToken?: string;
90
+ privacyBudgetTemplateSummaries: PrivacyBudgetTemplateSummary[] | undefined;
91
+ }
92
+ export interface DifferentialPrivacyTemplateUpdateParameters {
93
+ epsilon?: number;
94
+ usersNoisePerQuery?: number;
95
+ }
96
+ export type PrivacyBudgetTemplateUpdateParameters =
97
+ | PrivacyBudgetTemplateUpdateParameters.DifferentialPrivacyMember
98
+ | PrivacyBudgetTemplateUpdateParameters.$UnknownMember;
99
+ export declare namespace PrivacyBudgetTemplateUpdateParameters {
100
+ interface DifferentialPrivacyMember {
101
+ differentialPrivacy: DifferentialPrivacyTemplateUpdateParameters;
102
+ $unknown?: never;
103
+ }
104
+ interface $UnknownMember {
105
+ differentialPrivacy?: never;
106
+ $unknown: [string, any];
107
+ }
108
+ interface Visitor<T> {
109
+ differentialPrivacy: (
110
+ value: DifferentialPrivacyTemplateUpdateParameters
111
+ ) => T;
112
+ _: (name: string, value: any) => T;
113
+ }
114
+ const visit: <T>(
115
+ value: PrivacyBudgetTemplateUpdateParameters,
116
+ visitor: Visitor<T>
117
+ ) => T;
118
+ }
119
+ export interface UpdatePrivacyBudgetTemplateInput {
120
+ membershipIdentifier: string | undefined;
121
+ privacyBudgetTemplateIdentifier: string | undefined;
122
+ privacyBudgetType: PrivacyBudgetType | undefined;
123
+ parameters?: PrivacyBudgetTemplateUpdateParameters;
124
+ }
125
+ export interface UpdatePrivacyBudgetTemplateOutput {
126
+ privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
127
+ }
128
+ export interface TagResourceInput {
129
+ resourceArn: string | undefined;
130
+ tags: Record<string, string> | undefined;
131
+ }
132
+ export interface TagResourceOutput {}
133
+ export interface UntagResourceInput {
134
+ resourceArn: string | undefined;
135
+ tagKeys: string[] | undefined;
136
+ }
137
+ export interface UntagResourceOutput {}
138
+ export declare const UpdateProtectedQueryOutputFilterSensitiveLog: (
139
+ obj: UpdateProtectedQueryOutput
140
+ ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListCollaborationIdNamespaceAssociationsCommandInput,
4
+ ListCollaborationIdNamespaceAssociationsCommandOutput,
5
+ } from "../commands/ListCollaborationIdNamespaceAssociationsCommand";
6
+ import { CleanRoomsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListCollaborationIdNamespaceAssociations: (
8
+ config: CleanRoomsPaginationConfiguration,
9
+ input: ListCollaborationIdNamespaceAssociationsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListCollaborationIdNamespaceAssociationsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListIdMappingTablesCommandInput,
4
+ ListIdMappingTablesCommandOutput,
5
+ } from "../commands/ListIdMappingTablesCommand";
6
+ import { CleanRoomsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListIdMappingTables: (
8
+ config: CleanRoomsPaginationConfiguration,
9
+ input: ListIdMappingTablesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListIdMappingTablesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListIdNamespaceAssociationsCommandInput,
4
+ ListIdNamespaceAssociationsCommandOutput,
5
+ } from "../commands/ListIdNamespaceAssociationsCommand";
6
+ import { CleanRoomsPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListIdNamespaceAssociations: (
8
+ config: CleanRoomsPaginationConfiguration,
9
+ input: ListIdNamespaceAssociationsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListIdNamespaceAssociationsCommandOutput>;
@@ -2,12 +2,15 @@ export * from "./Interfaces";
2
2
  export * from "./ListAnalysisTemplatesPaginator";
3
3
  export * from "./ListCollaborationAnalysisTemplatesPaginator";
4
4
  export * from "./ListCollaborationConfiguredAudienceModelAssociationsPaginator";
5
+ export * from "./ListCollaborationIdNamespaceAssociationsPaginator";
5
6
  export * from "./ListCollaborationPrivacyBudgetTemplatesPaginator";
6
7
  export * from "./ListCollaborationPrivacyBudgetsPaginator";
7
8
  export * from "./ListCollaborationsPaginator";
8
9
  export * from "./ListConfiguredAudienceModelAssociationsPaginator";
9
10
  export * from "./ListConfiguredTableAssociationsPaginator";
10
11
  export * from "./ListConfiguredTablesPaginator";
12
+ export * from "./ListIdMappingTablesPaginator";
13
+ export * from "./ListIdNamespaceAssociationsPaginator";
11
14
  export * from "./ListMembersPaginator";
12
15
  export * from "./ListMembershipsPaginator";
13
16
  export * from "./ListPrivacyBudgetTemplatesPaginator";
@@ -31,6 +31,10 @@ import {
31
31
  CreateConfiguredTableAnalysisRuleCommandInput,
32
32
  CreateConfiguredTableAnalysisRuleCommandOutput,
33
33
  } from "../commands/CreateConfiguredTableAnalysisRuleCommand";
34
+ import {
35
+ CreateConfiguredTableAssociationAnalysisRuleCommandInput,
36
+ CreateConfiguredTableAssociationAnalysisRuleCommandOutput,
37
+ } from "../commands/CreateConfiguredTableAssociationAnalysisRuleCommand";
34
38
  import {
35
39
  CreateConfiguredTableAssociationCommandInput,
36
40
  CreateConfiguredTableAssociationCommandOutput,
@@ -39,6 +43,14 @@ import {
39
43
  CreateConfiguredTableCommandInput,
40
44
  CreateConfiguredTableCommandOutput,
41
45
  } from "../commands/CreateConfiguredTableCommand";
46
+ import {
47
+ CreateIdMappingTableCommandInput,
48
+ CreateIdMappingTableCommandOutput,
49
+ } from "../commands/CreateIdMappingTableCommand";
50
+ import {
51
+ CreateIdNamespaceAssociationCommandInput,
52
+ CreateIdNamespaceAssociationCommandOutput,
53
+ } from "../commands/CreateIdNamespaceAssociationCommand";
42
54
  import {
43
55
  CreateMembershipCommandInput,
44
56
  CreateMembershipCommandOutput,
@@ -63,6 +75,10 @@ import {
63
75
  DeleteConfiguredTableAnalysisRuleCommandInput,
64
76
  DeleteConfiguredTableAnalysisRuleCommandOutput,
65
77
  } from "../commands/DeleteConfiguredTableAnalysisRuleCommand";
78
+ import {
79
+ DeleteConfiguredTableAssociationAnalysisRuleCommandInput,
80
+ DeleteConfiguredTableAssociationAnalysisRuleCommandOutput,
81
+ } from "../commands/DeleteConfiguredTableAssociationAnalysisRuleCommand";
66
82
  import {
67
83
  DeleteConfiguredTableAssociationCommandInput,
68
84
  DeleteConfiguredTableAssociationCommandOutput,
@@ -71,6 +87,14 @@ import {
71
87
  DeleteConfiguredTableCommandInput,
72
88
  DeleteConfiguredTableCommandOutput,
73
89
  } from "../commands/DeleteConfiguredTableCommand";
90
+ import {
91
+ DeleteIdMappingTableCommandInput,
92
+ DeleteIdMappingTableCommandOutput,
93
+ } from "../commands/DeleteIdMappingTableCommand";
94
+ import {
95
+ DeleteIdNamespaceAssociationCommandInput,
96
+ DeleteIdNamespaceAssociationCommandOutput,
97
+ } from "../commands/DeleteIdNamespaceAssociationCommand";
74
98
  import {
75
99
  DeleteMemberCommandInput,
76
100
  DeleteMemberCommandOutput,
@@ -99,6 +123,10 @@ import {
99
123
  GetCollaborationConfiguredAudienceModelAssociationCommandInput,
100
124
  GetCollaborationConfiguredAudienceModelAssociationCommandOutput,
101
125
  } from "../commands/GetCollaborationConfiguredAudienceModelAssociationCommand";
126
+ import {
127
+ GetCollaborationIdNamespaceAssociationCommandInput,
128
+ GetCollaborationIdNamespaceAssociationCommandOutput,
129
+ } from "../commands/GetCollaborationIdNamespaceAssociationCommand";
102
130
  import {
103
131
  GetCollaborationPrivacyBudgetTemplateCommandInput,
104
132
  GetCollaborationPrivacyBudgetTemplateCommandOutput,
@@ -111,6 +139,10 @@ import {
111
139
  GetConfiguredTableAnalysisRuleCommandInput,
112
140
  GetConfiguredTableAnalysisRuleCommandOutput,
113
141
  } from "../commands/GetConfiguredTableAnalysisRuleCommand";
142
+ import {
143
+ GetConfiguredTableAssociationAnalysisRuleCommandInput,
144
+ GetConfiguredTableAssociationAnalysisRuleCommandOutput,
145
+ } from "../commands/GetConfiguredTableAssociationAnalysisRuleCommand";
114
146
  import {
115
147
  GetConfiguredTableAssociationCommandInput,
116
148
  GetConfiguredTableAssociationCommandOutput,
@@ -119,6 +151,14 @@ import {
119
151
  GetConfiguredTableCommandInput,
120
152
  GetConfiguredTableCommandOutput,
121
153
  } from "../commands/GetConfiguredTableCommand";
154
+ import {
155
+ GetIdMappingTableCommandInput,
156
+ GetIdMappingTableCommandOutput,
157
+ } from "../commands/GetIdMappingTableCommand";
158
+ import {
159
+ GetIdNamespaceAssociationCommandInput,
160
+ GetIdNamespaceAssociationCommandOutput,
161
+ } from "../commands/GetIdNamespaceAssociationCommand";
122
162
  import {
123
163
  GetMembershipCommandInput,
124
164
  GetMembershipCommandOutput,
@@ -151,6 +191,10 @@ import {
151
191
  ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
152
192
  ListCollaborationConfiguredAudienceModelAssociationsCommandOutput,
153
193
  } from "../commands/ListCollaborationConfiguredAudienceModelAssociationsCommand";
194
+ import {
195
+ ListCollaborationIdNamespaceAssociationsCommandInput,
196
+ ListCollaborationIdNamespaceAssociationsCommandOutput,
197
+ } from "../commands/ListCollaborationIdNamespaceAssociationsCommand";
154
198
  import {
155
199
  ListCollaborationPrivacyBudgetsCommandInput,
156
200
  ListCollaborationPrivacyBudgetsCommandOutput,
@@ -175,6 +219,14 @@ import {
175
219
  ListConfiguredTablesCommandInput,
176
220
  ListConfiguredTablesCommandOutput,
177
221
  } from "../commands/ListConfiguredTablesCommand";
222
+ import {
223
+ ListIdMappingTablesCommandInput,
224
+ ListIdMappingTablesCommandOutput,
225
+ } from "../commands/ListIdMappingTablesCommand";
226
+ import {
227
+ ListIdNamespaceAssociationsCommandInput,
228
+ ListIdNamespaceAssociationsCommandOutput,
229
+ } from "../commands/ListIdNamespaceAssociationsCommand";
178
230
  import {
179
231
  ListMembersCommandInput,
180
232
  ListMembersCommandOutput,
@@ -203,6 +255,10 @@ import {
203
255
  ListTagsForResourceCommandInput,
204
256
  ListTagsForResourceCommandOutput,
205
257
  } from "../commands/ListTagsForResourceCommand";
258
+ import {
259
+ PopulateIdMappingTableCommandInput,
260
+ PopulateIdMappingTableCommandOutput,
261
+ } from "../commands/PopulateIdMappingTableCommand";
206
262
  import {
207
263
  PreviewPrivacyImpactCommandInput,
208
264
  PreviewPrivacyImpactCommandOutput,
@@ -235,6 +291,10 @@ import {
235
291
  UpdateConfiguredTableAnalysisRuleCommandInput,
236
292
  UpdateConfiguredTableAnalysisRuleCommandOutput,
237
293
  } from "../commands/UpdateConfiguredTableAnalysisRuleCommand";
294
+ import {
295
+ UpdateConfiguredTableAssociationAnalysisRuleCommandInput,
296
+ UpdateConfiguredTableAssociationAnalysisRuleCommandOutput,
297
+ } from "../commands/UpdateConfiguredTableAssociationAnalysisRuleCommand";
238
298
  import {
239
299
  UpdateConfiguredTableAssociationCommandInput,
240
300
  UpdateConfiguredTableAssociationCommandOutput,
@@ -243,6 +303,14 @@ import {
243
303
  UpdateConfiguredTableCommandInput,
244
304
  UpdateConfiguredTableCommandOutput,
245
305
  } from "../commands/UpdateConfiguredTableCommand";
306
+ import {
307
+ UpdateIdMappingTableCommandInput,
308
+ UpdateIdMappingTableCommandOutput,
309
+ } from "../commands/UpdateIdMappingTableCommand";
310
+ import {
311
+ UpdateIdNamespaceAssociationCommandInput,
312
+ UpdateIdNamespaceAssociationCommandOutput,
313
+ } from "../commands/UpdateIdNamespaceAssociationCommand";
246
314
  import {
247
315
  UpdateMembershipCommandInput,
248
316
  UpdateMembershipCommandOutput,
@@ -291,6 +359,18 @@ export declare const se_CreateConfiguredTableAssociationCommand: (
291
359
  input: CreateConfiguredTableAssociationCommandInput,
292
360
  context: __SerdeContext
293
361
  ) => Promise<__HttpRequest>;
362
+ export declare const se_CreateConfiguredTableAssociationAnalysisRuleCommand: (
363
+ input: CreateConfiguredTableAssociationAnalysisRuleCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const se_CreateIdMappingTableCommand: (
367
+ input: CreateIdMappingTableCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const se_CreateIdNamespaceAssociationCommand: (
371
+ input: CreateIdNamespaceAssociationCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
294
374
  export declare const se_CreateMembershipCommand: (
295
375
  input: CreateMembershipCommandInput,
296
376
  context: __SerdeContext
@@ -323,6 +403,18 @@ export declare const se_DeleteConfiguredTableAssociationCommand: (
323
403
  input: DeleteConfiguredTableAssociationCommandInput,
324
404
  context: __SerdeContext
325
405
  ) => Promise<__HttpRequest>;
406
+ export declare const se_DeleteConfiguredTableAssociationAnalysisRuleCommand: (
407
+ input: DeleteConfiguredTableAssociationAnalysisRuleCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const se_DeleteIdMappingTableCommand: (
411
+ input: DeleteIdMappingTableCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const se_DeleteIdNamespaceAssociationCommand: (
415
+ input: DeleteIdNamespaceAssociationCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
326
418
  export declare const se_DeleteMemberCommand: (
327
419
  input: DeleteMemberCommandInput,
328
420
  context: __SerdeContext
@@ -351,6 +443,10 @@ export declare const se_GetCollaborationConfiguredAudienceModelAssociationComman
351
443
  input: GetCollaborationConfiguredAudienceModelAssociationCommandInput,
352
444
  context: __SerdeContext
353
445
  ) => Promise<__HttpRequest>;
446
+ export declare const se_GetCollaborationIdNamespaceAssociationCommand: (
447
+ input: GetCollaborationIdNamespaceAssociationCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
354
450
  export declare const se_GetCollaborationPrivacyBudgetTemplateCommand: (
355
451
  input: GetCollaborationPrivacyBudgetTemplateCommandInput,
356
452
  context: __SerdeContext
@@ -371,6 +467,18 @@ export declare const se_GetConfiguredTableAssociationCommand: (
371
467
  input: GetConfiguredTableAssociationCommandInput,
372
468
  context: __SerdeContext
373
469
  ) => Promise<__HttpRequest>;
470
+ export declare const se_GetConfiguredTableAssociationAnalysisRuleCommand: (
471
+ input: GetConfiguredTableAssociationAnalysisRuleCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const se_GetIdMappingTableCommand: (
475
+ input: GetIdMappingTableCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const se_GetIdNamespaceAssociationCommand: (
479
+ input: GetIdNamespaceAssociationCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
374
482
  export declare const se_GetMembershipCommand: (
375
483
  input: GetMembershipCommandInput,
376
484
  context: __SerdeContext
@@ -403,6 +511,10 @@ export declare const se_ListCollaborationConfiguredAudienceModelAssociationsComm
403
511
  input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput,
404
512
  context: __SerdeContext
405
513
  ) => Promise<__HttpRequest>;
514
+ export declare const se_ListCollaborationIdNamespaceAssociationsCommand: (
515
+ input: ListCollaborationIdNamespaceAssociationsCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
406
518
  export declare const se_ListCollaborationPrivacyBudgetsCommand: (
407
519
  input: ListCollaborationPrivacyBudgetsCommandInput,
408
520
  context: __SerdeContext
@@ -427,6 +539,14 @@ export declare const se_ListConfiguredTablesCommand: (
427
539
  input: ListConfiguredTablesCommandInput,
428
540
  context: __SerdeContext
429
541
  ) => Promise<__HttpRequest>;
542
+ export declare const se_ListIdMappingTablesCommand: (
543
+ input: ListIdMappingTablesCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const se_ListIdNamespaceAssociationsCommand: (
547
+ input: ListIdNamespaceAssociationsCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
430
550
  export declare const se_ListMembersCommand: (
431
551
  input: ListMembersCommandInput,
432
552
  context: __SerdeContext
@@ -455,6 +575,10 @@ export declare const se_ListTagsForResourceCommand: (
455
575
  input: ListTagsForResourceCommandInput,
456
576
  context: __SerdeContext
457
577
  ) => Promise<__HttpRequest>;
578
+ export declare const se_PopulateIdMappingTableCommand: (
579
+ input: PopulateIdMappingTableCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
458
582
  export declare const se_PreviewPrivacyImpactCommand: (
459
583
  input: PreviewPrivacyImpactCommandInput,
460
584
  context: __SerdeContext
@@ -495,6 +619,18 @@ export declare const se_UpdateConfiguredTableAssociationCommand: (
495
619
  input: UpdateConfiguredTableAssociationCommandInput,
496
620
  context: __SerdeContext
497
621
  ) => Promise<__HttpRequest>;
622
+ export declare const se_UpdateConfiguredTableAssociationAnalysisRuleCommand: (
623
+ input: UpdateConfiguredTableAssociationAnalysisRuleCommandInput,
624
+ context: __SerdeContext
625
+ ) => Promise<__HttpRequest>;
626
+ export declare const se_UpdateIdMappingTableCommand: (
627
+ input: UpdateIdMappingTableCommandInput,
628
+ context: __SerdeContext
629
+ ) => Promise<__HttpRequest>;
630
+ export declare const se_UpdateIdNamespaceAssociationCommand: (
631
+ input: UpdateIdNamespaceAssociationCommandInput,
632
+ context: __SerdeContext
633
+ ) => Promise<__HttpRequest>;
498
634
  export declare const se_UpdateMembershipCommand: (
499
635
  input: UpdateMembershipCommandInput,
500
636
  context: __SerdeContext
@@ -543,6 +679,18 @@ export declare const de_CreateConfiguredTableAssociationCommand: (
543
679
  output: __HttpResponse,
544
680
  context: __SerdeContext
545
681
  ) => Promise<CreateConfiguredTableAssociationCommandOutput>;
682
+ export declare const de_CreateConfiguredTableAssociationAnalysisRuleCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<CreateConfiguredTableAssociationAnalysisRuleCommandOutput>;
686
+ export declare const de_CreateIdMappingTableCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<CreateIdMappingTableCommandOutput>;
690
+ export declare const de_CreateIdNamespaceAssociationCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<CreateIdNamespaceAssociationCommandOutput>;
546
694
  export declare const de_CreateMembershipCommand: (
547
695
  output: __HttpResponse,
548
696
  context: __SerdeContext
@@ -575,6 +723,18 @@ export declare const de_DeleteConfiguredTableAssociationCommand: (
575
723
  output: __HttpResponse,
576
724
  context: __SerdeContext
577
725
  ) => Promise<DeleteConfiguredTableAssociationCommandOutput>;
726
+ export declare const de_DeleteConfiguredTableAssociationAnalysisRuleCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<DeleteConfiguredTableAssociationAnalysisRuleCommandOutput>;
730
+ export declare const de_DeleteIdMappingTableCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<DeleteIdMappingTableCommandOutput>;
734
+ export declare const de_DeleteIdNamespaceAssociationCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<DeleteIdNamespaceAssociationCommandOutput>;
578
738
  export declare const de_DeleteMemberCommand: (
579
739
  output: __HttpResponse,
580
740
  context: __SerdeContext
@@ -603,6 +763,10 @@ export declare const de_GetCollaborationConfiguredAudienceModelAssociationComman
603
763
  output: __HttpResponse,
604
764
  context: __SerdeContext
605
765
  ) => Promise<GetCollaborationConfiguredAudienceModelAssociationCommandOutput>;
766
+ export declare const de_GetCollaborationIdNamespaceAssociationCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<GetCollaborationIdNamespaceAssociationCommandOutput>;
606
770
  export declare const de_GetCollaborationPrivacyBudgetTemplateCommand: (
607
771
  output: __HttpResponse,
608
772
  context: __SerdeContext
@@ -623,6 +787,18 @@ export declare const de_GetConfiguredTableAssociationCommand: (
623
787
  output: __HttpResponse,
624
788
  context: __SerdeContext
625
789
  ) => Promise<GetConfiguredTableAssociationCommandOutput>;
790
+ export declare const de_GetConfiguredTableAssociationAnalysisRuleCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<GetConfiguredTableAssociationAnalysisRuleCommandOutput>;
794
+ export declare const de_GetIdMappingTableCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<GetIdMappingTableCommandOutput>;
798
+ export declare const de_GetIdNamespaceAssociationCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<GetIdNamespaceAssociationCommandOutput>;
626
802
  export declare const de_GetMembershipCommand: (
627
803
  output: __HttpResponse,
628
804
  context: __SerdeContext
@@ -655,6 +831,10 @@ export declare const de_ListCollaborationConfiguredAudienceModelAssociationsComm
655
831
  output: __HttpResponse,
656
832
  context: __SerdeContext
657
833
  ) => Promise<ListCollaborationConfiguredAudienceModelAssociationsCommandOutput>;
834
+ export declare const de_ListCollaborationIdNamespaceAssociationsCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<ListCollaborationIdNamespaceAssociationsCommandOutput>;
658
838
  export declare const de_ListCollaborationPrivacyBudgetsCommand: (
659
839
  output: __HttpResponse,
660
840
  context: __SerdeContext
@@ -679,6 +859,14 @@ export declare const de_ListConfiguredTablesCommand: (
679
859
  output: __HttpResponse,
680
860
  context: __SerdeContext
681
861
  ) => Promise<ListConfiguredTablesCommandOutput>;
862
+ export declare const de_ListIdMappingTablesCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<ListIdMappingTablesCommandOutput>;
866
+ export declare const de_ListIdNamespaceAssociationsCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<ListIdNamespaceAssociationsCommandOutput>;
682
870
  export declare const de_ListMembersCommand: (
683
871
  output: __HttpResponse,
684
872
  context: __SerdeContext
@@ -707,6 +895,10 @@ export declare const de_ListTagsForResourceCommand: (
707
895
  output: __HttpResponse,
708
896
  context: __SerdeContext
709
897
  ) => Promise<ListTagsForResourceCommandOutput>;
898
+ export declare const de_PopulateIdMappingTableCommand: (
899
+ output: __HttpResponse,
900
+ context: __SerdeContext
901
+ ) => Promise<PopulateIdMappingTableCommandOutput>;
710
902
  export declare const de_PreviewPrivacyImpactCommand: (
711
903
  output: __HttpResponse,
712
904
  context: __SerdeContext
@@ -747,6 +939,18 @@ export declare const de_UpdateConfiguredTableAssociationCommand: (
747
939
  output: __HttpResponse,
748
940
  context: __SerdeContext
749
941
  ) => Promise<UpdateConfiguredTableAssociationCommandOutput>;
942
+ export declare const de_UpdateConfiguredTableAssociationAnalysisRuleCommand: (
943
+ output: __HttpResponse,
944
+ context: __SerdeContext
945
+ ) => Promise<UpdateConfiguredTableAssociationAnalysisRuleCommandOutput>;
946
+ export declare const de_UpdateIdMappingTableCommand: (
947
+ output: __HttpResponse,
948
+ context: __SerdeContext
949
+ ) => Promise<UpdateIdMappingTableCommandOutput>;
950
+ export declare const de_UpdateIdNamespaceAssociationCommand: (
951
+ output: __HttpResponse,
952
+ context: __SerdeContext
953
+ ) => Promise<UpdateIdNamespaceAssociationCommandOutput>;
750
954
  export declare const de_UpdateMembershipCommand: (
751
955
  output: __HttpResponse,
752
956
  context: __SerdeContext
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanrooms",
3
3
  "description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
4
- "version": "3.616.0",
4
+ "version": "3.619.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cleanrooms",