@aws-sdk/client-cleanrooms 3.616.0 → 3.618.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +104 -0
- package/dist-cjs/index.js +811 -8
- package/dist-es/CleanRooms.js +26 -0
- package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
- package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
- package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
- package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
- package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +29 -0
- package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
- package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +483 -0
- package/dist-types/CleanRooms.d.ts +91 -0
- package/dist-types/CleanRoomsClient.d.ts +15 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +16 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -5
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +15 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +15 -5
- package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
- package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
- package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +1334 -333
- package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +117 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +233 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +302 -0
- package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +156 -0
- package/package.json +1 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateIdMappingTableInput,
|
|
10
|
+
UpdateIdMappingTableOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateIdMappingTableCommandInput
|
|
15
|
+
extends UpdateIdMappingTableInput {}
|
|
16
|
+
export interface UpdateIdMappingTableCommandOutput
|
|
17
|
+
extends UpdateIdMappingTableOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateIdMappingTableCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateIdMappingTableCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateIdMappingTableCommandInput,
|
|
24
|
+
UpdateIdMappingTableCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateIdMappingTableCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateIdMappingTableCommandInput,
|
|
33
|
+
UpdateIdMappingTableCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateIdMappingTableCommand extends UpdateIdMappingTableCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateIdNamespaceAssociationInput,
|
|
10
|
+
UpdateIdNamespaceAssociationOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateIdNamespaceAssociationCommandInput
|
|
15
|
+
extends UpdateIdNamespaceAssociationInput {}
|
|
16
|
+
export interface UpdateIdNamespaceAssociationCommandOutput
|
|
17
|
+
extends UpdateIdNamespaceAssociationOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateIdNamespaceAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateIdNamespaceAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateIdNamespaceAssociationCommandInput,
|
|
24
|
+
UpdateIdNamespaceAssociationCommandOutput,
|
|
25
|
+
CleanRoomsClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateIdNamespaceAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateIdNamespaceAssociationCommandInput,
|
|
33
|
+
UpdateIdNamespaceAssociationCommandOutput,
|
|
34
|
+
CleanRoomsClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateIdNamespaceAssociationCommand extends UpdateIdNamespaceAssociationCommand_base {}
|
|
@@ -7,6 +7,8 @@ export * from "./CreateConfiguredAudienceModelAssociationCommand";
|
|
|
7
7
|
export * from "./CreateConfiguredTableAnalysisRuleCommand";
|
|
8
8
|
export * from "./CreateConfiguredTableAssociationCommand";
|
|
9
9
|
export * from "./CreateConfiguredTableCommand";
|
|
10
|
+
export * from "./CreateIdMappingTableCommand";
|
|
11
|
+
export * from "./CreateIdNamespaceAssociationCommand";
|
|
10
12
|
export * from "./CreateMembershipCommand";
|
|
11
13
|
export * from "./CreatePrivacyBudgetTemplateCommand";
|
|
12
14
|
export * from "./DeleteAnalysisTemplateCommand";
|
|
@@ -15,6 +17,8 @@ export * from "./DeleteConfiguredAudienceModelAssociationCommand";
|
|
|
15
17
|
export * from "./DeleteConfiguredTableAnalysisRuleCommand";
|
|
16
18
|
export * from "./DeleteConfiguredTableAssociationCommand";
|
|
17
19
|
export * from "./DeleteConfiguredTableCommand";
|
|
20
|
+
export * from "./DeleteIdMappingTableCommand";
|
|
21
|
+
export * from "./DeleteIdNamespaceAssociationCommand";
|
|
18
22
|
export * from "./DeleteMemberCommand";
|
|
19
23
|
export * from "./DeleteMembershipCommand";
|
|
20
24
|
export * from "./DeletePrivacyBudgetTemplateCommand";
|
|
@@ -22,11 +26,14 @@ export * from "./GetAnalysisTemplateCommand";
|
|
|
22
26
|
export * from "./GetCollaborationAnalysisTemplateCommand";
|
|
23
27
|
export * from "./GetCollaborationCommand";
|
|
24
28
|
export * from "./GetCollaborationConfiguredAudienceModelAssociationCommand";
|
|
29
|
+
export * from "./GetCollaborationIdNamespaceAssociationCommand";
|
|
25
30
|
export * from "./GetCollaborationPrivacyBudgetTemplateCommand";
|
|
26
31
|
export * from "./GetConfiguredAudienceModelAssociationCommand";
|
|
27
32
|
export * from "./GetConfiguredTableAnalysisRuleCommand";
|
|
28
33
|
export * from "./GetConfiguredTableAssociationCommand";
|
|
29
34
|
export * from "./GetConfiguredTableCommand";
|
|
35
|
+
export * from "./GetIdMappingTableCommand";
|
|
36
|
+
export * from "./GetIdNamespaceAssociationCommand";
|
|
30
37
|
export * from "./GetMembershipCommand";
|
|
31
38
|
export * from "./GetPrivacyBudgetTemplateCommand";
|
|
32
39
|
export * from "./GetProtectedQueryCommand";
|
|
@@ -35,12 +42,15 @@ export * from "./GetSchemaCommand";
|
|
|
35
42
|
export * from "./ListAnalysisTemplatesCommand";
|
|
36
43
|
export * from "./ListCollaborationAnalysisTemplatesCommand";
|
|
37
44
|
export * from "./ListCollaborationConfiguredAudienceModelAssociationsCommand";
|
|
45
|
+
export * from "./ListCollaborationIdNamespaceAssociationsCommand";
|
|
38
46
|
export * from "./ListCollaborationPrivacyBudgetTemplatesCommand";
|
|
39
47
|
export * from "./ListCollaborationPrivacyBudgetsCommand";
|
|
40
48
|
export * from "./ListCollaborationsCommand";
|
|
41
49
|
export * from "./ListConfiguredAudienceModelAssociationsCommand";
|
|
42
50
|
export * from "./ListConfiguredTableAssociationsCommand";
|
|
43
51
|
export * from "./ListConfiguredTablesCommand";
|
|
52
|
+
export * from "./ListIdMappingTablesCommand";
|
|
53
|
+
export * from "./ListIdNamespaceAssociationsCommand";
|
|
44
54
|
export * from "./ListMembersCommand";
|
|
45
55
|
export * from "./ListMembershipsCommand";
|
|
46
56
|
export * from "./ListPrivacyBudgetTemplatesCommand";
|
|
@@ -48,6 +58,7 @@ export * from "./ListPrivacyBudgetsCommand";
|
|
|
48
58
|
export * from "./ListProtectedQueriesCommand";
|
|
49
59
|
export * from "./ListSchemasCommand";
|
|
50
60
|
export * from "./ListTagsForResourceCommand";
|
|
61
|
+
export * from "./PopulateIdMappingTableCommand";
|
|
51
62
|
export * from "./PreviewPrivacyImpactCommand";
|
|
52
63
|
export * from "./StartProtectedQueryCommand";
|
|
53
64
|
export * from "./TagResourceCommand";
|
|
@@ -58,6 +69,8 @@ export * from "./UpdateConfiguredAudienceModelAssociationCommand";
|
|
|
58
69
|
export * from "./UpdateConfiguredTableAnalysisRuleCommand";
|
|
59
70
|
export * from "./UpdateConfiguredTableAssociationCommand";
|
|
60
71
|
export * from "./UpdateConfiguredTableCommand";
|
|
72
|
+
export * from "./UpdateIdMappingTableCommand";
|
|
73
|
+
export * from "./UpdateIdNamespaceAssociationCommand";
|
|
61
74
|
export * from "./UpdateMembershipCommand";
|
|
62
75
|
export * from "./UpdatePrivacyBudgetTemplateCommand";
|
|
63
76
|
export * from "./UpdateProtectedQueryCommand";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
3
|
import { CleanRoomsServiceException as __BaseException } from "./CleanRoomsServiceException";
|
|
3
4
|
export declare const AccessDeniedExceptionReason: {
|
|
4
5
|
readonly INSUFFICIENT_PERMISSIONS: "INSUFFICIENT_PERMISSIONS";
|
|
@@ -127,6 +128,32 @@ export interface AnalysisRuleCustom {
|
|
|
127
128
|
allowedAnalysisProviders?: string[];
|
|
128
129
|
differentialPrivacy?: DifferentialPrivacyConfiguration;
|
|
129
130
|
}
|
|
131
|
+
export interface QueryConstraintRequireOverlap {
|
|
132
|
+
columns?: string[];
|
|
133
|
+
}
|
|
134
|
+
export type QueryConstraint =
|
|
135
|
+
| QueryConstraint.RequireOverlapMember
|
|
136
|
+
| QueryConstraint.$UnknownMember;
|
|
137
|
+
export declare namespace QueryConstraint {
|
|
138
|
+
interface RequireOverlapMember {
|
|
139
|
+
requireOverlap: QueryConstraintRequireOverlap;
|
|
140
|
+
$unknown?: never;
|
|
141
|
+
}
|
|
142
|
+
interface $UnknownMember {
|
|
143
|
+
requireOverlap?: never;
|
|
144
|
+
$unknown: [string, any];
|
|
145
|
+
}
|
|
146
|
+
interface Visitor<T> {
|
|
147
|
+
requireOverlap: (value: QueryConstraintRequireOverlap) => T;
|
|
148
|
+
_: (name: string, value: any) => T;
|
|
149
|
+
}
|
|
150
|
+
const visit: <T>(value: QueryConstraint, visitor: Visitor<T>) => T;
|
|
151
|
+
}
|
|
152
|
+
export interface AnalysisRuleIdMappingTable {
|
|
153
|
+
joinColumns: string[] | undefined;
|
|
154
|
+
queryConstraints: QueryConstraint[] | undefined;
|
|
155
|
+
dimensionColumns?: string[];
|
|
156
|
+
}
|
|
130
157
|
export interface AnalysisRuleList {
|
|
131
158
|
joinColumns: string[] | undefined;
|
|
132
159
|
allowedJoinOperators?: JoinOperator[];
|
|
@@ -135,6 +162,7 @@ export interface AnalysisRuleList {
|
|
|
135
162
|
export type AnalysisRulePolicyV1 =
|
|
136
163
|
| AnalysisRulePolicyV1.AggregationMember
|
|
137
164
|
| AnalysisRulePolicyV1.CustomMember
|
|
165
|
+
| AnalysisRulePolicyV1.IdMappingTableMember
|
|
138
166
|
| AnalysisRulePolicyV1.ListMember
|
|
139
167
|
| AnalysisRulePolicyV1.$UnknownMember;
|
|
140
168
|
export declare namespace AnalysisRulePolicyV1 {
|
|
@@ -142,30 +170,42 @@ export declare namespace AnalysisRulePolicyV1 {
|
|
|
142
170
|
list: AnalysisRuleList;
|
|
143
171
|
aggregation?: never;
|
|
144
172
|
custom?: never;
|
|
173
|
+
idMappingTable?: never;
|
|
145
174
|
$unknown?: never;
|
|
146
175
|
}
|
|
147
176
|
interface AggregationMember {
|
|
148
177
|
list?: never;
|
|
149
178
|
aggregation: AnalysisRuleAggregation;
|
|
150
179
|
custom?: never;
|
|
180
|
+
idMappingTable?: never;
|
|
151
181
|
$unknown?: never;
|
|
152
182
|
}
|
|
153
183
|
interface CustomMember {
|
|
154
184
|
list?: never;
|
|
155
185
|
aggregation?: never;
|
|
156
186
|
custom: AnalysisRuleCustom;
|
|
187
|
+
idMappingTable?: never;
|
|
188
|
+
$unknown?: never;
|
|
189
|
+
}
|
|
190
|
+
interface IdMappingTableMember {
|
|
191
|
+
list?: never;
|
|
192
|
+
aggregation?: never;
|
|
193
|
+
custom?: never;
|
|
194
|
+
idMappingTable: AnalysisRuleIdMappingTable;
|
|
157
195
|
$unknown?: never;
|
|
158
196
|
}
|
|
159
197
|
interface $UnknownMember {
|
|
160
198
|
list?: never;
|
|
161
199
|
aggregation?: never;
|
|
162
200
|
custom?: never;
|
|
201
|
+
idMappingTable?: never;
|
|
163
202
|
$unknown: [string, any];
|
|
164
203
|
}
|
|
165
204
|
interface Visitor<T> {
|
|
166
205
|
list: (value: AnalysisRuleList) => T;
|
|
167
206
|
aggregation: (value: AnalysisRuleAggregation) => T;
|
|
168
207
|
custom: (value: AnalysisRuleCustom) => T;
|
|
208
|
+
idMappingTable: (value: AnalysisRuleIdMappingTable) => T;
|
|
169
209
|
_: (name: string, value: any) => T;
|
|
170
210
|
}
|
|
171
211
|
const visit: <T>(value: AnalysisRulePolicyV1, visitor: Visitor<T>) => T;
|
|
@@ -191,6 +231,7 @@ export declare namespace AnalysisRulePolicy {
|
|
|
191
231
|
export declare const AnalysisRuleType: {
|
|
192
232
|
readonly AGGREGATION: "AGGREGATION";
|
|
193
233
|
readonly CUSTOM: "CUSTOM";
|
|
234
|
+
readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
|
|
194
235
|
readonly LIST: "LIST";
|
|
195
236
|
};
|
|
196
237
|
export type AnalysisRuleType =
|
|
@@ -432,7 +473,11 @@ export interface Column {
|
|
|
432
473
|
type: string | undefined;
|
|
433
474
|
}
|
|
434
475
|
export declare const SchemaConfiguration: {
|
|
476
|
+
readonly CUSTOM_ANALYSIS_NOT_ALLOWED: "CUSTOM_ANALYSIS_NOT_ALLOWED";
|
|
435
477
|
readonly DIFFERENTIAL_PRIVACY: "DIFFERENTIAL_PRIVACY";
|
|
478
|
+
readonly DIFFERENTIAL_PRIVACY_BUDGET_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_BUDGET_NOT_CONFIGURED";
|
|
479
|
+
readonly ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED";
|
|
480
|
+
readonly NO_MEMBER_ACCOUNT_ALLOWED_TO_PROVIDE_ANALYSIS: "NO_MEMBER_ACCOUNT_ALLOWED_TO_PROVIDE_ANALYSIS";
|
|
436
481
|
};
|
|
437
482
|
export type SchemaConfiguration =
|
|
438
483
|
(typeof SchemaConfiguration)[keyof typeof SchemaConfiguration];
|
|
@@ -441,6 +486,7 @@ export declare const SchemaStatusReasonCode: {
|
|
|
441
486
|
readonly ANALYSIS_RULE_MISSING: "ANALYSIS_RULE_MISSING";
|
|
442
487
|
readonly ANALYSIS_TEMPLATES_NOT_CONFIGURED: "ANALYSIS_TEMPLATES_NOT_CONFIGURED";
|
|
443
488
|
readonly DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED";
|
|
489
|
+
readonly ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED";
|
|
444
490
|
};
|
|
445
491
|
export type SchemaStatusReasonCode =
|
|
446
492
|
(typeof SchemaStatusReasonCode)[keyof typeof SchemaStatusReasonCode];
|
|
@@ -459,7 +505,39 @@ export interface SchemaStatusDetail {
|
|
|
459
505
|
analysisRuleType?: AnalysisRuleType;
|
|
460
506
|
configurations?: SchemaConfiguration[];
|
|
461
507
|
}
|
|
508
|
+
export declare const IdNamespaceType: {
|
|
509
|
+
readonly SOURCE: "SOURCE";
|
|
510
|
+
readonly TARGET: "TARGET";
|
|
511
|
+
};
|
|
512
|
+
export type IdNamespaceType =
|
|
513
|
+
(typeof IdNamespaceType)[keyof typeof IdNamespaceType];
|
|
514
|
+
export interface IdMappingTableInputSource {
|
|
515
|
+
idNamespaceAssociationId: string | undefined;
|
|
516
|
+
type: IdNamespaceType | undefined;
|
|
517
|
+
}
|
|
518
|
+
export interface IdMappingTableSchemaTypeProperties {
|
|
519
|
+
idMappingTableInputSource: IdMappingTableInputSource[] | undefined;
|
|
520
|
+
}
|
|
521
|
+
export type SchemaTypeProperties =
|
|
522
|
+
| SchemaTypeProperties.IdMappingTableMember
|
|
523
|
+
| SchemaTypeProperties.$UnknownMember;
|
|
524
|
+
export declare namespace SchemaTypeProperties {
|
|
525
|
+
interface IdMappingTableMember {
|
|
526
|
+
idMappingTable: IdMappingTableSchemaTypeProperties;
|
|
527
|
+
$unknown?: never;
|
|
528
|
+
}
|
|
529
|
+
interface $UnknownMember {
|
|
530
|
+
idMappingTable?: never;
|
|
531
|
+
$unknown: [string, any];
|
|
532
|
+
}
|
|
533
|
+
interface Visitor<T> {
|
|
534
|
+
idMappingTable: (value: IdMappingTableSchemaTypeProperties) => T;
|
|
535
|
+
_: (name: string, value: any) => T;
|
|
536
|
+
}
|
|
537
|
+
const visit: <T>(value: SchemaTypeProperties, visitor: Visitor<T>) => T;
|
|
538
|
+
}
|
|
462
539
|
export declare const SchemaType: {
|
|
540
|
+
readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
|
|
463
541
|
readonly TABLE: "TABLE";
|
|
464
542
|
};
|
|
465
543
|
export type SchemaType = (typeof SchemaType)[keyof typeof SchemaType];
|
|
@@ -477,6 +555,7 @@ export interface Schema {
|
|
|
477
555
|
updateTime: Date | undefined;
|
|
478
556
|
type: SchemaType | undefined;
|
|
479
557
|
schemaStatusDetails: SchemaStatusDetail[] | undefined;
|
|
558
|
+
schemaTypeProperties?: SchemaTypeProperties;
|
|
480
559
|
}
|
|
481
560
|
export interface BatchGetSchemaOutput {
|
|
482
561
|
schemas: Schema[] | undefined;
|
|
@@ -608,6 +687,42 @@ export interface GetCollaborationConfiguredAudienceModelAssociationOutput {
|
|
|
608
687
|
| CollaborationConfiguredAudienceModelAssociation
|
|
609
688
|
| undefined;
|
|
610
689
|
}
|
|
690
|
+
export interface GetCollaborationIdNamespaceAssociationInput {
|
|
691
|
+
collaborationIdentifier: string | undefined;
|
|
692
|
+
idNamespaceAssociationIdentifier: string | undefined;
|
|
693
|
+
}
|
|
694
|
+
export interface IdMappingConfig {
|
|
695
|
+
allowUseAsDimensionColumn: boolean | undefined;
|
|
696
|
+
}
|
|
697
|
+
export interface IdNamespaceAssociationInputReferenceConfig {
|
|
698
|
+
inputReferenceArn: string | undefined;
|
|
699
|
+
manageResourcePolicies: boolean | undefined;
|
|
700
|
+
}
|
|
701
|
+
export interface IdNamespaceAssociationInputReferenceProperties {
|
|
702
|
+
idNamespaceType: IdNamespaceType | undefined;
|
|
703
|
+
idMappingWorkflowsSupported: __DocumentType[] | undefined;
|
|
704
|
+
}
|
|
705
|
+
export interface CollaborationIdNamespaceAssociation {
|
|
706
|
+
id: string | undefined;
|
|
707
|
+
arn: string | undefined;
|
|
708
|
+
collaborationId: string | undefined;
|
|
709
|
+
collaborationArn: string | undefined;
|
|
710
|
+
name: string | undefined;
|
|
711
|
+
description?: string;
|
|
712
|
+
creatorAccountId: string | undefined;
|
|
713
|
+
createTime: Date | undefined;
|
|
714
|
+
updateTime: Date | undefined;
|
|
715
|
+
inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig | undefined;
|
|
716
|
+
inputReferenceProperties:
|
|
717
|
+
| IdNamespaceAssociationInputReferenceProperties
|
|
718
|
+
| undefined;
|
|
719
|
+
idMappingConfig?: IdMappingConfig;
|
|
720
|
+
}
|
|
721
|
+
export interface GetCollaborationIdNamespaceAssociationOutput {
|
|
722
|
+
collaborationIdNamespaceAssociation:
|
|
723
|
+
| CollaborationIdNamespaceAssociation
|
|
724
|
+
| undefined;
|
|
725
|
+
}
|
|
611
726
|
export interface GetCollaborationPrivacyBudgetTemplateInput {
|
|
612
727
|
collaborationIdentifier: string | undefined;
|
|
613
728
|
privacyBudgetTemplateIdentifier: string | undefined;
|
|
@@ -726,6 +841,35 @@ export interface ListCollaborationConfiguredAudienceModelAssociationsOutput {
|
|
|
726
841
|
| undefined;
|
|
727
842
|
nextToken?: string;
|
|
728
843
|
}
|
|
844
|
+
export interface ListCollaborationIdNamespaceAssociationsInput {
|
|
845
|
+
collaborationIdentifier: string | undefined;
|
|
846
|
+
nextToken?: string;
|
|
847
|
+
maxResults?: number;
|
|
848
|
+
}
|
|
849
|
+
export interface IdNamespaceAssociationInputReferencePropertiesSummary {
|
|
850
|
+
idNamespaceType: IdNamespaceType | undefined;
|
|
851
|
+
}
|
|
852
|
+
export interface CollaborationIdNamespaceAssociationSummary {
|
|
853
|
+
arn: string | undefined;
|
|
854
|
+
createTime: Date | undefined;
|
|
855
|
+
id: string | undefined;
|
|
856
|
+
updateTime: Date | undefined;
|
|
857
|
+
collaborationArn: string | undefined;
|
|
858
|
+
collaborationId: string | undefined;
|
|
859
|
+
creatorAccountId: string | undefined;
|
|
860
|
+
inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig | undefined;
|
|
861
|
+
name: string | undefined;
|
|
862
|
+
description?: string;
|
|
863
|
+
inputReferenceProperties:
|
|
864
|
+
| IdNamespaceAssociationInputReferencePropertiesSummary
|
|
865
|
+
| undefined;
|
|
866
|
+
}
|
|
867
|
+
export interface ListCollaborationIdNamespaceAssociationsOutput {
|
|
868
|
+
nextToken?: string;
|
|
869
|
+
collaborationIdNamespaceAssociationSummaries:
|
|
870
|
+
| CollaborationIdNamespaceAssociationSummary[]
|
|
871
|
+
| undefined;
|
|
872
|
+
}
|
|
729
873
|
export interface ListCollaborationPrivacyBudgetsInput {
|
|
730
874
|
collaborationIdentifier: string | undefined;
|
|
731
875
|
privacyBudgetType: PrivacyBudgetType | undefined;
|
|
@@ -1210,6 +1354,164 @@ export interface UpdateConfiguredTableAnalysisRuleInput {
|
|
|
1210
1354
|
export interface UpdateConfiguredTableAnalysisRuleOutput {
|
|
1211
1355
|
analysisRule: ConfiguredTableAnalysisRule | undefined;
|
|
1212
1356
|
}
|
|
1357
|
+
export interface IdMappingTableInputReferenceConfig {
|
|
1358
|
+
inputReferenceArn: string | undefined;
|
|
1359
|
+
manageResourcePolicies: boolean | undefined;
|
|
1360
|
+
}
|
|
1361
|
+
export interface CreateIdMappingTableInput {
|
|
1362
|
+
membershipIdentifier: string | undefined;
|
|
1363
|
+
name: string | undefined;
|
|
1364
|
+
description?: string;
|
|
1365
|
+
inputReferenceConfig: IdMappingTableInputReferenceConfig | undefined;
|
|
1366
|
+
tags?: Record<string, string>;
|
|
1367
|
+
kmsKeyArn?: string;
|
|
1368
|
+
}
|
|
1369
|
+
export interface IdMappingTableInputReferenceProperties {
|
|
1370
|
+
idMappingTableInputSource: IdMappingTableInputSource[] | undefined;
|
|
1371
|
+
}
|
|
1372
|
+
export interface IdMappingTable {
|
|
1373
|
+
id: string | undefined;
|
|
1374
|
+
arn: string | undefined;
|
|
1375
|
+
inputReferenceConfig: IdMappingTableInputReferenceConfig | undefined;
|
|
1376
|
+
membershipId: string | undefined;
|
|
1377
|
+
membershipArn: string | undefined;
|
|
1378
|
+
collaborationId: string | undefined;
|
|
1379
|
+
collaborationArn: string | undefined;
|
|
1380
|
+
description?: string;
|
|
1381
|
+
name: string | undefined;
|
|
1382
|
+
createTime: Date | undefined;
|
|
1383
|
+
updateTime: Date | undefined;
|
|
1384
|
+
inputReferenceProperties: IdMappingTableInputReferenceProperties | undefined;
|
|
1385
|
+
kmsKeyArn?: string;
|
|
1386
|
+
}
|
|
1387
|
+
export interface CreateIdMappingTableOutput {
|
|
1388
|
+
idMappingTable: IdMappingTable | undefined;
|
|
1389
|
+
}
|
|
1390
|
+
export interface DeleteIdMappingTableInput {
|
|
1391
|
+
idMappingTableIdentifier: string | undefined;
|
|
1392
|
+
membershipIdentifier: string | undefined;
|
|
1393
|
+
}
|
|
1394
|
+
export interface DeleteIdMappingTableOutput {}
|
|
1395
|
+
export interface GetIdMappingTableInput {
|
|
1396
|
+
idMappingTableIdentifier: string | undefined;
|
|
1397
|
+
membershipIdentifier: string | undefined;
|
|
1398
|
+
}
|
|
1399
|
+
export interface GetIdMappingTableOutput {
|
|
1400
|
+
idMappingTable: IdMappingTable | undefined;
|
|
1401
|
+
}
|
|
1402
|
+
export interface ListIdMappingTablesInput {
|
|
1403
|
+
membershipIdentifier: string | undefined;
|
|
1404
|
+
nextToken?: string;
|
|
1405
|
+
maxResults?: number;
|
|
1406
|
+
}
|
|
1407
|
+
export interface IdMappingTableSummary {
|
|
1408
|
+
collaborationArn: string | undefined;
|
|
1409
|
+
collaborationId: string | undefined;
|
|
1410
|
+
membershipId: string | undefined;
|
|
1411
|
+
membershipArn: string | undefined;
|
|
1412
|
+
createTime: Date | undefined;
|
|
1413
|
+
updateTime: Date | undefined;
|
|
1414
|
+
id: string | undefined;
|
|
1415
|
+
arn: string | undefined;
|
|
1416
|
+
description?: string;
|
|
1417
|
+
inputReferenceConfig: IdMappingTableInputReferenceConfig | undefined;
|
|
1418
|
+
name: string | undefined;
|
|
1419
|
+
}
|
|
1420
|
+
export interface ListIdMappingTablesOutput {
|
|
1421
|
+
idMappingTableSummaries: IdMappingTableSummary[] | undefined;
|
|
1422
|
+
nextToken?: string;
|
|
1423
|
+
}
|
|
1424
|
+
export interface PopulateIdMappingTableInput {
|
|
1425
|
+
idMappingTableIdentifier: string | undefined;
|
|
1426
|
+
membershipIdentifier: string | undefined;
|
|
1427
|
+
}
|
|
1428
|
+
export interface PopulateIdMappingTableOutput {
|
|
1429
|
+
idMappingJobId: string | undefined;
|
|
1430
|
+
}
|
|
1431
|
+
export interface UpdateIdMappingTableInput {
|
|
1432
|
+
idMappingTableIdentifier: string | undefined;
|
|
1433
|
+
membershipIdentifier: string | undefined;
|
|
1434
|
+
description?: string;
|
|
1435
|
+
kmsKeyArn?: string;
|
|
1436
|
+
}
|
|
1437
|
+
export interface UpdateIdMappingTableOutput {
|
|
1438
|
+
idMappingTable: IdMappingTable | undefined;
|
|
1439
|
+
}
|
|
1440
|
+
export interface CreateIdNamespaceAssociationInput {
|
|
1441
|
+
membershipIdentifier: string | undefined;
|
|
1442
|
+
inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig | undefined;
|
|
1443
|
+
tags?: Record<string, string>;
|
|
1444
|
+
name: string | undefined;
|
|
1445
|
+
description?: string;
|
|
1446
|
+
idMappingConfig?: IdMappingConfig;
|
|
1447
|
+
}
|
|
1448
|
+
export interface IdNamespaceAssociation {
|
|
1449
|
+
id: string | undefined;
|
|
1450
|
+
arn: string | undefined;
|
|
1451
|
+
membershipId: string | undefined;
|
|
1452
|
+
membershipArn: string | undefined;
|
|
1453
|
+
collaborationId: string | undefined;
|
|
1454
|
+
collaborationArn: string | undefined;
|
|
1455
|
+
name: string | undefined;
|
|
1456
|
+
description?: string;
|
|
1457
|
+
createTime: Date | undefined;
|
|
1458
|
+
updateTime: Date | undefined;
|
|
1459
|
+
inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig | undefined;
|
|
1460
|
+
inputReferenceProperties:
|
|
1461
|
+
| IdNamespaceAssociationInputReferenceProperties
|
|
1462
|
+
| undefined;
|
|
1463
|
+
idMappingConfig?: IdMappingConfig;
|
|
1464
|
+
}
|
|
1465
|
+
export interface CreateIdNamespaceAssociationOutput {
|
|
1466
|
+
idNamespaceAssociation: IdNamespaceAssociation | undefined;
|
|
1467
|
+
}
|
|
1468
|
+
export interface DeleteIdNamespaceAssociationInput {
|
|
1469
|
+
idNamespaceAssociationIdentifier: string | undefined;
|
|
1470
|
+
membershipIdentifier: string | undefined;
|
|
1471
|
+
}
|
|
1472
|
+
export interface DeleteIdNamespaceAssociationOutput {}
|
|
1473
|
+
export interface GetIdNamespaceAssociationInput {
|
|
1474
|
+
idNamespaceAssociationIdentifier: string | undefined;
|
|
1475
|
+
membershipIdentifier: string | undefined;
|
|
1476
|
+
}
|
|
1477
|
+
export interface GetIdNamespaceAssociationOutput {
|
|
1478
|
+
idNamespaceAssociation: IdNamespaceAssociation | undefined;
|
|
1479
|
+
}
|
|
1480
|
+
export interface ListIdNamespaceAssociationsInput {
|
|
1481
|
+
membershipIdentifier: string | undefined;
|
|
1482
|
+
nextToken?: string;
|
|
1483
|
+
maxResults?: number;
|
|
1484
|
+
}
|
|
1485
|
+
export interface IdNamespaceAssociationSummary {
|
|
1486
|
+
membershipId: string | undefined;
|
|
1487
|
+
membershipArn: string | undefined;
|
|
1488
|
+
collaborationArn: string | undefined;
|
|
1489
|
+
collaborationId: string | undefined;
|
|
1490
|
+
createTime: Date | undefined;
|
|
1491
|
+
updateTime: Date | undefined;
|
|
1492
|
+
id: string | undefined;
|
|
1493
|
+
arn: string | undefined;
|
|
1494
|
+
inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig | undefined;
|
|
1495
|
+
name: string | undefined;
|
|
1496
|
+
description?: string;
|
|
1497
|
+
inputReferenceProperties:
|
|
1498
|
+
| IdNamespaceAssociationInputReferencePropertiesSummary
|
|
1499
|
+
| undefined;
|
|
1500
|
+
}
|
|
1501
|
+
export interface ListIdNamespaceAssociationsOutput {
|
|
1502
|
+
nextToken?: string;
|
|
1503
|
+
idNamespaceAssociationSummaries: IdNamespaceAssociationSummary[] | undefined;
|
|
1504
|
+
}
|
|
1505
|
+
export interface UpdateIdNamespaceAssociationInput {
|
|
1506
|
+
idNamespaceAssociationIdentifier: string | undefined;
|
|
1507
|
+
membershipIdentifier: string | undefined;
|
|
1508
|
+
name?: string;
|
|
1509
|
+
description?: string;
|
|
1510
|
+
idMappingConfig?: IdMappingConfig;
|
|
1511
|
+
}
|
|
1512
|
+
export interface UpdateIdNamespaceAssociationOutput {
|
|
1513
|
+
idNamespaceAssociation: IdNamespaceAssociation | undefined;
|
|
1514
|
+
}
|
|
1213
1515
|
export interface ListTagsForResourceInput {
|
|
1214
1516
|
resourceArn: string | undefined;
|
|
1215
1517
|
}
|
|
@@ -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";
|