@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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import type { AccessBudgetType, AdditionalAnalyses, AggregateFunctionName, AggregationType, AnalysisFormat, AnalysisMethod, AnalysisRuleType, AnalysisTemplateValidationStatus, AnalysisTemplateValidationType, AnalysisType, AnalyticsEngine, ApprovalStatus, AutoApprovedChangeType, AutoRefreshMode, ChangeRequestAction, ChangeRequestStatus, ChangeSpecificationType, ChangeType, CollaborationJobLogStatus, CollaborationQueryLogStatus, CommercialRegion, ConfiguredTableAnalysisRuleType, ConfiguredTableAssociationAnalysisRuleType, CustomMLMemberAbility, DifferentialPrivacyAggregationType, ErrorMessageType, FilterableMemberStatus, IdNamespaceType,
|
|
2
|
+
import type { AccessBudgetType, AdditionalAnalyses, AggregateFunctionName, AggregationType, AnalysisFormat, AnalysisMethod, AnalysisRuleType, AnalysisTemplateValidationStatus, AnalysisTemplateValidationType, AnalysisType, AnalyticsEngine, ApprovalStatus, AutoApprovedChangeType, AutoRefreshMode, BaseTableDependencyType, BaseTableParentType, ChangeRequestAction, ChangeRequestStatus, ChangeSpecificationType, ChangeType, ChildResourceType, CollaborationJobLogStatus, CollaborationQueryLogStatus, CommercialRegion, ConfiguredTableAnalysisRuleType, ConfiguredTableAssociationAnalysisRuleType, CustomMLMemberAbility, DifferentialPrivacyAggregationType, ErrorMessageType, FilterableMemberStatus, IdNamespaceType, IntermediateTableAnalysisRuleType, IntermediateTableStatus, IntermediateTableVersionStatus, JobType, JoinOperator, JoinRequiredOption, MemberAbility, MemberStatus, ParameterType, PopulateIntermediateTableAnalysisType, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetType, ResourceStatus, ScalarFunctions, SchemaConfiguration, SchemaStatus, SchemaStatusReasonCode, SchemaType, SelectedAnalysisMethod, SupportedS3Region, SyntheticDataColumnType, WorkerComputeType } from "./enums";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Detailed information about an access budget including time bounds, budget allocation, and configuration settings.</p>
|
|
5
5
|
* @public
|
|
@@ -642,6 +642,16 @@ export interface AnalysisRuleCustom {
|
|
|
642
642
|
* @public
|
|
643
643
|
*/
|
|
644
644
|
differentialPrivacy?: DifferentialPrivacyConfiguration | undefined;
|
|
645
|
+
/**
|
|
646
|
+
* <p>The list of Amazon Web Services account IDs that are allowed to receive results from queries run on the configured table.</p>
|
|
647
|
+
* @public
|
|
648
|
+
*/
|
|
649
|
+
allowedResultReceivers?: string[] | undefined;
|
|
650
|
+
/**
|
|
651
|
+
* <p>The list of allowed additional analyses for the custom analysis rule.</p>
|
|
652
|
+
* @public
|
|
653
|
+
*/
|
|
654
|
+
allowedAdditionalAnalyses?: string[] | undefined;
|
|
645
655
|
}
|
|
646
656
|
/**
|
|
647
657
|
* <p>Provides the name of the columns that are required to overlap.</p>
|
|
@@ -1817,6 +1827,17 @@ export interface SchemaStatusDetail {
|
|
|
1817
1827
|
*/
|
|
1818
1828
|
analysisType: AnalysisType | undefined;
|
|
1819
1829
|
}
|
|
1830
|
+
/**
|
|
1831
|
+
* <p>Contains the schema type properties for a configured table association.</p>
|
|
1832
|
+
* @public
|
|
1833
|
+
*/
|
|
1834
|
+
export interface ConfiguredTableAssociationSchemaTypeProperties {
|
|
1835
|
+
/**
|
|
1836
|
+
* <p>The unique identifier of the configured table association.</p>
|
|
1837
|
+
* @public
|
|
1838
|
+
*/
|
|
1839
|
+
configuredTableAssociationId: string | undefined;
|
|
1840
|
+
}
|
|
1820
1841
|
/**
|
|
1821
1842
|
* <p>The input source of the ID mapping table.</p>
|
|
1822
1843
|
* @public
|
|
@@ -1843,12 +1864,28 @@ export interface IdMappingTableSchemaTypeProperties {
|
|
|
1843
1864
|
* @public
|
|
1844
1865
|
*/
|
|
1845
1866
|
idMappingTableInputSource: IdMappingTableInputSource[] | undefined;
|
|
1867
|
+
/**
|
|
1868
|
+
* <p>The unique identifier of the ID mapping table.</p>
|
|
1869
|
+
* @public
|
|
1870
|
+
*/
|
|
1871
|
+
idMappingTableId?: string | undefined;
|
|
1872
|
+
}
|
|
1873
|
+
/**
|
|
1874
|
+
* <p>Contains the schema type properties for an intermediate table.</p>
|
|
1875
|
+
* @public
|
|
1876
|
+
*/
|
|
1877
|
+
export interface IntermediateTableSchemaTypeProperties {
|
|
1878
|
+
/**
|
|
1879
|
+
* <p>The unique identifier of the intermediate table.</p>
|
|
1880
|
+
* @public
|
|
1881
|
+
*/
|
|
1882
|
+
intermediateTableId: string | undefined;
|
|
1846
1883
|
}
|
|
1847
1884
|
/**
|
|
1848
1885
|
* <p>Information about the schema type properties.</p>
|
|
1849
1886
|
* @public
|
|
1850
1887
|
*/
|
|
1851
|
-
export type SchemaTypeProperties = SchemaTypeProperties.IdMappingTableMember | SchemaTypeProperties.$UnknownMember;
|
|
1888
|
+
export type SchemaTypeProperties = SchemaTypeProperties.ConfiguredTableAssociationMember | SchemaTypeProperties.IdMappingTableMember | SchemaTypeProperties.IntermediateTableMember | SchemaTypeProperties.$UnknownMember;
|
|
1852
1889
|
/**
|
|
1853
1890
|
* @public
|
|
1854
1891
|
*/
|
|
@@ -1859,6 +1896,28 @@ export declare namespace SchemaTypeProperties {
|
|
|
1859
1896
|
*/
|
|
1860
1897
|
interface IdMappingTableMember {
|
|
1861
1898
|
idMappingTable: IdMappingTableSchemaTypeProperties;
|
|
1899
|
+
intermediateTable?: never;
|
|
1900
|
+
configuredTableAssociation?: never;
|
|
1901
|
+
$unknown?: never;
|
|
1902
|
+
}
|
|
1903
|
+
/**
|
|
1904
|
+
* <p>The schema type properties for an intermediate table.</p>
|
|
1905
|
+
* @public
|
|
1906
|
+
*/
|
|
1907
|
+
interface IntermediateTableMember {
|
|
1908
|
+
idMappingTable?: never;
|
|
1909
|
+
intermediateTable: IntermediateTableSchemaTypeProperties;
|
|
1910
|
+
configuredTableAssociation?: never;
|
|
1911
|
+
$unknown?: never;
|
|
1912
|
+
}
|
|
1913
|
+
/**
|
|
1914
|
+
* <p>The schema type properties for a configured table association.</p>
|
|
1915
|
+
* @public
|
|
1916
|
+
*/
|
|
1917
|
+
interface ConfiguredTableAssociationMember {
|
|
1918
|
+
idMappingTable?: never;
|
|
1919
|
+
intermediateTable?: never;
|
|
1920
|
+
configuredTableAssociation: ConfiguredTableAssociationSchemaTypeProperties;
|
|
1862
1921
|
$unknown?: never;
|
|
1863
1922
|
}
|
|
1864
1923
|
/**
|
|
@@ -1866,6 +1925,8 @@ export declare namespace SchemaTypeProperties {
|
|
|
1866
1925
|
*/
|
|
1867
1926
|
interface $UnknownMember {
|
|
1868
1927
|
idMappingTable?: never;
|
|
1928
|
+
intermediateTable?: never;
|
|
1929
|
+
configuredTableAssociation?: never;
|
|
1869
1930
|
$unknown: [string, any];
|
|
1870
1931
|
}
|
|
1871
1932
|
/**
|
|
@@ -1874,6 +1935,8 @@ export declare namespace SchemaTypeProperties {
|
|
|
1874
1935
|
*/
|
|
1875
1936
|
interface Visitor<T> {
|
|
1876
1937
|
idMappingTable: (value: IdMappingTableSchemaTypeProperties) => T;
|
|
1938
|
+
intermediateTable: (value: IntermediateTableSchemaTypeProperties) => T;
|
|
1939
|
+
configuredTableAssociation: (value: ConfiguredTableAssociationSchemaTypeProperties) => T;
|
|
1877
1940
|
_: (name: string, value: any) => T;
|
|
1878
1941
|
}
|
|
1879
1942
|
}
|
|
@@ -2067,7 +2130,7 @@ export interface MLMemberAbilities {
|
|
|
2067
2130
|
*/
|
|
2068
2131
|
export interface JobComputePaymentConfig {
|
|
2069
2132
|
/**
|
|
2070
|
-
* <p>Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs (<code>TRUE</code>) or has not configured the collaboration member to pay for query and job compute costs (<code>FALSE</code>).</p> <p>
|
|
2133
|
+
* <p>Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs (<code>TRUE</code>) or has not configured the collaboration member to pay for query and job compute costs (<code>FALSE</code>).</p> <p>One or more members can be configured as payer candidates for query and job compute costs.</p> <p>An error is returned if the collaboration creator sets a <code>FALSE</code> value for the member who can run queries and jobs.</p>
|
|
2071
2134
|
* @public
|
|
2072
2135
|
*/
|
|
2073
2136
|
isResponsible: boolean | undefined;
|
|
@@ -2078,7 +2141,7 @@ export interface JobComputePaymentConfig {
|
|
|
2078
2141
|
*/
|
|
2079
2142
|
export interface ModelInferencePaymentConfig {
|
|
2080
2143
|
/**
|
|
2081
|
-
* <p>Indicates whether the collaboration creator has configured the collaboration member to pay for model inference costs (<code>TRUE</code>) or has not configured the collaboration member to pay for model inference costs (<code>FALSE</code>).</p> <p>
|
|
2144
|
+
* <p>Indicates whether the collaboration creator has configured the collaboration member to pay for model inference costs (<code>TRUE</code>) or has not configured the collaboration member to pay for model inference costs (<code>FALSE</code>).</p> <p>One or more members can be configured as payer candidates for model inference costs.</p> <p>If the collaboration creator hasn't specified anyone as the member paying for model inference costs, then the member who can query is the default payer.</p>
|
|
2082
2145
|
* @public
|
|
2083
2146
|
*/
|
|
2084
2147
|
isResponsible: boolean | undefined;
|
|
@@ -2089,7 +2152,7 @@ export interface ModelInferencePaymentConfig {
|
|
|
2089
2152
|
*/
|
|
2090
2153
|
export interface ModelTrainingPaymentConfig {
|
|
2091
2154
|
/**
|
|
2092
|
-
* <p>Indicates whether the collaboration creator has configured the collaboration member to pay for model training costs (<code>TRUE</code>) or has not configured the collaboration member to pay for model training costs (<code>FALSE</code>).</p> <p>
|
|
2155
|
+
* <p>Indicates whether the collaboration creator has configured the collaboration member to pay for model training costs (<code>TRUE</code>) or has not configured the collaboration member to pay for model training costs (<code>FALSE</code>).</p> <p>One or more members can be configured as payer candidates for model training costs.</p> <p>If the collaboration creator hasn't specified anyone as the member paying for model training costs, then the member who can query is the default payer.</p>
|
|
2093
2156
|
* @public
|
|
2094
2157
|
*/
|
|
2095
2158
|
isResponsible: boolean | undefined;
|
|
@@ -2132,7 +2195,7 @@ export interface MLPaymentConfig {
|
|
|
2132
2195
|
*/
|
|
2133
2196
|
export interface QueryComputePaymentConfig {
|
|
2134
2197
|
/**
|
|
2135
|
-
* <p>Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (<code>TRUE</code>) or has not configured the collaboration member to pay for query compute costs (<code>FALSE</code>).</p> <p>
|
|
2198
|
+
* <p>Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (<code>TRUE</code>) or has not configured the collaboration member to pay for query compute costs (<code>FALSE</code>).</p> <p>One or more members can be configured as payer candidates for query compute costs.</p> <p>If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.</p>
|
|
2136
2199
|
* @public
|
|
2137
2200
|
*/
|
|
2138
2201
|
isResponsible: boolean | undefined;
|
|
@@ -2233,7 +2296,7 @@ export interface CreateCollaborationInput {
|
|
|
2233
2296
|
* <p>A description of the collaboration provided by the collaboration owner.</p>
|
|
2234
2297
|
* @public
|
|
2235
2298
|
*/
|
|
2236
|
-
description
|
|
2299
|
+
description?: string | undefined;
|
|
2237
2300
|
/**
|
|
2238
2301
|
* <p>The abilities granted to the collaboration creator.</p>
|
|
2239
2302
|
* @public
|
|
@@ -4422,6 +4485,37 @@ export interface CreateConfiguredTableAssociationInput {
|
|
|
4422
4485
|
*/
|
|
4423
4486
|
tags?: Record<string, string> | undefined;
|
|
4424
4487
|
}
|
|
4488
|
+
/**
|
|
4489
|
+
* <p>Contains information about a child resource of a given resource in a collaboration.</p>
|
|
4490
|
+
* @public
|
|
4491
|
+
*/
|
|
4492
|
+
export interface ChildResource {
|
|
4493
|
+
/**
|
|
4494
|
+
* <p>The unique identifier of the child resource.</p>
|
|
4495
|
+
* @public
|
|
4496
|
+
*/
|
|
4497
|
+
resourceId?: string | undefined;
|
|
4498
|
+
/**
|
|
4499
|
+
* <p>The type of the child resource.</p>
|
|
4500
|
+
* @public
|
|
4501
|
+
*/
|
|
4502
|
+
resourceType: ChildResourceType | undefined;
|
|
4503
|
+
/**
|
|
4504
|
+
* <p>The name of the child resource.</p>
|
|
4505
|
+
* @public
|
|
4506
|
+
*/
|
|
4507
|
+
resourceName: string | undefined;
|
|
4508
|
+
/**
|
|
4509
|
+
* <p>The Amazon Web Services account ID of the member who owns the child resource.</p>
|
|
4510
|
+
* @public
|
|
4511
|
+
*/
|
|
4512
|
+
ownerAccountId: string | undefined;
|
|
4513
|
+
/**
|
|
4514
|
+
* <p>The current status of the child resource.</p>
|
|
4515
|
+
* @public
|
|
4516
|
+
*/
|
|
4517
|
+
resourceStatus?: ResourceStatus | undefined;
|
|
4518
|
+
}
|
|
4425
4519
|
/**
|
|
4426
4520
|
* <p>A configured table association links a configured table to a collaboration.</p>
|
|
4427
4521
|
* @public
|
|
@@ -4487,6 +4581,11 @@ export interface ConfiguredTableAssociation {
|
|
|
4487
4581
|
* @public
|
|
4488
4582
|
*/
|
|
4489
4583
|
updateTime: Date | undefined;
|
|
4584
|
+
/**
|
|
4585
|
+
* <p>The child resources that depend on this configured table association.</p>
|
|
4586
|
+
* @public
|
|
4587
|
+
*/
|
|
4588
|
+
childResources?: ChildResource[] | undefined;
|
|
4490
4589
|
}
|
|
4491
4590
|
/**
|
|
4492
4591
|
* @public
|
|
@@ -5634,6 +5733,11 @@ export interface IdMappingTable {
|
|
|
5634
5733
|
* @public
|
|
5635
5734
|
*/
|
|
5636
5735
|
kmsKeyArn?: string | undefined;
|
|
5736
|
+
/**
|
|
5737
|
+
* <p>The child resources that depend on this ID mapping table.</p>
|
|
5738
|
+
* @public
|
|
5739
|
+
*/
|
|
5740
|
+
childResources?: ChildResource[] | undefined;
|
|
5637
5741
|
}
|
|
5638
5742
|
/**
|
|
5639
5743
|
* @public
|
|
@@ -6154,63 +6258,43 @@ export interface UpdateIdNamespaceAssociationOutput {
|
|
|
6154
6258
|
idNamespaceAssociation: IdNamespaceAssociation | undefined;
|
|
6155
6259
|
}
|
|
6156
6260
|
/**
|
|
6261
|
+
* <p>Contains the SQL parameters used to populate an intermediate table.</p>
|
|
6157
6262
|
* @public
|
|
6158
6263
|
*/
|
|
6159
|
-
export interface
|
|
6160
|
-
/**
|
|
6161
|
-
* <p>The Amazon Resource Name (ARN) associated with the resource you want to list tags on.</p>
|
|
6162
|
-
* @public
|
|
6163
|
-
*/
|
|
6164
|
-
resourceArn: string | undefined;
|
|
6165
|
-
}
|
|
6166
|
-
/**
|
|
6167
|
-
* @public
|
|
6168
|
-
*/
|
|
6169
|
-
export interface ListTagsForResourceOutput {
|
|
6170
|
-
/**
|
|
6171
|
-
* <p>A map of objects specifying each key name and value.</p>
|
|
6172
|
-
* @public
|
|
6173
|
-
*/
|
|
6174
|
-
tags: Record<string, string> | undefined;
|
|
6175
|
-
}
|
|
6176
|
-
/**
|
|
6177
|
-
* <p>Contains input information for protected jobs with an S3 output type.</p>
|
|
6178
|
-
* @public
|
|
6179
|
-
*/
|
|
6180
|
-
export interface ProtectedJobS3OutputConfigurationInput {
|
|
6264
|
+
export interface PopulationAnalysisSqlParameters {
|
|
6181
6265
|
/**
|
|
6182
|
-
* <p>
|
|
6266
|
+
* <p>The SQL query string used to populate the intermediate table. Maximum length of 500,000 characters.</p>
|
|
6183
6267
|
* @public
|
|
6184
6268
|
*/
|
|
6185
|
-
|
|
6269
|
+
queryString?: string | undefined;
|
|
6186
6270
|
/**
|
|
6187
|
-
* <p>The
|
|
6271
|
+
* <p>The Amazon Resource Name (ARN) of the analysis template to use for populating the intermediate table.</p>
|
|
6188
6272
|
* @public
|
|
6189
6273
|
*/
|
|
6190
|
-
|
|
6274
|
+
analysisTemplateArn?: string | undefined;
|
|
6191
6275
|
}
|
|
6192
6276
|
/**
|
|
6193
|
-
* <p>Contains
|
|
6277
|
+
* <p>Contains the configuration that defines the analysis used to populate an intermediate table.</p>
|
|
6194
6278
|
* @public
|
|
6195
6279
|
*/
|
|
6196
|
-
export type
|
|
6280
|
+
export type PopulationAnalysisConfiguration = PopulationAnalysisConfiguration.SqlParametersMember | PopulationAnalysisConfiguration.$UnknownMember;
|
|
6197
6281
|
/**
|
|
6198
6282
|
* @public
|
|
6199
6283
|
*/
|
|
6200
|
-
export declare namespace
|
|
6284
|
+
export declare namespace PopulationAnalysisConfiguration {
|
|
6201
6285
|
/**
|
|
6202
|
-
* <p>
|
|
6286
|
+
* <p>The SQL parameters for the population analysis, including the query string or analysis template ARN.</p>
|
|
6203
6287
|
* @public
|
|
6204
6288
|
*/
|
|
6205
|
-
interface
|
|
6206
|
-
|
|
6289
|
+
interface SqlParametersMember {
|
|
6290
|
+
sqlParameters: PopulationAnalysisSqlParameters;
|
|
6207
6291
|
$unknown?: never;
|
|
6208
6292
|
}
|
|
6209
6293
|
/**
|
|
6210
6294
|
* @public
|
|
6211
6295
|
*/
|
|
6212
6296
|
interface $UnknownMember {
|
|
6213
|
-
|
|
6297
|
+
sqlParameters?: never;
|
|
6214
6298
|
$unknown: [string, any];
|
|
6215
6299
|
}
|
|
6216
6300
|
/**
|
|
@@ -6218,421 +6302,531 @@ export declare namespace MembershipProtectedJobOutputConfiguration {
|
|
|
6218
6302
|
*
|
|
6219
6303
|
*/
|
|
6220
6304
|
interface Visitor<T> {
|
|
6221
|
-
|
|
6305
|
+
sqlParameters: (value: PopulationAnalysisSqlParameters) => T;
|
|
6222
6306
|
_: (name: string, value: any) => T;
|
|
6223
6307
|
}
|
|
6224
6308
|
}
|
|
6225
6309
|
/**
|
|
6226
|
-
* <p>Contains configurations for protected job results.</p>
|
|
6227
6310
|
* @public
|
|
6228
6311
|
*/
|
|
6229
|
-
export interface
|
|
6312
|
+
export interface CreateIntermediateTableInput {
|
|
6230
6313
|
/**
|
|
6231
|
-
* <p>
|
|
6314
|
+
* <p>The unique identifier of the membership where the intermediate table is created.</p>
|
|
6232
6315
|
* @public
|
|
6233
6316
|
*/
|
|
6234
|
-
|
|
6317
|
+
membershipIdentifier: string | undefined;
|
|
6235
6318
|
/**
|
|
6236
|
-
* <p>The
|
|
6319
|
+
* <p>The display name for the intermediate table.</p>
|
|
6237
6320
|
* @public
|
|
6238
6321
|
*/
|
|
6239
|
-
|
|
6240
|
-
}
|
|
6241
|
-
/**
|
|
6242
|
-
* <p>Contains the configuration to write the query results to S3.</p>
|
|
6243
|
-
* @public
|
|
6244
|
-
*/
|
|
6245
|
-
export interface ProtectedQueryS3OutputConfiguration {
|
|
6322
|
+
name: string | undefined;
|
|
6246
6323
|
/**
|
|
6247
|
-
* <p>
|
|
6324
|
+
* <p>A description of the intermediate table.</p>
|
|
6248
6325
|
* @public
|
|
6249
6326
|
*/
|
|
6250
|
-
|
|
6327
|
+
description?: string | undefined;
|
|
6251
6328
|
/**
|
|
6252
|
-
* <p>The
|
|
6329
|
+
* <p>The configuration that defines the analysis used to populate the intermediate table. This configuration contains the SQL query or analysis template reference.</p>
|
|
6253
6330
|
* @public
|
|
6254
6331
|
*/
|
|
6255
|
-
|
|
6332
|
+
populationAnalysisConfiguration: PopulationAnalysisConfiguration | undefined;
|
|
6333
|
+
/**
|
|
6334
|
+
* <p>The Amazon Resource Name (ARN) of the customer-managed KMS key used to encrypt the intermediate table data.</p>
|
|
6335
|
+
* @public
|
|
6336
|
+
*/
|
|
6337
|
+
kmsKeyArn?: string | undefined;
|
|
6256
6338
|
/**
|
|
6257
|
-
* <p>The
|
|
6339
|
+
* <p>The number of days to retain populated data versions. Minimum value of 1, maximum value of 365.</p>
|
|
6258
6340
|
* @public
|
|
6259
6341
|
*/
|
|
6260
|
-
|
|
6342
|
+
retentionInDays?: number | undefined;
|
|
6261
6343
|
/**
|
|
6262
|
-
* <p>
|
|
6344
|
+
* <p>An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.</p>
|
|
6263
6345
|
* @public
|
|
6264
6346
|
*/
|
|
6265
|
-
|
|
6347
|
+
tags?: Record<string, string> | undefined;
|
|
6266
6348
|
}
|
|
6267
6349
|
/**
|
|
6268
|
-
* <p>Contains
|
|
6269
|
-
* @public
|
|
6270
|
-
*/
|
|
6271
|
-
export type MembershipProtectedQueryOutputConfiguration = MembershipProtectedQueryOutputConfiguration.S3Member | MembershipProtectedQueryOutputConfiguration.$UnknownMember;
|
|
6272
|
-
/**
|
|
6350
|
+
* <p>Contains information about a parent table that contributes an additional analyses constraint.</p>
|
|
6273
6351
|
* @public
|
|
6274
6352
|
*/
|
|
6275
|
-
export
|
|
6353
|
+
export interface InheritedAdditionalAnalysesSource {
|
|
6276
6354
|
/**
|
|
6277
|
-
* <p>
|
|
6355
|
+
* <p>The name of the parent table.</p>
|
|
6278
6356
|
* @public
|
|
6279
6357
|
*/
|
|
6280
|
-
|
|
6281
|
-
s3: ProtectedQueryS3OutputConfiguration;
|
|
6282
|
-
$unknown?: never;
|
|
6283
|
-
}
|
|
6358
|
+
name: string | undefined;
|
|
6284
6359
|
/**
|
|
6360
|
+
* <p>The unique identifier of the parent table.</p>
|
|
6285
6361
|
* @public
|
|
6286
6362
|
*/
|
|
6287
|
-
|
|
6288
|
-
s3?: never;
|
|
6289
|
-
$unknown: [string, any];
|
|
6290
|
-
}
|
|
6363
|
+
id: string | undefined;
|
|
6291
6364
|
/**
|
|
6292
|
-
*
|
|
6293
|
-
*
|
|
6365
|
+
* <p>The type of the parent table.</p>
|
|
6366
|
+
* @public
|
|
6294
6367
|
*/
|
|
6295
|
-
|
|
6296
|
-
|
|
6297
|
-
|
|
6298
|
-
|
|
6368
|
+
type: BaseTableDependencyType | undefined;
|
|
6369
|
+
/**
|
|
6370
|
+
* <p>The additional analyses setting defined on the parent table.</p>
|
|
6371
|
+
* @public
|
|
6372
|
+
*/
|
|
6373
|
+
value: AdditionalAnalyses | undefined;
|
|
6374
|
+
/**
|
|
6375
|
+
* <p>The Amazon Web Services account ID of the member who owns the parent table.</p>
|
|
6376
|
+
* @public
|
|
6377
|
+
*/
|
|
6378
|
+
sourceAccountId: string | undefined;
|
|
6299
6379
|
}
|
|
6300
6380
|
/**
|
|
6301
|
-
* <p>Contains
|
|
6381
|
+
* <p>Contains the inherited additional analyses constraint and its sources from parent tables.</p>
|
|
6302
6382
|
* @public
|
|
6303
6383
|
*/
|
|
6304
|
-
export interface
|
|
6384
|
+
export interface InheritedAdditionalAnalyses {
|
|
6305
6385
|
/**
|
|
6306
|
-
* <p>
|
|
6386
|
+
* <p>The effective additional analyses setting inherited from parent tables.</p>
|
|
6307
6387
|
* @public
|
|
6308
6388
|
*/
|
|
6309
|
-
|
|
6389
|
+
value: AdditionalAnalyses | undefined;
|
|
6310
6390
|
/**
|
|
6311
|
-
* <p>The
|
|
6391
|
+
* <p>The list of parent tables that contribute to this inherited constraint.</p>
|
|
6312
6392
|
* @public
|
|
6313
6393
|
*/
|
|
6314
|
-
|
|
6394
|
+
sources: InheritedAdditionalAnalysesSource[] | undefined;
|
|
6315
6395
|
}
|
|
6316
6396
|
/**
|
|
6317
|
-
* <p>
|
|
6397
|
+
* <p>Contains information about a parent table that contributes an allowed additional analyses constraint.</p>
|
|
6318
6398
|
* @public
|
|
6319
6399
|
*/
|
|
6320
|
-
export interface
|
|
6400
|
+
export interface InheritedAllowedAdditionalAnalysesSource {
|
|
6321
6401
|
/**
|
|
6322
|
-
* <p>
|
|
6402
|
+
* <p>The name of the parent table.</p>
|
|
6323
6403
|
* @public
|
|
6324
6404
|
*/
|
|
6325
|
-
|
|
6405
|
+
name: string | undefined;
|
|
6406
|
+
/**
|
|
6407
|
+
* <p>The unique identifier of the parent table.</p>
|
|
6408
|
+
* @public
|
|
6409
|
+
*/
|
|
6410
|
+
id: string | undefined;
|
|
6411
|
+
/**
|
|
6412
|
+
* <p>The type of the parent table.</p>
|
|
6413
|
+
* @public
|
|
6414
|
+
*/
|
|
6415
|
+
type: BaseTableDependencyType | undefined;
|
|
6416
|
+
/**
|
|
6417
|
+
* <p>The allowed additional analyses defined on the parent table.</p>
|
|
6418
|
+
* @public
|
|
6419
|
+
*/
|
|
6420
|
+
value: string[] | undefined;
|
|
6421
|
+
/**
|
|
6422
|
+
* <p>The Amazon Web Services account ID of the member who owns the parent table.</p>
|
|
6423
|
+
* @public
|
|
6424
|
+
*/
|
|
6425
|
+
sourceAccountId: string | undefined;
|
|
6326
6426
|
}
|
|
6327
6427
|
/**
|
|
6328
|
-
* <p>
|
|
6428
|
+
* <p>Contains the inherited allowed additional analyses constraint and its sources from parent tables.</p>
|
|
6329
6429
|
* @public
|
|
6330
6430
|
*/
|
|
6331
|
-
export interface
|
|
6431
|
+
export interface InheritedAllowedAdditionalAnalyses {
|
|
6332
6432
|
/**
|
|
6333
|
-
* <p>
|
|
6433
|
+
* <p>The effective list of allowed additional analyses inherited from parent tables.</p>
|
|
6334
6434
|
* @public
|
|
6335
6435
|
*/
|
|
6336
|
-
|
|
6436
|
+
value: string[] | undefined;
|
|
6437
|
+
/**
|
|
6438
|
+
* <p>The list of parent tables that contribute to this inherited constraint.</p>
|
|
6439
|
+
* @public
|
|
6440
|
+
*/
|
|
6441
|
+
sources: InheritedAllowedAdditionalAnalysesSource[] | undefined;
|
|
6337
6442
|
}
|
|
6338
6443
|
/**
|
|
6339
|
-
* <p>
|
|
6444
|
+
* <p>Contains information about a parent table that contributes an allowed result receivers constraint.</p>
|
|
6340
6445
|
* @public
|
|
6341
6446
|
*/
|
|
6342
|
-
export interface
|
|
6447
|
+
export interface InheritedAllowedResultReceiversSource {
|
|
6343
6448
|
/**
|
|
6344
|
-
* <p>
|
|
6449
|
+
* <p>The name of the parent table.</p>
|
|
6345
6450
|
* @public
|
|
6346
6451
|
*/
|
|
6347
|
-
|
|
6452
|
+
name: string | undefined;
|
|
6453
|
+
/**
|
|
6454
|
+
* <p>The unique identifier of the parent table.</p>
|
|
6455
|
+
* @public
|
|
6456
|
+
*/
|
|
6457
|
+
id: string | undefined;
|
|
6458
|
+
/**
|
|
6459
|
+
* <p>The type of the parent table.</p>
|
|
6460
|
+
* @public
|
|
6461
|
+
*/
|
|
6462
|
+
type: BaseTableDependencyType | undefined;
|
|
6463
|
+
/**
|
|
6464
|
+
* <p>The allowed result receiver account IDs defined on the parent table.</p>
|
|
6465
|
+
* @public
|
|
6466
|
+
*/
|
|
6467
|
+
value: string[] | undefined;
|
|
6468
|
+
/**
|
|
6469
|
+
* <p>The Amazon Web Services account ID of the member who owns the parent table.</p>
|
|
6470
|
+
* @public
|
|
6471
|
+
*/
|
|
6472
|
+
sourceAccountId: string | undefined;
|
|
6348
6473
|
}
|
|
6349
6474
|
/**
|
|
6350
|
-
* <p>
|
|
6475
|
+
* <p>Contains the inherited allowed result receivers constraint and its sources from parent tables.</p>
|
|
6351
6476
|
* @public
|
|
6352
6477
|
*/
|
|
6353
|
-
export interface
|
|
6478
|
+
export interface InheritedAllowedResultReceivers {
|
|
6354
6479
|
/**
|
|
6355
|
-
* <p>
|
|
6480
|
+
* <p>The effective list of Amazon Web Services account IDs allowed to receive results, inherited from parent tables.</p>
|
|
6356
6481
|
* @public
|
|
6357
6482
|
*/
|
|
6358
|
-
|
|
6483
|
+
value: string[] | undefined;
|
|
6484
|
+
/**
|
|
6485
|
+
* <p>The list of parent tables that contribute to this inherited constraint.</p>
|
|
6486
|
+
* @public
|
|
6487
|
+
*/
|
|
6488
|
+
sources: InheritedAllowedResultReceiversSource[] | undefined;
|
|
6359
6489
|
}
|
|
6360
6490
|
/**
|
|
6361
|
-
* <p>
|
|
6491
|
+
* <p>Contains column lineage information that traces a disallowed output column back to its source in a base table.</p>
|
|
6362
6492
|
* @public
|
|
6363
6493
|
*/
|
|
6364
|
-
export interface
|
|
6494
|
+
export interface ColumnLineageEntry {
|
|
6365
6495
|
/**
|
|
6366
|
-
* <p>The
|
|
6496
|
+
* <p>The name of the column in the intermediate table.</p>
|
|
6367
6497
|
* @public
|
|
6368
6498
|
*/
|
|
6369
|
-
|
|
6499
|
+
column: string | undefined;
|
|
6370
6500
|
/**
|
|
6371
|
-
* <p>The
|
|
6501
|
+
* <p>The name of the column in the source table.</p>
|
|
6502
|
+
* @public
|
|
6503
|
+
*/
|
|
6504
|
+
sourceColumn: string | undefined;
|
|
6505
|
+
/**
|
|
6506
|
+
* <p>The name of the source table.</p>
|
|
6507
|
+
* @public
|
|
6508
|
+
*/
|
|
6509
|
+
sourceName: string | undefined;
|
|
6510
|
+
/**
|
|
6511
|
+
* <p>The unique identifier of the source table.</p>
|
|
6512
|
+
* @public
|
|
6513
|
+
*/
|
|
6514
|
+
sourceId: string | undefined;
|
|
6515
|
+
/**
|
|
6516
|
+
* <p>The type of the source table.</p>
|
|
6372
6517
|
* @public
|
|
6373
6518
|
*/
|
|
6374
|
-
|
|
6519
|
+
sourceType: BaseTableDependencyType | undefined;
|
|
6375
6520
|
/**
|
|
6376
|
-
* <p>The
|
|
6521
|
+
* <p>The Amazon Web Services account ID of the owner of the source table.</p>
|
|
6377
6522
|
* @public
|
|
6378
6523
|
*/
|
|
6379
|
-
|
|
6524
|
+
sourceAccountId: string | undefined;
|
|
6380
6525
|
}
|
|
6381
6526
|
/**
|
|
6382
|
-
* <p>
|
|
6527
|
+
* <p>Contains the inherited disallowed output columns constraint and the column lineage tracing each column to its source.</p>
|
|
6383
6528
|
* @public
|
|
6384
6529
|
*/
|
|
6385
|
-
export interface
|
|
6530
|
+
export interface InheritedDisallowedOutputColumns {
|
|
6386
6531
|
/**
|
|
6387
|
-
* <p>
|
|
6532
|
+
* <p>The list of column names that are disallowed from appearing in query output, inherited from parent tables.</p>
|
|
6388
6533
|
* @public
|
|
6389
6534
|
*/
|
|
6390
|
-
|
|
6535
|
+
value: string[] | undefined;
|
|
6536
|
+
/**
|
|
6537
|
+
* <p>The lineage information that traces each disallowed output column back to its source in a parent table.</p>
|
|
6538
|
+
* @public
|
|
6539
|
+
*/
|
|
6540
|
+
columnLineage: ColumnLineageEntry[] | undefined;
|
|
6391
6541
|
}
|
|
6392
6542
|
/**
|
|
6393
|
-
* <p>
|
|
6543
|
+
* <p>Contains the privacy constraints inherited from parent tables for an intermediate table version.</p>
|
|
6394
6544
|
* @public
|
|
6395
6545
|
*/
|
|
6396
|
-
export interface
|
|
6546
|
+
export interface IntermediateTableInheritedConstraints {
|
|
6397
6547
|
/**
|
|
6398
|
-
* <p>The
|
|
6548
|
+
* <p>The inherited additional analyses constraint.</p>
|
|
6399
6549
|
* @public
|
|
6400
6550
|
*/
|
|
6401
|
-
|
|
6551
|
+
additionalAnalyses?: InheritedAdditionalAnalyses | undefined;
|
|
6402
6552
|
/**
|
|
6403
|
-
* <p>The
|
|
6553
|
+
* <p>The inherited allowed additional analyses constraint.</p>
|
|
6404
6554
|
* @public
|
|
6405
6555
|
*/
|
|
6406
|
-
|
|
6556
|
+
allowedAdditionalAnalyses?: InheritedAllowedAdditionalAnalyses | undefined;
|
|
6407
6557
|
/**
|
|
6408
|
-
* <p>The
|
|
6558
|
+
* <p>The inherited allowed result receivers constraint.</p>
|
|
6409
6559
|
* @public
|
|
6410
6560
|
*/
|
|
6411
|
-
|
|
6561
|
+
allowedResultReceivers?: InheritedAllowedResultReceivers | undefined;
|
|
6562
|
+
/**
|
|
6563
|
+
* <p>The inherited disallowed output columns constraint.</p>
|
|
6564
|
+
* @public
|
|
6565
|
+
*/
|
|
6566
|
+
disallowedOutputColumns?: InheritedDisallowedOutputColumns | undefined;
|
|
6412
6567
|
}
|
|
6413
6568
|
/**
|
|
6569
|
+
* <p>Contains the details of the currently active version of an intermediate table.</p>
|
|
6414
6570
|
* @public
|
|
6415
6571
|
*/
|
|
6416
|
-
export interface
|
|
6572
|
+
export interface IntermediateTableActiveVersion {
|
|
6417
6573
|
/**
|
|
6418
|
-
* <p>The unique
|
|
6574
|
+
* <p>The unique identifier of the active version.</p>
|
|
6419
6575
|
* @public
|
|
6420
6576
|
*/
|
|
6421
|
-
|
|
6577
|
+
versionId: string | undefined;
|
|
6422
6578
|
/**
|
|
6423
|
-
* <p>
|
|
6579
|
+
* <p>The identifier of the protected query that created this version.</p>
|
|
6424
6580
|
* @public
|
|
6425
6581
|
*/
|
|
6426
|
-
|
|
6582
|
+
analysisId: string | undefined;
|
|
6427
6583
|
/**
|
|
6428
|
-
* <p>
|
|
6584
|
+
* <p>The type of analysis that created this version.</p>
|
|
6429
6585
|
* @public
|
|
6430
6586
|
*/
|
|
6431
|
-
|
|
6587
|
+
analysisType: PopulateIntermediateTableAnalysisType | undefined;
|
|
6432
6588
|
/**
|
|
6433
|
-
* <p>
|
|
6589
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt this version's data.</p>
|
|
6434
6590
|
* @public
|
|
6435
6591
|
*/
|
|
6436
|
-
|
|
6592
|
+
kmsKeyArn?: string | undefined;
|
|
6437
6593
|
/**
|
|
6438
|
-
* <p>The
|
|
6594
|
+
* <p>The runtime parameters that were used when populating this version.</p>
|
|
6439
6595
|
* @public
|
|
6440
6596
|
*/
|
|
6441
|
-
|
|
6597
|
+
parameters?: Record<string, string> | undefined;
|
|
6442
6598
|
/**
|
|
6443
|
-
* <p>The
|
|
6599
|
+
* <p>The privacy constraints inherited from parent tables at the time this version was populated.</p>
|
|
6444
6600
|
* @public
|
|
6445
6601
|
*/
|
|
6446
|
-
|
|
6602
|
+
inheritedConstraints: IntermediateTableInheritedConstraints | undefined;
|
|
6447
6603
|
/**
|
|
6448
|
-
* <p>The
|
|
6604
|
+
* <p>The time when this version expires based on the retention period.</p>
|
|
6449
6605
|
* @public
|
|
6450
6606
|
*/
|
|
6451
|
-
|
|
6607
|
+
expirationTime?: Date | undefined;
|
|
6608
|
+
}
|
|
6609
|
+
/**
|
|
6610
|
+
* <p>Contains the schema definition of an intermediate table.</p>
|
|
6611
|
+
* @public
|
|
6612
|
+
*/
|
|
6613
|
+
export interface IntermediateTableSchema {
|
|
6452
6614
|
/**
|
|
6453
|
-
* <p>
|
|
6615
|
+
* <p>The list of columns in the intermediate table schema.</p>
|
|
6454
6616
|
* @public
|
|
6455
6617
|
*/
|
|
6456
|
-
|
|
6618
|
+
columns: Column[] | undefined;
|
|
6457
6619
|
}
|
|
6458
6620
|
/**
|
|
6459
|
-
* <p>
|
|
6621
|
+
* <p>Contains information about a base table that an intermediate table depends on.</p>
|
|
6460
6622
|
* @public
|
|
6461
6623
|
*/
|
|
6462
|
-
export interface
|
|
6624
|
+
export interface IntermediateTableDependency {
|
|
6463
6625
|
/**
|
|
6464
|
-
* <p>The unique
|
|
6626
|
+
* <p>The unique identifier of the dependency table.</p>
|
|
6465
6627
|
* @public
|
|
6466
6628
|
*/
|
|
6467
6629
|
id: string | undefined;
|
|
6468
6630
|
/**
|
|
6469
|
-
* <p>The
|
|
6631
|
+
* <p>The name of the dependency table.</p>
|
|
6632
|
+
* @public
|
|
6633
|
+
*/
|
|
6634
|
+
name: string | undefined;
|
|
6635
|
+
/**
|
|
6636
|
+
* <p>The type of the dependency table.</p>
|
|
6637
|
+
* @public
|
|
6638
|
+
*/
|
|
6639
|
+
type: BaseTableDependencyType | undefined;
|
|
6640
|
+
/**
|
|
6641
|
+
* <p>Whether the dependency is direct or indirect. A direct dependency is a table explicitly referenced in the stored query, while an indirect dependency is referenced through another intermediate table.</p>
|
|
6642
|
+
* @public
|
|
6643
|
+
*/
|
|
6644
|
+
parentType: BaseTableParentType | undefined;
|
|
6645
|
+
/**
|
|
6646
|
+
* <p>The Amazon Web Services account ID of the member who owns the dependency table.</p>
|
|
6647
|
+
* @public
|
|
6648
|
+
*/
|
|
6649
|
+
creatorAccountId: string | undefined;
|
|
6650
|
+
}
|
|
6651
|
+
/**
|
|
6652
|
+
* <p>Contains the details of an intermediate table in Clean Rooms. An intermediate table stores a query definition and its materialized results within a collaboration.</p>
|
|
6653
|
+
* @public
|
|
6654
|
+
*/
|
|
6655
|
+
export interface IntermediateTable {
|
|
6656
|
+
/**
|
|
6657
|
+
* <p>The unique identifier of the intermediate table.</p>
|
|
6658
|
+
* @public
|
|
6659
|
+
*/
|
|
6660
|
+
id: string | undefined;
|
|
6661
|
+
/**
|
|
6662
|
+
* <p>The Amazon Resource Name (ARN) of the intermediate table.</p>
|
|
6470
6663
|
* @public
|
|
6471
6664
|
*/
|
|
6472
6665
|
arn: string | undefined;
|
|
6473
6666
|
/**
|
|
6474
|
-
* <p>The
|
|
6667
|
+
* <p>The name of the intermediate table.</p>
|
|
6475
6668
|
* @public
|
|
6476
6669
|
*/
|
|
6477
|
-
|
|
6670
|
+
name: string | undefined;
|
|
6478
6671
|
/**
|
|
6479
|
-
* <p>The
|
|
6672
|
+
* <p>The description of the intermediate table.</p>
|
|
6480
6673
|
* @public
|
|
6481
6674
|
*/
|
|
6482
|
-
|
|
6675
|
+
description?: string | undefined;
|
|
6483
6676
|
/**
|
|
6484
|
-
* <p>The
|
|
6677
|
+
* <p>The Amazon Resource Name (ARN) of the membership that contains the intermediate table.</p>
|
|
6485
6678
|
* @public
|
|
6486
6679
|
*/
|
|
6487
|
-
|
|
6680
|
+
membershipArn: string | undefined;
|
|
6488
6681
|
/**
|
|
6489
|
-
* <p>The
|
|
6682
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
6490
6683
|
* @public
|
|
6491
6684
|
*/
|
|
6492
|
-
|
|
6685
|
+
membershipId: string | undefined;
|
|
6493
6686
|
/**
|
|
6494
|
-
* <p>The
|
|
6687
|
+
* <p>The Amazon Resource Name (ARN) of the collaboration that contains the intermediate table.</p>
|
|
6495
6688
|
* @public
|
|
6496
6689
|
*/
|
|
6497
|
-
|
|
6690
|
+
collaborationArn: string | undefined;
|
|
6498
6691
|
/**
|
|
6499
|
-
* <p>The
|
|
6692
|
+
* <p>The unique identifier of the collaboration that contains the intermediate table.</p>
|
|
6500
6693
|
* @public
|
|
6501
6694
|
*/
|
|
6502
|
-
|
|
6695
|
+
collaborationId: string | undefined;
|
|
6503
6696
|
/**
|
|
6504
|
-
* <p>The
|
|
6697
|
+
* <p>The child resources that depend on this intermediate table.</p>
|
|
6505
6698
|
* @public
|
|
6506
6699
|
*/
|
|
6507
|
-
|
|
6700
|
+
childResources?: ChildResource[] | undefined;
|
|
6508
6701
|
/**
|
|
6509
|
-
* <p>The
|
|
6702
|
+
* <p>The time the intermediate table was created.</p>
|
|
6510
6703
|
* @public
|
|
6511
6704
|
*/
|
|
6512
|
-
|
|
6705
|
+
createTime: Date | undefined;
|
|
6513
6706
|
/**
|
|
6514
|
-
* <p>The
|
|
6707
|
+
* <p>The time the intermediate table was last updated.</p>
|
|
6515
6708
|
* @public
|
|
6516
6709
|
*/
|
|
6517
|
-
|
|
6710
|
+
updateTime: Date | undefined;
|
|
6518
6711
|
/**
|
|
6519
|
-
* <p>
|
|
6712
|
+
* <p>The current status of the intermediate table.</p>
|
|
6520
6713
|
* @public
|
|
6521
6714
|
*/
|
|
6522
|
-
|
|
6715
|
+
status: IntermediateTableStatus | undefined;
|
|
6523
6716
|
/**
|
|
6524
|
-
* <p>
|
|
6717
|
+
* <p>The reason for the current status of the intermediate table.</p>
|
|
6525
6718
|
* @public
|
|
6526
6719
|
*/
|
|
6527
|
-
|
|
6720
|
+
statusReason?: string | undefined;
|
|
6528
6721
|
/**
|
|
6529
|
-
* <p>
|
|
6722
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the intermediate table data.</p>
|
|
6530
6723
|
* @public
|
|
6531
6724
|
*/
|
|
6532
|
-
|
|
6725
|
+
kmsKeyArn?: string | undefined;
|
|
6533
6726
|
/**
|
|
6534
|
-
* <p>The
|
|
6727
|
+
* <p>The analysis configuration that defines the query used to populate the intermediate table.</p>
|
|
6535
6728
|
* @public
|
|
6536
6729
|
*/
|
|
6537
|
-
|
|
6730
|
+
populationAnalysisConfiguration: PopulationAnalysisConfiguration | undefined;
|
|
6538
6731
|
/**
|
|
6539
|
-
* <p>
|
|
6732
|
+
* <p>The number of days that populated data is retained before expiring.</p>
|
|
6540
6733
|
* @public
|
|
6541
6734
|
*/
|
|
6542
|
-
|
|
6735
|
+
retentionInDays?: number | undefined;
|
|
6543
6736
|
/**
|
|
6544
|
-
* <p>The
|
|
6737
|
+
* <p>The list of base tables that this intermediate table depends on.</p>
|
|
6545
6738
|
* @public
|
|
6546
6739
|
*/
|
|
6547
|
-
|
|
6740
|
+
tableDependencies?: IntermediateTableDependency[] | undefined;
|
|
6548
6741
|
/**
|
|
6549
|
-
* <p>
|
|
6742
|
+
* <p>The details of the currently active version of the intermediate table.</p>
|
|
6550
6743
|
* @public
|
|
6551
6744
|
*/
|
|
6552
|
-
|
|
6553
|
-
}
|
|
6554
|
-
/**
|
|
6555
|
-
* @public
|
|
6556
|
-
*/
|
|
6557
|
-
export interface CreateMembershipOutput {
|
|
6745
|
+
intermediateTableVersion?: IntermediateTableActiveVersion | undefined;
|
|
6558
6746
|
/**
|
|
6559
|
-
* <p>The
|
|
6747
|
+
* <p>The types of analysis rules associated with the intermediate table.</p>
|
|
6560
6748
|
* @public
|
|
6561
6749
|
*/
|
|
6562
|
-
|
|
6563
|
-
}
|
|
6564
|
-
/**
|
|
6565
|
-
* @public
|
|
6566
|
-
*/
|
|
6567
|
-
export interface DeleteMembershipInput {
|
|
6750
|
+
analysisRuleTypes?: IntermediateTableAnalysisRuleType[] | undefined;
|
|
6568
6751
|
/**
|
|
6569
|
-
* <p>The
|
|
6752
|
+
* <p>The schema of the intermediate table, containing column definitions. Available after the table has been successfully populated.</p>
|
|
6570
6753
|
* @public
|
|
6571
6754
|
*/
|
|
6572
|
-
|
|
6573
|
-
}
|
|
6574
|
-
/**
|
|
6575
|
-
* @public
|
|
6576
|
-
*/
|
|
6577
|
-
export interface DeleteMembershipOutput {
|
|
6755
|
+
schema?: IntermediateTableSchema | undefined;
|
|
6578
6756
|
}
|
|
6579
6757
|
/**
|
|
6580
6758
|
* @public
|
|
6581
6759
|
*/
|
|
6582
|
-
export interface
|
|
6760
|
+
export interface CreateIntermediateTableOutput {
|
|
6583
6761
|
/**
|
|
6584
|
-
* <p>The
|
|
6762
|
+
* <p>The intermediate table that was created.</p>
|
|
6585
6763
|
* @public
|
|
6586
6764
|
*/
|
|
6587
|
-
|
|
6765
|
+
intermediateTable: IntermediateTable | undefined;
|
|
6588
6766
|
}
|
|
6589
6767
|
/**
|
|
6768
|
+
* <p>Contains the custom analysis rule configuration for an intermediate table.</p>
|
|
6590
6769
|
* @public
|
|
6591
6770
|
*/
|
|
6592
|
-
export interface
|
|
6771
|
+
export interface IntermediateTableAnalysisRuleCustom {
|
|
6593
6772
|
/**
|
|
6594
|
-
* <p>The
|
|
6773
|
+
* <p>The list of allowed analyses that can be performed on the intermediate table.</p>
|
|
6595
6774
|
* @public
|
|
6596
6775
|
*/
|
|
6597
|
-
|
|
6598
|
-
}
|
|
6599
|
-
/**
|
|
6600
|
-
* @public
|
|
6601
|
-
*/
|
|
6602
|
-
export interface GetProtectedJobInput {
|
|
6776
|
+
allowedAnalyses?: string[] | undefined;
|
|
6603
6777
|
/**
|
|
6604
|
-
* <p>
|
|
6778
|
+
* <p>The setting that controls whether additional analyses are allowed on the intermediate table.</p>
|
|
6605
6779
|
* @public
|
|
6606
6780
|
*/
|
|
6607
|
-
|
|
6781
|
+
additionalAnalyses?: AdditionalAnalyses | undefined;
|
|
6608
6782
|
/**
|
|
6609
|
-
* <p>
|
|
6783
|
+
* <p>The list of allowed additional analyses for the intermediate table.</p>
|
|
6610
6784
|
* @public
|
|
6611
6785
|
*/
|
|
6612
|
-
|
|
6786
|
+
allowedAdditionalAnalyses?: string[] | undefined;
|
|
6787
|
+
/**
|
|
6788
|
+
* <p>The list of Amazon Web Services account IDs for the allowed analysis providers.</p>
|
|
6789
|
+
* @public
|
|
6790
|
+
*/
|
|
6791
|
+
allowedAnalysisProviders?: string[] | undefined;
|
|
6792
|
+
/**
|
|
6793
|
+
* <p>The list of Amazon Web Services account IDs that are allowed to receive results from queries run on the intermediate table.</p>
|
|
6794
|
+
* @public
|
|
6795
|
+
*/
|
|
6796
|
+
allowedResultReceivers?: string[] | undefined;
|
|
6797
|
+
/**
|
|
6798
|
+
* <p>Specifies the unique identifier for your users.</p>
|
|
6799
|
+
* @public
|
|
6800
|
+
*/
|
|
6801
|
+
differentialPrivacy?: DifferentialPrivacyConfiguration | undefined;
|
|
6802
|
+
/**
|
|
6803
|
+
* <p>The list of columns that are not allowed in the query output.</p>
|
|
6804
|
+
* @public
|
|
6805
|
+
*/
|
|
6806
|
+
disallowedOutputColumns?: string[] | undefined;
|
|
6613
6807
|
}
|
|
6614
6808
|
/**
|
|
6615
|
-
* <p>
|
|
6809
|
+
* <p>Contains the version 1 policy for an intermediate table analysis rule.</p>
|
|
6616
6810
|
* @public
|
|
6617
6811
|
*/
|
|
6618
|
-
export type
|
|
6812
|
+
export type IntermediateTableAnalysisRulePolicyV1 = IntermediateTableAnalysisRulePolicyV1.CustomMember | IntermediateTableAnalysisRulePolicyV1.$UnknownMember;
|
|
6619
6813
|
/**
|
|
6620
6814
|
* @public
|
|
6621
6815
|
*/
|
|
6622
|
-
export declare namespace
|
|
6816
|
+
export declare namespace IntermediateTableAnalysisRulePolicyV1 {
|
|
6623
6817
|
/**
|
|
6624
|
-
* <p>The
|
|
6818
|
+
* <p>The custom analysis rule policy.</p>
|
|
6625
6819
|
* @public
|
|
6626
6820
|
*/
|
|
6627
|
-
interface
|
|
6628
|
-
|
|
6821
|
+
interface CustomMember {
|
|
6822
|
+
custom: IntermediateTableAnalysisRuleCustom;
|
|
6629
6823
|
$unknown?: never;
|
|
6630
6824
|
}
|
|
6631
6825
|
/**
|
|
6632
6826
|
* @public
|
|
6633
6827
|
*/
|
|
6634
6828
|
interface $UnknownMember {
|
|
6635
|
-
|
|
6829
|
+
custom?: never;
|
|
6636
6830
|
$unknown: [string, any];
|
|
6637
6831
|
}
|
|
6638
6832
|
/**
|
|
@@ -6640,53 +6834,32 @@ export declare namespace WorkerComputeConfigurationProperties {
|
|
|
6640
6834
|
*
|
|
6641
6835
|
*/
|
|
6642
6836
|
interface Visitor<T> {
|
|
6643
|
-
|
|
6837
|
+
custom: (value: IntermediateTableAnalysisRuleCustom) => T;
|
|
6644
6838
|
_: (name: string, value: any) => T;
|
|
6645
6839
|
}
|
|
6646
6840
|
}
|
|
6647
6841
|
/**
|
|
6648
|
-
* <p>
|
|
6649
|
-
* @public
|
|
6650
|
-
*/
|
|
6651
|
-
export interface ProtectedJobWorkerComputeConfiguration {
|
|
6652
|
-
/**
|
|
6653
|
-
* <p>The worker compute configuration type.</p>
|
|
6654
|
-
* @public
|
|
6655
|
-
*/
|
|
6656
|
-
type: ProtectedJobWorkerComputeType | undefined;
|
|
6657
|
-
/**
|
|
6658
|
-
* <p>The number of workers for a PySpark job.</p>
|
|
6659
|
-
* @public
|
|
6660
|
-
*/
|
|
6661
|
-
number: number | undefined;
|
|
6662
|
-
/**
|
|
6663
|
-
* <p>The configuration properties for the worker compute environment. These properties allow you to customize the compute settings for your Clean Rooms workloads.</p>
|
|
6664
|
-
* @public
|
|
6665
|
-
*/
|
|
6666
|
-
properties?: WorkerComputeConfigurationProperties | undefined;
|
|
6667
|
-
}
|
|
6668
|
-
/**
|
|
6669
|
-
* <p>The configuration of the compute resources for a PySpark job.</p>
|
|
6842
|
+
* <p>Contains the policy for an intermediate table analysis rule.</p>
|
|
6670
6843
|
* @public
|
|
6671
6844
|
*/
|
|
6672
|
-
export type
|
|
6845
|
+
export type IntermediateTableAnalysisRulePolicy = IntermediateTableAnalysisRulePolicy.V1Member | IntermediateTableAnalysisRulePolicy.$UnknownMember;
|
|
6673
6846
|
/**
|
|
6674
6847
|
* @public
|
|
6675
6848
|
*/
|
|
6676
|
-
export declare namespace
|
|
6849
|
+
export declare namespace IntermediateTableAnalysisRulePolicy {
|
|
6677
6850
|
/**
|
|
6678
|
-
* <p>The
|
|
6851
|
+
* <p>The version 1 policy for the analysis rule.</p>
|
|
6679
6852
|
* @public
|
|
6680
6853
|
*/
|
|
6681
|
-
interface
|
|
6682
|
-
|
|
6854
|
+
interface V1Member {
|
|
6855
|
+
v1: IntermediateTableAnalysisRulePolicyV1;
|
|
6683
6856
|
$unknown?: never;
|
|
6684
6857
|
}
|
|
6685
6858
|
/**
|
|
6686
6859
|
* @public
|
|
6687
6860
|
*/
|
|
6688
6861
|
interface $UnknownMember {
|
|
6689
|
-
|
|
6862
|
+
v1?: never;
|
|
6690
6863
|
$unknown: [string, any];
|
|
6691
6864
|
}
|
|
6692
6865
|
/**
|
|
@@ -6694,320 +6867,405 @@ export declare namespace ProtectedJobComputeConfiguration {
|
|
|
6694
6867
|
*
|
|
6695
6868
|
*/
|
|
6696
6869
|
interface Visitor<T> {
|
|
6697
|
-
|
|
6870
|
+
v1: (value: IntermediateTableAnalysisRulePolicyV1) => T;
|
|
6698
6871
|
_: (name: string, value: any) => T;
|
|
6699
6872
|
}
|
|
6700
6873
|
}
|
|
6701
6874
|
/**
|
|
6702
|
-
* <p>The protected job error.</p>
|
|
6703
6875
|
* @public
|
|
6704
6876
|
*/
|
|
6705
|
-
export interface
|
|
6877
|
+
export interface CreateIntermediateTableAnalysisRuleInput {
|
|
6706
6878
|
/**
|
|
6707
|
-
* <p>
|
|
6879
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
6708
6880
|
* @public
|
|
6709
6881
|
*/
|
|
6710
|
-
|
|
6882
|
+
membershipIdentifier: string | undefined;
|
|
6711
6883
|
/**
|
|
6712
|
-
* <p>
|
|
6884
|
+
* <p>The unique identifier of the intermediate table for which to create the analysis rule.</p>
|
|
6713
6885
|
* @public
|
|
6714
6886
|
*/
|
|
6715
|
-
|
|
6887
|
+
intermediateTableIdentifier: string | undefined;
|
|
6888
|
+
/**
|
|
6889
|
+
* <p>The type of analysis rule to create. Currently, only <code>CUSTOM</code> is supported.</p>
|
|
6890
|
+
* @public
|
|
6891
|
+
*/
|
|
6892
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
6893
|
+
/**
|
|
6894
|
+
* <p>The analysis rule policy to apply to the intermediate table.</p>
|
|
6895
|
+
* @public
|
|
6896
|
+
*/
|
|
6897
|
+
analysisRulePolicy: IntermediateTableAnalysisRulePolicy | undefined;
|
|
6716
6898
|
}
|
|
6717
6899
|
/**
|
|
6718
|
-
* <p>
|
|
6900
|
+
* <p>Contains the details of an analysis rule for an intermediate table.</p>
|
|
6719
6901
|
* @public
|
|
6720
6902
|
*/
|
|
6721
|
-
export interface
|
|
6903
|
+
export interface IntermediateTableAnalysisRule {
|
|
6722
6904
|
/**
|
|
6723
|
-
* <p>
|
|
6905
|
+
* <p>The unique identifier of the intermediate table associated with this analysis rule.</p>
|
|
6724
6906
|
* @public
|
|
6725
6907
|
*/
|
|
6726
|
-
|
|
6908
|
+
intermediateTableIdentifier: string | undefined;
|
|
6727
6909
|
/**
|
|
6728
|
-
* <p>
|
|
6910
|
+
* <p>The Amazon Resource Name (ARN) of the intermediate table associated with this analysis rule.</p>
|
|
6729
6911
|
* @public
|
|
6730
6912
|
*/
|
|
6731
|
-
|
|
6913
|
+
intermediateTableArn: string | undefined;
|
|
6914
|
+
/**
|
|
6915
|
+
* <p>The policy of the analysis rule.</p>
|
|
6916
|
+
* @public
|
|
6917
|
+
*/
|
|
6918
|
+
analysisRulePolicy: IntermediateTableAnalysisRulePolicy | undefined;
|
|
6919
|
+
/**
|
|
6920
|
+
* <p>The type of the analysis rule.</p>
|
|
6921
|
+
* @public
|
|
6922
|
+
*/
|
|
6923
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
6924
|
+
/**
|
|
6925
|
+
* <p>The time the analysis rule was created.</p>
|
|
6926
|
+
* @public
|
|
6927
|
+
*/
|
|
6928
|
+
createTime: Date | undefined;
|
|
6929
|
+
/**
|
|
6930
|
+
* <p>The time the analysis rule was last updated.</p>
|
|
6931
|
+
* @public
|
|
6932
|
+
*/
|
|
6933
|
+
updateTime: Date | undefined;
|
|
6732
6934
|
}
|
|
6733
6935
|
/**
|
|
6734
|
-
* <p>Details about the member who received the job result.</p>
|
|
6735
6936
|
* @public
|
|
6736
6937
|
*/
|
|
6737
|
-
export interface
|
|
6938
|
+
export interface CreateIntermediateTableAnalysisRuleOutput {
|
|
6738
6939
|
/**
|
|
6739
|
-
* <p>The
|
|
6940
|
+
* <p>The analysis rule that was created for the intermediate table.</p>
|
|
6740
6941
|
* @public
|
|
6741
6942
|
*/
|
|
6742
|
-
|
|
6943
|
+
analysisRule: IntermediateTableAnalysisRule | undefined;
|
|
6743
6944
|
}
|
|
6744
6945
|
/**
|
|
6745
|
-
* <p>Contains output information for protected jobs with an S3 output type.</p>
|
|
6746
6946
|
* @public
|
|
6747
6947
|
*/
|
|
6748
|
-
export interface
|
|
6948
|
+
export interface DeleteIntermediateTableInput {
|
|
6749
6949
|
/**
|
|
6750
|
-
* <p>
|
|
6950
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
6751
6951
|
* @public
|
|
6752
6952
|
*/
|
|
6753
|
-
|
|
6953
|
+
membershipIdentifier: string | undefined;
|
|
6954
|
+
/**
|
|
6955
|
+
* <p>The unique identifier of the intermediate table to delete.</p>
|
|
6956
|
+
* @public
|
|
6957
|
+
*/
|
|
6958
|
+
intermediateTableIdentifier: string | undefined;
|
|
6754
6959
|
}
|
|
6755
6960
|
/**
|
|
6756
|
-
* <p>Contains details about the protected job output.</p>
|
|
6757
6961
|
* @public
|
|
6758
6962
|
*/
|
|
6759
|
-
export
|
|
6963
|
+
export interface DeleteIntermediateTableOutput {
|
|
6964
|
+
}
|
|
6760
6965
|
/**
|
|
6761
6966
|
* @public
|
|
6762
6967
|
*/
|
|
6763
|
-
export
|
|
6968
|
+
export interface DeleteIntermediateTableAnalysisRuleInput {
|
|
6764
6969
|
/**
|
|
6765
|
-
* <p>
|
|
6970
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
6766
6971
|
* @public
|
|
6767
6972
|
*/
|
|
6768
|
-
|
|
6769
|
-
s3: ProtectedJobS3Output;
|
|
6770
|
-
memberList?: never;
|
|
6771
|
-
$unknown?: never;
|
|
6772
|
-
}
|
|
6973
|
+
membershipIdentifier: string | undefined;
|
|
6773
6974
|
/**
|
|
6774
|
-
* <p>The
|
|
6975
|
+
* <p>The unique identifier of the intermediate table from which to delete the analysis rule.</p>
|
|
6775
6976
|
* @public
|
|
6776
6977
|
*/
|
|
6777
|
-
|
|
6778
|
-
s3?: never;
|
|
6779
|
-
memberList: ProtectedJobSingleMemberOutput[];
|
|
6780
|
-
$unknown?: never;
|
|
6781
|
-
}
|
|
6978
|
+
intermediateTableIdentifier: string | undefined;
|
|
6782
6979
|
/**
|
|
6980
|
+
* <p>The type of analysis rule to delete. Currently, only <code>CUSTOM</code> is supported.</p>
|
|
6783
6981
|
* @public
|
|
6784
6982
|
*/
|
|
6785
|
-
|
|
6786
|
-
|
|
6787
|
-
|
|
6788
|
-
|
|
6789
|
-
|
|
6790
|
-
|
|
6791
|
-
* @deprecated unused in schema-serde mode.
|
|
6792
|
-
*
|
|
6793
|
-
*/
|
|
6794
|
-
interface Visitor<T> {
|
|
6795
|
-
s3: (value: ProtectedJobS3Output) => T;
|
|
6796
|
-
memberList: (value: ProtectedJobSingleMemberOutput[]) => T;
|
|
6797
|
-
_: (name: string, value: any) => T;
|
|
6798
|
-
}
|
|
6983
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
6984
|
+
}
|
|
6985
|
+
/**
|
|
6986
|
+
* @public
|
|
6987
|
+
*/
|
|
6988
|
+
export interface DeleteIntermediateTableAnalysisRuleOutput {
|
|
6799
6989
|
}
|
|
6800
6990
|
/**
|
|
6801
|
-
* <p>Details about the job results.</p>
|
|
6802
6991
|
* @public
|
|
6803
6992
|
*/
|
|
6804
|
-
export interface
|
|
6993
|
+
export interface GetIntermediateTableInput {
|
|
6805
6994
|
/**
|
|
6806
|
-
* <p>
|
|
6995
|
+
* <p>The unique identifier of the intermediate table to retrieve.</p>
|
|
6807
6996
|
* @public
|
|
6808
6997
|
*/
|
|
6809
|
-
|
|
6998
|
+
intermediateTableIdentifier: string | undefined;
|
|
6999
|
+
/**
|
|
7000
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
7001
|
+
* @public
|
|
7002
|
+
*/
|
|
7003
|
+
membershipIdentifier: string | undefined;
|
|
6810
7004
|
}
|
|
6811
7005
|
/**
|
|
6812
|
-
* <p> The protected job member output configuration output.</p>
|
|
6813
7006
|
* @public
|
|
6814
7007
|
*/
|
|
6815
|
-
export interface
|
|
7008
|
+
export interface GetIntermediateTableOutput {
|
|
6816
7009
|
/**
|
|
6817
|
-
* <p>
|
|
7010
|
+
* <p>The intermediate table retrieved.</p>
|
|
6818
7011
|
* @public
|
|
6819
7012
|
*/
|
|
6820
|
-
|
|
7013
|
+
intermediateTable: IntermediateTable | undefined;
|
|
6821
7014
|
}
|
|
6822
7015
|
/**
|
|
6823
|
-
* <p> The output configuration for a protected job's S3 output.</p>
|
|
6824
7016
|
* @public
|
|
6825
7017
|
*/
|
|
6826
|
-
export interface
|
|
7018
|
+
export interface GetIntermediateTableAnalysisRuleInput {
|
|
6827
7019
|
/**
|
|
6828
|
-
* <p>
|
|
7020
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
6829
7021
|
* @public
|
|
6830
7022
|
*/
|
|
6831
|
-
|
|
7023
|
+
membershipIdentifier: string | undefined;
|
|
7024
|
+
/**
|
|
7025
|
+
* <p>The unique identifier of the intermediate table for which to retrieve the analysis rule.</p>
|
|
7026
|
+
* @public
|
|
7027
|
+
*/
|
|
7028
|
+
intermediateTableIdentifier: string | undefined;
|
|
6832
7029
|
/**
|
|
6833
|
-
* <p>The
|
|
7030
|
+
* <p>The type of analysis rule to retrieve. Currently, only <code>CUSTOM</code> is supported.</p>
|
|
6834
7031
|
* @public
|
|
6835
7032
|
*/
|
|
6836
|
-
|
|
7033
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
6837
7034
|
}
|
|
6838
7035
|
/**
|
|
6839
|
-
* <p> The protected job output configuration output.</p>
|
|
6840
7036
|
* @public
|
|
6841
7037
|
*/
|
|
6842
|
-
export
|
|
7038
|
+
export interface GetIntermediateTableAnalysisRuleOutput {
|
|
7039
|
+
/**
|
|
7040
|
+
* <p>The analysis rule for the intermediate table.</p>
|
|
7041
|
+
* @public
|
|
7042
|
+
*/
|
|
7043
|
+
analysisRule: IntermediateTableAnalysisRule | undefined;
|
|
7044
|
+
}
|
|
6843
7045
|
/**
|
|
6844
7046
|
* @public
|
|
6845
7047
|
*/
|
|
6846
|
-
export
|
|
7048
|
+
export interface ListIntermediateTablesInput {
|
|
6847
7049
|
/**
|
|
6848
|
-
* <p>
|
|
7050
|
+
* <p>The unique identifier of the membership for which to list intermediate tables.</p>
|
|
6849
7051
|
* @public
|
|
6850
7052
|
*/
|
|
6851
|
-
|
|
6852
|
-
s3: ProtectedJobS3OutputConfigurationOutput;
|
|
6853
|
-
member?: never;
|
|
6854
|
-
$unknown?: never;
|
|
6855
|
-
}
|
|
7053
|
+
membershipIdentifier: string | undefined;
|
|
6856
7054
|
/**
|
|
6857
|
-
* <p>
|
|
7055
|
+
* <p>The pagination token that's used to fetch the next set of results.</p>
|
|
6858
7056
|
* @public
|
|
6859
7057
|
*/
|
|
6860
|
-
|
|
6861
|
-
s3?: never;
|
|
6862
|
-
member: ProtectedJobMemberOutputConfigurationOutput;
|
|
6863
|
-
$unknown?: never;
|
|
6864
|
-
}
|
|
7058
|
+
nextToken?: string | undefined;
|
|
6865
7059
|
/**
|
|
7060
|
+
* <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a <code>nextToken</code> even if the <code>maxResults</code> value has not been met.</p>
|
|
6866
7061
|
* @public
|
|
6867
7062
|
*/
|
|
6868
|
-
|
|
6869
|
-
s3?: never;
|
|
6870
|
-
member?: never;
|
|
6871
|
-
$unknown: [string, any];
|
|
6872
|
-
}
|
|
6873
|
-
/**
|
|
6874
|
-
* @deprecated unused in schema-serde mode.
|
|
6875
|
-
*
|
|
6876
|
-
*/
|
|
6877
|
-
interface Visitor<T> {
|
|
6878
|
-
s3: (value: ProtectedJobS3OutputConfigurationOutput) => T;
|
|
6879
|
-
member: (value: ProtectedJobMemberOutputConfigurationOutput) => T;
|
|
6880
|
-
_: (name: string, value: any) => T;
|
|
6881
|
-
}
|
|
7063
|
+
maxResults?: number | undefined;
|
|
6882
7064
|
}
|
|
6883
7065
|
/**
|
|
6884
|
-
* <p>
|
|
7066
|
+
* <p>Contains summary information about an intermediate table.</p>
|
|
6885
7067
|
* @public
|
|
6886
7068
|
*/
|
|
6887
|
-
export interface
|
|
7069
|
+
export interface IntermediateTableSummary {
|
|
6888
7070
|
/**
|
|
6889
|
-
* <p>The
|
|
7071
|
+
* <p>The unique identifier of the intermediate table.</p>
|
|
6890
7072
|
* @public
|
|
6891
7073
|
*/
|
|
6892
|
-
|
|
6893
|
-
}
|
|
6894
|
-
/**
|
|
6895
|
-
* <p> Information related to the utilization of resources that have been billed or charged for in a given context, such as a protected job.</p>
|
|
6896
|
-
* @public
|
|
6897
|
-
*/
|
|
6898
|
-
export interface BilledJobResourceUtilization {
|
|
7074
|
+
id: string | undefined;
|
|
6899
7075
|
/**
|
|
6900
|
-
* <p>
|
|
7076
|
+
* <p>The Amazon Resource Name (ARN) of the intermediate table.</p>
|
|
6901
7077
|
* @public
|
|
6902
7078
|
*/
|
|
6903
|
-
|
|
7079
|
+
arn: string | undefined;
|
|
7080
|
+
/**
|
|
7081
|
+
* <p>The name of the intermediate table.</p>
|
|
7082
|
+
* @public
|
|
7083
|
+
*/
|
|
7084
|
+
name: string | undefined;
|
|
7085
|
+
/**
|
|
7086
|
+
* <p>The description of the intermediate table.</p>
|
|
7087
|
+
* @public
|
|
7088
|
+
*/
|
|
7089
|
+
description?: string | undefined;
|
|
7090
|
+
/**
|
|
7091
|
+
* <p>The Amazon Resource Name (ARN) of the membership that contains the intermediate table.</p>
|
|
7092
|
+
* @public
|
|
7093
|
+
*/
|
|
7094
|
+
membershipArn: string | undefined;
|
|
7095
|
+
/**
|
|
7096
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
7097
|
+
* @public
|
|
7098
|
+
*/
|
|
7099
|
+
membershipId: string | undefined;
|
|
7100
|
+
/**
|
|
7101
|
+
* <p>The Amazon Resource Name (ARN) of the collaboration that contains the intermediate table.</p>
|
|
7102
|
+
* @public
|
|
7103
|
+
*/
|
|
7104
|
+
collaborationArn: string | undefined;
|
|
7105
|
+
/**
|
|
7106
|
+
* <p>The unique identifier of the collaboration that contains the intermediate table.</p>
|
|
7107
|
+
* @public
|
|
7108
|
+
*/
|
|
7109
|
+
collaborationId: string | undefined;
|
|
7110
|
+
/**
|
|
7111
|
+
* <p>The time the intermediate table was created.</p>
|
|
7112
|
+
* @public
|
|
7113
|
+
*/
|
|
7114
|
+
createTime: Date | undefined;
|
|
7115
|
+
/**
|
|
7116
|
+
* <p>The time the intermediate table was last updated.</p>
|
|
7117
|
+
* @public
|
|
7118
|
+
*/
|
|
7119
|
+
updateTime: Date | undefined;
|
|
7120
|
+
/**
|
|
7121
|
+
* <p>The current status of the intermediate table.</p>
|
|
7122
|
+
* @public
|
|
7123
|
+
*/
|
|
7124
|
+
status: IntermediateTableStatus | undefined;
|
|
7125
|
+
/**
|
|
7126
|
+
* <p>The number of days that populated data is retained before expiring.</p>
|
|
7127
|
+
* @public
|
|
7128
|
+
*/
|
|
7129
|
+
retentionInDays?: number | undefined;
|
|
7130
|
+
/**
|
|
7131
|
+
* <p>The types of analysis rules associated with the intermediate table.</p>
|
|
7132
|
+
* @public
|
|
7133
|
+
*/
|
|
7134
|
+
analysisRuleTypes?: IntermediateTableAnalysisRuleType[] | undefined;
|
|
6904
7135
|
}
|
|
6905
7136
|
/**
|
|
6906
|
-
* <p>Contains statistics about the execution of the protected job.</p>
|
|
6907
7137
|
* @public
|
|
6908
7138
|
*/
|
|
6909
|
-
export interface
|
|
7139
|
+
export interface ListIntermediateTablesOutput {
|
|
6910
7140
|
/**
|
|
6911
|
-
* <p>The
|
|
7141
|
+
* <p>The list of intermediate table summaries.</p>
|
|
6912
7142
|
* @public
|
|
6913
7143
|
*/
|
|
6914
|
-
|
|
7144
|
+
intermediateTableSummaries: IntermediateTableSummary[] | undefined;
|
|
6915
7145
|
/**
|
|
6916
|
-
* <p>
|
|
7146
|
+
* <p>The pagination token that's used to fetch the next set of results.</p>
|
|
6917
7147
|
* @public
|
|
6918
7148
|
*/
|
|
6919
|
-
|
|
7149
|
+
nextToken?: string | undefined;
|
|
6920
7150
|
}
|
|
6921
7151
|
/**
|
|
6922
|
-
* <p>The parameters for an Clean Rooms protected job.</p>
|
|
6923
7152
|
* @public
|
|
6924
7153
|
*/
|
|
6925
|
-
export interface
|
|
7154
|
+
export interface ListIntermediateTableVersionsInput {
|
|
6926
7155
|
/**
|
|
6927
|
-
* <p>The identifier
|
|
7156
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
6928
7157
|
* @public
|
|
6929
7158
|
*/
|
|
6930
|
-
|
|
7159
|
+
membershipIdentifier: string | undefined;
|
|
6931
7160
|
/**
|
|
6932
|
-
* <p>
|
|
7161
|
+
* <p>The unique identifier of the intermediate table for which to list versions.</p>
|
|
6933
7162
|
* @public
|
|
6934
7163
|
*/
|
|
6935
|
-
|
|
7164
|
+
intermediateTableIdentifier: string | undefined;
|
|
6936
7165
|
/**
|
|
6937
|
-
* <p>The
|
|
7166
|
+
* <p>The pagination token that's used to fetch the next set of results.</p>
|
|
6938
7167
|
* @public
|
|
6939
7168
|
*/
|
|
6940
|
-
|
|
7169
|
+
nextToken?: string | undefined;
|
|
6941
7170
|
/**
|
|
6942
|
-
* <p>
|
|
7171
|
+
* <p>The maximum number of results that are returned for an API request call. The service chooses a default number if you don't set one. The service might return a <code>nextToken</code> even if the <code>maxResults</code> value has not been met.</p>
|
|
6943
7172
|
* @public
|
|
6944
7173
|
*/
|
|
6945
|
-
|
|
7174
|
+
maxResults?: number | undefined;
|
|
7175
|
+
}
|
|
7176
|
+
/**
|
|
7177
|
+
* <p>Contains summary information about a version of an intermediate table.</p>
|
|
7178
|
+
* @public
|
|
7179
|
+
*/
|
|
7180
|
+
export interface IntermediateTableVersionSummary {
|
|
6946
7181
|
/**
|
|
6947
|
-
* <p>
|
|
7182
|
+
* <p>The unique identifier of the version.</p>
|
|
6948
7183
|
* @public
|
|
6949
7184
|
*/
|
|
6950
|
-
|
|
7185
|
+
versionId: string | undefined;
|
|
6951
7186
|
/**
|
|
6952
|
-
* <p>
|
|
7187
|
+
* <p>The unique identifier of the intermediate table that this version belongs to.</p>
|
|
6953
7188
|
* @public
|
|
6954
7189
|
*/
|
|
6955
|
-
|
|
7190
|
+
tableId: string | undefined;
|
|
6956
7191
|
/**
|
|
6957
|
-
* <p>
|
|
7192
|
+
* <p>The time the version was created.</p>
|
|
6958
7193
|
* @public
|
|
6959
7194
|
*/
|
|
6960
|
-
|
|
7195
|
+
createTime: Date | undefined;
|
|
6961
7196
|
/**
|
|
6962
|
-
* <p>
|
|
7197
|
+
* <p>The identifier of the protected query that created this version.</p>
|
|
6963
7198
|
* @public
|
|
6964
7199
|
*/
|
|
6965
|
-
|
|
7200
|
+
analysisId: string | undefined;
|
|
6966
7201
|
/**
|
|
6967
|
-
* <p>
|
|
7202
|
+
* <p>The status of the version.</p>
|
|
6968
7203
|
* @public
|
|
6969
7204
|
*/
|
|
6970
|
-
|
|
7205
|
+
status: IntermediateTableVersionStatus | undefined;
|
|
6971
7206
|
/**
|
|
6972
|
-
* <p>
|
|
7207
|
+
* <p>The type of analysis that created this version.</p>
|
|
6973
7208
|
* @public
|
|
6974
7209
|
*/
|
|
6975
|
-
|
|
7210
|
+
analysisType: PopulateIntermediateTableAnalysisType | undefined;
|
|
6976
7211
|
/**
|
|
6977
|
-
* <p>The
|
|
7212
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt this version's data.</p>
|
|
6978
7213
|
* @public
|
|
6979
7214
|
*/
|
|
6980
|
-
|
|
7215
|
+
kmsKeyArn?: string | undefined;
|
|
6981
7216
|
/**
|
|
6982
|
-
* <p>The
|
|
7217
|
+
* <p>The time when this version expires based on the retention period.</p>
|
|
6983
7218
|
* @public
|
|
6984
7219
|
*/
|
|
6985
|
-
|
|
7220
|
+
expirationTime?: Date | undefined;
|
|
6986
7221
|
}
|
|
6987
7222
|
/**
|
|
6988
7223
|
* @public
|
|
6989
7224
|
*/
|
|
6990
|
-
export interface
|
|
7225
|
+
export interface ListIntermediateTableVersionsOutput {
|
|
7226
|
+
/**
|
|
7227
|
+
* <p>The list of intermediate table version summaries.</p>
|
|
7228
|
+
* @public
|
|
7229
|
+
*/
|
|
7230
|
+
intermediateTableVersionSummaries: IntermediateTableVersionSummary[] | undefined;
|
|
6991
7231
|
/**
|
|
6992
|
-
* <p>
|
|
7232
|
+
* <p>The pagination token that's used to fetch the next set of results.</p>
|
|
6993
7233
|
* @public
|
|
6994
7234
|
*/
|
|
6995
|
-
|
|
7235
|
+
nextToken?: string | undefined;
|
|
6996
7236
|
}
|
|
7237
|
+
/**
|
|
7238
|
+
* <p>The configuration properties that define the compute environment settings for workers in Clean Rooms. These properties enable customization of the underlying compute environment to optimize performance for your specific workloads.</p>
|
|
7239
|
+
* @public
|
|
7240
|
+
*/
|
|
7241
|
+
export type WorkerComputeConfigurationProperties = WorkerComputeConfigurationProperties.SparkMember | WorkerComputeConfigurationProperties.$UnknownMember;
|
|
6997
7242
|
/**
|
|
6998
7243
|
* @public
|
|
6999
7244
|
*/
|
|
7000
|
-
export
|
|
7245
|
+
export declare namespace WorkerComputeConfigurationProperties {
|
|
7001
7246
|
/**
|
|
7002
|
-
* <p>The
|
|
7247
|
+
* <p>The Spark configuration properties for SQL and PySpark workloads. This map contains key-value pairs that configure Apache Spark settings to optimize performance for your data processing jobs. You can specify up to 50 Spark properties, with each key being 1-200 characters and each value being 0-500 characters. These properties allow you to adjust compute capacity for large datasets and complex workloads.</p>
|
|
7003
7248
|
* @public
|
|
7004
7249
|
*/
|
|
7005
|
-
|
|
7250
|
+
interface SparkMember {
|
|
7251
|
+
spark: Record<string, string>;
|
|
7252
|
+
$unknown?: never;
|
|
7253
|
+
}
|
|
7006
7254
|
/**
|
|
7007
|
-
* <p>The identifier for a protected query instance.</p>
|
|
7008
7255
|
* @public
|
|
7009
7256
|
*/
|
|
7010
|
-
|
|
7257
|
+
interface $UnknownMember {
|
|
7258
|
+
spark?: never;
|
|
7259
|
+
$unknown: [string, any];
|
|
7260
|
+
}
|
|
7261
|
+
/**
|
|
7262
|
+
* @deprecated unused in schema-serde mode.
|
|
7263
|
+
*
|
|
7264
|
+
*/
|
|
7265
|
+
interface Visitor<T> {
|
|
7266
|
+
spark: (value: Record<string, string>) => T;
|
|
7267
|
+
_: (name: string, value: any) => T;
|
|
7268
|
+
}
|
|
7011
7269
|
}
|
|
7012
7270
|
/**
|
|
7013
7271
|
* <p> The configuration of the compute resources for workers running an analysis with the Clean Rooms SQL analytics engine.</p>
|
|
@@ -7031,27 +7289,27 @@ export interface WorkerComputeConfiguration {
|
|
|
7031
7289
|
properties?: WorkerComputeConfigurationProperties | undefined;
|
|
7032
7290
|
}
|
|
7033
7291
|
/**
|
|
7034
|
-
* <p>
|
|
7292
|
+
* <p>The compute configuration for an intermediate table population operation.</p>
|
|
7035
7293
|
* @public
|
|
7036
7294
|
*/
|
|
7037
|
-
export type
|
|
7295
|
+
export type IntermediateTableComputeConfiguration = IntermediateTableComputeConfiguration.QueryComputeConfigurationMember | IntermediateTableComputeConfiguration.$UnknownMember;
|
|
7038
7296
|
/**
|
|
7039
7297
|
* @public
|
|
7040
7298
|
*/
|
|
7041
|
-
export declare namespace
|
|
7299
|
+
export declare namespace IntermediateTableComputeConfiguration {
|
|
7042
7300
|
/**
|
|
7043
|
-
* <p> The
|
|
7301
|
+
* <p> The configuration of the compute resources for workers running an analysis with the Clean Rooms SQL analytics engine.</p>
|
|
7044
7302
|
* @public
|
|
7045
7303
|
*/
|
|
7046
|
-
interface
|
|
7047
|
-
|
|
7304
|
+
interface QueryComputeConfigurationMember {
|
|
7305
|
+
queryComputeConfiguration: WorkerComputeConfiguration;
|
|
7048
7306
|
$unknown?: never;
|
|
7049
7307
|
}
|
|
7050
7308
|
/**
|
|
7051
7309
|
* @public
|
|
7052
7310
|
*/
|
|
7053
7311
|
interface $UnknownMember {
|
|
7054
|
-
|
|
7312
|
+
queryComputeConfiguration?: never;
|
|
7055
7313
|
$unknown: [string, any];
|
|
7056
7314
|
}
|
|
7057
7315
|
/**
|
|
@@ -7059,103 +7317,138 @@ export declare namespace ComputeConfiguration {
|
|
|
7059
7317
|
*
|
|
7060
7318
|
*/
|
|
7061
7319
|
interface Visitor<T> {
|
|
7062
|
-
|
|
7320
|
+
queryComputeConfiguration: (value: WorkerComputeConfiguration) => T;
|
|
7063
7321
|
_: (name: string, value: any) => T;
|
|
7064
7322
|
}
|
|
7065
7323
|
}
|
|
7066
7324
|
/**
|
|
7067
|
-
* <p>Provides the sensitivity parameters.</p>
|
|
7068
7325
|
* @public
|
|
7069
7326
|
*/
|
|
7070
|
-
export interface
|
|
7327
|
+
export interface PopulateIntermediateTableInput {
|
|
7071
7328
|
/**
|
|
7072
|
-
* <p>The
|
|
7329
|
+
* <p>The unique identifier of the intermediate table to populate.</p>
|
|
7073
7330
|
* @public
|
|
7074
7331
|
*/
|
|
7075
|
-
|
|
7332
|
+
intermediateTableIdentifier: string | undefined;
|
|
7076
7333
|
/**
|
|
7077
|
-
* <p>The
|
|
7334
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
7078
7335
|
* @public
|
|
7079
7336
|
*/
|
|
7080
|
-
|
|
7337
|
+
membershipIdentifier: string | undefined;
|
|
7081
7338
|
/**
|
|
7082
|
-
* <p>The
|
|
7339
|
+
* <p>The runtime parameter values that override the defaults in the stored query.</p>
|
|
7083
7340
|
* @public
|
|
7084
7341
|
*/
|
|
7085
|
-
|
|
7342
|
+
parameters?: Record<string, string> | undefined;
|
|
7086
7343
|
/**
|
|
7087
|
-
* <p>The
|
|
7344
|
+
* <p>The compute configuration for the population query execution.</p>
|
|
7088
7345
|
* @public
|
|
7089
7346
|
*/
|
|
7090
|
-
|
|
7347
|
+
computeConfiguration?: IntermediateTableComputeConfiguration | undefined;
|
|
7091
7348
|
/**
|
|
7092
|
-
* <p>The
|
|
7349
|
+
* <p>The account ID of the member that pays for the analysis compute costs.</p>
|
|
7093
7350
|
* @public
|
|
7094
7351
|
*/
|
|
7095
|
-
|
|
7352
|
+
analysisPayerAccountId?: string | undefined;
|
|
7096
7353
|
}
|
|
7097
7354
|
/**
|
|
7098
|
-
* <p>An array that contains the sensitivity parameters.</p>
|
|
7099
7355
|
* @public
|
|
7100
7356
|
*/
|
|
7101
|
-
export interface
|
|
7357
|
+
export interface PopulateIntermediateTableOutput {
|
|
7358
|
+
/**
|
|
7359
|
+
* <p>The identifier for the protected query execution. Use this value with <code>GetProtectedQuery</code> to track the population progress.</p>
|
|
7360
|
+
* @public
|
|
7361
|
+
*/
|
|
7362
|
+
analysisId: string | undefined;
|
|
7102
7363
|
/**
|
|
7103
|
-
* <p>
|
|
7364
|
+
* <p>The type of analysis performed to populate the intermediate table.</p>
|
|
7104
7365
|
* @public
|
|
7105
7366
|
*/
|
|
7106
|
-
|
|
7367
|
+
analysisType: PopulateIntermediateTableAnalysisType | undefined;
|
|
7368
|
+
/**
|
|
7369
|
+
* <p>The unique identifier of the version created by this population operation.</p>
|
|
7370
|
+
* @public
|
|
7371
|
+
*/
|
|
7372
|
+
versionId: string | undefined;
|
|
7107
7373
|
}
|
|
7108
7374
|
/**
|
|
7109
|
-
* <p>
|
|
7375
|
+
* <p>Contains the name and type of a column in an intermediate table.</p>
|
|
7110
7376
|
* @public
|
|
7111
7377
|
*/
|
|
7112
|
-
export interface
|
|
7378
|
+
export interface IntermediateTableColumn {
|
|
7113
7379
|
/**
|
|
7114
|
-
* <p>
|
|
7380
|
+
* <p>The name of the column.</p>
|
|
7115
7381
|
* @public
|
|
7116
7382
|
*/
|
|
7117
|
-
|
|
7383
|
+
name: string | undefined;
|
|
7118
7384
|
/**
|
|
7119
|
-
* <p>
|
|
7385
|
+
* <p>The data type of the column.</p>
|
|
7120
7386
|
* @public
|
|
7121
7387
|
*/
|
|
7122
|
-
|
|
7388
|
+
type: string | undefined;
|
|
7123
7389
|
}
|
|
7124
7390
|
/**
|
|
7125
|
-
* <p>Details about the member who received the query result.</p>
|
|
7126
7391
|
* @public
|
|
7127
7392
|
*/
|
|
7128
|
-
export interface
|
|
7393
|
+
export interface UpdateIntermediateTableInput {
|
|
7129
7394
|
/**
|
|
7130
|
-
* <p>The
|
|
7395
|
+
* <p>The unique identifier of the intermediate table to update.</p>
|
|
7131
7396
|
* @public
|
|
7132
7397
|
*/
|
|
7133
|
-
|
|
7398
|
+
intermediateTableIdentifier: string | undefined;
|
|
7399
|
+
/**
|
|
7400
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
7401
|
+
* @public
|
|
7402
|
+
*/
|
|
7403
|
+
membershipIdentifier: string | undefined;
|
|
7404
|
+
/**
|
|
7405
|
+
* <p>A new description for the intermediate table.</p>
|
|
7406
|
+
* @public
|
|
7407
|
+
*/
|
|
7408
|
+
description?: string | undefined;
|
|
7409
|
+
/**
|
|
7410
|
+
* <p>The Amazon Resource Name (ARN) of the customer-managed KMS key to use for encrypting future population data.</p>
|
|
7411
|
+
* @public
|
|
7412
|
+
*/
|
|
7413
|
+
kmsKeyArn?: string | undefined;
|
|
7414
|
+
/**
|
|
7415
|
+
* <p>The list of columns with updated type definitions. Only the type of existing columns can be updated.</p>
|
|
7416
|
+
* @public
|
|
7417
|
+
*/
|
|
7418
|
+
columns?: IntermediateTableColumn[] | undefined;
|
|
7134
7419
|
}
|
|
7135
7420
|
/**
|
|
7136
|
-
* <p>Contains output information for protected queries with an S3 output type.</p>
|
|
7137
7421
|
* @public
|
|
7138
7422
|
*/
|
|
7139
|
-
export interface
|
|
7423
|
+
export interface UpdateIntermediateTableOutput {
|
|
7140
7424
|
/**
|
|
7141
|
-
* <p>The
|
|
7425
|
+
* <p>The updated intermediate table.</p>
|
|
7142
7426
|
* @public
|
|
7143
7427
|
*/
|
|
7144
|
-
|
|
7428
|
+
intermediateTable: IntermediateTable | undefined;
|
|
7145
7429
|
}
|
|
7146
7430
|
/**
|
|
7147
|
-
* <p> Contains the output information for a protected query with a distribute output configuration.</p> <p> This output type allows query results to be distributed to multiple receivers, including S3 and collaboration members. It is only available for queries using the Spark analytics engine.</p>
|
|
7148
7431
|
* @public
|
|
7149
7432
|
*/
|
|
7150
|
-
export interface
|
|
7433
|
+
export interface UpdateIntermediateTableAnalysisRuleInput {
|
|
7434
|
+
/**
|
|
7435
|
+
* <p>The unique identifier of the membership that contains the intermediate table.</p>
|
|
7436
|
+
* @public
|
|
7437
|
+
*/
|
|
7438
|
+
membershipIdentifier: string | undefined;
|
|
7439
|
+
/**
|
|
7440
|
+
* <p>The unique identifier of the intermediate table for which to update the analysis rule.</p>
|
|
7441
|
+
* @public
|
|
7442
|
+
*/
|
|
7443
|
+
intermediateTableIdentifier: string | undefined;
|
|
7151
7444
|
/**
|
|
7152
|
-
* <p>
|
|
7445
|
+
* <p>The type of analysis rule to update. Currently, only <code>CUSTOM</code> is supported.</p>
|
|
7153
7446
|
* @public
|
|
7154
7447
|
*/
|
|
7155
|
-
|
|
7448
|
+
analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
|
|
7156
7449
|
/**
|
|
7157
|
-
* <p>
|
|
7450
|
+
* <p>The updated analysis rule policy for the intermediate table.</p>
|
|
7158
7451
|
* @public
|
|
7159
7452
|
*/
|
|
7160
|
-
|
|
7453
|
+
analysisRulePolicy: IntermediateTableAnalysisRulePolicy | undefined;
|
|
7161
7454
|
}
|