@aws-sdk/client-cleanrooms 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +84 -0
- package/dist-cjs/index.js +756 -924
- package/dist-es/CleanRooms.js +28 -0
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetCollaborationAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/BatchGetSchemaAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/BatchGetSchemaCommand.js +2 -14
- package/dist-es/commands/CreateAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/CreateCollaborationChangeRequestCommand.js +2 -14
- package/dist-es/commands/CreateCollaborationCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredAudienceModelAssociationCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredTableCommand.js +2 -14
- package/dist-es/commands/CreateIdMappingTableCommand.js +2 -14
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +2 -14
- package/dist-es/commands/CreateIntermediateTableAnalysisRuleCommand.js +4 -0
- package/dist-es/commands/CreateIntermediateTableCommand.js +4 -0
- package/dist-es/commands/CreateMembershipCommand.js +2 -14
- package/dist-es/commands/CreatePrivacyBudgetTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteCollaborationCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredAudienceModelAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredTableCommand.js +2 -14
- package/dist-es/commands/DeleteIdMappingTableCommand.js +2 -14
- package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteIntermediateTableAnalysisRuleCommand.js +4 -0
- package/dist-es/commands/DeleteIntermediateTableCommand.js +4 -0
- package/dist-es/commands/DeleteMemberCommand.js +2 -14
- package/dist-es/commands/DeleteMembershipCommand.js +2 -14
- package/dist-es/commands/DeletePrivacyBudgetTemplateCommand.js +2 -14
- package/dist-es/commands/DisallowIntermediateTableCommand.js +4 -0
- package/dist-es/commands/GetAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/GetCollaborationAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/GetCollaborationChangeRequestCommand.js +2 -14
- package/dist-es/commands/GetCollaborationCommand.js +2 -14
- package/dist-es/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +2 -14
- package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +2 -14
- package/dist-es/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +2 -14
- package/dist-es/commands/GetConfiguredAudienceModelAssociationCommand.js +2 -14
- package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/GetConfiguredTableAssociationCommand.js +2 -14
- package/dist-es/commands/GetConfiguredTableCommand.js +2 -14
- package/dist-es/commands/GetIdMappingTableCommand.js +2 -14
- package/dist-es/commands/GetIdNamespaceAssociationCommand.js +2 -14
- package/dist-es/commands/GetIntermediateTableAnalysisRuleCommand.js +4 -0
- package/dist-es/commands/GetIntermediateTableCommand.js +4 -0
- package/dist-es/commands/GetMembershipCommand.js +2 -14
- package/dist-es/commands/GetPrivacyBudgetTemplateCommand.js +2 -14
- package/dist-es/commands/GetProtectedJobCommand.js +2 -14
- package/dist-es/commands/GetProtectedQueryCommand.js +2 -14
- package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/GetSchemaCommand.js +2 -14
- package/dist-es/commands/ListAnalysisTemplatesCommand.js +2 -14
- package/dist-es/commands/ListCollaborationAnalysisTemplatesCommand.js +2 -14
- package/dist-es/commands/ListCollaborationChangeRequestsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +2 -14
- package/dist-es/commands/ListCollaborationPrivacyBudgetsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredAudienceModelAssociationsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredTablesCommand.js +2 -14
- package/dist-es/commands/ListIdMappingTablesCommand.js +2 -14
- package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +2 -14
- package/dist-es/commands/ListIntermediateTableVersionsCommand.js +4 -0
- package/dist-es/commands/ListIntermediateTablesCommand.js +4 -0
- package/dist-es/commands/ListMembersCommand.js +2 -14
- package/dist-es/commands/ListMembershipsCommand.js +2 -14
- package/dist-es/commands/ListPrivacyBudgetTemplatesCommand.js +2 -14
- package/dist-es/commands/ListPrivacyBudgetsCommand.js +2 -14
- package/dist-es/commands/ListProtectedJobsCommand.js +2 -14
- package/dist-es/commands/ListProtectedQueriesCommand.js +2 -14
- package/dist-es/commands/ListSchemasCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PopulateIdMappingTableCommand.js +2 -14
- package/dist-es/commands/PopulateIntermediateTableCommand.js +4 -0
- package/dist-es/commands/PreviewPrivacyImpactCommand.js +2 -14
- package/dist-es/commands/StartProtectedJobCommand.js +2 -14
- package/dist-es/commands/StartProtectedQueryCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateCollaborationChangeRequestCommand.js +2 -14
- package/dist-es/commands/UpdateCollaborationCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredAudienceModelAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredTableCommand.js +2 -14
- package/dist-es/commands/UpdateIdMappingTableCommand.js +2 -14
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateIntermediateTableAnalysisRuleCommand.js +4 -0
- package/dist-es/commands/UpdateIntermediateTableCommand.js +4 -0
- package/dist-es/commands/UpdateMembershipCommand.js +2 -14
- package/dist-es/commands/UpdatePrivacyBudgetTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateProtectedJobCommand.js +2 -14
- package/dist-es/commands/UpdateProtectedQueryCommand.js +2 -14
- package/dist-es/commands/index.js +12 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +53 -4
- package/dist-es/pagination/ListIntermediateTableVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListIntermediateTablesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +467 -36
- package/dist-types/CleanRooms.d.ts +98 -0
- package/dist-types/CleanRoomsClient.d.ts +14 -2
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +13 -16
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +12 -10
- package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateCollaborationChangeRequestCommand.d.ts +3 -8
- package/dist-types/commands/CreateCollaborationCommand.d.ts +4 -9
- package/dist-types/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +15 -8
- package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +12 -8
- package/dist-types/commands/CreateConfiguredTableCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +12 -8
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +158 -0
- package/dist-types/commands/CreateIntermediateTableCommand.d.ts +226 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +4 -9
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCollaborationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +89 -0
- package/dist-types/commands/DeleteIntermediateTableCommand.d.ts +88 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMembershipCommand.d.ts +4 -9
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DisallowIntermediateTableCommand.d.ts +89 -0
- package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationChangeRequestCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +9 -8
- package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +12 -8
- package/dist-types/commands/GetConfiguredTableCommand.d.ts +3 -8
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +12 -8
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +123 -0
- package/dist-types/commands/GetIntermediateTableCommand.d.ts +208 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +4 -9
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetProtectedJobCommand.d.ts +4 -9
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +9 -10
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +13 -16
- package/dist-types/commands/GetSchemaCommand.d.ts +12 -10
- package/dist-types/commands/ListAnalysisTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredTablesCommand.d.ts +3 -8
- package/dist-types/commands/ListIdMappingTablesCommand.d.ts +3 -8
- package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListIntermediateTableVersionsCommand.d.ts +101 -0
- package/dist-types/commands/ListIntermediateTablesCommand.d.ts +107 -0
- package/dist-types/commands/ListMembersCommand.d.ts +3 -8
- package/dist-types/commands/ListMembershipsCommand.d.ts +3 -8
- package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +3 -8
- package/dist-types/commands/ListProtectedJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +8 -8
- package/dist-types/commands/ListSchemasCommand.d.ts +5 -10
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -9
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +3 -8
- package/dist-types/commands/PopulateIntermediateTableCommand.d.ts +110 -0
- package/dist-types/commands/PreviewPrivacyImpactCommand.d.ts +3 -8
- package/dist-types/commands/StartProtectedJobCommand.d.ts +3 -8
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +13 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCollaborationChangeRequestCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +15 -8
- package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +12 -8
- package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +12 -8
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +156 -0
- package/dist-types/commands/UpdateIntermediateTableCommand.d.ts +216 -0
- package/dist-types/commands/UpdateMembershipCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProtectedJobCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +8 -8
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +125 -12
- package/dist-types/models/models_0.d.ts +729 -436
- package/dist-types/models/models_1.d.ts +1032 -3
- package/dist-types/pagination/ListIntermediateTableVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIntermediateTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +63 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +236 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +72 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCollaborationChangeRequestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCollaborationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +8 -17
- package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCollaborationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +8 -17
- package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisallowIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationChangeRequestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +8 -17
- package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +8 -17
- package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +10 -17
- package/dist-types/ts3.4/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnalysisTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationChangeRequestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredTableAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredTablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIntermediateTableVersionsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListIntermediateTablesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProtectedJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +8 -17
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PopulateIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/PreviewPrivacyImpactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartProtectedJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartProtectedQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCollaborationChangeRequestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCollaborationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProtectedJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +71 -6
- package/dist-types/ts3.4/models/models_0.d.ts +299 -261
- package/dist-types/ts3.4/models/models_1.d.ts +345 -17
- package/dist-types/ts3.4/pagination/ListIntermediateTableVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIntermediateTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +63 -0
- package/package.json +8 -10
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
2
|
import type { UpdateMembershipInput, UpdateMembershipOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateMembershipCommandInput extends UpdateMembershipInput {
|
|
|
22
19
|
export interface UpdateMembershipCommandOutput extends UpdateMembershipOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateMembershipCommand_base: {
|
|
25
|
-
new (input: UpdateMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateMembershipCommandInput, UpdateMembershipCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateMembershipCommandInput, UpdateMembershipCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateMembershipCommandInput, UpdateMembershipCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateMembershipCommandInput, UpdateMembershipCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a membership.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
2
|
import type { UpdatePrivacyBudgetTemplateInput, UpdatePrivacyBudgetTemplateOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdatePrivacyBudgetTemplateCommandInput extends UpdatePrivacyBu
|
|
|
22
19
|
export interface UpdatePrivacyBudgetTemplateCommandOutput extends UpdatePrivacyBudgetTemplateOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdatePrivacyBudgetTemplateCommand_base: {
|
|
25
|
-
new (input: UpdatePrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdatePrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdatePrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdatePrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdatePrivacyBudgetTemplateCommandInput, UpdatePrivacyBudgetTemplateCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the privacy budget template for the specified collaboration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
2
|
import type { UpdateProtectedJobInput, UpdateProtectedJobOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateProtectedJobCommandInput extends UpdateProtectedJobInput
|
|
|
22
19
|
export interface UpdateProtectedJobCommandOutput extends UpdateProtectedJobOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateProtectedJobCommand_base: {
|
|
25
|
-
new (input: UpdateProtectedJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectedJobCommandInput, UpdateProtectedJobCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateProtectedJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectedJobCommandInput, UpdateProtectedJobCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateProtectedJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectedJobCommandInput, UpdateProtectedJobCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateProtectedJobCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectedJobCommandInput, UpdateProtectedJobCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the processing of a currently running job.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
2
|
import type { UpdateProtectedQueryInput, UpdateProtectedQueryOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateProtectedQueryCommandInput extends UpdateProtectedQueryIn
|
|
|
22
19
|
export interface UpdateProtectedQueryCommandOutput extends UpdateProtectedQueryOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateProtectedQueryCommand_base: {
|
|
25
|
-
new (input: UpdateProtectedQueryCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateProtectedQueryCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateProtectedQueryCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateProtectedQueryCommandInput): import("@smithy/core/client").CommandImpl<UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the processing of a currently running query.</p>
|
|
@@ -85,6 +80,11 @@ declare const UpdateProtectedQueryCommand_base: {
|
|
|
85
80
|
* // },
|
|
86
81
|
* // ],
|
|
87
82
|
* // },
|
|
83
|
+
* // intermediateTable: { // IntermediateTableOutputConfiguration
|
|
84
|
+
* // id: "STRING_VALUE", // required
|
|
85
|
+
* // arn: "STRING_VALUE", // required
|
|
86
|
+
* // name: "STRING_VALUE", // required
|
|
87
|
+
* // },
|
|
88
88
|
* // },
|
|
89
89
|
* // },
|
|
90
90
|
* // statistics: { // ProtectedQueryStatistics
|
|
@@ -11,6 +11,8 @@ export * from "./CreateConfiguredTableAssociationCommand";
|
|
|
11
11
|
export * from "./CreateConfiguredTableCommand";
|
|
12
12
|
export * from "./CreateIdMappingTableCommand";
|
|
13
13
|
export * from "./CreateIdNamespaceAssociationCommand";
|
|
14
|
+
export * from "./CreateIntermediateTableAnalysisRuleCommand";
|
|
15
|
+
export * from "./CreateIntermediateTableCommand";
|
|
14
16
|
export * from "./CreateMembershipCommand";
|
|
15
17
|
export * from "./CreatePrivacyBudgetTemplateCommand";
|
|
16
18
|
export * from "./DeleteAnalysisTemplateCommand";
|
|
@@ -22,9 +24,12 @@ export * from "./DeleteConfiguredTableAssociationCommand";
|
|
|
22
24
|
export * from "./DeleteConfiguredTableCommand";
|
|
23
25
|
export * from "./DeleteIdMappingTableCommand";
|
|
24
26
|
export * from "./DeleteIdNamespaceAssociationCommand";
|
|
27
|
+
export * from "./DeleteIntermediateTableAnalysisRuleCommand";
|
|
28
|
+
export * from "./DeleteIntermediateTableCommand";
|
|
25
29
|
export * from "./DeleteMemberCommand";
|
|
26
30
|
export * from "./DeleteMembershipCommand";
|
|
27
31
|
export * from "./DeletePrivacyBudgetTemplateCommand";
|
|
32
|
+
export * from "./DisallowIntermediateTableCommand";
|
|
28
33
|
export * from "./GetAnalysisTemplateCommand";
|
|
29
34
|
export * from "./GetCollaborationAnalysisTemplateCommand";
|
|
30
35
|
export * from "./GetCollaborationChangeRequestCommand";
|
|
@@ -39,6 +44,8 @@ export * from "./GetConfiguredTableAssociationCommand";
|
|
|
39
44
|
export * from "./GetConfiguredTableCommand";
|
|
40
45
|
export * from "./GetIdMappingTableCommand";
|
|
41
46
|
export * from "./GetIdNamespaceAssociationCommand";
|
|
47
|
+
export * from "./GetIntermediateTableAnalysisRuleCommand";
|
|
48
|
+
export * from "./GetIntermediateTableCommand";
|
|
42
49
|
export * from "./GetMembershipCommand";
|
|
43
50
|
export * from "./GetPrivacyBudgetTemplateCommand";
|
|
44
51
|
export * from "./GetProtectedJobCommand";
|
|
@@ -58,6 +65,8 @@ export * from "./ListConfiguredTableAssociationsCommand";
|
|
|
58
65
|
export * from "./ListConfiguredTablesCommand";
|
|
59
66
|
export * from "./ListIdMappingTablesCommand";
|
|
60
67
|
export * from "./ListIdNamespaceAssociationsCommand";
|
|
68
|
+
export * from "./ListIntermediateTableVersionsCommand";
|
|
69
|
+
export * from "./ListIntermediateTablesCommand";
|
|
61
70
|
export * from "./ListMembersCommand";
|
|
62
71
|
export * from "./ListMembershipsCommand";
|
|
63
72
|
export * from "./ListPrivacyBudgetTemplatesCommand";
|
|
@@ -67,6 +76,7 @@ export * from "./ListProtectedQueriesCommand";
|
|
|
67
76
|
export * from "./ListSchemasCommand";
|
|
68
77
|
export * from "./ListTagsForResourceCommand";
|
|
69
78
|
export * from "./PopulateIdMappingTableCommand";
|
|
79
|
+
export * from "./PopulateIntermediateTableCommand";
|
|
70
80
|
export * from "./PreviewPrivacyImpactCommand";
|
|
71
81
|
export * from "./StartProtectedJobCommand";
|
|
72
82
|
export * from "./StartProtectedQueryCommand";
|
|
@@ -82,6 +92,8 @@ export * from "./UpdateConfiguredTableAssociationCommand";
|
|
|
82
92
|
export * from "./UpdateConfiguredTableCommand";
|
|
83
93
|
export * from "./UpdateIdMappingTableCommand";
|
|
84
94
|
export * from "./UpdateIdNamespaceAssociationCommand";
|
|
95
|
+
export * from "./UpdateIntermediateTableAnalysisRuleCommand";
|
|
96
|
+
export * from "./UpdateIntermediateTableCommand";
|
|
85
97
|
export * from "./UpdateMembershipCommand";
|
|
86
98
|
export * from "./UpdatePrivacyBudgetTemplateCommand";
|
|
87
99
|
export * from "./UpdateProtectedJobCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { CleanRoomsExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -457,6 +457,12 @@ export declare const SchemaStatusReasonCode: {
|
|
|
457
457
|
readonly COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED: "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED";
|
|
458
458
|
readonly DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED";
|
|
459
459
|
readonly ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED";
|
|
460
|
+
readonly INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING: "INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING";
|
|
461
|
+
readonly INTERMEDIATE_TABLE_BASE_TABLE_REMOVED: "INTERMEDIATE_TABLE_BASE_TABLE_REMOVED";
|
|
462
|
+
readonly INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER: "INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER";
|
|
463
|
+
readonly INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED: "INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED";
|
|
464
|
+
readonly INTERMEDIATE_TABLE_NOT_POPULATED: "INTERMEDIATE_TABLE_NOT_POPULATED";
|
|
465
|
+
readonly INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED: "INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED";
|
|
460
466
|
readonly RESULT_RECEIVERS_NOT_ALLOWED: "RESULT_RECEIVERS_NOT_ALLOWED";
|
|
461
467
|
readonly RESULT_RECEIVERS_NOT_CONFIGURED: "RESULT_RECEIVERS_NOT_CONFIGURED";
|
|
462
468
|
};
|
|
@@ -506,6 +512,7 @@ export type SelectedAnalysisMethod = (typeof SelectedAnalysisMethod)[keyof typeo
|
|
|
506
512
|
*/
|
|
507
513
|
export declare const SchemaType: {
|
|
508
514
|
readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
|
|
515
|
+
readonly INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE";
|
|
509
516
|
readonly TABLE: "TABLE";
|
|
510
517
|
};
|
|
511
518
|
/**
|
|
@@ -700,6 +707,34 @@ export declare const ConfiguredTableAssociationAnalysisRuleType: {
|
|
|
700
707
|
* @public
|
|
701
708
|
*/
|
|
702
709
|
export type ConfiguredTableAssociationAnalysisRuleType = (typeof ConfiguredTableAssociationAnalysisRuleType)[keyof typeof ConfiguredTableAssociationAnalysisRuleType];
|
|
710
|
+
/**
|
|
711
|
+
* @public
|
|
712
|
+
* @enum
|
|
713
|
+
*/
|
|
714
|
+
export declare const ResourceStatus: {
|
|
715
|
+
readonly BASE_TABLE_REMOVED: "BASE_TABLE_REMOVED";
|
|
716
|
+
readonly CREATED: "CREATED";
|
|
717
|
+
readonly DISALLOWED_BY_DATA_PROVIDER: "DISALLOWED_BY_DATA_PROVIDER";
|
|
718
|
+
readonly POPULATE_FAILED: "POPULATE_FAILED";
|
|
719
|
+
readonly POPULATE_STARTED: "POPULATE_STARTED";
|
|
720
|
+
readonly POPULATE_SUCCESS: "POPULATE_SUCCESS";
|
|
721
|
+
readonly RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED";
|
|
722
|
+
};
|
|
723
|
+
/**
|
|
724
|
+
* @public
|
|
725
|
+
*/
|
|
726
|
+
export type ResourceStatus = (typeof ResourceStatus)[keyof typeof ResourceStatus];
|
|
727
|
+
/**
|
|
728
|
+
* @public
|
|
729
|
+
* @enum
|
|
730
|
+
*/
|
|
731
|
+
export declare const ChildResourceType: {
|
|
732
|
+
readonly INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE";
|
|
733
|
+
};
|
|
734
|
+
/**
|
|
735
|
+
* @public
|
|
736
|
+
*/
|
|
737
|
+
export type ChildResourceType = (typeof ChildResourceType)[keyof typeof ChildResourceType];
|
|
703
738
|
/**
|
|
704
739
|
* @public
|
|
705
740
|
* @enum
|
|
@@ -726,6 +761,96 @@ export declare const JobType: {
|
|
|
726
761
|
* @public
|
|
727
762
|
*/
|
|
728
763
|
export type JobType = (typeof JobType)[keyof typeof JobType];
|
|
764
|
+
/**
|
|
765
|
+
* @public
|
|
766
|
+
* @enum
|
|
767
|
+
*/
|
|
768
|
+
export declare const IntermediateTableAnalysisRuleType: {
|
|
769
|
+
readonly CUSTOM: "CUSTOM";
|
|
770
|
+
};
|
|
771
|
+
/**
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
774
|
+
export type IntermediateTableAnalysisRuleType = (typeof IntermediateTableAnalysisRuleType)[keyof typeof IntermediateTableAnalysisRuleType];
|
|
775
|
+
/**
|
|
776
|
+
* @public
|
|
777
|
+
* @enum
|
|
778
|
+
*/
|
|
779
|
+
export declare const PopulateIntermediateTableAnalysisType: {
|
|
780
|
+
readonly QUERY: "QUERY";
|
|
781
|
+
};
|
|
782
|
+
/**
|
|
783
|
+
* @public
|
|
784
|
+
*/
|
|
785
|
+
export type PopulateIntermediateTableAnalysisType = (typeof PopulateIntermediateTableAnalysisType)[keyof typeof PopulateIntermediateTableAnalysisType];
|
|
786
|
+
/**
|
|
787
|
+
* @public
|
|
788
|
+
* @enum
|
|
789
|
+
*/
|
|
790
|
+
export declare const BaseTableDependencyType: {
|
|
791
|
+
readonly ID_MAPPING_TABLE: "ID_MAPPING_TABLE";
|
|
792
|
+
readonly INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE";
|
|
793
|
+
readonly TABLE: "TABLE";
|
|
794
|
+
};
|
|
795
|
+
/**
|
|
796
|
+
* @public
|
|
797
|
+
*/
|
|
798
|
+
export type BaseTableDependencyType = (typeof BaseTableDependencyType)[keyof typeof BaseTableDependencyType];
|
|
799
|
+
/**
|
|
800
|
+
* @public
|
|
801
|
+
* @enum
|
|
802
|
+
*/
|
|
803
|
+
export declare const IntermediateTableStatus: {
|
|
804
|
+
readonly BASE_TABLE_REMOVED: "BASE_TABLE_REMOVED";
|
|
805
|
+
readonly CREATED: "CREATED";
|
|
806
|
+
readonly DISALLOWED_BY_DATA_PROVIDER: "DISALLOWED_BY_DATA_PROVIDER";
|
|
807
|
+
readonly POPULATE_FAILED: "POPULATE_FAILED";
|
|
808
|
+
readonly POPULATE_STARTED: "POPULATE_STARTED";
|
|
809
|
+
readonly POPULATE_SUCCESS: "POPULATE_SUCCESS";
|
|
810
|
+
readonly RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED";
|
|
811
|
+
};
|
|
812
|
+
/**
|
|
813
|
+
* @public
|
|
814
|
+
*/
|
|
815
|
+
export type IntermediateTableStatus = (typeof IntermediateTableStatus)[keyof typeof IntermediateTableStatus];
|
|
816
|
+
/**
|
|
817
|
+
* @public
|
|
818
|
+
* @enum
|
|
819
|
+
*/
|
|
820
|
+
export declare const BaseTableParentType: {
|
|
821
|
+
readonly DIRECT: "DIRECT";
|
|
822
|
+
readonly INDIRECT: "INDIRECT";
|
|
823
|
+
};
|
|
824
|
+
/**
|
|
825
|
+
* @public
|
|
826
|
+
*/
|
|
827
|
+
export type BaseTableParentType = (typeof BaseTableParentType)[keyof typeof BaseTableParentType];
|
|
828
|
+
/**
|
|
829
|
+
* @public
|
|
830
|
+
* @enum
|
|
831
|
+
*/
|
|
832
|
+
export declare const IntermediateTableVersionStatus: {
|
|
833
|
+
readonly POPULATE_FAILED: "POPULATE_FAILED";
|
|
834
|
+
readonly POPULATE_STARTED: "POPULATE_STARTED";
|
|
835
|
+
readonly POPULATE_SUCCESS: "POPULATE_SUCCESS";
|
|
836
|
+
readonly RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED";
|
|
837
|
+
};
|
|
838
|
+
/**
|
|
839
|
+
* @public
|
|
840
|
+
*/
|
|
841
|
+
export type IntermediateTableVersionStatus = (typeof IntermediateTableVersionStatus)[keyof typeof IntermediateTableVersionStatus];
|
|
842
|
+
/**
|
|
843
|
+
* @public
|
|
844
|
+
* @enum
|
|
845
|
+
*/
|
|
846
|
+
export declare const WorkerComputeType: {
|
|
847
|
+
readonly CR1X: "CR.1X";
|
|
848
|
+
readonly CR4X: "CR.4X";
|
|
849
|
+
};
|
|
850
|
+
/**
|
|
851
|
+
* @public
|
|
852
|
+
*/
|
|
853
|
+
export type WorkerComputeType = (typeof WorkerComputeType)[keyof typeof WorkerComputeType];
|
|
729
854
|
/**
|
|
730
855
|
* @public
|
|
731
856
|
* @enum
|
|
@@ -803,18 +928,6 @@ export declare const ProtectedJobStatus: {
|
|
|
803
928
|
* @public
|
|
804
929
|
*/
|
|
805
930
|
export type ProtectedJobStatus = (typeof ProtectedJobStatus)[keyof typeof ProtectedJobStatus];
|
|
806
|
-
/**
|
|
807
|
-
* @public
|
|
808
|
-
* @enum
|
|
809
|
-
*/
|
|
810
|
-
export declare const WorkerComputeType: {
|
|
811
|
-
readonly CR1X: "CR.1X";
|
|
812
|
-
readonly CR4X: "CR.4X";
|
|
813
|
-
};
|
|
814
|
-
/**
|
|
815
|
-
* @public
|
|
816
|
-
*/
|
|
817
|
-
export type WorkerComputeType = (typeof WorkerComputeType)[keyof typeof WorkerComputeType];
|
|
818
931
|
/**
|
|
819
932
|
* @public
|
|
820
933
|
* @enum
|