@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.
Files changed (108) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +769 -42
  3. package/dist-es/CleanRooms.js +28 -0
  4. package/dist-es/commands/CreateIntermediateTableAnalysisRuleCommand.js +16 -0
  5. package/dist-es/commands/CreateIntermediateTableCommand.js +16 -0
  6. package/dist-es/commands/DeleteIntermediateTableAnalysisRuleCommand.js +16 -0
  7. package/dist-es/commands/DeleteIntermediateTableCommand.js +16 -0
  8. package/dist-es/commands/DisallowIntermediateTableCommand.js +16 -0
  9. package/dist-es/commands/GetIntermediateTableAnalysisRuleCommand.js +16 -0
  10. package/dist-es/commands/GetIntermediateTableCommand.js +16 -0
  11. package/dist-es/commands/ListIntermediateTableVersionsCommand.js +16 -0
  12. package/dist-es/commands/ListIntermediateTablesCommand.js +16 -0
  13. package/dist-es/commands/PopulateIntermediateTableCommand.js +16 -0
  14. package/dist-es/commands/UpdateIntermediateTableAnalysisRuleCommand.js +16 -0
  15. package/dist-es/commands/UpdateIntermediateTableCommand.js +16 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/enums.js +53 -4
  18. package/dist-es/pagination/ListIntermediateTableVersionsPaginator.js +4 -0
  19. package/dist-es/pagination/ListIntermediateTablesPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +2 -0
  21. package/dist-es/runtimeConfig.browser.js +0 -2
  22. package/dist-es/runtimeConfig.js +1 -2
  23. package/dist-es/runtimeConfig.native.js +0 -2
  24. package/dist-es/runtimeConfig.shared.js +2 -0
  25. package/dist-es/schemas/schemas_0.js +467 -36
  26. package/dist-types/CleanRooms.d.ts +98 -0
  27. package/dist-types/CleanRoomsClient.d.ts +14 -2
  28. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +10 -8
  29. package/dist-types/commands/BatchGetSchemaCommand.d.ts +9 -2
  30. package/dist-types/commands/CreateCollaborationCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  32. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +9 -0
  33. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +9 -0
  34. package/dist-types/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +163 -0
  35. package/dist-types/commands/CreateIntermediateTableCommand.d.ts +231 -0
  36. package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +94 -0
  38. package/dist-types/commands/DeleteIntermediateTableCommand.d.ts +93 -0
  39. package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
  40. package/dist-types/commands/DisallowIntermediateTableCommand.d.ts +94 -0
  41. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
  42. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +9 -0
  43. package/dist-types/commands/GetIdMappingTableCommand.d.ts +9 -0
  44. package/dist-types/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +128 -0
  45. package/dist-types/commands/GetIntermediateTableCommand.d.ts +213 -0
  46. package/dist-types/commands/GetMembershipCommand.d.ts +1 -1
  47. package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -1
  48. package/dist-types/commands/GetProtectedQueryCommand.d.ts +6 -2
  49. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +10 -8
  50. package/dist-types/commands/GetSchemaCommand.d.ts +9 -2
  51. package/dist-types/commands/ListIntermediateTableVersionsCommand.d.ts +106 -0
  52. package/dist-types/commands/ListIntermediateTablesCommand.d.ts +112 -0
  53. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +5 -0
  54. package/dist-types/commands/ListSchemasCommand.d.ts +2 -2
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/PopulateIntermediateTableCommand.d.ts +115 -0
  57. package/dist-types/commands/StartProtectedQueryCommand.d.ts +10 -0
  58. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  59. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +9 -0
  60. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +9 -0
  61. package/dist-types/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +161 -0
  62. package/dist-types/commands/UpdateIntermediateTableCommand.d.ts +221 -0
  63. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -0
  64. package/dist-types/commands/index.d.ts +12 -0
  65. package/dist-types/models/enums.d.ts +125 -12
  66. package/dist-types/models/models_0.d.ts +729 -436
  67. package/dist-types/models/models_1.d.ts +1032 -3
  68. package/dist-types/pagination/ListIntermediateTableVersionsPaginator.d.ts +7 -0
  69. package/dist-types/pagination/ListIntermediateTablesPaginator.d.ts +7 -0
  70. package/dist-types/pagination/index.d.ts +2 -0
  71. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  72. package/dist-types/runtimeConfig.d.ts +1 -1
  73. package/dist-types/runtimeConfig.native.d.ts +1 -1
  74. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  75. package/dist-types/schemas/schemas_0.d.ts +63 -0
  76. package/dist-types/ts3.4/CleanRooms.d.ts +236 -0
  77. package/dist-types/ts3.4/CleanRoomsClient.d.ts +72 -0
  78. package/dist-types/ts3.4/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +53 -0
  79. package/dist-types/ts3.4/commands/CreateIntermediateTableCommand.d.ts +53 -0
  80. package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +53 -0
  82. package/dist-types/ts3.4/commands/DeleteIntermediateTableCommand.d.ts +53 -0
  83. package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DisallowIntermediateTableCommand.d.ts +53 -0
  85. package/dist-types/ts3.4/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +53 -0
  86. package/dist-types/ts3.4/commands/GetIntermediateTableCommand.d.ts +53 -0
  87. package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +4 -2
  90. package/dist-types/ts3.4/commands/ListIntermediateTableVersionsCommand.d.ts +53 -0
  91. package/dist-types/ts3.4/commands/ListIntermediateTablesCommand.d.ts +53 -0
  92. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/PopulateIntermediateTableCommand.d.ts +53 -0
  94. package/dist-types/ts3.4/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +51 -0
  95. package/dist-types/ts3.4/commands/UpdateIntermediateTableCommand.d.ts +53 -0
  96. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  97. package/dist-types/ts3.4/models/enums.d.ts +71 -6
  98. package/dist-types/ts3.4/models/models_0.d.ts +299 -261
  99. package/dist-types/ts3.4/models/models_1.d.ts +345 -17
  100. package/dist-types/ts3.4/pagination/ListIntermediateTableVersionsPaginator.d.ts +11 -0
  101. package/dist-types/ts3.4/pagination/ListIntermediateTablesPaginator.d.ts +11 -0
  102. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  103. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  104. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  105. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  106. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  107. package/dist-types/ts3.4/schemas/schemas_0.d.ts +63 -0
  108. 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, JobType, JoinOperator, JoinRequiredOption, MemberAbility, MembershipJobLogStatus, MembershipQueryLogStatus, MembershipStatus, MemberStatus, ParameterType, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetType, ProtectedJobStatus, ProtectedJobWorkerComputeType, ResultFormat, ScalarFunctions, SchemaConfiguration, SchemaStatus, SchemaStatusReasonCode, SchemaType, SelectedAnalysisMethod, SupportedS3Region, SyntheticDataColumnType, WorkerComputeType } from "./enums";
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>Exactly one member can be configured to pay for query and job compute costs. An error is returned if the collaboration creator sets a <code>TRUE</code> value for more than one member in the collaboration. </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>
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>Exactly one member can be configured to pay for model inference costs. An error is returned if the collaboration creator sets a <code>TRUE</code> value for more than one member in the collaboration. </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. An error is returned if the collaboration creator sets a <code>FALSE</code> value for the member who can query.</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>Exactly one member can be configured to pay for model training costs. An error is returned if the collaboration creator sets a <code>TRUE</code> value for more than one member in the collaboration. </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. An error is returned if the collaboration creator sets a <code>FALSE</code> value for the member who can query.</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>Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a <code>TRUE</code> value for more than one member in the collaboration. </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. An error is returned if the collaboration creator sets a <code>FALSE</code> value for the member who can query.</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: string | undefined;
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 ListTagsForResourceInput {
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> The S3 bucket for job output.</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
- bucket: string | undefined;
6269
+ queryString?: string | undefined;
6186
6270
  /**
6187
- * <p>The S3 prefix to unload the protected job results.</p>
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
- keyPrefix?: string | undefined;
6274
+ analysisTemplateArn?: string | undefined;
6191
6275
  }
6192
6276
  /**
6193
- * <p>Contains configurations for protected job results.</p>
6277
+ * <p>Contains the configuration that defines the analysis used to populate an intermediate table.</p>
6194
6278
  * @public
6195
6279
  */
6196
- export type MembershipProtectedJobOutputConfiguration = MembershipProtectedJobOutputConfiguration.S3Member | MembershipProtectedJobOutputConfiguration.$UnknownMember;
6280
+ export type PopulationAnalysisConfiguration = PopulationAnalysisConfiguration.SqlParametersMember | PopulationAnalysisConfiguration.$UnknownMember;
6197
6281
  /**
6198
6282
  * @public
6199
6283
  */
6200
- export declare namespace MembershipProtectedJobOutputConfiguration {
6284
+ export declare namespace PopulationAnalysisConfiguration {
6201
6285
  /**
6202
- * <p>Contains the configuration to write the job results to S3.</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 S3Member {
6206
- s3: ProtectedJobS3OutputConfigurationInput;
6289
+ interface SqlParametersMember {
6290
+ sqlParameters: PopulationAnalysisSqlParameters;
6207
6291
  $unknown?: never;
6208
6292
  }
6209
6293
  /**
6210
6294
  * @public
6211
6295
  */
6212
6296
  interface $UnknownMember {
6213
- s3?: never;
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
- s3: (value: ProtectedJobS3OutputConfigurationInput) => T;
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 MembershipProtectedJobResultConfiguration {
6312
+ export interface CreateIntermediateTableInput {
6230
6313
  /**
6231
- * <p> The output configuration for a protected job result.</p>
6314
+ * <p>The unique identifier of the membership where the intermediate table is created.</p>
6232
6315
  * @public
6233
6316
  */
6234
- outputConfiguration: MembershipProtectedJobOutputConfiguration | undefined;
6317
+ membershipIdentifier: string | undefined;
6235
6318
  /**
6236
- * <p>The unique ARN for an IAM role that is used by Clean Rooms to write protected job results to the result location, given by the member who can receive results.</p>
6319
+ * <p>The display name for the intermediate table.</p>
6237
6320
  * @public
6238
6321
  */
6239
- roleArn: string | undefined;
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>Intended file format of the result.</p>
6324
+ * <p>A description of the intermediate table.</p>
6248
6325
  * @public
6249
6326
  */
6250
- resultFormat: ResultFormat | undefined;
6327
+ description?: string | undefined;
6251
6328
  /**
6252
- * <p>The S3 bucket to unload the protected query results.</p>
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
- bucket: string | undefined;
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 S3 prefix to unload the protected query results.</p>
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
- keyPrefix?: string | undefined;
6342
+ retentionInDays?: number | undefined;
6261
6343
  /**
6262
- * <p>Indicates whether files should be output as a single file (<code>TRUE</code>) or output as multiple files (<code>FALSE</code>). This parameter is only supported for analyses with the Spark analytics engine.</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
- singleFileOutput?: boolean | undefined;
6347
+ tags?: Record<string, string> | undefined;
6266
6348
  }
6267
6349
  /**
6268
- * <p>Contains configurations for protected query results.</p>
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 declare namespace MembershipProtectedQueryOutputConfiguration {
6353
+ export interface InheritedAdditionalAnalysesSource {
6276
6354
  /**
6277
- * <p>Contains the configuration to write the query results to S3.</p>
6355
+ * <p>The name of the parent table.</p>
6278
6356
  * @public
6279
6357
  */
6280
- interface S3Member {
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
- interface $UnknownMember {
6288
- s3?: never;
6289
- $unknown: [string, any];
6290
- }
6363
+ id: string | undefined;
6291
6364
  /**
6292
- * @deprecated unused in schema-serde mode.
6293
- *
6365
+ * <p>The type of the parent table.</p>
6366
+ * @public
6294
6367
  */
6295
- interface Visitor<T> {
6296
- s3: (value: ProtectedQueryS3OutputConfiguration) => T;
6297
- _: (name: string, value: any) => T;
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 configurations for protected query results.</p>
6381
+ * <p>Contains the inherited additional analyses constraint and its sources from parent tables.</p>
6302
6382
  * @public
6303
6383
  */
6304
- export interface MembershipProtectedQueryResultConfiguration {
6384
+ export interface InheritedAdditionalAnalyses {
6305
6385
  /**
6306
- * <p>Configuration for protected query results.</p>
6386
+ * <p>The effective additional analyses setting inherited from parent tables.</p>
6307
6387
  * @public
6308
6388
  */
6309
- outputConfiguration: MembershipProtectedQueryOutputConfiguration | undefined;
6389
+ value: AdditionalAnalyses | undefined;
6310
6390
  /**
6311
- * <p>The unique ARN for an IAM role that is used by Clean Rooms to write protected query results to the result location, given by the member who can receive results.</p>
6391
+ * <p>The list of parent tables that contribute to this inherited constraint.</p>
6312
6392
  * @public
6313
6393
  */
6314
- roleArn?: string | undefined;
6394
+ sources: InheritedAdditionalAnalysesSource[] | undefined;
6315
6395
  }
6316
6396
  /**
6317
- * <p>An object representing the payment responsibilities accepted by the collaboration member for query and job compute costs.</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 MembershipJobComputePaymentConfig {
6400
+ export interface InheritedAllowedAdditionalAnalysesSource {
6321
6401
  /**
6322
- * <p>Indicates whether the collaboration member has accepted to pay for job compute costs (<code>TRUE</code>) or has not accepted to pay for query and job compute costs (<code>FALSE</code>).</p> <p>There is only one member who pays for queries and jobs. </p> <p>An error message is returned for the following reasons: </p> <ul> <li> <p>If you set the value to <code>FALSE</code> but you are responsible to pay for query and job compute costs. </p> </li> <li> <p>If you set the value to <code>TRUE</code> but you are not responsible to pay for query and job compute costs. </p> </li> </ul>
6402
+ * <p>The name of the parent table.</p>
6323
6403
  * @public
6324
6404
  */
6325
- isResponsible: boolean | undefined;
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>An object representing the collaboration member's model inference payment responsibilities set by the collaboration creator.</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 MembershipModelInferencePaymentConfig {
6431
+ export interface InheritedAllowedAdditionalAnalyses {
6332
6432
  /**
6333
- * <p>Indicates whether the collaboration member has accepted to pay for model inference costs (<code>TRUE</code>) or has not accepted to pay for model inference costs (<code>FALSE</code>).</p> <p>If the collaboration creator has not specified anyone to pay for model inference costs, then the member who can query is the default payer. </p> <p>An error message is returned for the following reasons: </p> <ul> <li> <p>If you set the value to <code>FALSE</code> but you are responsible to pay for model inference costs. </p> </li> <li> <p>If you set the value to <code>TRUE</code> but you are not responsible to pay for model inference costs. </p> </li> </ul>
6433
+ * <p>The effective list of allowed additional analyses inherited from parent tables.</p>
6334
6434
  * @public
6335
6435
  */
6336
- isResponsible: boolean | undefined;
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>An object representing the collaboration member's model training payment responsibilities set by the collaboration creator.</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 MembershipModelTrainingPaymentConfig {
6447
+ export interface InheritedAllowedResultReceiversSource {
6343
6448
  /**
6344
- * <p>Indicates whether the collaboration member has accepted to pay for model training costs (<code>TRUE</code>) or has not accepted to pay for model training costs (<code>FALSE</code>).</p> <p>If the collaboration creator has not specified anyone to pay for model training costs, then the member who can query is the default payer. </p> <p>An error message is returned for the following reasons: </p> <ul> <li> <p>If you set the value to <code>FALSE</code> but you are responsible to pay for model training costs. </p> </li> <li> <p>If you set the value to <code>TRUE</code> but you are not responsible to pay for model training costs. </p> </li> </ul>
6449
+ * <p>The name of the parent table.</p>
6345
6450
  * @public
6346
6451
  */
6347
- isResponsible: boolean | undefined;
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>Configuration for payment for synthetic data generation in a membership.</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 MembershipSyntheticDataGenerationPaymentConfig {
6478
+ export interface InheritedAllowedResultReceivers {
6354
6479
  /**
6355
- * <p>Indicates if this membership is responsible for paying for synthetic data generation.</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
- isResponsible: boolean | undefined;
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>An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.</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 MembershipMLPaymentConfig {
6494
+ export interface ColumnLineageEntry {
6365
6495
  /**
6366
- * <p>The payment responsibilities accepted by the member for model training.</p>
6496
+ * <p>The name of the column in the intermediate table.</p>
6367
6497
  * @public
6368
6498
  */
6369
- modelTraining?: MembershipModelTrainingPaymentConfig | undefined;
6499
+ column: string | undefined;
6370
6500
  /**
6371
- * <p>The payment responsibilities accepted by the member for model inference.</p>
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
- modelInference?: MembershipModelInferencePaymentConfig | undefined;
6519
+ sourceType: BaseTableDependencyType | undefined;
6375
6520
  /**
6376
- * <p>The payment configuration for synthetic data generation for this machine learning membership.</p>
6521
+ * <p>The Amazon Web Services account ID of the owner of the source table.</p>
6377
6522
  * @public
6378
6523
  */
6379
- syntheticDataGeneration?: MembershipSyntheticDataGenerationPaymentConfig | undefined;
6524
+ sourceAccountId: string | undefined;
6380
6525
  }
6381
6526
  /**
6382
- * <p>An object representing the payment responsibilities accepted by the collaboration member for query compute costs.</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 MembershipQueryComputePaymentConfig {
6530
+ export interface InheritedDisallowedOutputColumns {
6386
6531
  /**
6387
- * <p>Indicates whether the collaboration member has accepted to pay for query compute costs (<code>TRUE</code>) or has not accepted to pay for query compute costs (<code>FALSE</code>).</p> <p>If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer. </p> <p>An error message is returned for the following reasons: </p> <ul> <li> <p>If you set the value to <code>FALSE</code> but you are responsible to pay for query compute costs. </p> </li> <li> <p>If you set the value to <code>TRUE</code> but you are not responsible to pay for query compute costs. </p> </li> </ul>
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
- isResponsible: boolean | undefined;
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>An object representing the payment responsibilities accepted by the collaboration member.</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 MembershipPaymentConfiguration {
6546
+ export interface IntermediateTableInheritedConstraints {
6397
6547
  /**
6398
- * <p>The payment responsibilities accepted by the collaboration member for query compute costs.</p>
6548
+ * <p>The inherited additional analyses constraint.</p>
6399
6549
  * @public
6400
6550
  */
6401
- queryCompute: MembershipQueryComputePaymentConfig | undefined;
6551
+ additionalAnalyses?: InheritedAdditionalAnalyses | undefined;
6402
6552
  /**
6403
- * <p>The payment responsibilities accepted by the collaboration member for machine learning costs.</p>
6553
+ * <p>The inherited allowed additional analyses constraint.</p>
6404
6554
  * @public
6405
6555
  */
6406
- machineLearning?: MembershipMLPaymentConfig | undefined;
6556
+ allowedAdditionalAnalyses?: InheritedAllowedAdditionalAnalyses | undefined;
6407
6557
  /**
6408
- * <p>The payment responsibilities accepted by the collaboration member for job compute costs.</p>
6558
+ * <p>The inherited allowed result receivers constraint.</p>
6409
6559
  * @public
6410
6560
  */
6411
- jobCompute?: MembershipJobComputePaymentConfig | undefined;
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 CreateMembershipInput {
6572
+ export interface IntermediateTableActiveVersion {
6417
6573
  /**
6418
- * <p>The unique ID for the associated collaboration.</p>
6574
+ * <p>The unique identifier of the active version.</p>
6419
6575
  * @public
6420
6576
  */
6421
- collaborationIdentifier: string | undefined;
6577
+ versionId: string | undefined;
6422
6578
  /**
6423
- * <p>An indicator as to whether query logging has been enabled or disabled for the membership.</p> <p>When <code>ENABLED</code>, Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is <code>DISABLED</code>.</p>
6579
+ * <p>The identifier of the protected query that created this version.</p>
6424
6580
  * @public
6425
6581
  */
6426
- queryLogStatus: MembershipQueryLogStatus | undefined;
6582
+ analysisId: string | undefined;
6427
6583
  /**
6428
- * <p>An indicator as to whether job logging has been enabled or disabled for the collaboration. </p> <p>When <code>ENABLED</code>, Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is <code>DISABLED</code>.</p>
6584
+ * <p>The type of analysis that created this version.</p>
6429
6585
  * @public
6430
6586
  */
6431
- jobLogStatus?: MembershipJobLogStatus | undefined;
6587
+ analysisType: PopulateIntermediateTableAnalysisType | undefined;
6432
6588
  /**
6433
- * <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>
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
- tags?: Record<string, string> | undefined;
6592
+ kmsKeyArn?: string | undefined;
6437
6593
  /**
6438
- * <p>The default protected query result configuration as specified by the member who can receive results.</p>
6594
+ * <p>The runtime parameters that were used when populating this version.</p>
6439
6595
  * @public
6440
6596
  */
6441
- defaultResultConfiguration?: MembershipProtectedQueryResultConfiguration | undefined;
6597
+ parameters?: Record<string, string> | undefined;
6442
6598
  /**
6443
- * <p>The default job result configuration that determines how job results are protected and managed within this membership. This configuration applies to all jobs.</p>
6599
+ * <p>The privacy constraints inherited from parent tables at the time this version was populated.</p>
6444
6600
  * @public
6445
6601
  */
6446
- defaultJobResultConfiguration?: MembershipProtectedJobResultConfiguration | undefined;
6602
+ inheritedConstraints: IntermediateTableInheritedConstraints | undefined;
6447
6603
  /**
6448
- * <p>The payment responsibilities accepted by the collaboration member.</p> <p>Not required if the collaboration member has the member ability to run queries. </p> <p>Required if the collaboration member doesn't have the member ability to run queries but is configured as a payer by the collaboration creator. </p>
6604
+ * <p>The time when this version expires based on the retention period.</p>
6449
6605
  * @public
6450
6606
  */
6451
- paymentConfiguration?: MembershipPaymentConfiguration | undefined;
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>An indicator as to whether Amazon CloudWatch metrics have been enabled or disabled for the membership.</p> <p>Amazon CloudWatch metrics are only available when the collaboration has metrics enabled. This option can be set by collaboration members who have the ability to run queries (analysis runners) or by members who are configured as payers.</p> <p>When <code>true</code>, metrics about query execution are collected in Amazon CloudWatch. The default value is <code>false</code>.</p>
6615
+ * <p>The list of columns in the intermediate table schema.</p>
6454
6616
  * @public
6455
6617
  */
6456
- isMetricsEnabled?: boolean | undefined;
6618
+ columns: Column[] | undefined;
6457
6619
  }
6458
6620
  /**
6459
- * <p>The membership object.</p>
6621
+ * <p>Contains information about a base table that an intermediate table depends on.</p>
6460
6622
  * @public
6461
6623
  */
6462
- export interface Membership {
6624
+ export interface IntermediateTableDependency {
6463
6625
  /**
6464
- * <p>The unique ID of the membership.</p>
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 unique ARN for the membership.</p>
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 unique ARN for the membership's associated collaboration.</p>
6667
+ * <p>The name of the intermediate table.</p>
6475
6668
  * @public
6476
6669
  */
6477
- collaborationArn: string | undefined;
6670
+ name: string | undefined;
6478
6671
  /**
6479
- * <p>The unique ID for the membership's collaboration.</p>
6672
+ * <p>The description of the intermediate table.</p>
6480
6673
  * @public
6481
6674
  */
6482
- collaborationId: string | undefined;
6675
+ description?: string | undefined;
6483
6676
  /**
6484
- * <p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>
6677
+ * <p>The Amazon Resource Name (ARN) of the membership that contains the intermediate table.</p>
6485
6678
  * @public
6486
6679
  */
6487
- collaborationCreatorAccountId: string | undefined;
6680
+ membershipArn: string | undefined;
6488
6681
  /**
6489
- * <p>The display name of the collaboration creator.</p>
6682
+ * <p>The unique identifier of the membership that contains the intermediate table.</p>
6490
6683
  * @public
6491
6684
  */
6492
- collaborationCreatorDisplayName: string | undefined;
6685
+ membershipId: string | undefined;
6493
6686
  /**
6494
- * <p>The name of the membership's collaboration.</p>
6687
+ * <p>The Amazon Resource Name (ARN) of the collaboration that contains the intermediate table.</p>
6495
6688
  * @public
6496
6689
  */
6497
- collaborationName: string | undefined;
6690
+ collaborationArn: string | undefined;
6498
6691
  /**
6499
- * <p>The time when the membership was created.</p>
6692
+ * <p>The unique identifier of the collaboration that contains the intermediate table.</p>
6500
6693
  * @public
6501
6694
  */
6502
- createTime: Date | undefined;
6695
+ collaborationId: string | undefined;
6503
6696
  /**
6504
- * <p>The time the membership metadata was last updated.</p>
6697
+ * <p>The child resources that depend on this intermediate table.</p>
6505
6698
  * @public
6506
6699
  */
6507
- updateTime: Date | undefined;
6700
+ childResources?: ChildResource[] | undefined;
6508
6701
  /**
6509
- * <p>The status of the membership.</p>
6702
+ * <p>The time the intermediate table was created.</p>
6510
6703
  * @public
6511
6704
  */
6512
- status: MembershipStatus | undefined;
6705
+ createTime: Date | undefined;
6513
6706
  /**
6514
- * <p>The abilities granted to the collaboration member.</p>
6707
+ * <p>The time the intermediate table was last updated.</p>
6515
6708
  * @public
6516
6709
  */
6517
- memberAbilities: MemberAbility[] | undefined;
6710
+ updateTime: Date | undefined;
6518
6711
  /**
6519
- * <p>Specifies the ML member abilities that are granted to a collaboration member.</p>
6712
+ * <p>The current status of the intermediate table.</p>
6520
6713
  * @public
6521
6714
  */
6522
- mlMemberAbilities?: MLMemberAbilities | undefined;
6715
+ status: IntermediateTableStatus | undefined;
6523
6716
  /**
6524
- * <p>An indicator as to whether query logging has been enabled or disabled for the membership.</p> <p>When <code>ENABLED</code>, Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is <code>DISABLED</code>.</p>
6717
+ * <p>The reason for the current status of the intermediate table.</p>
6525
6718
  * @public
6526
6719
  */
6527
- queryLogStatus: MembershipQueryLogStatus | undefined;
6720
+ statusReason?: string | undefined;
6528
6721
  /**
6529
- * <p>An indicator as to whether job logging has been enabled or disabled for the collaboration. </p> <p>When <code>ENABLED</code>, Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is <code>DISABLED</code>.</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
- jobLogStatus?: MembershipJobLogStatus | undefined;
6725
+ kmsKeyArn?: string | undefined;
6533
6726
  /**
6534
- * <p>The default protected query result configuration as specified by the member who can receive results.</p>
6727
+ * <p>The analysis configuration that defines the query used to populate the intermediate table.</p>
6535
6728
  * @public
6536
6729
  */
6537
- defaultResultConfiguration?: MembershipProtectedQueryResultConfiguration | undefined;
6730
+ populationAnalysisConfiguration: PopulationAnalysisConfiguration | undefined;
6538
6731
  /**
6539
- * <p> The default job result configuration for the membership.</p>
6732
+ * <p>The number of days that populated data is retained before expiring.</p>
6540
6733
  * @public
6541
6734
  */
6542
- defaultJobResultConfiguration?: MembershipProtectedJobResultConfiguration | undefined;
6735
+ retentionInDays?: number | undefined;
6543
6736
  /**
6544
- * <p>The payment responsibilities accepted by the collaboration member.</p>
6737
+ * <p>The list of base tables that this intermediate table depends on.</p>
6545
6738
  * @public
6546
6739
  */
6547
- paymentConfiguration: MembershipPaymentConfiguration | undefined;
6740
+ tableDependencies?: IntermediateTableDependency[] | undefined;
6548
6741
  /**
6549
- * <p>An indicator as to whether Amazon CloudWatch metrics are enabled for the membership.</p> <p>When <code>true</code>, metrics about query execution are collected in Amazon CloudWatch.</p>
6742
+ * <p>The details of the currently active version of the intermediate table.</p>
6550
6743
  * @public
6551
6744
  */
6552
- isMetricsEnabled?: boolean | undefined;
6553
- }
6554
- /**
6555
- * @public
6556
- */
6557
- export interface CreateMembershipOutput {
6745
+ intermediateTableVersion?: IntermediateTableActiveVersion | undefined;
6558
6746
  /**
6559
- * <p>The membership that was created.</p>
6747
+ * <p>The types of analysis rules associated with the intermediate table.</p>
6560
6748
  * @public
6561
6749
  */
6562
- membership: Membership | undefined;
6563
- }
6564
- /**
6565
- * @public
6566
- */
6567
- export interface DeleteMembershipInput {
6750
+ analysisRuleTypes?: IntermediateTableAnalysisRuleType[] | undefined;
6568
6751
  /**
6569
- * <p>The identifier for a membership resource.</p>
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
- membershipIdentifier: string | undefined;
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 GetMembershipInput {
6760
+ export interface CreateIntermediateTableOutput {
6583
6761
  /**
6584
- * <p>The identifier for a membership resource.</p>
6762
+ * <p>The intermediate table that was created.</p>
6585
6763
  * @public
6586
6764
  */
6587
- membershipIdentifier: string | undefined;
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 GetMembershipOutput {
6771
+ export interface IntermediateTableAnalysisRuleCustom {
6593
6772
  /**
6594
- * <p>The membership retrieved for the provided identifier.</p>
6773
+ * <p>The list of allowed analyses that can be performed on the intermediate table.</p>
6595
6774
  * @public
6596
6775
  */
6597
- membership: Membership | undefined;
6598
- }
6599
- /**
6600
- * @public
6601
- */
6602
- export interface GetProtectedJobInput {
6776
+ allowedAnalyses?: string[] | undefined;
6603
6777
  /**
6604
- * <p> The identifier for a membership in a protected job instance.</p>
6778
+ * <p>The setting that controls whether additional analyses are allowed on the intermediate table.</p>
6605
6779
  * @public
6606
6780
  */
6607
- membershipIdentifier: string | undefined;
6781
+ additionalAnalyses?: AdditionalAnalyses | undefined;
6608
6782
  /**
6609
- * <p> The identifier for the protected job instance.</p>
6783
+ * <p>The list of allowed additional analyses for the intermediate table.</p>
6610
6784
  * @public
6611
6785
  */
6612
- protectedJobIdentifier: string | undefined;
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>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>
6809
+ * <p>Contains the version 1 policy for an intermediate table analysis rule.</p>
6616
6810
  * @public
6617
6811
  */
6618
- export type WorkerComputeConfigurationProperties = WorkerComputeConfigurationProperties.SparkMember | WorkerComputeConfigurationProperties.$UnknownMember;
6812
+ export type IntermediateTableAnalysisRulePolicyV1 = IntermediateTableAnalysisRulePolicyV1.CustomMember | IntermediateTableAnalysisRulePolicyV1.$UnknownMember;
6619
6813
  /**
6620
6814
  * @public
6621
6815
  */
6622
- export declare namespace WorkerComputeConfigurationProperties {
6816
+ export declare namespace IntermediateTableAnalysisRulePolicyV1 {
6623
6817
  /**
6624
- * <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>
6818
+ * <p>The custom analysis rule policy.</p>
6625
6819
  * @public
6626
6820
  */
6627
- interface SparkMember {
6628
- spark: Record<string, string>;
6821
+ interface CustomMember {
6822
+ custom: IntermediateTableAnalysisRuleCustom;
6629
6823
  $unknown?: never;
6630
6824
  }
6631
6825
  /**
6632
6826
  * @public
6633
6827
  */
6634
6828
  interface $UnknownMember {
6635
- spark?: never;
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
- spark: (value: Record<string, string>) => T;
6837
+ custom: (value: IntermediateTableAnalysisRuleCustom) => T;
6644
6838
  _: (name: string, value: any) => T;
6645
6839
  }
6646
6840
  }
6647
6841
  /**
6648
- * <p>The configuration of the compute resources for a PySpark job.</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 ProtectedJobComputeConfiguration = ProtectedJobComputeConfiguration.WorkerMember | ProtectedJobComputeConfiguration.$UnknownMember;
6845
+ export type IntermediateTableAnalysisRulePolicy = IntermediateTableAnalysisRulePolicy.V1Member | IntermediateTableAnalysisRulePolicy.$UnknownMember;
6673
6846
  /**
6674
6847
  * @public
6675
6848
  */
6676
- export declare namespace ProtectedJobComputeConfiguration {
6849
+ export declare namespace IntermediateTableAnalysisRulePolicy {
6677
6850
  /**
6678
- * <p>The worker configuration for the compute environment.</p>
6851
+ * <p>The version 1 policy for the analysis rule.</p>
6679
6852
  * @public
6680
6853
  */
6681
- interface WorkerMember {
6682
- worker: ProtectedJobWorkerComputeConfiguration;
6854
+ interface V1Member {
6855
+ v1: IntermediateTableAnalysisRulePolicyV1;
6683
6856
  $unknown?: never;
6684
6857
  }
6685
6858
  /**
6686
6859
  * @public
6687
6860
  */
6688
6861
  interface $UnknownMember {
6689
- worker?: never;
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
- worker: (value: ProtectedJobWorkerComputeConfiguration) => T;
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 ProtectedJobError {
6877
+ export interface CreateIntermediateTableAnalysisRuleInput {
6706
6878
  /**
6707
- * <p> The message for the protected job error.</p>
6879
+ * <p>The unique identifier of the membership that contains the intermediate table.</p>
6708
6880
  * @public
6709
6881
  */
6710
- message: string | undefined;
6882
+ membershipIdentifier: string | undefined;
6711
6883
  /**
6712
- * <p> The error code for the protected job.</p>
6884
+ * <p>The unique identifier of the intermediate table for which to create the analysis rule.</p>
6713
6885
  * @public
6714
6886
  */
6715
- code: string | undefined;
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>The parameters for the protected job.</p>
6900
+ * <p>Contains the details of an analysis rule for an intermediate table.</p>
6719
6901
  * @public
6720
6902
  */
6721
- export interface ProtectedJobParameters {
6903
+ export interface IntermediateTableAnalysisRule {
6722
6904
  /**
6723
- * <p> The ARN of the analysis template.</p>
6905
+ * <p>The unique identifier of the intermediate table associated with this analysis rule.</p>
6724
6906
  * @public
6725
6907
  */
6726
- analysisTemplateArn: string | undefined;
6908
+ intermediateTableIdentifier: string | undefined;
6727
6909
  /**
6728
- * <p>Runtime configuration values passed to the PySpark analysis script. Parameter names and types must match those defined in the analysis template.</p>
6910
+ * <p>The Amazon Resource Name (ARN) of the intermediate table associated with this analysis rule.</p>
6729
6911
  * @public
6730
6912
  */
6731
- parameters?: Record<string, string> | undefined;
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 ProtectedJobSingleMemberOutput {
6938
+ export interface CreateIntermediateTableAnalysisRuleOutput {
6738
6939
  /**
6739
- * <p>The Amazon Web Services account ID of the member in the collaboration who can receive results from analyses.</p>
6940
+ * <p>The analysis rule that was created for the intermediate table.</p>
6740
6941
  * @public
6741
6942
  */
6742
- accountId: string | undefined;
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 ProtectedJobS3Output {
6948
+ export interface DeleteIntermediateTableInput {
6749
6949
  /**
6750
- * <p> The S3 location for the protected job output.</p>
6950
+ * <p>The unique identifier of the membership that contains the intermediate table.</p>
6751
6951
  * @public
6752
6952
  */
6753
- location: string | undefined;
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 type ProtectedJobOutput = ProtectedJobOutput.MemberListMember | ProtectedJobOutput.S3Member | ProtectedJobOutput.$UnknownMember;
6963
+ export interface DeleteIntermediateTableOutput {
6964
+ }
6760
6965
  /**
6761
6966
  * @public
6762
6967
  */
6763
- export declare namespace ProtectedJobOutput {
6968
+ export interface DeleteIntermediateTableAnalysisRuleInput {
6764
6969
  /**
6765
- * <p>If present, the output for a protected job with an `S3` output type.</p>
6970
+ * <p>The unique identifier of the membership that contains the intermediate table.</p>
6766
6971
  * @public
6767
6972
  */
6768
- interface S3Member {
6769
- s3: ProtectedJobS3Output;
6770
- memberList?: never;
6771
- $unknown?: never;
6772
- }
6973
+ membershipIdentifier: string | undefined;
6773
6974
  /**
6774
- * <p>The list of member Amazon Web Services account(s) that received the results of the job. </p>
6975
+ * <p>The unique identifier of the intermediate table from which to delete the analysis rule.</p>
6775
6976
  * @public
6776
6977
  */
6777
- interface MemberListMember {
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
- interface $UnknownMember {
6786
- s3?: never;
6787
- memberList?: never;
6788
- $unknown: [string, any];
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 ProtectedJobResult {
6993
+ export interface GetIntermediateTableInput {
6805
6994
  /**
6806
- * <p> The output of the protected job.</p>
6995
+ * <p>The unique identifier of the intermediate table to retrieve.</p>
6807
6996
  * @public
6808
6997
  */
6809
- output: ProtectedJobOutput | undefined;
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 ProtectedJobMemberOutputConfigurationOutput {
7008
+ export interface GetIntermediateTableOutput {
6816
7009
  /**
6817
- * <p> The account ID.</p>
7010
+ * <p>The intermediate table retrieved.</p>
6818
7011
  * @public
6819
7012
  */
6820
- accountId: string | undefined;
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 ProtectedJobS3OutputConfigurationOutput {
7018
+ export interface GetIntermediateTableAnalysisRuleInput {
6827
7019
  /**
6828
- * <p> The S3 bucket for job output.</p>
7020
+ * <p>The unique identifier of the membership that contains the intermediate table.</p>
6829
7021
  * @public
6830
7022
  */
6831
- bucket: string | undefined;
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 S3 prefix to unload the protected job results.</p>
7030
+ * <p>The type of analysis rule to retrieve. Currently, only <code>CUSTOM</code> is supported.</p>
6834
7031
  * @public
6835
7032
  */
6836
- keyPrefix?: string | undefined;
7033
+ analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
6837
7034
  }
6838
7035
  /**
6839
- * <p> The protected job output configuration output.</p>
6840
7036
  * @public
6841
7037
  */
6842
- export type ProtectedJobOutputConfigurationOutput = ProtectedJobOutputConfigurationOutput.MemberMember | ProtectedJobOutputConfigurationOutput.S3Member | ProtectedJobOutputConfigurationOutput.$UnknownMember;
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 declare namespace ProtectedJobOutputConfigurationOutput {
7048
+ export interface ListIntermediateTablesInput {
6847
7049
  /**
6848
- * <p>If present, the output for a protected job with an `S3` output type.</p>
7050
+ * <p>The unique identifier of the membership for which to list intermediate tables.</p>
6849
7051
  * @public
6850
7052
  */
6851
- interface S3Member {
6852
- s3: ProtectedJobS3OutputConfigurationOutput;
6853
- member?: never;
6854
- $unknown?: never;
6855
- }
7053
+ membershipIdentifier: string | undefined;
6856
7054
  /**
6857
- * <p> The member output configuration for a protected job.</p>
7055
+ * <p>The pagination token that's used to fetch the next set of results.</p>
6858
7056
  * @public
6859
7057
  */
6860
- interface MemberMember {
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
- interface $UnknownMember {
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>The output configuration for a protected job result.</p>
7066
+ * <p>Contains summary information about an intermediate table.</p>
6885
7067
  * @public
6886
7068
  */
6887
- export interface ProtectedJobResultConfigurationOutput {
7069
+ export interface IntermediateTableSummary {
6888
7070
  /**
6889
- * <p>The output configuration.</p>
7071
+ * <p>The unique identifier of the intermediate table.</p>
6890
7072
  * @public
6891
7073
  */
6892
- outputConfiguration: ProtectedJobOutputConfigurationOutput | undefined;
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> The number of Clean Rooms Processing Unit (CRPU) hours that have been billed.</p>
7076
+ * <p>The Amazon Resource Name (ARN) of the intermediate table.</p>
6901
7077
  * @public
6902
7078
  */
6903
- units: number | undefined;
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 ProtectedJobStatistics {
7139
+ export interface ListIntermediateTablesOutput {
6910
7140
  /**
6911
- * <p>The duration of the protected job, from creation until job completion, in milliseconds.</p>
7141
+ * <p>The list of intermediate table summaries.</p>
6912
7142
  * @public
6913
7143
  */
6914
- totalDurationInMillis?: number | undefined;
7144
+ intermediateTableSummaries: IntermediateTableSummary[] | undefined;
6915
7145
  /**
6916
- * <p> The billed resource utilization for the protected job.</p>
7146
+ * <p>The pagination token that's used to fetch the next set of results.</p>
6917
7147
  * @public
6918
7148
  */
6919
- billedResourceUtilization?: BilledJobResourceUtilization | undefined;
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 ProtectedJob {
7154
+ export interface ListIntermediateTableVersionsInput {
6926
7155
  /**
6927
- * <p>The identifier for a protected job instance.</p>
7156
+ * <p>The unique identifier of the membership that contains the intermediate table.</p>
6928
7157
  * @public
6929
7158
  */
6930
- id: string | undefined;
7159
+ membershipIdentifier: string | undefined;
6931
7160
  /**
6932
- * <p>he identifier for the membership.</p>
7161
+ * <p>The unique identifier of the intermediate table for which to list versions.</p>
6933
7162
  * @public
6934
7163
  */
6935
- membershipId: string | undefined;
7164
+ intermediateTableIdentifier: string | undefined;
6936
7165
  /**
6937
- * <p>The ARN of the membership.</p>
7166
+ * <p>The pagination token that's used to fetch the next set of results.</p>
6938
7167
  * @public
6939
7168
  */
6940
- membershipArn: string | undefined;
7169
+ nextToken?: string | undefined;
6941
7170
  /**
6942
- * <p> The creation time of the protected job.</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
- createTime: Date | undefined;
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> The job parameters for the protected job.</p>
7182
+ * <p>The unique identifier of the version.</p>
6948
7183
  * @public
6949
7184
  */
6950
- jobParameters?: ProtectedJobParameters | undefined;
7185
+ versionId: string | undefined;
6951
7186
  /**
6952
- * <p> The status of the protected job.</p>
7187
+ * <p>The unique identifier of the intermediate table that this version belongs to.</p>
6953
7188
  * @public
6954
7189
  */
6955
- status: ProtectedJobStatus | undefined;
7190
+ tableId: string | undefined;
6956
7191
  /**
6957
- * <p>Contains any details needed to write the job results.</p>
7192
+ * <p>The time the version was created.</p>
6958
7193
  * @public
6959
7194
  */
6960
- resultConfiguration?: ProtectedJobResultConfigurationOutput | undefined;
7195
+ createTime: Date | undefined;
6961
7196
  /**
6962
- * <p> The statistics of the protected job.</p>
7197
+ * <p>The identifier of the protected query that created this version.</p>
6963
7198
  * @public
6964
7199
  */
6965
- statistics?: ProtectedJobStatistics | undefined;
7200
+ analysisId: string | undefined;
6966
7201
  /**
6967
- * <p> The result of the protected job.</p>
7202
+ * <p>The status of the version.</p>
6968
7203
  * @public
6969
7204
  */
6970
- result?: ProtectedJobResult | undefined;
7205
+ status: IntermediateTableVersionStatus | undefined;
6971
7206
  /**
6972
- * <p> The error from the protected job.</p>
7207
+ * <p>The type of analysis that created this version.</p>
6973
7208
  * @public
6974
7209
  */
6975
- error?: ProtectedJobError | undefined;
7210
+ analysisType: PopulateIntermediateTableAnalysisType | undefined;
6976
7211
  /**
6977
- * <p>The compute configuration for the protected job.</p>
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
- computeConfiguration?: ProtectedJobComputeConfiguration | undefined;
7215
+ kmsKeyArn?: string | undefined;
6981
7216
  /**
6982
- * <p>The account ID of the member that pays for the job compute costs.</p>
7217
+ * <p>The time when this version expires based on the retention period.</p>
6983
7218
  * @public
6984
7219
  */
6985
- jobComputePayerAccountId?: string | undefined;
7220
+ expirationTime?: Date | undefined;
6986
7221
  }
6987
7222
  /**
6988
7223
  * @public
6989
7224
  */
6990
- export interface GetProtectedJobOutput {
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> The protected job metadata.</p>
7232
+ * <p>The pagination token that's used to fetch the next set of results.</p>
6993
7233
  * @public
6994
7234
  */
6995
- protectedJob: ProtectedJob | undefined;
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 interface GetProtectedQueryInput {
7245
+ export declare namespace WorkerComputeConfigurationProperties {
7001
7246
  /**
7002
- * <p>The identifier for a membership in a protected query instance.</p>
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
- membershipIdentifier: string | undefined;
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
- protectedQueryIdentifier: string | undefined;
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> The configuration of the compute resources for an analysis with the Spark analytics engine.</p>
7292
+ * <p>The compute configuration for an intermediate table population operation.</p>
7035
7293
  * @public
7036
7294
  */
7037
- export type ComputeConfiguration = ComputeConfiguration.WorkerMember | ComputeConfiguration.$UnknownMember;
7295
+ export type IntermediateTableComputeConfiguration = IntermediateTableComputeConfiguration.QueryComputeConfigurationMember | IntermediateTableComputeConfiguration.$UnknownMember;
7038
7296
  /**
7039
7297
  * @public
7040
7298
  */
7041
- export declare namespace ComputeConfiguration {
7299
+ export declare namespace IntermediateTableComputeConfiguration {
7042
7300
  /**
7043
- * <p> The worker configuration for the compute environment.</p>
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 WorkerMember {
7047
- worker: WorkerComputeConfiguration;
7304
+ interface QueryComputeConfigurationMember {
7305
+ queryComputeConfiguration: WorkerComputeConfiguration;
7048
7306
  $unknown?: never;
7049
7307
  }
7050
7308
  /**
7051
7309
  * @public
7052
7310
  */
7053
7311
  interface $UnknownMember {
7054
- worker?: never;
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
- worker: (value: WorkerComputeConfiguration) => T;
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 DifferentialPrivacySensitivityParameters {
7327
+ export interface PopulateIntermediateTableInput {
7071
7328
  /**
7072
- * <p>The type of aggregation function that was run.</p>
7329
+ * <p>The unique identifier of the intermediate table to populate.</p>
7073
7330
  * @public
7074
7331
  */
7075
- aggregationType: DifferentialPrivacyAggregationType | undefined;
7332
+ intermediateTableIdentifier: string | undefined;
7076
7333
  /**
7077
- * <p>The aggregation expression that was run.</p>
7334
+ * <p>The unique identifier of the membership that contains the intermediate table.</p>
7078
7335
  * @public
7079
7336
  */
7080
- aggregationExpression: string | undefined;
7337
+ membershipIdentifier: string | undefined;
7081
7338
  /**
7082
- * <p>The maximum number of rows contributed by a user in a SQL query.</p>
7339
+ * <p>The runtime parameter values that override the defaults in the stored query.</p>
7083
7340
  * @public
7084
7341
  */
7085
- userContributionLimit: number | undefined;
7342
+ parameters?: Record<string, string> | undefined;
7086
7343
  /**
7087
- * <p>The lower bound of the aggregation expression.</p>
7344
+ * <p>The compute configuration for the population query execution.</p>
7088
7345
  * @public
7089
7346
  */
7090
- minColumnValue?: number | undefined;
7347
+ computeConfiguration?: IntermediateTableComputeConfiguration | undefined;
7091
7348
  /**
7092
- * <p>The upper bound of the aggregation expression.</p>
7349
+ * <p>The account ID of the member that pays for the analysis compute costs.</p>
7093
7350
  * @public
7094
7351
  */
7095
- maxColumnValue?: number | undefined;
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 DifferentialPrivacyParameters {
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>Provides the sensitivity parameters that you can use to better understand the total amount of noise in query results.</p>
7364
+ * <p>The type of analysis performed to populate the intermediate table.</p>
7104
7365
  * @public
7105
7366
  */
7106
- sensitivityParameters: DifferentialPrivacySensitivityParameters[] | undefined;
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>Details of errors thrown by the protected query.</p>
7375
+ * <p>Contains the name and type of a column in an intermediate table.</p>
7110
7376
  * @public
7111
7377
  */
7112
- export interface ProtectedQueryError {
7378
+ export interface IntermediateTableColumn {
7113
7379
  /**
7114
- * <p>A description of why the query failed.</p>
7380
+ * <p>The name of the column.</p>
7115
7381
  * @public
7116
7382
  */
7117
- message: string | undefined;
7383
+ name: string | undefined;
7118
7384
  /**
7119
- * <p>An error code for the error.</p>
7385
+ * <p>The data type of the column.</p>
7120
7386
  * @public
7121
7387
  */
7122
- code: string | undefined;
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 ProtectedQuerySingleMemberOutput {
7393
+ export interface UpdateIntermediateTableInput {
7129
7394
  /**
7130
- * <p>The Amazon Web Services account ID of the member in the collaboration who can receive results for the query.</p>
7395
+ * <p>The unique identifier of the intermediate table to update.</p>
7131
7396
  * @public
7132
7397
  */
7133
- accountId: string | undefined;
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 ProtectedQueryS3Output {
7423
+ export interface UpdateIntermediateTableOutput {
7140
7424
  /**
7141
- * <p>The S3 location of the result.</p>
7425
+ * <p>The updated intermediate table.</p>
7142
7426
  * @public
7143
7427
  */
7144
- location: string | undefined;
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 ProtectedQueryDistributeOutput {
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>Contains output information for protected queries with an S3 output type.</p>
7445
+ * <p>The type of analysis rule to update. Currently, only <code>CUSTOM</code> is supported.</p>
7153
7446
  * @public
7154
7447
  */
7155
- s3?: ProtectedQueryS3Output | undefined;
7448
+ analysisRuleType: IntermediateTableAnalysisRuleType | undefined;
7156
7449
  /**
7157
- * <p> Contains the output results for each member location specified in the distribute output configuration. Each entry provides details about the result distribution to a specific collaboration member. </p>
7450
+ * <p>The updated analysis rule policy for the intermediate table.</p>
7158
7451
  * @public
7159
7452
  */
7160
- memberList?: ProtectedQuerySingleMemberOutput[] | undefined;
7453
+ analysisRulePolicy: IntermediateTableAnalysisRulePolicy | undefined;
7161
7454
  }