@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListIntermediateTableVersionsCommandInput, ListIntermediateTableVersionsCommandOutput } from "../commands/ListIntermediateTableVersionsCommand";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListIntermediateTableVersions: (config: CleanRoomsPaginationConfiguration, input: ListIntermediateTableVersionsCommandInput, ...rest: any[]) => Paginator<ListIntermediateTableVersionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListIntermediateTablesCommandInput, ListIntermediateTablesCommandOutput } from "../commands/ListIntermediateTablesCommand";
|
|
3
|
+
import type { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListIntermediateTables: (config: CleanRoomsPaginationConfiguration, input: ListIntermediateTablesCommandInput, ...rest: any[]) => Paginator<ListIntermediateTablesCommandOutput>;
|
|
@@ -12,6 +12,8 @@ export * from "./ListConfiguredTableAssociationsPaginator";
|
|
|
12
12
|
export * from "./ListConfiguredTablesPaginator";
|
|
13
13
|
export * from "./ListIdMappingTablesPaginator";
|
|
14
14
|
export * from "./ListIdNamespaceAssociationsPaginator";
|
|
15
|
+
export * from "./ListIntermediateTablesPaginator";
|
|
16
|
+
export * from "./ListIntermediateTableVersionsPaginator";
|
|
15
17
|
export * from "./ListMembersPaginator";
|
|
16
18
|
export * from "./ListMembershipsPaginator";
|
|
17
19
|
export * from "./ListPrivacyBudgetsPaginator";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { CleanRoomsClientConfig } from "./CleanRoomsClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -51,6 +51,7 @@ export declare var BilledResourceUtilization$: StaticStructureSchema;
|
|
|
51
51
|
export declare var BudgetParameter$: StaticStructureSchema;
|
|
52
52
|
export declare var Change$: StaticStructureSchema;
|
|
53
53
|
export declare var ChangeInput$: StaticStructureSchema;
|
|
54
|
+
export declare var ChildResource$: StaticStructureSchema;
|
|
54
55
|
export declare var Collaboration$: StaticStructureSchema;
|
|
55
56
|
export declare var CollaborationAnalysisTemplate$: StaticStructureSchema;
|
|
56
57
|
export declare var CollaborationAnalysisTemplateSummary$: StaticStructureSchema;
|
|
@@ -67,6 +68,7 @@ export declare var CollaborationPrivacyBudgetTemplateSummary$: StaticStructureSc
|
|
|
67
68
|
export declare var CollaborationSummary$: StaticStructureSchema;
|
|
68
69
|
export declare var Column$: StaticStructureSchema;
|
|
69
70
|
export declare var ColumnClassificationDetails$: StaticStructureSchema;
|
|
71
|
+
export declare var ColumnLineageEntry$: StaticStructureSchema;
|
|
70
72
|
export declare var ConfiguredAudienceModelAssociation$: StaticStructureSchema;
|
|
71
73
|
export declare var ConfiguredAudienceModelAssociationSummary$: StaticStructureSchema;
|
|
72
74
|
export declare var ConfiguredTable$: StaticStructureSchema;
|
|
@@ -76,6 +78,7 @@ export declare var ConfiguredTableAssociationAnalysisRule$: StaticStructureSchem
|
|
|
76
78
|
export declare var ConfiguredTableAssociationAnalysisRuleAggregation$: StaticStructureSchema;
|
|
77
79
|
export declare var ConfiguredTableAssociationAnalysisRuleCustom$: StaticStructureSchema;
|
|
78
80
|
export declare var ConfiguredTableAssociationAnalysisRuleList$: StaticStructureSchema;
|
|
81
|
+
export declare var ConfiguredTableAssociationSchemaTypeProperties$: StaticStructureSchema;
|
|
79
82
|
export declare var ConfiguredTableAssociationSummary$: StaticStructureSchema;
|
|
80
83
|
export declare var ConfiguredTableSummary$: StaticStructureSchema;
|
|
81
84
|
export declare var ConsolidatedPolicyAggregation$: StaticStructureSchema;
|
|
@@ -101,6 +104,10 @@ export declare var CreateIdMappingTableInput$: StaticStructureSchema;
|
|
|
101
104
|
export declare var CreateIdMappingTableOutput$: StaticStructureSchema;
|
|
102
105
|
export declare var CreateIdNamespaceAssociationInput$: StaticStructureSchema;
|
|
103
106
|
export declare var CreateIdNamespaceAssociationOutput$: StaticStructureSchema;
|
|
107
|
+
export declare var CreateIntermediateTableAnalysisRuleInput$: StaticStructureSchema;
|
|
108
|
+
export declare var CreateIntermediateTableAnalysisRuleOutput$: StaticStructureSchema;
|
|
109
|
+
export declare var CreateIntermediateTableInput$: StaticStructureSchema;
|
|
110
|
+
export declare var CreateIntermediateTableOutput$: StaticStructureSchema;
|
|
104
111
|
export declare var CreateMembershipInput$: StaticStructureSchema;
|
|
105
112
|
export declare var CreateMembershipOutput$: StaticStructureSchema;
|
|
106
113
|
export declare var CreatePrivacyBudgetTemplateInput$: StaticStructureSchema;
|
|
@@ -124,6 +131,10 @@ export declare var DeleteIdMappingTableInput$: StaticStructureSchema;
|
|
|
124
131
|
export declare var DeleteIdMappingTableOutput$: StaticStructureSchema;
|
|
125
132
|
export declare var DeleteIdNamespaceAssociationInput$: StaticStructureSchema;
|
|
126
133
|
export declare var DeleteIdNamespaceAssociationOutput$: StaticStructureSchema;
|
|
134
|
+
export declare var DeleteIntermediateTableAnalysisRuleInput$: StaticStructureSchema;
|
|
135
|
+
export declare var DeleteIntermediateTableAnalysisRuleOutput$: StaticStructureSchema;
|
|
136
|
+
export declare var DeleteIntermediateTableInput$: StaticStructureSchema;
|
|
137
|
+
export declare var DeleteIntermediateTableOutput$: StaticStructureSchema;
|
|
127
138
|
export declare var DeleteMemberInput$: StaticStructureSchema;
|
|
128
139
|
export declare var DeleteMemberOutput$: StaticStructureSchema;
|
|
129
140
|
export declare var DeleteMembershipInput$: StaticStructureSchema;
|
|
@@ -143,6 +154,8 @@ export declare var DifferentialPrivacyTemplateParametersInput$: StaticStructureS
|
|
|
143
154
|
export declare var DifferentialPrivacyTemplateParametersOutput$: StaticStructureSchema;
|
|
144
155
|
export declare var DifferentialPrivacyTemplateUpdateParameters$: StaticStructureSchema;
|
|
145
156
|
export declare var DirectAnalysisConfigurationDetails$: StaticStructureSchema;
|
|
157
|
+
export declare var DisallowIntermediateTableInput$: StaticStructureSchema;
|
|
158
|
+
export declare var DisallowIntermediateTableOutput$: StaticStructureSchema;
|
|
146
159
|
export declare var ErrorMessageConfiguration$: StaticStructureSchema;
|
|
147
160
|
export declare var GetAnalysisTemplateInput$: StaticStructureSchema;
|
|
148
161
|
export declare var GetAnalysisTemplateOutput$: StaticStructureSchema;
|
|
@@ -172,6 +185,10 @@ export declare var GetIdMappingTableInput$: StaticStructureSchema;
|
|
|
172
185
|
export declare var GetIdMappingTableOutput$: StaticStructureSchema;
|
|
173
186
|
export declare var GetIdNamespaceAssociationInput$: StaticStructureSchema;
|
|
174
187
|
export declare var GetIdNamespaceAssociationOutput$: StaticStructureSchema;
|
|
188
|
+
export declare var GetIntermediateTableAnalysisRuleInput$: StaticStructureSchema;
|
|
189
|
+
export declare var GetIntermediateTableAnalysisRuleOutput$: StaticStructureSchema;
|
|
190
|
+
export declare var GetIntermediateTableInput$: StaticStructureSchema;
|
|
191
|
+
export declare var GetIntermediateTableOutput$: StaticStructureSchema;
|
|
175
192
|
export declare var GetMembershipInput$: StaticStructureSchema;
|
|
176
193
|
export declare var GetMembershipOutput$: StaticStructureSchema;
|
|
177
194
|
export declare var GetPrivacyBudgetTemplateInput$: StaticStructureSchema;
|
|
@@ -198,6 +215,25 @@ export declare var IdNamespaceAssociationInputReferenceConfig$: StaticStructureS
|
|
|
198
215
|
export declare var IdNamespaceAssociationInputReferenceProperties$: StaticStructureSchema;
|
|
199
216
|
export declare var IdNamespaceAssociationInputReferencePropertiesSummary$: StaticStructureSchema;
|
|
200
217
|
export declare var IdNamespaceAssociationSummary$: StaticStructureSchema;
|
|
218
|
+
export declare var InheritedAdditionalAnalyses$: StaticStructureSchema;
|
|
219
|
+
export declare var InheritedAdditionalAnalysesSource$: StaticStructureSchema;
|
|
220
|
+
export declare var InheritedAllowedAdditionalAnalyses$: StaticStructureSchema;
|
|
221
|
+
export declare var InheritedAllowedAdditionalAnalysesSource$: StaticStructureSchema;
|
|
222
|
+
export declare var InheritedAllowedResultReceivers$: StaticStructureSchema;
|
|
223
|
+
export declare var InheritedAllowedResultReceiversSource$: StaticStructureSchema;
|
|
224
|
+
export declare var InheritedDisallowedOutputColumns$: StaticStructureSchema;
|
|
225
|
+
export declare var IntermediateTable$: StaticStructureSchema;
|
|
226
|
+
export declare var IntermediateTableActiveVersion$: StaticStructureSchema;
|
|
227
|
+
export declare var IntermediateTableAnalysisRule$: StaticStructureSchema;
|
|
228
|
+
export declare var IntermediateTableAnalysisRuleCustom$: StaticStructureSchema;
|
|
229
|
+
export declare var IntermediateTableColumn$: StaticStructureSchema;
|
|
230
|
+
export declare var IntermediateTableDependency$: StaticStructureSchema;
|
|
231
|
+
export declare var IntermediateTableInheritedConstraints$: StaticStructureSchema;
|
|
232
|
+
export declare var IntermediateTableOutputConfiguration$: StaticStructureSchema;
|
|
233
|
+
export declare var IntermediateTableSchema$: StaticStructureSchema;
|
|
234
|
+
export declare var IntermediateTableSchemaTypeProperties$: StaticStructureSchema;
|
|
235
|
+
export declare var IntermediateTableSummary$: StaticStructureSchema;
|
|
236
|
+
export declare var IntermediateTableVersionSummary$: StaticStructureSchema;
|
|
201
237
|
export declare var JobComputePaymentConfig$: StaticStructureSchema;
|
|
202
238
|
export declare var ListAnalysisTemplatesInput$: StaticStructureSchema;
|
|
203
239
|
export declare var ListAnalysisTemplatesOutput$: StaticStructureSchema;
|
|
@@ -225,6 +261,10 @@ export declare var ListIdMappingTablesInput$: StaticStructureSchema;
|
|
|
225
261
|
export declare var ListIdMappingTablesOutput$: StaticStructureSchema;
|
|
226
262
|
export declare var ListIdNamespaceAssociationsInput$: StaticStructureSchema;
|
|
227
263
|
export declare var ListIdNamespaceAssociationsOutput$: StaticStructureSchema;
|
|
264
|
+
export declare var ListIntermediateTablesInput$: StaticStructureSchema;
|
|
265
|
+
export declare var ListIntermediateTablesOutput$: StaticStructureSchema;
|
|
266
|
+
export declare var ListIntermediateTableVersionsInput$: StaticStructureSchema;
|
|
267
|
+
export declare var ListIntermediateTableVersionsOutput$: StaticStructureSchema;
|
|
228
268
|
export declare var ListMembershipsInput$: StaticStructureSchema;
|
|
229
269
|
export declare var ListMembershipsOutput$: StaticStructureSchema;
|
|
230
270
|
export declare var ListMembersInput$: StaticStructureSchema;
|
|
@@ -263,6 +303,9 @@ export declare var ModelTrainingPaymentConfig$: StaticStructureSchema;
|
|
|
263
303
|
export declare var PaymentConfiguration$: StaticStructureSchema;
|
|
264
304
|
export declare var PopulateIdMappingTableInput$: StaticStructureSchema;
|
|
265
305
|
export declare var PopulateIdMappingTableOutput$: StaticStructureSchema;
|
|
306
|
+
export declare var PopulateIntermediateTableInput$: StaticStructureSchema;
|
|
307
|
+
export declare var PopulateIntermediateTableOutput$: StaticStructureSchema;
|
|
308
|
+
export declare var PopulationAnalysisSqlParameters$: StaticStructureSchema;
|
|
266
309
|
export declare var PreviewPrivacyImpactInput$: StaticStructureSchema;
|
|
267
310
|
export declare var PreviewPrivacyImpactOutput$: StaticStructureSchema;
|
|
268
311
|
export declare var PrivacyBudgetSummary$: StaticStructureSchema;
|
|
@@ -339,6 +382,10 @@ export declare var UpdateIdMappingTableInput$: StaticStructureSchema;
|
|
|
339
382
|
export declare var UpdateIdMappingTableOutput$: StaticStructureSchema;
|
|
340
383
|
export declare var UpdateIdNamespaceAssociationInput$: StaticStructureSchema;
|
|
341
384
|
export declare var UpdateIdNamespaceAssociationOutput$: StaticStructureSchema;
|
|
385
|
+
export declare var UpdateIntermediateTableAnalysisRuleInput$: StaticStructureSchema;
|
|
386
|
+
export declare var UpdateIntermediateTableAnalysisRuleOutput$: StaticStructureSchema;
|
|
387
|
+
export declare var UpdateIntermediateTableInput$: StaticStructureSchema;
|
|
388
|
+
export declare var UpdateIntermediateTableOutput$: StaticStructureSchema;
|
|
342
389
|
export declare var UpdateMembershipInput$: StaticStructureSchema;
|
|
343
390
|
export declare var UpdateMembershipOutput$: StaticStructureSchema;
|
|
344
391
|
export declare var UpdateMembershipPaymentConfiguration$: StaticStructureSchema;
|
|
@@ -363,8 +410,12 @@ export declare var ConfiguredTableAssociationAnalysisRulePolicy$: StaticUnionSch
|
|
|
363
410
|
export declare var ConfiguredTableAssociationAnalysisRulePolicyV1$: StaticUnionSchema;
|
|
364
411
|
export declare var ConsolidatedPolicy$: StaticUnionSchema;
|
|
365
412
|
export declare var ConsolidatedPolicyV1$: StaticUnionSchema;
|
|
413
|
+
export declare var IntermediateTableAnalysisRulePolicy$: StaticUnionSchema;
|
|
414
|
+
export declare var IntermediateTableAnalysisRulePolicyV1$: StaticUnionSchema;
|
|
415
|
+
export declare var IntermediateTableComputeConfiguration$: StaticUnionSchema;
|
|
366
416
|
export declare var MembershipProtectedJobOutputConfiguration$: StaticUnionSchema;
|
|
367
417
|
export declare var MembershipProtectedQueryOutputConfiguration$: StaticUnionSchema;
|
|
418
|
+
export declare var PopulationAnalysisConfiguration$: StaticUnionSchema;
|
|
368
419
|
export declare var PreviewPrivacyImpactParametersInput$: StaticUnionSchema;
|
|
369
420
|
export declare var PrivacyBudget$: StaticUnionSchema;
|
|
370
421
|
export declare var PrivacyBudgetTemplateParametersInput$: StaticUnionSchema;
|
|
@@ -398,6 +449,8 @@ export declare var CreateConfiguredTableAssociation$: StaticOperationSchema;
|
|
|
398
449
|
export declare var CreateConfiguredTableAssociationAnalysisRule$: StaticOperationSchema;
|
|
399
450
|
export declare var CreateIdMappingTable$: StaticOperationSchema;
|
|
400
451
|
export declare var CreateIdNamespaceAssociation$: StaticOperationSchema;
|
|
452
|
+
export declare var CreateIntermediateTable$: StaticOperationSchema;
|
|
453
|
+
export declare var CreateIntermediateTableAnalysisRule$: StaticOperationSchema;
|
|
401
454
|
export declare var CreateMembership$: StaticOperationSchema;
|
|
402
455
|
export declare var CreatePrivacyBudgetTemplate$: StaticOperationSchema;
|
|
403
456
|
export declare var DeleteAnalysisTemplate$: StaticOperationSchema;
|
|
@@ -409,9 +462,12 @@ export declare var DeleteConfiguredTableAssociation$: StaticOperationSchema;
|
|
|
409
462
|
export declare var DeleteConfiguredTableAssociationAnalysisRule$: StaticOperationSchema;
|
|
410
463
|
export declare var DeleteIdMappingTable$: StaticOperationSchema;
|
|
411
464
|
export declare var DeleteIdNamespaceAssociation$: StaticOperationSchema;
|
|
465
|
+
export declare var DeleteIntermediateTable$: StaticOperationSchema;
|
|
466
|
+
export declare var DeleteIntermediateTableAnalysisRule$: StaticOperationSchema;
|
|
412
467
|
export declare var DeleteMember$: StaticOperationSchema;
|
|
413
468
|
export declare var DeleteMembership$: StaticOperationSchema;
|
|
414
469
|
export declare var DeletePrivacyBudgetTemplate$: StaticOperationSchema;
|
|
470
|
+
export declare var DisallowIntermediateTable$: StaticOperationSchema;
|
|
415
471
|
export declare var GetAnalysisTemplate$: StaticOperationSchema;
|
|
416
472
|
export declare var GetCollaboration$: StaticOperationSchema;
|
|
417
473
|
export declare var GetCollaborationAnalysisTemplate$: StaticOperationSchema;
|
|
@@ -426,6 +482,8 @@ export declare var GetConfiguredTableAssociation$: StaticOperationSchema;
|
|
|
426
482
|
export declare var GetConfiguredTableAssociationAnalysisRule$: StaticOperationSchema;
|
|
427
483
|
export declare var GetIdMappingTable$: StaticOperationSchema;
|
|
428
484
|
export declare var GetIdNamespaceAssociation$: StaticOperationSchema;
|
|
485
|
+
export declare var GetIntermediateTable$: StaticOperationSchema;
|
|
486
|
+
export declare var GetIntermediateTableAnalysisRule$: StaticOperationSchema;
|
|
429
487
|
export declare var GetMembership$: StaticOperationSchema;
|
|
430
488
|
export declare var GetPrivacyBudgetTemplate$: StaticOperationSchema;
|
|
431
489
|
export declare var GetProtectedJob$: StaticOperationSchema;
|
|
@@ -445,6 +503,8 @@ export declare var ListConfiguredTableAssociations$: StaticOperationSchema;
|
|
|
445
503
|
export declare var ListConfiguredTables$: StaticOperationSchema;
|
|
446
504
|
export declare var ListIdMappingTables$: StaticOperationSchema;
|
|
447
505
|
export declare var ListIdNamespaceAssociations$: StaticOperationSchema;
|
|
506
|
+
export declare var ListIntermediateTables$: StaticOperationSchema;
|
|
507
|
+
export declare var ListIntermediateTableVersions$: StaticOperationSchema;
|
|
448
508
|
export declare var ListMembers$: StaticOperationSchema;
|
|
449
509
|
export declare var ListMemberships$: StaticOperationSchema;
|
|
450
510
|
export declare var ListPrivacyBudgets$: StaticOperationSchema;
|
|
@@ -454,6 +514,7 @@ export declare var ListProtectedQueries$: StaticOperationSchema;
|
|
|
454
514
|
export declare var ListSchemas$: StaticOperationSchema;
|
|
455
515
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
456
516
|
export declare var PopulateIdMappingTable$: StaticOperationSchema;
|
|
517
|
+
export declare var PopulateIntermediateTable$: StaticOperationSchema;
|
|
457
518
|
export declare var PreviewPrivacyImpact$: StaticOperationSchema;
|
|
458
519
|
export declare var StartProtectedJob$: StaticOperationSchema;
|
|
459
520
|
export declare var StartProtectedQuery$: StaticOperationSchema;
|
|
@@ -469,6 +530,8 @@ export declare var UpdateConfiguredTableAssociation$: StaticOperationSchema;
|
|
|
469
530
|
export declare var UpdateConfiguredTableAssociationAnalysisRule$: StaticOperationSchema;
|
|
470
531
|
export declare var UpdateIdMappingTable$: StaticOperationSchema;
|
|
471
532
|
export declare var UpdateIdNamespaceAssociation$: StaticOperationSchema;
|
|
533
|
+
export declare var UpdateIntermediateTable$: StaticOperationSchema;
|
|
534
|
+
export declare var UpdateIntermediateTableAnalysisRule$: StaticOperationSchema;
|
|
472
535
|
export declare var UpdateMembership$: StaticOperationSchema;
|
|
473
536
|
export declare var UpdatePrivacyBudgetTemplate$: StaticOperationSchema;
|
|
474
537
|
export declare var UpdateProtectedJob$: StaticOperationSchema;
|
|
@@ -56,6 +56,14 @@ import {
|
|
|
56
56
|
CreateIdNamespaceAssociationCommandInput,
|
|
57
57
|
CreateIdNamespaceAssociationCommandOutput,
|
|
58
58
|
} from "./commands/CreateIdNamespaceAssociationCommand";
|
|
59
|
+
import {
|
|
60
|
+
CreateIntermediateTableAnalysisRuleCommandInput,
|
|
61
|
+
CreateIntermediateTableAnalysisRuleCommandOutput,
|
|
62
|
+
} from "./commands/CreateIntermediateTableAnalysisRuleCommand";
|
|
63
|
+
import {
|
|
64
|
+
CreateIntermediateTableCommandInput,
|
|
65
|
+
CreateIntermediateTableCommandOutput,
|
|
66
|
+
} from "./commands/CreateIntermediateTableCommand";
|
|
59
67
|
import {
|
|
60
68
|
CreateMembershipCommandInput,
|
|
61
69
|
CreateMembershipCommandOutput,
|
|
@@ -100,6 +108,14 @@ import {
|
|
|
100
108
|
DeleteIdNamespaceAssociationCommandInput,
|
|
101
109
|
DeleteIdNamespaceAssociationCommandOutput,
|
|
102
110
|
} from "./commands/DeleteIdNamespaceAssociationCommand";
|
|
111
|
+
import {
|
|
112
|
+
DeleteIntermediateTableAnalysisRuleCommandInput,
|
|
113
|
+
DeleteIntermediateTableAnalysisRuleCommandOutput,
|
|
114
|
+
} from "./commands/DeleteIntermediateTableAnalysisRuleCommand";
|
|
115
|
+
import {
|
|
116
|
+
DeleteIntermediateTableCommandInput,
|
|
117
|
+
DeleteIntermediateTableCommandOutput,
|
|
118
|
+
} from "./commands/DeleteIntermediateTableCommand";
|
|
103
119
|
import {
|
|
104
120
|
DeleteMemberCommandInput,
|
|
105
121
|
DeleteMemberCommandOutput,
|
|
@@ -112,6 +128,10 @@ import {
|
|
|
112
128
|
DeletePrivacyBudgetTemplateCommandInput,
|
|
113
129
|
DeletePrivacyBudgetTemplateCommandOutput,
|
|
114
130
|
} from "./commands/DeletePrivacyBudgetTemplateCommand";
|
|
131
|
+
import {
|
|
132
|
+
DisallowIntermediateTableCommandInput,
|
|
133
|
+
DisallowIntermediateTableCommandOutput,
|
|
134
|
+
} from "./commands/DisallowIntermediateTableCommand";
|
|
115
135
|
import {
|
|
116
136
|
GetAnalysisTemplateCommandInput,
|
|
117
137
|
GetAnalysisTemplateCommandOutput,
|
|
@@ -168,6 +188,14 @@ import {
|
|
|
168
188
|
GetIdNamespaceAssociationCommandInput,
|
|
169
189
|
GetIdNamespaceAssociationCommandOutput,
|
|
170
190
|
} from "./commands/GetIdNamespaceAssociationCommand";
|
|
191
|
+
import {
|
|
192
|
+
GetIntermediateTableAnalysisRuleCommandInput,
|
|
193
|
+
GetIntermediateTableAnalysisRuleCommandOutput,
|
|
194
|
+
} from "./commands/GetIntermediateTableAnalysisRuleCommand";
|
|
195
|
+
import {
|
|
196
|
+
GetIntermediateTableCommandInput,
|
|
197
|
+
GetIntermediateTableCommandOutput,
|
|
198
|
+
} from "./commands/GetIntermediateTableCommand";
|
|
171
199
|
import {
|
|
172
200
|
GetMembershipCommandInput,
|
|
173
201
|
GetMembershipCommandOutput,
|
|
@@ -244,6 +272,14 @@ import {
|
|
|
244
272
|
ListIdNamespaceAssociationsCommandInput,
|
|
245
273
|
ListIdNamespaceAssociationsCommandOutput,
|
|
246
274
|
} from "./commands/ListIdNamespaceAssociationsCommand";
|
|
275
|
+
import {
|
|
276
|
+
ListIntermediateTablesCommandInput,
|
|
277
|
+
ListIntermediateTablesCommandOutput,
|
|
278
|
+
} from "./commands/ListIntermediateTablesCommand";
|
|
279
|
+
import {
|
|
280
|
+
ListIntermediateTableVersionsCommandInput,
|
|
281
|
+
ListIntermediateTableVersionsCommandOutput,
|
|
282
|
+
} from "./commands/ListIntermediateTableVersionsCommand";
|
|
247
283
|
import {
|
|
248
284
|
ListMembersCommandInput,
|
|
249
285
|
ListMembersCommandOutput,
|
|
@@ -280,6 +316,10 @@ import {
|
|
|
280
316
|
PopulateIdMappingTableCommandInput,
|
|
281
317
|
PopulateIdMappingTableCommandOutput,
|
|
282
318
|
} from "./commands/PopulateIdMappingTableCommand";
|
|
319
|
+
import {
|
|
320
|
+
PopulateIntermediateTableCommandInput,
|
|
321
|
+
PopulateIntermediateTableCommandOutput,
|
|
322
|
+
} from "./commands/PopulateIntermediateTableCommand";
|
|
283
323
|
import {
|
|
284
324
|
PreviewPrivacyImpactCommandInput,
|
|
285
325
|
PreviewPrivacyImpactCommandOutput,
|
|
@@ -340,6 +380,14 @@ import {
|
|
|
340
380
|
UpdateIdNamespaceAssociationCommandInput,
|
|
341
381
|
UpdateIdNamespaceAssociationCommandOutput,
|
|
342
382
|
} from "./commands/UpdateIdNamespaceAssociationCommand";
|
|
383
|
+
import {
|
|
384
|
+
UpdateIntermediateTableAnalysisRuleCommandInput,
|
|
385
|
+
UpdateIntermediateTableAnalysisRuleCommandOutput,
|
|
386
|
+
} from "./commands/UpdateIntermediateTableAnalysisRuleCommand";
|
|
387
|
+
import {
|
|
388
|
+
UpdateIntermediateTableCommandInput,
|
|
389
|
+
UpdateIntermediateTableCommandOutput,
|
|
390
|
+
} from "./commands/UpdateIntermediateTableCommand";
|
|
343
391
|
import {
|
|
344
392
|
UpdateMembershipCommandInput,
|
|
345
393
|
UpdateMembershipCommandOutput,
|
|
@@ -550,6 +598,38 @@ export interface CleanRooms {
|
|
|
550
598
|
options: __HttpHandlerOptions,
|
|
551
599
|
cb: (err: any, data?: CreateIdNamespaceAssociationCommandOutput) => void
|
|
552
600
|
): void;
|
|
601
|
+
createIntermediateTable(
|
|
602
|
+
args: CreateIntermediateTableCommandInput,
|
|
603
|
+
options?: __HttpHandlerOptions
|
|
604
|
+
): Promise<CreateIntermediateTableCommandOutput>;
|
|
605
|
+
createIntermediateTable(
|
|
606
|
+
args: CreateIntermediateTableCommandInput,
|
|
607
|
+
cb: (err: any, data?: CreateIntermediateTableCommandOutput) => void
|
|
608
|
+
): void;
|
|
609
|
+
createIntermediateTable(
|
|
610
|
+
args: CreateIntermediateTableCommandInput,
|
|
611
|
+
options: __HttpHandlerOptions,
|
|
612
|
+
cb: (err: any, data?: CreateIntermediateTableCommandOutput) => void
|
|
613
|
+
): void;
|
|
614
|
+
createIntermediateTableAnalysisRule(
|
|
615
|
+
args: CreateIntermediateTableAnalysisRuleCommandInput,
|
|
616
|
+
options?: __HttpHandlerOptions
|
|
617
|
+
): Promise<CreateIntermediateTableAnalysisRuleCommandOutput>;
|
|
618
|
+
createIntermediateTableAnalysisRule(
|
|
619
|
+
args: CreateIntermediateTableAnalysisRuleCommandInput,
|
|
620
|
+
cb: (
|
|
621
|
+
err: any,
|
|
622
|
+
data?: CreateIntermediateTableAnalysisRuleCommandOutput
|
|
623
|
+
) => void
|
|
624
|
+
): void;
|
|
625
|
+
createIntermediateTableAnalysisRule(
|
|
626
|
+
args: CreateIntermediateTableAnalysisRuleCommandInput,
|
|
627
|
+
options: __HttpHandlerOptions,
|
|
628
|
+
cb: (
|
|
629
|
+
err: any,
|
|
630
|
+
data?: CreateIntermediateTableAnalysisRuleCommandOutput
|
|
631
|
+
) => void
|
|
632
|
+
): void;
|
|
553
633
|
createMembership(
|
|
554
634
|
args: CreateMembershipCommandInput,
|
|
555
635
|
options?: __HttpHandlerOptions
|
|
@@ -711,6 +791,38 @@ export interface CleanRooms {
|
|
|
711
791
|
options: __HttpHandlerOptions,
|
|
712
792
|
cb: (err: any, data?: DeleteIdNamespaceAssociationCommandOutput) => void
|
|
713
793
|
): void;
|
|
794
|
+
deleteIntermediateTable(
|
|
795
|
+
args: DeleteIntermediateTableCommandInput,
|
|
796
|
+
options?: __HttpHandlerOptions
|
|
797
|
+
): Promise<DeleteIntermediateTableCommandOutput>;
|
|
798
|
+
deleteIntermediateTable(
|
|
799
|
+
args: DeleteIntermediateTableCommandInput,
|
|
800
|
+
cb: (err: any, data?: DeleteIntermediateTableCommandOutput) => void
|
|
801
|
+
): void;
|
|
802
|
+
deleteIntermediateTable(
|
|
803
|
+
args: DeleteIntermediateTableCommandInput,
|
|
804
|
+
options: __HttpHandlerOptions,
|
|
805
|
+
cb: (err: any, data?: DeleteIntermediateTableCommandOutput) => void
|
|
806
|
+
): void;
|
|
807
|
+
deleteIntermediateTableAnalysisRule(
|
|
808
|
+
args: DeleteIntermediateTableAnalysisRuleCommandInput,
|
|
809
|
+
options?: __HttpHandlerOptions
|
|
810
|
+
): Promise<DeleteIntermediateTableAnalysisRuleCommandOutput>;
|
|
811
|
+
deleteIntermediateTableAnalysisRule(
|
|
812
|
+
args: DeleteIntermediateTableAnalysisRuleCommandInput,
|
|
813
|
+
cb: (
|
|
814
|
+
err: any,
|
|
815
|
+
data?: DeleteIntermediateTableAnalysisRuleCommandOutput
|
|
816
|
+
) => void
|
|
817
|
+
): void;
|
|
818
|
+
deleteIntermediateTableAnalysisRule(
|
|
819
|
+
args: DeleteIntermediateTableAnalysisRuleCommandInput,
|
|
820
|
+
options: __HttpHandlerOptions,
|
|
821
|
+
cb: (
|
|
822
|
+
err: any,
|
|
823
|
+
data?: DeleteIntermediateTableAnalysisRuleCommandOutput
|
|
824
|
+
) => void
|
|
825
|
+
): void;
|
|
714
826
|
deleteMember(
|
|
715
827
|
args: DeleteMemberCommandInput,
|
|
716
828
|
options?: __HttpHandlerOptions
|
|
@@ -750,6 +862,19 @@ export interface CleanRooms {
|
|
|
750
862
|
options: __HttpHandlerOptions,
|
|
751
863
|
cb: (err: any, data?: DeletePrivacyBudgetTemplateCommandOutput) => void
|
|
752
864
|
): void;
|
|
865
|
+
disallowIntermediateTable(
|
|
866
|
+
args: DisallowIntermediateTableCommandInput,
|
|
867
|
+
options?: __HttpHandlerOptions
|
|
868
|
+
): Promise<DisallowIntermediateTableCommandOutput>;
|
|
869
|
+
disallowIntermediateTable(
|
|
870
|
+
args: DisallowIntermediateTableCommandInput,
|
|
871
|
+
cb: (err: any, data?: DisallowIntermediateTableCommandOutput) => void
|
|
872
|
+
): void;
|
|
873
|
+
disallowIntermediateTable(
|
|
874
|
+
args: DisallowIntermediateTableCommandInput,
|
|
875
|
+
options: __HttpHandlerOptions,
|
|
876
|
+
cb: (err: any, data?: DisallowIntermediateTableCommandOutput) => void
|
|
877
|
+
): void;
|
|
753
878
|
getAnalysisTemplate(
|
|
754
879
|
args: GetAnalysisTemplateCommandInput,
|
|
755
880
|
options?: __HttpHandlerOptions
|
|
@@ -962,6 +1087,32 @@ export interface CleanRooms {
|
|
|
962
1087
|
options: __HttpHandlerOptions,
|
|
963
1088
|
cb: (err: any, data?: GetIdNamespaceAssociationCommandOutput) => void
|
|
964
1089
|
): void;
|
|
1090
|
+
getIntermediateTable(
|
|
1091
|
+
args: GetIntermediateTableCommandInput,
|
|
1092
|
+
options?: __HttpHandlerOptions
|
|
1093
|
+
): Promise<GetIntermediateTableCommandOutput>;
|
|
1094
|
+
getIntermediateTable(
|
|
1095
|
+
args: GetIntermediateTableCommandInput,
|
|
1096
|
+
cb: (err: any, data?: GetIntermediateTableCommandOutput) => void
|
|
1097
|
+
): void;
|
|
1098
|
+
getIntermediateTable(
|
|
1099
|
+
args: GetIntermediateTableCommandInput,
|
|
1100
|
+
options: __HttpHandlerOptions,
|
|
1101
|
+
cb: (err: any, data?: GetIntermediateTableCommandOutput) => void
|
|
1102
|
+
): void;
|
|
1103
|
+
getIntermediateTableAnalysisRule(
|
|
1104
|
+
args: GetIntermediateTableAnalysisRuleCommandInput,
|
|
1105
|
+
options?: __HttpHandlerOptions
|
|
1106
|
+
): Promise<GetIntermediateTableAnalysisRuleCommandOutput>;
|
|
1107
|
+
getIntermediateTableAnalysisRule(
|
|
1108
|
+
args: GetIntermediateTableAnalysisRuleCommandInput,
|
|
1109
|
+
cb: (err: any, data?: GetIntermediateTableAnalysisRuleCommandOutput) => void
|
|
1110
|
+
): void;
|
|
1111
|
+
getIntermediateTableAnalysisRule(
|
|
1112
|
+
args: GetIntermediateTableAnalysisRuleCommandInput,
|
|
1113
|
+
options: __HttpHandlerOptions,
|
|
1114
|
+
cb: (err: any, data?: GetIntermediateTableAnalysisRuleCommandOutput) => void
|
|
1115
|
+
): void;
|
|
965
1116
|
getMembership(
|
|
966
1117
|
args: GetMembershipCommandInput,
|
|
967
1118
|
options?: __HttpHandlerOptions
|
|
@@ -1241,6 +1392,32 @@ export interface CleanRooms {
|
|
|
1241
1392
|
options: __HttpHandlerOptions,
|
|
1242
1393
|
cb: (err: any, data?: ListIdNamespaceAssociationsCommandOutput) => void
|
|
1243
1394
|
): void;
|
|
1395
|
+
listIntermediateTables(
|
|
1396
|
+
args: ListIntermediateTablesCommandInput,
|
|
1397
|
+
options?: __HttpHandlerOptions
|
|
1398
|
+
): Promise<ListIntermediateTablesCommandOutput>;
|
|
1399
|
+
listIntermediateTables(
|
|
1400
|
+
args: ListIntermediateTablesCommandInput,
|
|
1401
|
+
cb: (err: any, data?: ListIntermediateTablesCommandOutput) => void
|
|
1402
|
+
): void;
|
|
1403
|
+
listIntermediateTables(
|
|
1404
|
+
args: ListIntermediateTablesCommandInput,
|
|
1405
|
+
options: __HttpHandlerOptions,
|
|
1406
|
+
cb: (err: any, data?: ListIntermediateTablesCommandOutput) => void
|
|
1407
|
+
): void;
|
|
1408
|
+
listIntermediateTableVersions(
|
|
1409
|
+
args: ListIntermediateTableVersionsCommandInput,
|
|
1410
|
+
options?: __HttpHandlerOptions
|
|
1411
|
+
): Promise<ListIntermediateTableVersionsCommandOutput>;
|
|
1412
|
+
listIntermediateTableVersions(
|
|
1413
|
+
args: ListIntermediateTableVersionsCommandInput,
|
|
1414
|
+
cb: (err: any, data?: ListIntermediateTableVersionsCommandOutput) => void
|
|
1415
|
+
): void;
|
|
1416
|
+
listIntermediateTableVersions(
|
|
1417
|
+
args: ListIntermediateTableVersionsCommandInput,
|
|
1418
|
+
options: __HttpHandlerOptions,
|
|
1419
|
+
cb: (err: any, data?: ListIntermediateTableVersionsCommandOutput) => void
|
|
1420
|
+
): void;
|
|
1244
1421
|
listMembers(
|
|
1245
1422
|
args: ListMembersCommandInput,
|
|
1246
1423
|
options?: __HttpHandlerOptions
|
|
@@ -1359,6 +1536,19 @@ export interface CleanRooms {
|
|
|
1359
1536
|
options: __HttpHandlerOptions,
|
|
1360
1537
|
cb: (err: any, data?: PopulateIdMappingTableCommandOutput) => void
|
|
1361
1538
|
): void;
|
|
1539
|
+
populateIntermediateTable(
|
|
1540
|
+
args: PopulateIntermediateTableCommandInput,
|
|
1541
|
+
options?: __HttpHandlerOptions
|
|
1542
|
+
): Promise<PopulateIntermediateTableCommandOutput>;
|
|
1543
|
+
populateIntermediateTable(
|
|
1544
|
+
args: PopulateIntermediateTableCommandInput,
|
|
1545
|
+
cb: (err: any, data?: PopulateIntermediateTableCommandOutput) => void
|
|
1546
|
+
): void;
|
|
1547
|
+
populateIntermediateTable(
|
|
1548
|
+
args: PopulateIntermediateTableCommandInput,
|
|
1549
|
+
options: __HttpHandlerOptions,
|
|
1550
|
+
cb: (err: any, data?: PopulateIntermediateTableCommandOutput) => void
|
|
1551
|
+
): void;
|
|
1362
1552
|
previewPrivacyImpact(
|
|
1363
1553
|
args: PreviewPrivacyImpactCommandInput,
|
|
1364
1554
|
options?: __HttpHandlerOptions
|
|
@@ -1572,6 +1762,38 @@ export interface CleanRooms {
|
|
|
1572
1762
|
options: __HttpHandlerOptions,
|
|
1573
1763
|
cb: (err: any, data?: UpdateIdNamespaceAssociationCommandOutput) => void
|
|
1574
1764
|
): void;
|
|
1765
|
+
updateIntermediateTable(
|
|
1766
|
+
args: UpdateIntermediateTableCommandInput,
|
|
1767
|
+
options?: __HttpHandlerOptions
|
|
1768
|
+
): Promise<UpdateIntermediateTableCommandOutput>;
|
|
1769
|
+
updateIntermediateTable(
|
|
1770
|
+
args: UpdateIntermediateTableCommandInput,
|
|
1771
|
+
cb: (err: any, data?: UpdateIntermediateTableCommandOutput) => void
|
|
1772
|
+
): void;
|
|
1773
|
+
updateIntermediateTable(
|
|
1774
|
+
args: UpdateIntermediateTableCommandInput,
|
|
1775
|
+
options: __HttpHandlerOptions,
|
|
1776
|
+
cb: (err: any, data?: UpdateIntermediateTableCommandOutput) => void
|
|
1777
|
+
): void;
|
|
1778
|
+
updateIntermediateTableAnalysisRule(
|
|
1779
|
+
args: UpdateIntermediateTableAnalysisRuleCommandInput,
|
|
1780
|
+
options?: __HttpHandlerOptions
|
|
1781
|
+
): Promise<UpdateIntermediateTableAnalysisRuleCommandOutput>;
|
|
1782
|
+
updateIntermediateTableAnalysisRule(
|
|
1783
|
+
args: UpdateIntermediateTableAnalysisRuleCommandInput,
|
|
1784
|
+
cb: (
|
|
1785
|
+
err: any,
|
|
1786
|
+
data?: UpdateIntermediateTableAnalysisRuleCommandOutput
|
|
1787
|
+
) => void
|
|
1788
|
+
): void;
|
|
1789
|
+
updateIntermediateTableAnalysisRule(
|
|
1790
|
+
args: UpdateIntermediateTableAnalysisRuleCommandInput,
|
|
1791
|
+
options: __HttpHandlerOptions,
|
|
1792
|
+
cb: (
|
|
1793
|
+
err: any,
|
|
1794
|
+
data?: UpdateIntermediateTableAnalysisRuleCommandOutput
|
|
1795
|
+
) => void
|
|
1796
|
+
): void;
|
|
1575
1797
|
updateMembership(
|
|
1576
1798
|
args: UpdateMembershipCommandInput,
|
|
1577
1799
|
options?: __HttpHandlerOptions
|
|
@@ -1715,6 +1937,20 @@ export interface CleanRooms {
|
|
|
1715
1937
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1716
1938
|
>
|
|
1717
1939
|
): Paginator<ListIdNamespaceAssociationsCommandOutput>;
|
|
1940
|
+
paginateListIntermediateTables(
|
|
1941
|
+
args: ListIntermediateTablesCommandInput,
|
|
1942
|
+
paginationConfig?: Pick<
|
|
1943
|
+
PaginationConfiguration,
|
|
1944
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1945
|
+
>
|
|
1946
|
+
): Paginator<ListIntermediateTablesCommandOutput>;
|
|
1947
|
+
paginateListIntermediateTableVersions(
|
|
1948
|
+
args: ListIntermediateTableVersionsCommandInput,
|
|
1949
|
+
paginationConfig?: Pick<
|
|
1950
|
+
PaginationConfiguration,
|
|
1951
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
1952
|
+
>
|
|
1953
|
+
): Paginator<ListIntermediateTableVersionsCommandOutput>;
|
|
1718
1954
|
paginateListMembers(
|
|
1719
1955
|
args: ListMembersCommandInput,
|
|
1720
1956
|
paginationConfig?: Pick<
|