@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.
- package/README.md +136 -0
- package/dist-cjs/index.js +1123 -31
- package/dist-es/CleanRooms.js +34 -0
- package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.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/GetConfiguredTableAssociationAnalysisRuleCommand.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/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
- package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
- package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +75 -20
- package/dist-es/models/models_1.js +21 -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 +602 -0
- package/dist-types/CleanRooms.d.ts +119 -0
- package/dist-types/CleanRoomsClient.d.ts +19 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +20 -3
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -4
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
- package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +19 -2
- package/dist-types/commands/GetSchemaCommand.d.ts +15 -4
- 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/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +2016 -903
- package/dist-types/models/models_1.d.ts +430 -0
- 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 +153 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +325 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -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/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.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/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.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/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
- 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/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.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/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +486 -134
- package/dist-types/ts3.4/models/models_1.d.ts +140 -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 +204 -0
- package/package.json +1 -1
|
@@ -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";
|
|
@@ -13,6 +14,13 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
13
14
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
14
15
|
);
|
|
15
16
|
}
|
|
17
|
+
export declare const AdditionalAnalyses: {
|
|
18
|
+
readonly ALLOWED: "ALLOWED";
|
|
19
|
+
readonly NOT_ALLOWED: "NOT_ALLOWED";
|
|
20
|
+
readonly REQUIRED: "REQUIRED";
|
|
21
|
+
};
|
|
22
|
+
export type AdditionalAnalyses =
|
|
23
|
+
(typeof AdditionalAnalyses)[keyof typeof AdditionalAnalyses];
|
|
16
24
|
export declare const AggregateFunctionName: {
|
|
17
25
|
readonly AVG: "AVG";
|
|
18
26
|
readonly COUNT: "COUNT";
|
|
@@ -115,6 +123,7 @@ export interface AnalysisRuleAggregation {
|
|
|
115
123
|
dimensionColumns: string[] | undefined;
|
|
116
124
|
scalarFunctions: ScalarFunctions[] | undefined;
|
|
117
125
|
outputConstraints: AggregationConstraint[] | undefined;
|
|
126
|
+
additionalAnalyses?: AdditionalAnalyses;
|
|
118
127
|
}
|
|
119
128
|
export interface DifferentialPrivacyColumn {
|
|
120
129
|
name: string | undefined;
|
|
@@ -125,16 +134,46 @@ export interface DifferentialPrivacyConfiguration {
|
|
|
125
134
|
export interface AnalysisRuleCustom {
|
|
126
135
|
allowedAnalyses: string[] | undefined;
|
|
127
136
|
allowedAnalysisProviders?: string[];
|
|
137
|
+
additionalAnalyses?: AdditionalAnalyses;
|
|
138
|
+
disallowedOutputColumns?: string[];
|
|
128
139
|
differentialPrivacy?: DifferentialPrivacyConfiguration;
|
|
129
140
|
}
|
|
141
|
+
export interface QueryConstraintRequireOverlap {
|
|
142
|
+
columns?: string[];
|
|
143
|
+
}
|
|
144
|
+
export type QueryConstraint =
|
|
145
|
+
| QueryConstraint.RequireOverlapMember
|
|
146
|
+
| QueryConstraint.$UnknownMember;
|
|
147
|
+
export declare namespace QueryConstraint {
|
|
148
|
+
interface RequireOverlapMember {
|
|
149
|
+
requireOverlap: QueryConstraintRequireOverlap;
|
|
150
|
+
$unknown?: never;
|
|
151
|
+
}
|
|
152
|
+
interface $UnknownMember {
|
|
153
|
+
requireOverlap?: never;
|
|
154
|
+
$unknown: [string, any];
|
|
155
|
+
}
|
|
156
|
+
interface Visitor<T> {
|
|
157
|
+
requireOverlap: (value: QueryConstraintRequireOverlap) => T;
|
|
158
|
+
_: (name: string, value: any) => T;
|
|
159
|
+
}
|
|
160
|
+
const visit: <T>(value: QueryConstraint, visitor: Visitor<T>) => T;
|
|
161
|
+
}
|
|
162
|
+
export interface AnalysisRuleIdMappingTable {
|
|
163
|
+
joinColumns: string[] | undefined;
|
|
164
|
+
queryConstraints: QueryConstraint[] | undefined;
|
|
165
|
+
dimensionColumns?: string[];
|
|
166
|
+
}
|
|
130
167
|
export interface AnalysisRuleList {
|
|
131
168
|
joinColumns: string[] | undefined;
|
|
132
169
|
allowedJoinOperators?: JoinOperator[];
|
|
133
170
|
listColumns: string[] | undefined;
|
|
171
|
+
additionalAnalyses?: AdditionalAnalyses;
|
|
134
172
|
}
|
|
135
173
|
export type AnalysisRulePolicyV1 =
|
|
136
174
|
| AnalysisRulePolicyV1.AggregationMember
|
|
137
175
|
| AnalysisRulePolicyV1.CustomMember
|
|
176
|
+
| AnalysisRulePolicyV1.IdMappingTableMember
|
|
138
177
|
| AnalysisRulePolicyV1.ListMember
|
|
139
178
|
| AnalysisRulePolicyV1.$UnknownMember;
|
|
140
179
|
export declare namespace AnalysisRulePolicyV1 {
|
|
@@ -142,30 +181,42 @@ export declare namespace AnalysisRulePolicyV1 {
|
|
|
142
181
|
list: AnalysisRuleList;
|
|
143
182
|
aggregation?: never;
|
|
144
183
|
custom?: never;
|
|
184
|
+
idMappingTable?: never;
|
|
145
185
|
$unknown?: never;
|
|
146
186
|
}
|
|
147
187
|
interface AggregationMember {
|
|
148
188
|
list?: never;
|
|
149
189
|
aggregation: AnalysisRuleAggregation;
|
|
150
190
|
custom?: never;
|
|
191
|
+
idMappingTable?: never;
|
|
151
192
|
$unknown?: never;
|
|
152
193
|
}
|
|
153
194
|
interface CustomMember {
|
|
154
195
|
list?: never;
|
|
155
196
|
aggregation?: never;
|
|
156
197
|
custom: AnalysisRuleCustom;
|
|
198
|
+
idMappingTable?: never;
|
|
199
|
+
$unknown?: never;
|
|
200
|
+
}
|
|
201
|
+
interface IdMappingTableMember {
|
|
202
|
+
list?: never;
|
|
203
|
+
aggregation?: never;
|
|
204
|
+
custom?: never;
|
|
205
|
+
idMappingTable: AnalysisRuleIdMappingTable;
|
|
157
206
|
$unknown?: never;
|
|
158
207
|
}
|
|
159
208
|
interface $UnknownMember {
|
|
160
209
|
list?: never;
|
|
161
210
|
aggregation?: never;
|
|
162
211
|
custom?: never;
|
|
212
|
+
idMappingTable?: never;
|
|
163
213
|
$unknown: [string, any];
|
|
164
214
|
}
|
|
165
215
|
interface Visitor<T> {
|
|
166
216
|
list: (value: AnalysisRuleList) => T;
|
|
167
217
|
aggregation: (value: AnalysisRuleAggregation) => T;
|
|
168
218
|
custom: (value: AnalysisRuleCustom) => T;
|
|
219
|
+
idMappingTable: (value: AnalysisRuleIdMappingTable) => T;
|
|
169
220
|
_: (name: string, value: any) => T;
|
|
170
221
|
}
|
|
171
222
|
const visit: <T>(value: AnalysisRulePolicyV1, visitor: Visitor<T>) => T;
|
|
@@ -191,6 +242,7 @@ export declare namespace AnalysisRulePolicy {
|
|
|
191
242
|
export declare const AnalysisRuleType: {
|
|
192
243
|
readonly AGGREGATION: "AGGREGATION";
|
|
193
244
|
readonly CUSTOM: "CUSTOM";
|
|
245
|
+
readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
|
|
194
246
|
readonly LIST: "LIST";
|
|
195
247
|
};
|
|
196
248
|
export type AnalysisRuleType =
|
|
@@ -389,6 +441,11 @@ export interface UpdateAnalysisTemplateInput {
|
|
|
389
441
|
export interface UpdateAnalysisTemplateOutput {
|
|
390
442
|
analysisTemplate: AnalysisTemplate | undefined;
|
|
391
443
|
}
|
|
444
|
+
export declare const AnalysisType: {
|
|
445
|
+
readonly ADDITIONAL_ANALYSIS: "ADDITIONAL_ANALYSIS";
|
|
446
|
+
readonly DIRECT_ANALYSIS: "DIRECT_ANALYSIS";
|
|
447
|
+
};
|
|
448
|
+
export type AnalysisType = (typeof AnalysisType)[keyof typeof AnalysisType];
|
|
392
449
|
export interface BatchGetCollaborationAnalysisTemplateInput {
|
|
393
450
|
collaborationIdentifier: string | undefined;
|
|
394
451
|
analysisTemplateArns: string[] | undefined;
|
|
@@ -437,10 +494,17 @@ export declare const SchemaConfiguration: {
|
|
|
437
494
|
export type SchemaConfiguration =
|
|
438
495
|
(typeof SchemaConfiguration)[keyof typeof SchemaConfiguration];
|
|
439
496
|
export declare const SchemaStatusReasonCode: {
|
|
497
|
+
readonly ADDITIONAL_ANALYSES_NOT_ALLOWED: "ADDITIONAL_ANALYSES_NOT_ALLOWED";
|
|
498
|
+
readonly ADDITIONAL_ANALYSES_NOT_CONFIGURED: "ADDITIONAL_ANALYSES_NOT_CONFIGURED";
|
|
440
499
|
readonly ANALYSIS_PROVIDERS_NOT_CONFIGURED: "ANALYSIS_PROVIDERS_NOT_CONFIGURED";
|
|
441
500
|
readonly ANALYSIS_RULE_MISSING: "ANALYSIS_RULE_MISSING";
|
|
501
|
+
readonly ANALYSIS_RULE_TYPES_NOT_COMPATIBLE: "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE";
|
|
442
502
|
readonly ANALYSIS_TEMPLATES_NOT_CONFIGURED: "ANALYSIS_TEMPLATES_NOT_CONFIGURED";
|
|
503
|
+
readonly COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED: "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED";
|
|
443
504
|
readonly DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED";
|
|
505
|
+
readonly ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED";
|
|
506
|
+
readonly RESULT_RECEIVERS_NOT_ALLOWED: "RESULT_RECEIVERS_NOT_ALLOWED";
|
|
507
|
+
readonly RESULT_RECEIVERS_NOT_CONFIGURED: "RESULT_RECEIVERS_NOT_CONFIGURED";
|
|
444
508
|
};
|
|
445
509
|
export type SchemaStatusReasonCode =
|
|
446
510
|
(typeof SchemaStatusReasonCode)[keyof typeof SchemaStatusReasonCode];
|
|
@@ -458,8 +522,41 @@ export interface SchemaStatusDetail {
|
|
|
458
522
|
reasons?: SchemaStatusReason[];
|
|
459
523
|
analysisRuleType?: AnalysisRuleType;
|
|
460
524
|
configurations?: SchemaConfiguration[];
|
|
525
|
+
analysisType: AnalysisType | undefined;
|
|
526
|
+
}
|
|
527
|
+
export declare const IdNamespaceType: {
|
|
528
|
+
readonly SOURCE: "SOURCE";
|
|
529
|
+
readonly TARGET: "TARGET";
|
|
530
|
+
};
|
|
531
|
+
export type IdNamespaceType =
|
|
532
|
+
(typeof IdNamespaceType)[keyof typeof IdNamespaceType];
|
|
533
|
+
export interface IdMappingTableInputSource {
|
|
534
|
+
idNamespaceAssociationId: string | undefined;
|
|
535
|
+
type: IdNamespaceType | undefined;
|
|
536
|
+
}
|
|
537
|
+
export interface IdMappingTableSchemaTypeProperties {
|
|
538
|
+
idMappingTableInputSource: IdMappingTableInputSource[] | undefined;
|
|
539
|
+
}
|
|
540
|
+
export type SchemaTypeProperties =
|
|
541
|
+
| SchemaTypeProperties.IdMappingTableMember
|
|
542
|
+
| SchemaTypeProperties.$UnknownMember;
|
|
543
|
+
export declare namespace SchemaTypeProperties {
|
|
544
|
+
interface IdMappingTableMember {
|
|
545
|
+
idMappingTable: IdMappingTableSchemaTypeProperties;
|
|
546
|
+
$unknown?: never;
|
|
547
|
+
}
|
|
548
|
+
interface $UnknownMember {
|
|
549
|
+
idMappingTable?: never;
|
|
550
|
+
$unknown: [string, any];
|
|
551
|
+
}
|
|
552
|
+
interface Visitor<T> {
|
|
553
|
+
idMappingTable: (value: IdMappingTableSchemaTypeProperties) => T;
|
|
554
|
+
_: (name: string, value: any) => T;
|
|
555
|
+
}
|
|
556
|
+
const visit: <T>(value: SchemaTypeProperties, visitor: Visitor<T>) => T;
|
|
461
557
|
}
|
|
462
558
|
export declare const SchemaType: {
|
|
559
|
+
readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
|
|
463
560
|
readonly TABLE: "TABLE";
|
|
464
561
|
};
|
|
465
562
|
export type SchemaType = (typeof SchemaType)[keyof typeof SchemaType];
|
|
@@ -477,6 +574,7 @@ export interface Schema {
|
|
|
477
574
|
updateTime: Date | undefined;
|
|
478
575
|
type: SchemaType | undefined;
|
|
479
576
|
schemaStatusDetails: SchemaStatusDetail[] | undefined;
|
|
577
|
+
schemaTypeProperties?: SchemaTypeProperties;
|
|
480
578
|
}
|
|
481
579
|
export interface BatchGetSchemaOutput {
|
|
482
580
|
schemas: Schema[] | undefined;
|
|
@@ -608,6 +706,42 @@ export interface GetCollaborationConfiguredAudienceModelAssociationOutput {
|
|
|
608
706
|
| CollaborationConfiguredAudienceModelAssociation
|
|
609
707
|
| undefined;
|
|
610
708
|
}
|
|
709
|
+
export interface GetCollaborationIdNamespaceAssociationInput {
|
|
710
|
+
collaborationIdentifier: string | undefined;
|
|
711
|
+
idNamespaceAssociationIdentifier: string | undefined;
|
|
712
|
+
}
|
|
713
|
+
export interface IdMappingConfig {
|
|
714
|
+
allowUseAsDimensionColumn: boolean | undefined;
|
|
715
|
+
}
|
|
716
|
+
export interface IdNamespaceAssociationInputReferenceConfig {
|
|
717
|
+
inputReferenceArn: string | undefined;
|
|
718
|
+
manageResourcePolicies: boolean | undefined;
|
|
719
|
+
}
|
|
720
|
+
export interface IdNamespaceAssociationInputReferenceProperties {
|
|
721
|
+
idNamespaceType: IdNamespaceType | undefined;
|
|
722
|
+
idMappingWorkflowsSupported: __DocumentType[] | undefined;
|
|
723
|
+
}
|
|
724
|
+
export interface CollaborationIdNamespaceAssociation {
|
|
725
|
+
id: string | undefined;
|
|
726
|
+
arn: string | undefined;
|
|
727
|
+
collaborationId: string | undefined;
|
|
728
|
+
collaborationArn: string | undefined;
|
|
729
|
+
name: string | undefined;
|
|
730
|
+
description?: string;
|
|
731
|
+
creatorAccountId: string | undefined;
|
|
732
|
+
createTime: Date | undefined;
|
|
733
|
+
updateTime: Date | undefined;
|
|
734
|
+
inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig | undefined;
|
|
735
|
+
inputReferenceProperties:
|
|
736
|
+
| IdNamespaceAssociationInputReferenceProperties
|
|
737
|
+
| undefined;
|
|
738
|
+
idMappingConfig?: IdMappingConfig;
|
|
739
|
+
}
|
|
740
|
+
export interface GetCollaborationIdNamespaceAssociationOutput {
|
|
741
|
+
collaborationIdNamespaceAssociation:
|
|
742
|
+
| CollaborationIdNamespaceAssociation
|
|
743
|
+
| undefined;
|
|
744
|
+
}
|
|
611
745
|
export interface GetCollaborationPrivacyBudgetTemplateInput {
|
|
612
746
|
collaborationIdentifier: string | undefined;
|
|
613
747
|
privacyBudgetTemplateIdentifier: string | undefined;
|
|
@@ -726,6 +860,35 @@ export interface ListCollaborationConfiguredAudienceModelAssociationsOutput {
|
|
|
726
860
|
| undefined;
|
|
727
861
|
nextToken?: string;
|
|
728
862
|
}
|
|
863
|
+
export interface ListCollaborationIdNamespaceAssociationsInput {
|
|
864
|
+
collaborationIdentifier: string | undefined;
|
|
865
|
+
nextToken?: string;
|
|
866
|
+
maxResults?: number;
|
|
867
|
+
}
|
|
868
|
+
export interface IdNamespaceAssociationInputReferencePropertiesSummary {
|
|
869
|
+
idNamespaceType: IdNamespaceType | undefined;
|
|
870
|
+
}
|
|
871
|
+
export interface CollaborationIdNamespaceAssociationSummary {
|
|
872
|
+
arn: string | undefined;
|
|
873
|
+
createTime: Date | undefined;
|
|
874
|
+
id: string | undefined;
|
|
875
|
+
updateTime: Date | undefined;
|
|
876
|
+
collaborationArn: string | undefined;
|
|
877
|
+
collaborationId: string | undefined;
|
|
878
|
+
creatorAccountId: string | undefined;
|
|
879
|
+
inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig | undefined;
|
|
880
|
+
name: string | undefined;
|
|
881
|
+
description?: string;
|
|
882
|
+
inputReferenceProperties:
|
|
883
|
+
| IdNamespaceAssociationInputReferencePropertiesSummary
|
|
884
|
+
| undefined;
|
|
885
|
+
}
|
|
886
|
+
export interface ListCollaborationIdNamespaceAssociationsOutput {
|
|
887
|
+
nextToken?: string;
|
|
888
|
+
collaborationIdNamespaceAssociationSummaries:
|
|
889
|
+
| CollaborationIdNamespaceAssociationSummary[]
|
|
890
|
+
| undefined;
|
|
891
|
+
}
|
|
729
892
|
export interface ListCollaborationPrivacyBudgetsInput {
|
|
730
893
|
collaborationIdentifier: string | undefined;
|
|
731
894
|
privacyBudgetType: PrivacyBudgetType | undefined;
|
|
@@ -967,6 +1130,13 @@ export interface CreateConfiguredTableAssociationInput {
|
|
|
967
1130
|
roleArn: string | undefined;
|
|
968
1131
|
tags?: Record<string, string>;
|
|
969
1132
|
}
|
|
1133
|
+
export declare const ConfiguredTableAssociationAnalysisRuleType: {
|
|
1134
|
+
readonly AGGREGATION: "AGGREGATION";
|
|
1135
|
+
readonly CUSTOM: "CUSTOM";
|
|
1136
|
+
readonly LIST: "LIST";
|
|
1137
|
+
};
|
|
1138
|
+
export type ConfiguredTableAssociationAnalysisRuleType =
|
|
1139
|
+
(typeof ConfiguredTableAssociationAnalysisRuleType)[keyof typeof ConfiguredTableAssociationAnalysisRuleType];
|
|
970
1140
|
export interface ConfiguredTableAssociation {
|
|
971
1141
|
arn: string | undefined;
|
|
972
1142
|
id: string | undefined;
|
|
@@ -977,17 +1147,118 @@ export interface ConfiguredTableAssociation {
|
|
|
977
1147
|
roleArn: string | undefined;
|
|
978
1148
|
name: string | undefined;
|
|
979
1149
|
description?: string;
|
|
1150
|
+
analysisRuleTypes?: ConfiguredTableAssociationAnalysisRuleType[];
|
|
980
1151
|
createTime: Date | undefined;
|
|
981
1152
|
updateTime: Date | undefined;
|
|
982
1153
|
}
|
|
983
1154
|
export interface CreateConfiguredTableAssociationOutput {
|
|
984
1155
|
configuredTableAssociation: ConfiguredTableAssociation | undefined;
|
|
985
1156
|
}
|
|
1157
|
+
export interface ConfiguredTableAssociationAnalysisRuleAggregation {
|
|
1158
|
+
allowedResultReceivers?: string[];
|
|
1159
|
+
allowedAdditionalAnalyses?: string[];
|
|
1160
|
+
}
|
|
1161
|
+
export interface ConfiguredTableAssociationAnalysisRuleCustom {
|
|
1162
|
+
allowedResultReceivers?: string[];
|
|
1163
|
+
allowedAdditionalAnalyses?: string[];
|
|
1164
|
+
}
|
|
1165
|
+
export interface ConfiguredTableAssociationAnalysisRuleList {
|
|
1166
|
+
allowedResultReceivers?: string[];
|
|
1167
|
+
allowedAdditionalAnalyses?: string[];
|
|
1168
|
+
}
|
|
1169
|
+
export type ConfiguredTableAssociationAnalysisRulePolicyV1 =
|
|
1170
|
+
| ConfiguredTableAssociationAnalysisRulePolicyV1.AggregationMember
|
|
1171
|
+
| ConfiguredTableAssociationAnalysisRulePolicyV1.CustomMember
|
|
1172
|
+
| ConfiguredTableAssociationAnalysisRulePolicyV1.ListMember
|
|
1173
|
+
| ConfiguredTableAssociationAnalysisRulePolicyV1.$UnknownMember;
|
|
1174
|
+
export declare namespace ConfiguredTableAssociationAnalysisRulePolicyV1 {
|
|
1175
|
+
interface ListMember {
|
|
1176
|
+
list: ConfiguredTableAssociationAnalysisRuleList;
|
|
1177
|
+
aggregation?: never;
|
|
1178
|
+
custom?: never;
|
|
1179
|
+
$unknown?: never;
|
|
1180
|
+
}
|
|
1181
|
+
interface AggregationMember {
|
|
1182
|
+
list?: never;
|
|
1183
|
+
aggregation: ConfiguredTableAssociationAnalysisRuleAggregation;
|
|
1184
|
+
custom?: never;
|
|
1185
|
+
$unknown?: never;
|
|
1186
|
+
}
|
|
1187
|
+
interface CustomMember {
|
|
1188
|
+
list?: never;
|
|
1189
|
+
aggregation?: never;
|
|
1190
|
+
custom: ConfiguredTableAssociationAnalysisRuleCustom;
|
|
1191
|
+
$unknown?: never;
|
|
1192
|
+
}
|
|
1193
|
+
interface $UnknownMember {
|
|
1194
|
+
list?: never;
|
|
1195
|
+
aggregation?: never;
|
|
1196
|
+
custom?: never;
|
|
1197
|
+
$unknown: [string, any];
|
|
1198
|
+
}
|
|
1199
|
+
interface Visitor<T> {
|
|
1200
|
+
list: (value: ConfiguredTableAssociationAnalysisRuleList) => T;
|
|
1201
|
+
aggregation: (
|
|
1202
|
+
value: ConfiguredTableAssociationAnalysisRuleAggregation
|
|
1203
|
+
) => T;
|
|
1204
|
+
custom: (value: ConfiguredTableAssociationAnalysisRuleCustom) => T;
|
|
1205
|
+
_: (name: string, value: any) => T;
|
|
1206
|
+
}
|
|
1207
|
+
const visit: <T>(
|
|
1208
|
+
value: ConfiguredTableAssociationAnalysisRulePolicyV1,
|
|
1209
|
+
visitor: Visitor<T>
|
|
1210
|
+
) => T;
|
|
1211
|
+
}
|
|
1212
|
+
export type ConfiguredTableAssociationAnalysisRulePolicy =
|
|
1213
|
+
| ConfiguredTableAssociationAnalysisRulePolicy.V1Member
|
|
1214
|
+
| ConfiguredTableAssociationAnalysisRulePolicy.$UnknownMember;
|
|
1215
|
+
export declare namespace ConfiguredTableAssociationAnalysisRulePolicy {
|
|
1216
|
+
interface V1Member {
|
|
1217
|
+
v1: ConfiguredTableAssociationAnalysisRulePolicyV1;
|
|
1218
|
+
$unknown?: never;
|
|
1219
|
+
}
|
|
1220
|
+
interface $UnknownMember {
|
|
1221
|
+
v1?: never;
|
|
1222
|
+
$unknown: [string, any];
|
|
1223
|
+
}
|
|
1224
|
+
interface Visitor<T> {
|
|
1225
|
+
v1: (value: ConfiguredTableAssociationAnalysisRulePolicyV1) => T;
|
|
1226
|
+
_: (name: string, value: any) => T;
|
|
1227
|
+
}
|
|
1228
|
+
const visit: <T>(
|
|
1229
|
+
value: ConfiguredTableAssociationAnalysisRulePolicy,
|
|
1230
|
+
visitor: Visitor<T>
|
|
1231
|
+
) => T;
|
|
1232
|
+
}
|
|
1233
|
+
export interface CreateConfiguredTableAssociationAnalysisRuleInput {
|
|
1234
|
+
membershipIdentifier: string | undefined;
|
|
1235
|
+
configuredTableAssociationIdentifier: string | undefined;
|
|
1236
|
+
analysisRuleType: ConfiguredTableAssociationAnalysisRuleType | undefined;
|
|
1237
|
+
analysisRulePolicy: ConfiguredTableAssociationAnalysisRulePolicy | undefined;
|
|
1238
|
+
}
|
|
1239
|
+
export interface ConfiguredTableAssociationAnalysisRule {
|
|
1240
|
+
membershipIdentifier: string | undefined;
|
|
1241
|
+
configuredTableAssociationId: string | undefined;
|
|
1242
|
+
configuredTableAssociationArn: string | undefined;
|
|
1243
|
+
policy: ConfiguredTableAssociationAnalysisRulePolicy | undefined;
|
|
1244
|
+
type: ConfiguredTableAssociationAnalysisRuleType | undefined;
|
|
1245
|
+
createTime: Date | undefined;
|
|
1246
|
+
updateTime: Date | undefined;
|
|
1247
|
+
}
|
|
1248
|
+
export interface CreateConfiguredTableAssociationAnalysisRuleOutput {
|
|
1249
|
+
analysisRule: ConfiguredTableAssociationAnalysisRule | undefined;
|
|
1250
|
+
}
|
|
986
1251
|
export interface DeleteConfiguredTableAssociationInput {
|
|
987
1252
|
configuredTableAssociationIdentifier: string | undefined;
|
|
988
1253
|
membershipIdentifier: string | undefined;
|
|
989
1254
|
}
|
|
990
1255
|
export interface DeleteConfiguredTableAssociationOutput {}
|
|
1256
|
+
export interface DeleteConfiguredTableAssociationAnalysisRuleInput {
|
|
1257
|
+
membershipIdentifier: string | undefined;
|
|
1258
|
+
configuredTableAssociationIdentifier: string | undefined;
|
|
1259
|
+
analysisRuleType: ConfiguredTableAssociationAnalysisRuleType | undefined;
|
|
1260
|
+
}
|
|
1261
|
+
export interface DeleteConfiguredTableAssociationAnalysisRuleOutput {}
|
|
991
1262
|
export interface GetConfiguredTableAssociationInput {
|
|
992
1263
|
configuredTableAssociationIdentifier: string | undefined;
|
|
993
1264
|
membershipIdentifier: string | undefined;
|
|
@@ -995,6 +1266,14 @@ export interface GetConfiguredTableAssociationInput {
|
|
|
995
1266
|
export interface GetConfiguredTableAssociationOutput {
|
|
996
1267
|
configuredTableAssociation: ConfiguredTableAssociation | undefined;
|
|
997
1268
|
}
|
|
1269
|
+
export interface GetConfiguredTableAssociationAnalysisRuleInput {
|
|
1270
|
+
membershipIdentifier: string | undefined;
|
|
1271
|
+
configuredTableAssociationIdentifier: string | undefined;
|
|
1272
|
+
analysisRuleType: ConfiguredTableAssociationAnalysisRuleType | undefined;
|
|
1273
|
+
}
|
|
1274
|
+
export interface GetConfiguredTableAssociationAnalysisRuleOutput {
|
|
1275
|
+
analysisRule: ConfiguredTableAssociationAnalysisRule | undefined;
|
|
1276
|
+
}
|
|
998
1277
|
export interface ListConfiguredTableAssociationsInput {
|
|
999
1278
|
membershipIdentifier: string | undefined;
|
|
1000
1279
|
nextToken?: string;
|
|
@@ -1025,6 +1304,15 @@ export interface UpdateConfiguredTableAssociationInput {
|
|
|
1025
1304
|
export interface UpdateConfiguredTableAssociationOutput {
|
|
1026
1305
|
configuredTableAssociation: ConfiguredTableAssociation | undefined;
|
|
1027
1306
|
}
|
|
1307
|
+
export interface UpdateConfiguredTableAssociationAnalysisRuleInput {
|
|
1308
|
+
membershipIdentifier: string | undefined;
|
|
1309
|
+
configuredTableAssociationIdentifier: string | undefined;
|
|
1310
|
+
analysisRuleType: ConfiguredTableAssociationAnalysisRuleType | undefined;
|
|
1311
|
+
analysisRulePolicy: ConfiguredTableAssociationAnalysisRulePolicy | undefined;
|
|
1312
|
+
}
|
|
1313
|
+
export interface UpdateConfiguredTableAssociationAnalysisRuleOutput {
|
|
1314
|
+
analysisRule: ConfiguredTableAssociationAnalysisRule | undefined;
|
|
1315
|
+
}
|
|
1028
1316
|
export interface GlueTableReference {
|
|
1029
1317
|
tableName: string | undefined;
|
|
1030
1318
|
databaseName: string | undefined;
|
|
@@ -1210,6 +1498,164 @@ export interface UpdateConfiguredTableAnalysisRuleInput {
|
|
|
1210
1498
|
export interface UpdateConfiguredTableAnalysisRuleOutput {
|
|
1211
1499
|
analysisRule: ConfiguredTableAnalysisRule | undefined;
|
|
1212
1500
|
}
|
|
1501
|
+
export interface IdMappingTableInputReferenceConfig {
|
|
1502
|
+
inputReferenceArn: string | undefined;
|
|
1503
|
+
manageResourcePolicies: boolean | undefined;
|
|
1504
|
+
}
|
|
1505
|
+
export interface CreateIdMappingTableInput {
|
|
1506
|
+
membershipIdentifier: string | undefined;
|
|
1507
|
+
name: string | undefined;
|
|
1508
|
+
description?: string;
|
|
1509
|
+
inputReferenceConfig: IdMappingTableInputReferenceConfig | undefined;
|
|
1510
|
+
tags?: Record<string, string>;
|
|
1511
|
+
kmsKeyArn?: string;
|
|
1512
|
+
}
|
|
1513
|
+
export interface IdMappingTableInputReferenceProperties {
|
|
1514
|
+
idMappingTableInputSource: IdMappingTableInputSource[] | undefined;
|
|
1515
|
+
}
|
|
1516
|
+
export interface IdMappingTable {
|
|
1517
|
+
id: string | undefined;
|
|
1518
|
+
arn: string | undefined;
|
|
1519
|
+
inputReferenceConfig: IdMappingTableInputReferenceConfig | undefined;
|
|
1520
|
+
membershipId: string | undefined;
|
|
1521
|
+
membershipArn: string | undefined;
|
|
1522
|
+
collaborationId: string | undefined;
|
|
1523
|
+
collaborationArn: string | undefined;
|
|
1524
|
+
description?: string;
|
|
1525
|
+
name: string | undefined;
|
|
1526
|
+
createTime: Date | undefined;
|
|
1527
|
+
updateTime: Date | undefined;
|
|
1528
|
+
inputReferenceProperties: IdMappingTableInputReferenceProperties | undefined;
|
|
1529
|
+
kmsKeyArn?: string;
|
|
1530
|
+
}
|
|
1531
|
+
export interface CreateIdMappingTableOutput {
|
|
1532
|
+
idMappingTable: IdMappingTable | undefined;
|
|
1533
|
+
}
|
|
1534
|
+
export interface DeleteIdMappingTableInput {
|
|
1535
|
+
idMappingTableIdentifier: string | undefined;
|
|
1536
|
+
membershipIdentifier: string | undefined;
|
|
1537
|
+
}
|
|
1538
|
+
export interface DeleteIdMappingTableOutput {}
|
|
1539
|
+
export interface GetIdMappingTableInput {
|
|
1540
|
+
idMappingTableIdentifier: string | undefined;
|
|
1541
|
+
membershipIdentifier: string | undefined;
|
|
1542
|
+
}
|
|
1543
|
+
export interface GetIdMappingTableOutput {
|
|
1544
|
+
idMappingTable: IdMappingTable | undefined;
|
|
1545
|
+
}
|
|
1546
|
+
export interface ListIdMappingTablesInput {
|
|
1547
|
+
membershipIdentifier: string | undefined;
|
|
1548
|
+
nextToken?: string;
|
|
1549
|
+
maxResults?: number;
|
|
1550
|
+
}
|
|
1551
|
+
export interface IdMappingTableSummary {
|
|
1552
|
+
collaborationArn: string | undefined;
|
|
1553
|
+
collaborationId: string | undefined;
|
|
1554
|
+
membershipId: string | undefined;
|
|
1555
|
+
membershipArn: string | undefined;
|
|
1556
|
+
createTime: Date | undefined;
|
|
1557
|
+
updateTime: Date | undefined;
|
|
1558
|
+
id: string | undefined;
|
|
1559
|
+
arn: string | undefined;
|
|
1560
|
+
description?: string;
|
|
1561
|
+
inputReferenceConfig: IdMappingTableInputReferenceConfig | undefined;
|
|
1562
|
+
name: string | undefined;
|
|
1563
|
+
}
|
|
1564
|
+
export interface ListIdMappingTablesOutput {
|
|
1565
|
+
idMappingTableSummaries: IdMappingTableSummary[] | undefined;
|
|
1566
|
+
nextToken?: string;
|
|
1567
|
+
}
|
|
1568
|
+
export interface PopulateIdMappingTableInput {
|
|
1569
|
+
idMappingTableIdentifier: string | undefined;
|
|
1570
|
+
membershipIdentifier: string | undefined;
|
|
1571
|
+
}
|
|
1572
|
+
export interface PopulateIdMappingTableOutput {
|
|
1573
|
+
idMappingJobId: string | undefined;
|
|
1574
|
+
}
|
|
1575
|
+
export interface UpdateIdMappingTableInput {
|
|
1576
|
+
idMappingTableIdentifier: string | undefined;
|
|
1577
|
+
membershipIdentifier: string | undefined;
|
|
1578
|
+
description?: string;
|
|
1579
|
+
kmsKeyArn?: string;
|
|
1580
|
+
}
|
|
1581
|
+
export interface UpdateIdMappingTableOutput {
|
|
1582
|
+
idMappingTable: IdMappingTable | undefined;
|
|
1583
|
+
}
|
|
1584
|
+
export interface CreateIdNamespaceAssociationInput {
|
|
1585
|
+
membershipIdentifier: string | undefined;
|
|
1586
|
+
inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig | undefined;
|
|
1587
|
+
tags?: Record<string, string>;
|
|
1588
|
+
name: string | undefined;
|
|
1589
|
+
description?: string;
|
|
1590
|
+
idMappingConfig?: IdMappingConfig;
|
|
1591
|
+
}
|
|
1592
|
+
export interface IdNamespaceAssociation {
|
|
1593
|
+
id: string | undefined;
|
|
1594
|
+
arn: string | undefined;
|
|
1595
|
+
membershipId: string | undefined;
|
|
1596
|
+
membershipArn: string | undefined;
|
|
1597
|
+
collaborationId: string | undefined;
|
|
1598
|
+
collaborationArn: string | undefined;
|
|
1599
|
+
name: string | undefined;
|
|
1600
|
+
description?: string;
|
|
1601
|
+
createTime: Date | undefined;
|
|
1602
|
+
updateTime: Date | undefined;
|
|
1603
|
+
inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig | undefined;
|
|
1604
|
+
inputReferenceProperties:
|
|
1605
|
+
| IdNamespaceAssociationInputReferenceProperties
|
|
1606
|
+
| undefined;
|
|
1607
|
+
idMappingConfig?: IdMappingConfig;
|
|
1608
|
+
}
|
|
1609
|
+
export interface CreateIdNamespaceAssociationOutput {
|
|
1610
|
+
idNamespaceAssociation: IdNamespaceAssociation | undefined;
|
|
1611
|
+
}
|
|
1612
|
+
export interface DeleteIdNamespaceAssociationInput {
|
|
1613
|
+
idNamespaceAssociationIdentifier: string | undefined;
|
|
1614
|
+
membershipIdentifier: string | undefined;
|
|
1615
|
+
}
|
|
1616
|
+
export interface DeleteIdNamespaceAssociationOutput {}
|
|
1617
|
+
export interface GetIdNamespaceAssociationInput {
|
|
1618
|
+
idNamespaceAssociationIdentifier: string | undefined;
|
|
1619
|
+
membershipIdentifier: string | undefined;
|
|
1620
|
+
}
|
|
1621
|
+
export interface GetIdNamespaceAssociationOutput {
|
|
1622
|
+
idNamespaceAssociation: IdNamespaceAssociation | undefined;
|
|
1623
|
+
}
|
|
1624
|
+
export interface ListIdNamespaceAssociationsInput {
|
|
1625
|
+
membershipIdentifier: string | undefined;
|
|
1626
|
+
nextToken?: string;
|
|
1627
|
+
maxResults?: number;
|
|
1628
|
+
}
|
|
1629
|
+
export interface IdNamespaceAssociationSummary {
|
|
1630
|
+
membershipId: string | undefined;
|
|
1631
|
+
membershipArn: string | undefined;
|
|
1632
|
+
collaborationArn: string | undefined;
|
|
1633
|
+
collaborationId: string | undefined;
|
|
1634
|
+
createTime: Date | undefined;
|
|
1635
|
+
updateTime: Date | undefined;
|
|
1636
|
+
id: string | undefined;
|
|
1637
|
+
arn: string | undefined;
|
|
1638
|
+
inputReferenceConfig: IdNamespaceAssociationInputReferenceConfig | undefined;
|
|
1639
|
+
name: string | undefined;
|
|
1640
|
+
description?: string;
|
|
1641
|
+
inputReferenceProperties:
|
|
1642
|
+
| IdNamespaceAssociationInputReferencePropertiesSummary
|
|
1643
|
+
| undefined;
|
|
1644
|
+
}
|
|
1645
|
+
export interface ListIdNamespaceAssociationsOutput {
|
|
1646
|
+
nextToken?: string;
|
|
1647
|
+
idNamespaceAssociationSummaries: IdNamespaceAssociationSummary[] | undefined;
|
|
1648
|
+
}
|
|
1649
|
+
export interface UpdateIdNamespaceAssociationInput {
|
|
1650
|
+
idNamespaceAssociationIdentifier: string | undefined;
|
|
1651
|
+
membershipIdentifier: string | undefined;
|
|
1652
|
+
name?: string;
|
|
1653
|
+
description?: string;
|
|
1654
|
+
idMappingConfig?: IdMappingConfig;
|
|
1655
|
+
}
|
|
1656
|
+
export interface UpdateIdNamespaceAssociationOutput {
|
|
1657
|
+
idNamespaceAssociation: IdNamespaceAssociation | undefined;
|
|
1658
|
+
}
|
|
1213
1659
|
export interface ListTagsForResourceInput {
|
|
1214
1660
|
resourceArn: string | undefined;
|
|
1215
1661
|
}
|
|
@@ -1360,20 +1806,32 @@ export declare namespace ProtectedQueryOutput {
|
|
|
1360
1806
|
export interface ProtectedQueryResult {
|
|
1361
1807
|
output: ProtectedQueryOutput | undefined;
|
|
1362
1808
|
}
|
|
1809
|
+
export interface ProtectedQueryMemberOutputConfiguration {
|
|
1810
|
+
accountId: string | undefined;
|
|
1811
|
+
}
|
|
1363
1812
|
export type ProtectedQueryOutputConfiguration =
|
|
1813
|
+
| ProtectedQueryOutputConfiguration.MemberMember
|
|
1364
1814
|
| ProtectedQueryOutputConfiguration.S3Member
|
|
1365
1815
|
| ProtectedQueryOutputConfiguration.$UnknownMember;
|
|
1366
1816
|
export declare namespace ProtectedQueryOutputConfiguration {
|
|
1367
1817
|
interface S3Member {
|
|
1368
1818
|
s3: ProtectedQueryS3OutputConfiguration;
|
|
1819
|
+
member?: never;
|
|
1820
|
+
$unknown?: never;
|
|
1821
|
+
}
|
|
1822
|
+
interface MemberMember {
|
|
1823
|
+
s3?: never;
|
|
1824
|
+
member: ProtectedQueryMemberOutputConfiguration;
|
|
1369
1825
|
$unknown?: never;
|
|
1370
1826
|
}
|
|
1371
1827
|
interface $UnknownMember {
|
|
1372
1828
|
s3?: never;
|
|
1829
|
+
member?: never;
|
|
1373
1830
|
$unknown: [string, any];
|
|
1374
1831
|
}
|
|
1375
1832
|
interface Visitor<T> {
|
|
1376
1833
|
s3: (value: ProtectedQueryS3OutputConfiguration) => T;
|
|
1834
|
+
member: (value: ProtectedQueryMemberOutputConfiguration) => T;
|
|
1377
1835
|
_: (name: string, value: any) => T;
|
|
1378
1836
|
}
|
|
1379
1837
|
const visit: <T>(
|
|
@@ -1471,12 +1929,40 @@ export interface ListProtectedQueriesInput {
|
|
|
1471
1929
|
nextToken?: string;
|
|
1472
1930
|
maxResults?: number;
|
|
1473
1931
|
}
|
|
1932
|
+
export interface DirectAnalysisConfigurationDetails {
|
|
1933
|
+
receiverAccountIds?: string[];
|
|
1934
|
+
}
|
|
1935
|
+
export type ConfigurationDetails =
|
|
1936
|
+
| ConfigurationDetails.DirectAnalysisConfigurationDetailsMember
|
|
1937
|
+
| ConfigurationDetails.$UnknownMember;
|
|
1938
|
+
export declare namespace ConfigurationDetails {
|
|
1939
|
+
interface DirectAnalysisConfigurationDetailsMember {
|
|
1940
|
+
directAnalysisConfigurationDetails: DirectAnalysisConfigurationDetails;
|
|
1941
|
+
$unknown?: never;
|
|
1942
|
+
}
|
|
1943
|
+
interface $UnknownMember {
|
|
1944
|
+
directAnalysisConfigurationDetails?: never;
|
|
1945
|
+
$unknown: [string, any];
|
|
1946
|
+
}
|
|
1947
|
+
interface Visitor<T> {
|
|
1948
|
+
directAnalysisConfigurationDetails: (
|
|
1949
|
+
value: DirectAnalysisConfigurationDetails
|
|
1950
|
+
) => T;
|
|
1951
|
+
_: (name: string, value: any) => T;
|
|
1952
|
+
}
|
|
1953
|
+
const visit: <T>(value: ConfigurationDetails, visitor: Visitor<T>) => T;
|
|
1954
|
+
}
|
|
1955
|
+
export interface ReceiverConfiguration {
|
|
1956
|
+
analysisType: AnalysisType | undefined;
|
|
1957
|
+
configurationDetails?: ConfigurationDetails;
|
|
1958
|
+
}
|
|
1474
1959
|
export interface ProtectedQuerySummary {
|
|
1475
1960
|
id: string | undefined;
|
|
1476
1961
|
membershipId: string | undefined;
|
|
1477
1962
|
membershipArn: string | undefined;
|
|
1478
1963
|
createTime: Date | undefined;
|
|
1479
1964
|
status: ProtectedQueryStatus | undefined;
|
|
1965
|
+
receiverConfigurations: ReceiverConfiguration[] | undefined;
|
|
1480
1966
|
}
|
|
1481
1967
|
export interface ListProtectedQueriesOutput {
|
|
1482
1968
|
nextToken?: string;
|
|
@@ -1573,137 +2059,6 @@ export interface UpdateProtectedQueryInput {
|
|
|
1573
2059
|
protectedQueryIdentifier: string | undefined;
|
|
1574
2060
|
targetStatus: TargetProtectedQueryStatus | undefined;
|
|
1575
2061
|
}
|
|
1576
|
-
export interface UpdateProtectedQueryOutput {
|
|
1577
|
-
protectedQuery: ProtectedQuery | undefined;
|
|
1578
|
-
}
|
|
1579
|
-
export interface DifferentialPrivacyTemplateParametersInput {
|
|
1580
|
-
epsilon: number | undefined;
|
|
1581
|
-
usersNoisePerQuery: number | undefined;
|
|
1582
|
-
}
|
|
1583
|
-
export type PrivacyBudgetTemplateParametersInput =
|
|
1584
|
-
| PrivacyBudgetTemplateParametersInput.DifferentialPrivacyMember
|
|
1585
|
-
| PrivacyBudgetTemplateParametersInput.$UnknownMember;
|
|
1586
|
-
export declare namespace PrivacyBudgetTemplateParametersInput {
|
|
1587
|
-
interface DifferentialPrivacyMember {
|
|
1588
|
-
differentialPrivacy: DifferentialPrivacyTemplateParametersInput;
|
|
1589
|
-
$unknown?: never;
|
|
1590
|
-
}
|
|
1591
|
-
interface $UnknownMember {
|
|
1592
|
-
differentialPrivacy?: never;
|
|
1593
|
-
$unknown: [string, any];
|
|
1594
|
-
}
|
|
1595
|
-
interface Visitor<T> {
|
|
1596
|
-
differentialPrivacy: (
|
|
1597
|
-
value: DifferentialPrivacyTemplateParametersInput
|
|
1598
|
-
) => T;
|
|
1599
|
-
_: (name: string, value: any) => T;
|
|
1600
|
-
}
|
|
1601
|
-
const visit: <T>(
|
|
1602
|
-
value: PrivacyBudgetTemplateParametersInput,
|
|
1603
|
-
visitor: Visitor<T>
|
|
1604
|
-
) => T;
|
|
1605
|
-
}
|
|
1606
|
-
export interface CreatePrivacyBudgetTemplateInput {
|
|
1607
|
-
membershipIdentifier: string | undefined;
|
|
1608
|
-
autoRefresh: PrivacyBudgetTemplateAutoRefresh | undefined;
|
|
1609
|
-
privacyBudgetType: PrivacyBudgetType | undefined;
|
|
1610
|
-
parameters: PrivacyBudgetTemplateParametersInput | undefined;
|
|
1611
|
-
tags?: Record<string, string>;
|
|
1612
|
-
}
|
|
1613
|
-
export interface PrivacyBudgetTemplate {
|
|
1614
|
-
id: string | undefined;
|
|
1615
|
-
arn: string | undefined;
|
|
1616
|
-
membershipId: string | undefined;
|
|
1617
|
-
membershipArn: string | undefined;
|
|
1618
|
-
collaborationId: string | undefined;
|
|
1619
|
-
collaborationArn: string | undefined;
|
|
1620
|
-
createTime: Date | undefined;
|
|
1621
|
-
updateTime: Date | undefined;
|
|
1622
|
-
privacyBudgetType: PrivacyBudgetType | undefined;
|
|
1623
|
-
autoRefresh: PrivacyBudgetTemplateAutoRefresh | undefined;
|
|
1624
|
-
parameters: PrivacyBudgetTemplateParametersOutput | undefined;
|
|
1625
|
-
}
|
|
1626
|
-
export interface CreatePrivacyBudgetTemplateOutput {
|
|
1627
|
-
privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
|
|
1628
|
-
}
|
|
1629
|
-
export interface DeletePrivacyBudgetTemplateInput {
|
|
1630
|
-
membershipIdentifier: string | undefined;
|
|
1631
|
-
privacyBudgetTemplateIdentifier: string | undefined;
|
|
1632
|
-
}
|
|
1633
|
-
export interface DeletePrivacyBudgetTemplateOutput {}
|
|
1634
|
-
export interface GetPrivacyBudgetTemplateInput {
|
|
1635
|
-
membershipIdentifier: string | undefined;
|
|
1636
|
-
privacyBudgetTemplateIdentifier: string | undefined;
|
|
1637
|
-
}
|
|
1638
|
-
export interface GetPrivacyBudgetTemplateOutput {
|
|
1639
|
-
privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
|
|
1640
|
-
}
|
|
1641
|
-
export interface ListPrivacyBudgetTemplatesInput {
|
|
1642
|
-
membershipIdentifier: string | undefined;
|
|
1643
|
-
nextToken?: string;
|
|
1644
|
-
maxResults?: number;
|
|
1645
|
-
}
|
|
1646
|
-
export interface PrivacyBudgetTemplateSummary {
|
|
1647
|
-
id: string | undefined;
|
|
1648
|
-
arn: string | undefined;
|
|
1649
|
-
membershipId: string | undefined;
|
|
1650
|
-
membershipArn: string | undefined;
|
|
1651
|
-
collaborationId: string | undefined;
|
|
1652
|
-
collaborationArn: string | undefined;
|
|
1653
|
-
privacyBudgetType: PrivacyBudgetType | undefined;
|
|
1654
|
-
createTime: Date | undefined;
|
|
1655
|
-
updateTime: Date | undefined;
|
|
1656
|
-
}
|
|
1657
|
-
export interface ListPrivacyBudgetTemplatesOutput {
|
|
1658
|
-
nextToken?: string;
|
|
1659
|
-
privacyBudgetTemplateSummaries: PrivacyBudgetTemplateSummary[] | undefined;
|
|
1660
|
-
}
|
|
1661
|
-
export interface DifferentialPrivacyTemplateUpdateParameters {
|
|
1662
|
-
epsilon?: number;
|
|
1663
|
-
usersNoisePerQuery?: number;
|
|
1664
|
-
}
|
|
1665
|
-
export type PrivacyBudgetTemplateUpdateParameters =
|
|
1666
|
-
| PrivacyBudgetTemplateUpdateParameters.DifferentialPrivacyMember
|
|
1667
|
-
| PrivacyBudgetTemplateUpdateParameters.$UnknownMember;
|
|
1668
|
-
export declare namespace PrivacyBudgetTemplateUpdateParameters {
|
|
1669
|
-
interface DifferentialPrivacyMember {
|
|
1670
|
-
differentialPrivacy: DifferentialPrivacyTemplateUpdateParameters;
|
|
1671
|
-
$unknown?: never;
|
|
1672
|
-
}
|
|
1673
|
-
interface $UnknownMember {
|
|
1674
|
-
differentialPrivacy?: never;
|
|
1675
|
-
$unknown: [string, any];
|
|
1676
|
-
}
|
|
1677
|
-
interface Visitor<T> {
|
|
1678
|
-
differentialPrivacy: (
|
|
1679
|
-
value: DifferentialPrivacyTemplateUpdateParameters
|
|
1680
|
-
) => T;
|
|
1681
|
-
_: (name: string, value: any) => T;
|
|
1682
|
-
}
|
|
1683
|
-
const visit: <T>(
|
|
1684
|
-
value: PrivacyBudgetTemplateUpdateParameters,
|
|
1685
|
-
visitor: Visitor<T>
|
|
1686
|
-
) => T;
|
|
1687
|
-
}
|
|
1688
|
-
export interface UpdatePrivacyBudgetTemplateInput {
|
|
1689
|
-
membershipIdentifier: string | undefined;
|
|
1690
|
-
privacyBudgetTemplateIdentifier: string | undefined;
|
|
1691
|
-
privacyBudgetType: PrivacyBudgetType | undefined;
|
|
1692
|
-
parameters?: PrivacyBudgetTemplateUpdateParameters;
|
|
1693
|
-
}
|
|
1694
|
-
export interface UpdatePrivacyBudgetTemplateOutput {
|
|
1695
|
-
privacyBudgetTemplate: PrivacyBudgetTemplate | undefined;
|
|
1696
|
-
}
|
|
1697
|
-
export interface TagResourceInput {
|
|
1698
|
-
resourceArn: string | undefined;
|
|
1699
|
-
tags: Record<string, string> | undefined;
|
|
1700
|
-
}
|
|
1701
|
-
export interface TagResourceOutput {}
|
|
1702
|
-
export interface UntagResourceInput {
|
|
1703
|
-
resourceArn: string | undefined;
|
|
1704
|
-
tagKeys: string[] | undefined;
|
|
1705
|
-
}
|
|
1706
|
-
export interface UntagResourceOutput {}
|
|
1707
2062
|
export declare const AnalysisParameterFilterSensitiveLog: (
|
|
1708
2063
|
obj: AnalysisParameter
|
|
1709
2064
|
) => any;
|
|
@@ -1749,6 +2104,3 @@ export declare const StartProtectedQueryInputFilterSensitiveLog: (
|
|
|
1749
2104
|
export declare const StartProtectedQueryOutputFilterSensitiveLog: (
|
|
1750
2105
|
obj: StartProtectedQueryOutput
|
|
1751
2106
|
) => any;
|
|
1752
|
-
export declare const UpdateProtectedQueryOutputFilterSensitiveLog: (
|
|
1753
|
-
obj: UpdateProtectedQueryOutput
|
|
1754
|
-
) => any;
|