@aws-sdk/client-cleanrooms 3.1076.0 → 3.1077.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 +84 -0
- package/dist-cjs/index.js +769 -42
- package/dist-es/CleanRooms.js +28 -0
- package/dist-es/commands/CreateIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/CreateIntermediateTableCommand.js +16 -0
- package/dist-es/commands/DeleteIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/DeleteIntermediateTableCommand.js +16 -0
- package/dist-es/commands/DisallowIntermediateTableCommand.js +16 -0
- package/dist-es/commands/GetIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/GetIntermediateTableCommand.js +16 -0
- package/dist-es/commands/ListIntermediateTableVersionsCommand.js +16 -0
- package/dist-es/commands/ListIntermediateTablesCommand.js +16 -0
- package/dist-es/commands/PopulateIntermediateTableCommand.js +16 -0
- package/dist-es/commands/UpdateIntermediateTableAnalysisRuleCommand.js +16 -0
- package/dist-es/commands/UpdateIntermediateTableCommand.js +16 -0
- package/dist-es/commands/index.js +12 -0
- package/dist-es/models/enums.js +53 -4
- package/dist-es/pagination/ListIntermediateTableVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListIntermediateTablesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +467 -36
- package/dist-types/CleanRooms.d.ts +98 -0
- package/dist-types/CleanRoomsClient.d.ts +14 -2
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +10 -8
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +9 -2
- package/dist-types/commands/CreateCollaborationCommand.d.ts +1 -1
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +9 -0
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +9 -0
- package/dist-types/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +163 -0
- package/dist-types/commands/CreateIntermediateTableCommand.d.ts +231 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +94 -0
- package/dist-types/commands/DeleteIntermediateTableCommand.d.ts +93 -0
- package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DisallowIntermediateTableCommand.d.ts +94 -0
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +9 -0
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +9 -0
- package/dist-types/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +128 -0
- package/dist-types/commands/GetIntermediateTableCommand.d.ts +213 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -1
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +6 -2
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +10 -8
- package/dist-types/commands/GetSchemaCommand.d.ts +9 -2
- package/dist-types/commands/ListIntermediateTableVersionsCommand.d.ts +106 -0
- package/dist-types/commands/ListIntermediateTablesCommand.d.ts +112 -0
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +5 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PopulateIntermediateTableCommand.d.ts +115 -0
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +10 -0
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +9 -0
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +9 -0
- package/dist-types/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +161 -0
- package/dist-types/commands/UpdateIntermediateTableCommand.d.ts +221 -0
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -0
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/models/enums.d.ts +125 -12
- package/dist-types/models/models_0.d.ts +729 -436
- package/dist-types/models/models_1.d.ts +1032 -3
- package/dist-types/pagination/ListIntermediateTableVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIntermediateTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +63 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +236 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisallowIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListIntermediateTableVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListIntermediateTablesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PopulateIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateIntermediateTableCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/models/enums.d.ts +71 -6
- package/dist-types/ts3.4/models/models_0.d.ts +299 -261
- package/dist-types/ts3.4/models/models_1.d.ts +345 -17
- package/dist-types/ts3.4/pagination/ListIntermediateTableVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIntermediateTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +63 -0
- package/package.json +6 -8
|
@@ -14,10 +14,13 @@ import {
|
|
|
14
14
|
ApprovalStatus,
|
|
15
15
|
AutoApprovedChangeType,
|
|
16
16
|
AutoRefreshMode,
|
|
17
|
+
BaseTableDependencyType,
|
|
18
|
+
BaseTableParentType,
|
|
17
19
|
ChangeRequestAction,
|
|
18
20
|
ChangeRequestStatus,
|
|
19
21
|
ChangeSpecificationType,
|
|
20
22
|
ChangeType,
|
|
23
|
+
ChildResourceType,
|
|
21
24
|
CollaborationJobLogStatus,
|
|
22
25
|
CollaborationQueryLogStatus,
|
|
23
26
|
CommercialRegion,
|
|
@@ -28,20 +31,19 @@ import {
|
|
|
28
31
|
ErrorMessageType,
|
|
29
32
|
FilterableMemberStatus,
|
|
30
33
|
IdNamespaceType,
|
|
34
|
+
IntermediateTableAnalysisRuleType,
|
|
35
|
+
IntermediateTableStatus,
|
|
36
|
+
IntermediateTableVersionStatus,
|
|
31
37
|
JobType,
|
|
32
38
|
JoinOperator,
|
|
33
39
|
JoinRequiredOption,
|
|
34
40
|
MemberAbility,
|
|
35
|
-
MembershipJobLogStatus,
|
|
36
|
-
MembershipQueryLogStatus,
|
|
37
|
-
MembershipStatus,
|
|
38
41
|
MemberStatus,
|
|
39
42
|
ParameterType,
|
|
43
|
+
PopulateIntermediateTableAnalysisType,
|
|
40
44
|
PrivacyBudgetTemplateAutoRefresh,
|
|
41
45
|
PrivacyBudgetType,
|
|
42
|
-
|
|
43
|
-
ProtectedJobWorkerComputeType,
|
|
44
|
-
ResultFormat,
|
|
46
|
+
ResourceStatus,
|
|
45
47
|
ScalarFunctions,
|
|
46
48
|
SchemaConfiguration,
|
|
47
49
|
SchemaStatus,
|
|
@@ -268,6 +270,8 @@ export interface AnalysisRuleCustom {
|
|
|
268
270
|
additionalAnalyses?: AdditionalAnalyses | undefined;
|
|
269
271
|
disallowedOutputColumns?: string[] | undefined;
|
|
270
272
|
differentialPrivacy?: DifferentialPrivacyConfiguration | undefined;
|
|
273
|
+
allowedResultReceivers?: string[] | undefined;
|
|
274
|
+
allowedAdditionalAnalyses?: string[] | undefined;
|
|
271
275
|
}
|
|
272
276
|
export interface QueryConstraintRequireOverlap {
|
|
273
277
|
columns?: string[] | undefined;
|
|
@@ -633,27 +637,56 @@ export interface SchemaStatusDetail {
|
|
|
633
637
|
configurations?: SchemaConfiguration[] | undefined;
|
|
634
638
|
analysisType: AnalysisType | undefined;
|
|
635
639
|
}
|
|
640
|
+
export interface ConfiguredTableAssociationSchemaTypeProperties {
|
|
641
|
+
configuredTableAssociationId: string | undefined;
|
|
642
|
+
}
|
|
636
643
|
export interface IdMappingTableInputSource {
|
|
637
644
|
idNamespaceAssociationId: string | undefined;
|
|
638
645
|
type: IdNamespaceType | undefined;
|
|
639
646
|
}
|
|
640
647
|
export interface IdMappingTableSchemaTypeProperties {
|
|
641
648
|
idMappingTableInputSource: IdMappingTableInputSource[] | undefined;
|
|
649
|
+
idMappingTableId?: string | undefined;
|
|
650
|
+
}
|
|
651
|
+
export interface IntermediateTableSchemaTypeProperties {
|
|
652
|
+
intermediateTableId: string | undefined;
|
|
642
653
|
}
|
|
643
654
|
export type SchemaTypeProperties =
|
|
655
|
+
| SchemaTypeProperties.ConfiguredTableAssociationMember
|
|
644
656
|
| SchemaTypeProperties.IdMappingTableMember
|
|
657
|
+
| SchemaTypeProperties.IntermediateTableMember
|
|
645
658
|
| SchemaTypeProperties.$UnknownMember;
|
|
646
659
|
export declare namespace SchemaTypeProperties {
|
|
647
660
|
interface IdMappingTableMember {
|
|
648
661
|
idMappingTable: IdMappingTableSchemaTypeProperties;
|
|
662
|
+
intermediateTable?: never;
|
|
663
|
+
configuredTableAssociation?: never;
|
|
664
|
+
$unknown?: never;
|
|
665
|
+
}
|
|
666
|
+
interface IntermediateTableMember {
|
|
667
|
+
idMappingTable?: never;
|
|
668
|
+
intermediateTable: IntermediateTableSchemaTypeProperties;
|
|
669
|
+
configuredTableAssociation?: never;
|
|
670
|
+
$unknown?: never;
|
|
671
|
+
}
|
|
672
|
+
interface ConfiguredTableAssociationMember {
|
|
673
|
+
idMappingTable?: never;
|
|
674
|
+
intermediateTable?: never;
|
|
675
|
+
configuredTableAssociation: ConfiguredTableAssociationSchemaTypeProperties;
|
|
649
676
|
$unknown?: never;
|
|
650
677
|
}
|
|
651
678
|
interface $UnknownMember {
|
|
652
679
|
idMappingTable?: never;
|
|
680
|
+
intermediateTable?: never;
|
|
681
|
+
configuredTableAssociation?: never;
|
|
653
682
|
$unknown: [string, any];
|
|
654
683
|
}
|
|
655
684
|
interface Visitor<T> {
|
|
656
685
|
idMappingTable: (value: IdMappingTableSchemaTypeProperties) => T;
|
|
686
|
+
intermediateTable: (value: IntermediateTableSchemaTypeProperties) => T;
|
|
687
|
+
configuredTableAssociation: (
|
|
688
|
+
value: ConfiguredTableAssociationSchemaTypeProperties
|
|
689
|
+
) => T;
|
|
657
690
|
_: (name: string, value: any) => T;
|
|
658
691
|
}
|
|
659
692
|
}
|
|
@@ -741,7 +774,7 @@ export interface MemberSpecification {
|
|
|
741
774
|
export interface CreateCollaborationInput {
|
|
742
775
|
members: MemberSpecification[] | undefined;
|
|
743
776
|
name: string | undefined;
|
|
744
|
-
description
|
|
777
|
+
description?: string | undefined;
|
|
745
778
|
creatorMemberAbilities: MemberAbility[] | undefined;
|
|
746
779
|
creatorMLMemberAbilities?: MLMemberAbilities | undefined;
|
|
747
780
|
creatorDisplayName: string | undefined;
|
|
@@ -1338,6 +1371,13 @@ export interface CreateConfiguredTableAssociationInput {
|
|
|
1338
1371
|
roleArn: string | undefined;
|
|
1339
1372
|
tags?: Record<string, string> | undefined;
|
|
1340
1373
|
}
|
|
1374
|
+
export interface ChildResource {
|
|
1375
|
+
resourceId?: string | undefined;
|
|
1376
|
+
resourceType: ChildResourceType | undefined;
|
|
1377
|
+
resourceName: string | undefined;
|
|
1378
|
+
ownerAccountId: string | undefined;
|
|
1379
|
+
resourceStatus?: ResourceStatus | undefined;
|
|
1380
|
+
}
|
|
1341
1381
|
export interface ConfiguredTableAssociation {
|
|
1342
1382
|
arn: string | undefined;
|
|
1343
1383
|
id: string | undefined;
|
|
@@ -1351,6 +1391,7 @@ export interface ConfiguredTableAssociation {
|
|
|
1351
1391
|
analysisRuleTypes?: ConfiguredTableAssociationAnalysisRuleType[] | undefined;
|
|
1352
1392
|
createTime: Date | undefined;
|
|
1353
1393
|
updateTime: Date | undefined;
|
|
1394
|
+
childResources?: ChildResource[] | undefined;
|
|
1354
1395
|
}
|
|
1355
1396
|
export interface CreateConfiguredTableAssociationOutput {
|
|
1356
1397
|
configuredTableAssociation: ConfiguredTableAssociation | undefined;
|
|
@@ -1694,6 +1735,7 @@ export interface IdMappingTable {
|
|
|
1694
1735
|
updateTime: Date | undefined;
|
|
1695
1736
|
inputReferenceProperties: IdMappingTableInputReferenceProperties | undefined;
|
|
1696
1737
|
kmsKeyArn?: string | undefined;
|
|
1738
|
+
childResources?: ChildResource[] | undefined;
|
|
1697
1739
|
}
|
|
1698
1740
|
export interface CreateIdMappingTableOutput {
|
|
1699
1741
|
idMappingTable: IdMappingTable | undefined;
|
|
@@ -1824,335 +1866,331 @@ export interface UpdateIdNamespaceAssociationInput {
|
|
|
1824
1866
|
export interface UpdateIdNamespaceAssociationOutput {
|
|
1825
1867
|
idNamespaceAssociation: IdNamespaceAssociation | undefined;
|
|
1826
1868
|
}
|
|
1827
|
-
export interface
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
export interface ListTagsForResourceOutput {
|
|
1831
|
-
tags: Record<string, string> | undefined;
|
|
1832
|
-
}
|
|
1833
|
-
export interface ProtectedJobS3OutputConfigurationInput {
|
|
1834
|
-
bucket: string | undefined;
|
|
1835
|
-
keyPrefix?: string | undefined;
|
|
1836
|
-
}
|
|
1837
|
-
export type MembershipProtectedJobOutputConfiguration =
|
|
1838
|
-
| MembershipProtectedJobOutputConfiguration.S3Member
|
|
1839
|
-
| MembershipProtectedJobOutputConfiguration.$UnknownMember;
|
|
1840
|
-
export declare namespace MembershipProtectedJobOutputConfiguration {
|
|
1841
|
-
interface S3Member {
|
|
1842
|
-
s3: ProtectedJobS3OutputConfigurationInput;
|
|
1843
|
-
$unknown?: never;
|
|
1844
|
-
}
|
|
1845
|
-
interface $UnknownMember {
|
|
1846
|
-
s3?: never;
|
|
1847
|
-
$unknown: [string, any];
|
|
1848
|
-
}
|
|
1849
|
-
interface Visitor<T> {
|
|
1850
|
-
s3: (value: ProtectedJobS3OutputConfigurationInput) => T;
|
|
1851
|
-
_: (name: string, value: any) => T;
|
|
1852
|
-
}
|
|
1853
|
-
}
|
|
1854
|
-
export interface MembershipProtectedJobResultConfiguration {
|
|
1855
|
-
outputConfiguration: MembershipProtectedJobOutputConfiguration | undefined;
|
|
1856
|
-
roleArn: string | undefined;
|
|
1869
|
+
export interface PopulationAnalysisSqlParameters {
|
|
1870
|
+
queryString?: string | undefined;
|
|
1871
|
+
analysisTemplateArn?: string | undefined;
|
|
1857
1872
|
}
|
|
1858
|
-
export
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
export type MembershipProtectedQueryOutputConfiguration =
|
|
1865
|
-
| MembershipProtectedQueryOutputConfiguration.S3Member
|
|
1866
|
-
| MembershipProtectedQueryOutputConfiguration.$UnknownMember;
|
|
1867
|
-
export declare namespace MembershipProtectedQueryOutputConfiguration {
|
|
1868
|
-
interface S3Member {
|
|
1869
|
-
s3: ProtectedQueryS3OutputConfiguration;
|
|
1873
|
+
export type PopulationAnalysisConfiguration =
|
|
1874
|
+
| PopulationAnalysisConfiguration.SqlParametersMember
|
|
1875
|
+
| PopulationAnalysisConfiguration.$UnknownMember;
|
|
1876
|
+
export declare namespace PopulationAnalysisConfiguration {
|
|
1877
|
+
interface SqlParametersMember {
|
|
1878
|
+
sqlParameters: PopulationAnalysisSqlParameters;
|
|
1870
1879
|
$unknown?: never;
|
|
1871
1880
|
}
|
|
1872
1881
|
interface $UnknownMember {
|
|
1873
|
-
|
|
1882
|
+
sqlParameters?: never;
|
|
1874
1883
|
$unknown: [string, any];
|
|
1875
1884
|
}
|
|
1876
1885
|
interface Visitor<T> {
|
|
1877
|
-
|
|
1886
|
+
sqlParameters: (value: PopulationAnalysisSqlParameters) => T;
|
|
1878
1887
|
_: (name: string, value: any) => T;
|
|
1879
1888
|
}
|
|
1880
1889
|
}
|
|
1881
|
-
export interface
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1890
|
+
export interface CreateIntermediateTableInput {
|
|
1891
|
+
membershipIdentifier: string | undefined;
|
|
1892
|
+
name: string | undefined;
|
|
1893
|
+
description?: string | undefined;
|
|
1894
|
+
populationAnalysisConfiguration: PopulationAnalysisConfiguration | undefined;
|
|
1895
|
+
kmsKeyArn?: string | undefined;
|
|
1896
|
+
retentionInDays?: number | undefined;
|
|
1897
|
+
tags?: Record<string, string> | undefined;
|
|
1887
1898
|
}
|
|
1888
|
-
export interface
|
|
1889
|
-
|
|
1899
|
+
export interface InheritedAdditionalAnalysesSource {
|
|
1900
|
+
name: string | undefined;
|
|
1901
|
+
id: string | undefined;
|
|
1902
|
+
type: BaseTableDependencyType | undefined;
|
|
1903
|
+
value: AdditionalAnalyses | undefined;
|
|
1904
|
+
sourceAccountId: string | undefined;
|
|
1890
1905
|
}
|
|
1891
|
-
export interface
|
|
1892
|
-
|
|
1906
|
+
export interface InheritedAdditionalAnalyses {
|
|
1907
|
+
value: AdditionalAnalyses | undefined;
|
|
1908
|
+
sources: InheritedAdditionalAnalysesSource[] | undefined;
|
|
1893
1909
|
}
|
|
1894
|
-
export interface
|
|
1895
|
-
|
|
1910
|
+
export interface InheritedAllowedAdditionalAnalysesSource {
|
|
1911
|
+
name: string | undefined;
|
|
1912
|
+
id: string | undefined;
|
|
1913
|
+
type: BaseTableDependencyType | undefined;
|
|
1914
|
+
value: string[] | undefined;
|
|
1915
|
+
sourceAccountId: string | undefined;
|
|
1896
1916
|
}
|
|
1897
|
-
export interface
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
syntheticDataGeneration?:
|
|
1901
|
-
| MembershipSyntheticDataGenerationPaymentConfig
|
|
1902
|
-
| undefined;
|
|
1917
|
+
export interface InheritedAllowedAdditionalAnalyses {
|
|
1918
|
+
value: string[] | undefined;
|
|
1919
|
+
sources: InheritedAllowedAdditionalAnalysesSource[] | undefined;
|
|
1903
1920
|
}
|
|
1904
|
-
export interface
|
|
1905
|
-
|
|
1921
|
+
export interface InheritedAllowedResultReceiversSource {
|
|
1922
|
+
name: string | undefined;
|
|
1923
|
+
id: string | undefined;
|
|
1924
|
+
type: BaseTableDependencyType | undefined;
|
|
1925
|
+
value: string[] | undefined;
|
|
1926
|
+
sourceAccountId: string | undefined;
|
|
1927
|
+
}
|
|
1928
|
+
export interface InheritedAllowedResultReceivers {
|
|
1929
|
+
value: string[] | undefined;
|
|
1930
|
+
sources: InheritedAllowedResultReceiversSource[] | undefined;
|
|
1931
|
+
}
|
|
1932
|
+
export interface ColumnLineageEntry {
|
|
1933
|
+
column: string | undefined;
|
|
1934
|
+
sourceColumn: string | undefined;
|
|
1935
|
+
sourceName: string | undefined;
|
|
1936
|
+
sourceId: string | undefined;
|
|
1937
|
+
sourceType: BaseTableDependencyType | undefined;
|
|
1938
|
+
sourceAccountId: string | undefined;
|
|
1939
|
+
}
|
|
1940
|
+
export interface InheritedDisallowedOutputColumns {
|
|
1941
|
+
value: string[] | undefined;
|
|
1942
|
+
columnLineage: ColumnLineageEntry[] | undefined;
|
|
1943
|
+
}
|
|
1944
|
+
export interface IntermediateTableInheritedConstraints {
|
|
1945
|
+
additionalAnalyses?: InheritedAdditionalAnalyses | undefined;
|
|
1946
|
+
allowedAdditionalAnalyses?: InheritedAllowedAdditionalAnalyses | undefined;
|
|
1947
|
+
allowedResultReceivers?: InheritedAllowedResultReceivers | undefined;
|
|
1948
|
+
disallowedOutputColumns?: InheritedDisallowedOutputColumns | undefined;
|
|
1949
|
+
}
|
|
1950
|
+
export interface IntermediateTableActiveVersion {
|
|
1951
|
+
versionId: string | undefined;
|
|
1952
|
+
analysisId: string | undefined;
|
|
1953
|
+
analysisType: PopulateIntermediateTableAnalysisType | undefined;
|
|
1954
|
+
kmsKeyArn?: string | undefined;
|
|
1955
|
+
parameters?: Record<string, string> | undefined;
|
|
1956
|
+
inheritedConstraints: IntermediateTableInheritedConstraints | undefined;
|
|
1957
|
+
expirationTime?: Date | undefined;
|
|
1906
1958
|
}
|
|
1907
|
-
export interface
|
|
1908
|
-
|
|
1909
|
-
machineLearning?: MembershipMLPaymentConfig | undefined;
|
|
1910
|
-
jobCompute?: MembershipJobComputePaymentConfig | undefined;
|
|
1959
|
+
export interface IntermediateTableSchema {
|
|
1960
|
+
columns: Column[] | undefined;
|
|
1911
1961
|
}
|
|
1912
|
-
export interface
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
| MembershipProtectedQueryResultConfiguration
|
|
1919
|
-
| undefined;
|
|
1920
|
-
defaultJobResultConfiguration?:
|
|
1921
|
-
| MembershipProtectedJobResultConfiguration
|
|
1922
|
-
| undefined;
|
|
1923
|
-
paymentConfiguration?: MembershipPaymentConfiguration | undefined;
|
|
1924
|
-
isMetricsEnabled?: boolean | undefined;
|
|
1962
|
+
export interface IntermediateTableDependency {
|
|
1963
|
+
id: string | undefined;
|
|
1964
|
+
name: string | undefined;
|
|
1965
|
+
type: BaseTableDependencyType | undefined;
|
|
1966
|
+
parentType: BaseTableParentType | undefined;
|
|
1967
|
+
creatorAccountId: string | undefined;
|
|
1925
1968
|
}
|
|
1926
|
-
export interface
|
|
1969
|
+
export interface IntermediateTable {
|
|
1927
1970
|
id: string | undefined;
|
|
1928
1971
|
arn: string | undefined;
|
|
1972
|
+
name: string | undefined;
|
|
1973
|
+
description?: string | undefined;
|
|
1974
|
+
membershipArn: string | undefined;
|
|
1975
|
+
membershipId: string | undefined;
|
|
1929
1976
|
collaborationArn: string | undefined;
|
|
1930
1977
|
collaborationId: string | undefined;
|
|
1931
|
-
|
|
1932
|
-
collaborationCreatorDisplayName: string | undefined;
|
|
1933
|
-
collaborationName: string | undefined;
|
|
1978
|
+
childResources?: ChildResource[] | undefined;
|
|
1934
1979
|
createTime: Date | undefined;
|
|
1935
1980
|
updateTime: Date | undefined;
|
|
1936
|
-
status:
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
export interface GetMembershipInput {
|
|
1958
|
-
membershipIdentifier: string | undefined;
|
|
1959
|
-
}
|
|
1960
|
-
export interface GetMembershipOutput {
|
|
1961
|
-
membership: Membership | undefined;
|
|
1962
|
-
}
|
|
1963
|
-
export interface GetProtectedJobInput {
|
|
1964
|
-
membershipIdentifier: string | undefined;
|
|
1965
|
-
protectedJobIdentifier: string | undefined;
|
|
1981
|
+
status: IntermediateTableStatus | undefined;
|
|
1982
|
+
statusReason?: string | undefined;
|
|
1983
|
+
kmsKeyArn?: string | undefined;
|
|
1984
|
+
populationAnalysisConfiguration: PopulationAnalysisConfiguration | undefined;
|
|
1985
|
+
retentionInDays?: number | undefined;
|
|
1986
|
+
tableDependencies?: IntermediateTableDependency[] | undefined;
|
|
1987
|
+
intermediateTableVersion?: IntermediateTableActiveVersion | undefined;
|
|
1988
|
+
analysisRuleTypes?: IntermediateTableAnalysisRuleType[] | undefined;
|
|
1989
|
+
schema?: IntermediateTableSchema | undefined;
|
|
1990
|
+
}
|
|
1991
|
+
export interface CreateIntermediateTableOutput {
|
|
1992
|
+
intermediateTable: IntermediateTable | undefined;
|
|
1993
|
+
}
|
|
1994
|
+
export interface IntermediateTableAnalysisRuleCustom {
|
|
1995
|
+
allowedAnalyses?: string[] | undefined;
|
|
1996
|
+
additionalAnalyses?: AdditionalAnalyses | undefined;
|
|
1997
|
+
allowedAdditionalAnalyses?: string[] | undefined;
|
|
1998
|
+
allowedAnalysisProviders?: string[] | undefined;
|
|
1999
|
+
allowedResultReceivers?: string[] | undefined;
|
|
2000
|
+
differentialPrivacy?: DifferentialPrivacyConfiguration | undefined;
|
|
2001
|
+
disallowedOutputColumns?: string[] | undefined;
|
|
1966
2002
|
}
|
|
1967
|
-
export type
|
|
1968
|
-
|
|
|
1969
|
-
|
|
|
1970
|
-
export declare namespace
|
|
1971
|
-
interface
|
|
1972
|
-
|
|
2003
|
+
export type IntermediateTableAnalysisRulePolicyV1 =
|
|
2004
|
+
| IntermediateTableAnalysisRulePolicyV1.CustomMember
|
|
2005
|
+
| IntermediateTableAnalysisRulePolicyV1.$UnknownMember;
|
|
2006
|
+
export declare namespace IntermediateTableAnalysisRulePolicyV1 {
|
|
2007
|
+
interface CustomMember {
|
|
2008
|
+
custom: IntermediateTableAnalysisRuleCustom;
|
|
1973
2009
|
$unknown?: never;
|
|
1974
2010
|
}
|
|
1975
2011
|
interface $UnknownMember {
|
|
1976
|
-
|
|
2012
|
+
custom?: never;
|
|
1977
2013
|
$unknown: [string, any];
|
|
1978
2014
|
}
|
|
1979
2015
|
interface Visitor<T> {
|
|
1980
|
-
|
|
2016
|
+
custom: (value: IntermediateTableAnalysisRuleCustom) => T;
|
|
1981
2017
|
_: (name: string, value: any) => T;
|
|
1982
2018
|
}
|
|
1983
2019
|
}
|
|
1984
|
-
export
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
| ProtectedJobComputeConfiguration.WorkerMember
|
|
1991
|
-
| ProtectedJobComputeConfiguration.$UnknownMember;
|
|
1992
|
-
export declare namespace ProtectedJobComputeConfiguration {
|
|
1993
|
-
interface WorkerMember {
|
|
1994
|
-
worker: ProtectedJobWorkerComputeConfiguration;
|
|
2020
|
+
export type IntermediateTableAnalysisRulePolicy =
|
|
2021
|
+
| IntermediateTableAnalysisRulePolicy.V1Member
|
|
2022
|
+
| IntermediateTableAnalysisRulePolicy.$UnknownMember;
|
|
2023
|
+
export declare namespace IntermediateTableAnalysisRulePolicy {
|
|
2024
|
+
interface V1Member {
|
|
2025
|
+
v1: IntermediateTableAnalysisRulePolicyV1;
|
|
1995
2026
|
$unknown?: never;
|
|
1996
2027
|
}
|
|
1997
2028
|
interface $UnknownMember {
|
|
1998
|
-
|
|
2029
|
+
v1?: never;
|
|
1999
2030
|
$unknown: [string, any];
|
|
2000
2031
|
}
|
|
2001
2032
|
interface Visitor<T> {
|
|
2002
|
-
|
|
2033
|
+
v1: (value: IntermediateTableAnalysisRulePolicyV1) => T;
|
|
2003
2034
|
_: (name: string, value: any) => T;
|
|
2004
2035
|
}
|
|
2005
2036
|
}
|
|
2006
|
-
export interface
|
|
2007
|
-
|
|
2008
|
-
|
|
2037
|
+
export interface CreateIntermediateTableAnalysisRuleInput {
|
|
2038
|
+
membershipIdentifier: string | undefined;
|
|
2039
|
+
intermediateTableIdentifier: string | undefined;
|
|
2040
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
2041
|
+
analysisRulePolicy: IntermediateTableAnalysisRulePolicy | undefined;
|
|
2042
|
+
}
|
|
2043
|
+
export interface IntermediateTableAnalysisRule {
|
|
2044
|
+
intermediateTableIdentifier: string | undefined;
|
|
2045
|
+
intermediateTableArn: string | undefined;
|
|
2046
|
+
analysisRulePolicy: IntermediateTableAnalysisRulePolicy | undefined;
|
|
2047
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
2048
|
+
createTime: Date | undefined;
|
|
2049
|
+
updateTime: Date | undefined;
|
|
2009
2050
|
}
|
|
2010
|
-
export interface
|
|
2011
|
-
|
|
2012
|
-
parameters?: Record<string, string> | undefined;
|
|
2051
|
+
export interface CreateIntermediateTableAnalysisRuleOutput {
|
|
2052
|
+
analysisRule: IntermediateTableAnalysisRule | undefined;
|
|
2013
2053
|
}
|
|
2014
|
-
export interface
|
|
2015
|
-
|
|
2054
|
+
export interface DeleteIntermediateTableInput {
|
|
2055
|
+
membershipIdentifier: string | undefined;
|
|
2056
|
+
intermediateTableIdentifier: string | undefined;
|
|
2016
2057
|
}
|
|
2017
|
-
export interface
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
|
2022
|
-
| ProtectedJobOutput.S3Member
|
|
2023
|
-
| ProtectedJobOutput.$UnknownMember;
|
|
2024
|
-
export declare namespace ProtectedJobOutput {
|
|
2025
|
-
interface S3Member {
|
|
2026
|
-
s3: ProtectedJobS3Output;
|
|
2027
|
-
memberList?: never;
|
|
2028
|
-
$unknown?: never;
|
|
2029
|
-
}
|
|
2030
|
-
interface MemberListMember {
|
|
2031
|
-
s3?: never;
|
|
2032
|
-
memberList: ProtectedJobSingleMemberOutput[];
|
|
2033
|
-
$unknown?: never;
|
|
2034
|
-
}
|
|
2035
|
-
interface $UnknownMember {
|
|
2036
|
-
s3?: never;
|
|
2037
|
-
memberList?: never;
|
|
2038
|
-
$unknown: [string, any];
|
|
2039
|
-
}
|
|
2040
|
-
interface Visitor<T> {
|
|
2041
|
-
s3: (value: ProtectedJobS3Output) => T;
|
|
2042
|
-
memberList: (value: ProtectedJobSingleMemberOutput[]) => T;
|
|
2043
|
-
_: (name: string, value: any) => T;
|
|
2044
|
-
}
|
|
2058
|
+
export interface DeleteIntermediateTableOutput {}
|
|
2059
|
+
export interface DeleteIntermediateTableAnalysisRuleInput {
|
|
2060
|
+
membershipIdentifier: string | undefined;
|
|
2061
|
+
intermediateTableIdentifier: string | undefined;
|
|
2062
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
2045
2063
|
}
|
|
2046
|
-
export interface
|
|
2047
|
-
|
|
2064
|
+
export interface DeleteIntermediateTableAnalysisRuleOutput {}
|
|
2065
|
+
export interface GetIntermediateTableInput {
|
|
2066
|
+
intermediateTableIdentifier: string | undefined;
|
|
2067
|
+
membershipIdentifier: string | undefined;
|
|
2048
2068
|
}
|
|
2049
|
-
export interface
|
|
2050
|
-
|
|
2069
|
+
export interface GetIntermediateTableOutput {
|
|
2070
|
+
intermediateTable: IntermediateTable | undefined;
|
|
2051
2071
|
}
|
|
2052
|
-
export interface
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
|
2059
|
-
|
|
2060
|
-
export
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2072
|
+
export interface GetIntermediateTableAnalysisRuleInput {
|
|
2073
|
+
membershipIdentifier: string | undefined;
|
|
2074
|
+
intermediateTableIdentifier: string | undefined;
|
|
2075
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
2076
|
+
}
|
|
2077
|
+
export interface GetIntermediateTableAnalysisRuleOutput {
|
|
2078
|
+
analysisRule: IntermediateTableAnalysisRule | undefined;
|
|
2079
|
+
}
|
|
2080
|
+
export interface ListIntermediateTablesInput {
|
|
2081
|
+
membershipIdentifier: string | undefined;
|
|
2082
|
+
nextToken?: string | undefined;
|
|
2083
|
+
maxResults?: number | undefined;
|
|
2084
|
+
}
|
|
2085
|
+
export interface IntermediateTableSummary {
|
|
2086
|
+
id: string | undefined;
|
|
2087
|
+
arn: string | undefined;
|
|
2088
|
+
name: string | undefined;
|
|
2089
|
+
description?: string | undefined;
|
|
2090
|
+
membershipArn: string | undefined;
|
|
2091
|
+
membershipId: string | undefined;
|
|
2092
|
+
collaborationArn: string | undefined;
|
|
2093
|
+
collaborationId: string | undefined;
|
|
2094
|
+
createTime: Date | undefined;
|
|
2095
|
+
updateTime: Date | undefined;
|
|
2096
|
+
status: IntermediateTableStatus | undefined;
|
|
2097
|
+
retentionInDays?: number | undefined;
|
|
2098
|
+
analysisRuleTypes?: IntermediateTableAnalysisRuleType[] | undefined;
|
|
2099
|
+
}
|
|
2100
|
+
export interface ListIntermediateTablesOutput {
|
|
2101
|
+
intermediateTableSummaries: IntermediateTableSummary[] | undefined;
|
|
2102
|
+
nextToken?: string | undefined;
|
|
2103
|
+
}
|
|
2104
|
+
export interface ListIntermediateTableVersionsInput {
|
|
2105
|
+
membershipIdentifier: string | undefined;
|
|
2106
|
+
intermediateTableIdentifier: string | undefined;
|
|
2107
|
+
nextToken?: string | undefined;
|
|
2108
|
+
maxResults?: number | undefined;
|
|
2109
|
+
}
|
|
2110
|
+
export interface IntermediateTableVersionSummary {
|
|
2111
|
+
versionId: string | undefined;
|
|
2112
|
+
tableId: string | undefined;
|
|
2113
|
+
createTime: Date | undefined;
|
|
2114
|
+
analysisId: string | undefined;
|
|
2115
|
+
status: IntermediateTableVersionStatus | undefined;
|
|
2116
|
+
analysisType: PopulateIntermediateTableAnalysisType | undefined;
|
|
2117
|
+
kmsKeyArn?: string | undefined;
|
|
2118
|
+
expirationTime?: Date | undefined;
|
|
2119
|
+
}
|
|
2120
|
+
export interface ListIntermediateTableVersionsOutput {
|
|
2121
|
+
intermediateTableVersionSummaries:
|
|
2122
|
+
| IntermediateTableVersionSummary[]
|
|
2123
|
+
| undefined;
|
|
2124
|
+
nextToken?: string | undefined;
|
|
2125
|
+
}
|
|
2126
|
+
export type WorkerComputeConfigurationProperties =
|
|
2127
|
+
| WorkerComputeConfigurationProperties.SparkMember
|
|
2128
|
+
| WorkerComputeConfigurationProperties.$UnknownMember;
|
|
2129
|
+
export declare namespace WorkerComputeConfigurationProperties {
|
|
2130
|
+
interface SparkMember {
|
|
2131
|
+
spark: Record<string, string>;
|
|
2069
2132
|
$unknown?: never;
|
|
2070
2133
|
}
|
|
2071
2134
|
interface $UnknownMember {
|
|
2072
|
-
|
|
2073
|
-
member?: never;
|
|
2135
|
+
spark?: never;
|
|
2074
2136
|
$unknown: [string, any];
|
|
2075
2137
|
}
|
|
2076
2138
|
interface Visitor<T> {
|
|
2077
|
-
|
|
2078
|
-
member: (value: ProtectedJobMemberOutputConfigurationOutput) => T;
|
|
2139
|
+
spark: (value: Record<string, string>) => T;
|
|
2079
2140
|
_: (name: string, value: any) => T;
|
|
2080
2141
|
}
|
|
2081
2142
|
}
|
|
2082
|
-
export interface ProtectedJobResultConfigurationOutput {
|
|
2083
|
-
outputConfiguration: ProtectedJobOutputConfigurationOutput | undefined;
|
|
2084
|
-
}
|
|
2085
|
-
export interface BilledJobResourceUtilization {
|
|
2086
|
-
units: number | undefined;
|
|
2087
|
-
}
|
|
2088
|
-
export interface ProtectedJobStatistics {
|
|
2089
|
-
totalDurationInMillis?: number | undefined;
|
|
2090
|
-
billedResourceUtilization?: BilledJobResourceUtilization | undefined;
|
|
2091
|
-
}
|
|
2092
|
-
export interface ProtectedJob {
|
|
2093
|
-
id: string | undefined;
|
|
2094
|
-
membershipId: string | undefined;
|
|
2095
|
-
membershipArn: string | undefined;
|
|
2096
|
-
createTime: Date | undefined;
|
|
2097
|
-
jobParameters?: ProtectedJobParameters | undefined;
|
|
2098
|
-
status: ProtectedJobStatus | undefined;
|
|
2099
|
-
resultConfiguration?: ProtectedJobResultConfigurationOutput | undefined;
|
|
2100
|
-
statistics?: ProtectedJobStatistics | undefined;
|
|
2101
|
-
result?: ProtectedJobResult | undefined;
|
|
2102
|
-
error?: ProtectedJobError | undefined;
|
|
2103
|
-
computeConfiguration?: ProtectedJobComputeConfiguration | undefined;
|
|
2104
|
-
jobComputePayerAccountId?: string | undefined;
|
|
2105
|
-
}
|
|
2106
|
-
export interface GetProtectedJobOutput {
|
|
2107
|
-
protectedJob: ProtectedJob | undefined;
|
|
2108
|
-
}
|
|
2109
|
-
export interface GetProtectedQueryInput {
|
|
2110
|
-
membershipIdentifier: string | undefined;
|
|
2111
|
-
protectedQueryIdentifier: string | undefined;
|
|
2112
|
-
}
|
|
2113
2143
|
export interface WorkerComputeConfiguration {
|
|
2114
2144
|
type?: WorkerComputeType | undefined;
|
|
2115
2145
|
number?: number | undefined;
|
|
2116
2146
|
properties?: WorkerComputeConfigurationProperties | undefined;
|
|
2117
2147
|
}
|
|
2118
|
-
export type
|
|
2119
|
-
|
|
|
2120
|
-
|
|
|
2121
|
-
export declare namespace
|
|
2122
|
-
interface
|
|
2123
|
-
|
|
2148
|
+
export type IntermediateTableComputeConfiguration =
|
|
2149
|
+
| IntermediateTableComputeConfiguration.QueryComputeConfigurationMember
|
|
2150
|
+
| IntermediateTableComputeConfiguration.$UnknownMember;
|
|
2151
|
+
export declare namespace IntermediateTableComputeConfiguration {
|
|
2152
|
+
interface QueryComputeConfigurationMember {
|
|
2153
|
+
queryComputeConfiguration: WorkerComputeConfiguration;
|
|
2124
2154
|
$unknown?: never;
|
|
2125
2155
|
}
|
|
2126
2156
|
interface $UnknownMember {
|
|
2127
|
-
|
|
2157
|
+
queryComputeConfiguration?: never;
|
|
2128
2158
|
$unknown: [string, any];
|
|
2129
2159
|
}
|
|
2130
2160
|
interface Visitor<T> {
|
|
2131
|
-
|
|
2161
|
+
queryComputeConfiguration: (value: WorkerComputeConfiguration) => T;
|
|
2132
2162
|
_: (name: string, value: any) => T;
|
|
2133
2163
|
}
|
|
2134
2164
|
}
|
|
2135
|
-
export interface
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2165
|
+
export interface PopulateIntermediateTableInput {
|
|
2166
|
+
intermediateTableIdentifier: string | undefined;
|
|
2167
|
+
membershipIdentifier: string | undefined;
|
|
2168
|
+
parameters?: Record<string, string> | undefined;
|
|
2169
|
+
computeConfiguration?: IntermediateTableComputeConfiguration | undefined;
|
|
2170
|
+
analysisPayerAccountId?: string | undefined;
|
|
2141
2171
|
}
|
|
2142
|
-
export interface
|
|
2143
|
-
|
|
2172
|
+
export interface PopulateIntermediateTableOutput {
|
|
2173
|
+
analysisId: string | undefined;
|
|
2174
|
+
analysisType: PopulateIntermediateTableAnalysisType | undefined;
|
|
2175
|
+
versionId: string | undefined;
|
|
2144
2176
|
}
|
|
2145
|
-
export interface
|
|
2146
|
-
|
|
2147
|
-
|
|
2177
|
+
export interface IntermediateTableColumn {
|
|
2178
|
+
name: string | undefined;
|
|
2179
|
+
type: string | undefined;
|
|
2148
2180
|
}
|
|
2149
|
-
export interface
|
|
2150
|
-
|
|
2181
|
+
export interface UpdateIntermediateTableInput {
|
|
2182
|
+
intermediateTableIdentifier: string | undefined;
|
|
2183
|
+
membershipIdentifier: string | undefined;
|
|
2184
|
+
description?: string | undefined;
|
|
2185
|
+
kmsKeyArn?: string | undefined;
|
|
2186
|
+
columns?: IntermediateTableColumn[] | undefined;
|
|
2151
2187
|
}
|
|
2152
|
-
export interface
|
|
2153
|
-
|
|
2188
|
+
export interface UpdateIntermediateTableOutput {
|
|
2189
|
+
intermediateTable: IntermediateTable | undefined;
|
|
2154
2190
|
}
|
|
2155
|
-
export interface
|
|
2156
|
-
|
|
2157
|
-
|
|
2191
|
+
export interface UpdateIntermediateTableAnalysisRuleInput {
|
|
2192
|
+
membershipIdentifier: string | undefined;
|
|
2193
|
+
intermediateTableIdentifier: string | undefined;
|
|
2194
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
2195
|
+
analysisRulePolicy: IntermediateTableAnalysisRulePolicy | undefined;
|
|
2158
2196
|
}
|