@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
|
@@ -10,35 +10,342 @@ import {
|
|
|
10
10
|
ProtectedJobAnalysisType,
|
|
11
11
|
ProtectedJobStatus,
|
|
12
12
|
ProtectedJobType,
|
|
13
|
+
ProtectedJobWorkerComputeType,
|
|
13
14
|
ProtectedQueryStatus,
|
|
14
15
|
ProtectedQueryType,
|
|
16
|
+
ResultFormat,
|
|
15
17
|
TargetProtectedJobStatus,
|
|
16
18
|
TargetProtectedQueryStatus,
|
|
17
19
|
} from "./enums";
|
|
18
20
|
import {
|
|
19
21
|
AccessBudgetsPrivacyTemplateParametersInput,
|
|
20
22
|
AccessBudgetsPrivacyTemplateUpdateParameters,
|
|
21
|
-
|
|
22
|
-
DifferentialPrivacyParameters,
|
|
23
|
-
Membership,
|
|
24
|
-
MembershipJobComputePaymentConfig,
|
|
25
|
-
MembershipMLPaymentConfig,
|
|
26
|
-
MembershipPaymentConfiguration,
|
|
27
|
-
MembershipProtectedJobResultConfiguration,
|
|
28
|
-
MembershipProtectedQueryResultConfiguration,
|
|
29
|
-
MembershipQueryComputePaymentConfig,
|
|
23
|
+
IntermediateTableAnalysisRule,
|
|
30
24
|
MLMemberAbilities,
|
|
31
25
|
PrivacyBudget,
|
|
32
26
|
PrivacyBudgetTemplateParametersOutput,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
ProtectedJobParameters,
|
|
36
|
-
ProtectedQueryDistributeOutput,
|
|
37
|
-
ProtectedQueryError,
|
|
38
|
-
ProtectedQueryS3Output,
|
|
39
|
-
ProtectedQueryS3OutputConfiguration,
|
|
40
|
-
ProtectedQuerySingleMemberOutput,
|
|
27
|
+
WorkerComputeConfiguration,
|
|
28
|
+
WorkerComputeConfigurationProperties,
|
|
41
29
|
} from "./models_0";
|
|
30
|
+
export interface UpdateIntermediateTableAnalysisRuleOutput {
|
|
31
|
+
analysisRule: IntermediateTableAnalysisRule | undefined;
|
|
32
|
+
}
|
|
33
|
+
export interface ListTagsForResourceInput {
|
|
34
|
+
resourceArn: string | undefined;
|
|
35
|
+
}
|
|
36
|
+
export interface ListTagsForResourceOutput {
|
|
37
|
+
tags: Record<string, string> | undefined;
|
|
38
|
+
}
|
|
39
|
+
export interface ProtectedJobS3OutputConfigurationInput {
|
|
40
|
+
bucket: string | undefined;
|
|
41
|
+
keyPrefix?: string | undefined;
|
|
42
|
+
}
|
|
43
|
+
export type MembershipProtectedJobOutputConfiguration =
|
|
44
|
+
| MembershipProtectedJobOutputConfiguration.S3Member
|
|
45
|
+
| MembershipProtectedJobOutputConfiguration.$UnknownMember;
|
|
46
|
+
export declare namespace MembershipProtectedJobOutputConfiguration {
|
|
47
|
+
interface S3Member {
|
|
48
|
+
s3: ProtectedJobS3OutputConfigurationInput;
|
|
49
|
+
$unknown?: never;
|
|
50
|
+
}
|
|
51
|
+
interface $UnknownMember {
|
|
52
|
+
s3?: never;
|
|
53
|
+
$unknown: [string, any];
|
|
54
|
+
}
|
|
55
|
+
interface Visitor<T> {
|
|
56
|
+
s3: (value: ProtectedJobS3OutputConfigurationInput) => T;
|
|
57
|
+
_: (name: string, value: any) => T;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
export interface MembershipProtectedJobResultConfiguration {
|
|
61
|
+
outputConfiguration: MembershipProtectedJobOutputConfiguration | undefined;
|
|
62
|
+
roleArn: string | undefined;
|
|
63
|
+
}
|
|
64
|
+
export interface ProtectedQueryS3OutputConfiguration {
|
|
65
|
+
resultFormat: ResultFormat | undefined;
|
|
66
|
+
bucket: string | undefined;
|
|
67
|
+
keyPrefix?: string | undefined;
|
|
68
|
+
singleFileOutput?: boolean | undefined;
|
|
69
|
+
}
|
|
70
|
+
export type MembershipProtectedQueryOutputConfiguration =
|
|
71
|
+
| MembershipProtectedQueryOutputConfiguration.S3Member
|
|
72
|
+
| MembershipProtectedQueryOutputConfiguration.$UnknownMember;
|
|
73
|
+
export declare namespace MembershipProtectedQueryOutputConfiguration {
|
|
74
|
+
interface S3Member {
|
|
75
|
+
s3: ProtectedQueryS3OutputConfiguration;
|
|
76
|
+
$unknown?: never;
|
|
77
|
+
}
|
|
78
|
+
interface $UnknownMember {
|
|
79
|
+
s3?: never;
|
|
80
|
+
$unknown: [string, any];
|
|
81
|
+
}
|
|
82
|
+
interface Visitor<T> {
|
|
83
|
+
s3: (value: ProtectedQueryS3OutputConfiguration) => T;
|
|
84
|
+
_: (name: string, value: any) => T;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
export interface MembershipProtectedQueryResultConfiguration {
|
|
88
|
+
outputConfiguration: MembershipProtectedQueryOutputConfiguration | undefined;
|
|
89
|
+
roleArn?: string | undefined;
|
|
90
|
+
}
|
|
91
|
+
export interface MembershipJobComputePaymentConfig {
|
|
92
|
+
isResponsible: boolean | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface MembershipModelInferencePaymentConfig {
|
|
95
|
+
isResponsible: boolean | undefined;
|
|
96
|
+
}
|
|
97
|
+
export interface MembershipModelTrainingPaymentConfig {
|
|
98
|
+
isResponsible: boolean | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface MembershipSyntheticDataGenerationPaymentConfig {
|
|
101
|
+
isResponsible: boolean | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface MembershipMLPaymentConfig {
|
|
104
|
+
modelTraining?: MembershipModelTrainingPaymentConfig | undefined;
|
|
105
|
+
modelInference?: MembershipModelInferencePaymentConfig | undefined;
|
|
106
|
+
syntheticDataGeneration?:
|
|
107
|
+
| MembershipSyntheticDataGenerationPaymentConfig
|
|
108
|
+
| undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface MembershipQueryComputePaymentConfig {
|
|
111
|
+
isResponsible: boolean | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface MembershipPaymentConfiguration {
|
|
114
|
+
queryCompute: MembershipQueryComputePaymentConfig | undefined;
|
|
115
|
+
machineLearning?: MembershipMLPaymentConfig | undefined;
|
|
116
|
+
jobCompute?: MembershipJobComputePaymentConfig | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface CreateMembershipInput {
|
|
119
|
+
collaborationIdentifier: string | undefined;
|
|
120
|
+
queryLogStatus: MembershipQueryLogStatus | undefined;
|
|
121
|
+
jobLogStatus?: MembershipJobLogStatus | undefined;
|
|
122
|
+
tags?: Record<string, string> | undefined;
|
|
123
|
+
defaultResultConfiguration?:
|
|
124
|
+
| MembershipProtectedQueryResultConfiguration
|
|
125
|
+
| undefined;
|
|
126
|
+
defaultJobResultConfiguration?:
|
|
127
|
+
| MembershipProtectedJobResultConfiguration
|
|
128
|
+
| undefined;
|
|
129
|
+
paymentConfiguration?: MembershipPaymentConfiguration | undefined;
|
|
130
|
+
isMetricsEnabled?: boolean | undefined;
|
|
131
|
+
}
|
|
132
|
+
export interface Membership {
|
|
133
|
+
id: string | undefined;
|
|
134
|
+
arn: string | undefined;
|
|
135
|
+
collaborationArn: string | undefined;
|
|
136
|
+
collaborationId: string | undefined;
|
|
137
|
+
collaborationCreatorAccountId: string | undefined;
|
|
138
|
+
collaborationCreatorDisplayName: string | undefined;
|
|
139
|
+
collaborationName: string | undefined;
|
|
140
|
+
createTime: Date | undefined;
|
|
141
|
+
updateTime: Date | undefined;
|
|
142
|
+
status: MembershipStatus | undefined;
|
|
143
|
+
memberAbilities: MemberAbility[] | undefined;
|
|
144
|
+
mlMemberAbilities?: MLMemberAbilities | undefined;
|
|
145
|
+
queryLogStatus: MembershipQueryLogStatus | undefined;
|
|
146
|
+
jobLogStatus?: MembershipJobLogStatus | undefined;
|
|
147
|
+
defaultResultConfiguration?:
|
|
148
|
+
| MembershipProtectedQueryResultConfiguration
|
|
149
|
+
| undefined;
|
|
150
|
+
defaultJobResultConfiguration?:
|
|
151
|
+
| MembershipProtectedJobResultConfiguration
|
|
152
|
+
| undefined;
|
|
153
|
+
paymentConfiguration: MembershipPaymentConfiguration | undefined;
|
|
154
|
+
isMetricsEnabled?: boolean | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface CreateMembershipOutput {
|
|
157
|
+
membership: Membership | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface DeleteMembershipInput {
|
|
160
|
+
membershipIdentifier: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface DeleteMembershipOutput {}
|
|
163
|
+
export interface DisallowIntermediateTableInput {
|
|
164
|
+
membershipIdentifier: string | undefined;
|
|
165
|
+
intermediateTableName: string | undefined;
|
|
166
|
+
includeDescendants?: boolean | undefined;
|
|
167
|
+
}
|
|
168
|
+
export interface DisallowIntermediateTableOutput {}
|
|
169
|
+
export interface GetMembershipInput {
|
|
170
|
+
membershipIdentifier: string | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface GetMembershipOutput {
|
|
173
|
+
membership: Membership | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface GetProtectedJobInput {
|
|
176
|
+
membershipIdentifier: string | undefined;
|
|
177
|
+
protectedJobIdentifier: string | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface ProtectedJobWorkerComputeConfiguration {
|
|
180
|
+
type: ProtectedJobWorkerComputeType | undefined;
|
|
181
|
+
number: number | undefined;
|
|
182
|
+
properties?: WorkerComputeConfigurationProperties | undefined;
|
|
183
|
+
}
|
|
184
|
+
export type ProtectedJobComputeConfiguration =
|
|
185
|
+
| ProtectedJobComputeConfiguration.WorkerMember
|
|
186
|
+
| ProtectedJobComputeConfiguration.$UnknownMember;
|
|
187
|
+
export declare namespace ProtectedJobComputeConfiguration {
|
|
188
|
+
interface WorkerMember {
|
|
189
|
+
worker: ProtectedJobWorkerComputeConfiguration;
|
|
190
|
+
$unknown?: never;
|
|
191
|
+
}
|
|
192
|
+
interface $UnknownMember {
|
|
193
|
+
worker?: never;
|
|
194
|
+
$unknown: [string, any];
|
|
195
|
+
}
|
|
196
|
+
interface Visitor<T> {
|
|
197
|
+
worker: (value: ProtectedJobWorkerComputeConfiguration) => T;
|
|
198
|
+
_: (name: string, value: any) => T;
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
export interface ProtectedJobError {
|
|
202
|
+
message: string | undefined;
|
|
203
|
+
code: string | undefined;
|
|
204
|
+
}
|
|
205
|
+
export interface ProtectedJobParameters {
|
|
206
|
+
analysisTemplateArn: string | undefined;
|
|
207
|
+
parameters?: Record<string, string> | undefined;
|
|
208
|
+
}
|
|
209
|
+
export interface ProtectedJobSingleMemberOutput {
|
|
210
|
+
accountId: string | undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface ProtectedJobS3Output {
|
|
213
|
+
location: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export type ProtectedJobOutput =
|
|
216
|
+
| ProtectedJobOutput.MemberListMember
|
|
217
|
+
| ProtectedJobOutput.S3Member
|
|
218
|
+
| ProtectedJobOutput.$UnknownMember;
|
|
219
|
+
export declare namespace ProtectedJobOutput {
|
|
220
|
+
interface S3Member {
|
|
221
|
+
s3: ProtectedJobS3Output;
|
|
222
|
+
memberList?: never;
|
|
223
|
+
$unknown?: never;
|
|
224
|
+
}
|
|
225
|
+
interface MemberListMember {
|
|
226
|
+
s3?: never;
|
|
227
|
+
memberList: ProtectedJobSingleMemberOutput[];
|
|
228
|
+
$unknown?: never;
|
|
229
|
+
}
|
|
230
|
+
interface $UnknownMember {
|
|
231
|
+
s3?: never;
|
|
232
|
+
memberList?: never;
|
|
233
|
+
$unknown: [string, any];
|
|
234
|
+
}
|
|
235
|
+
interface Visitor<T> {
|
|
236
|
+
s3: (value: ProtectedJobS3Output) => T;
|
|
237
|
+
memberList: (value: ProtectedJobSingleMemberOutput[]) => T;
|
|
238
|
+
_: (name: string, value: any) => T;
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
export interface ProtectedJobResult {
|
|
242
|
+
output: ProtectedJobOutput | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface ProtectedJobMemberOutputConfigurationOutput {
|
|
245
|
+
accountId: string | undefined;
|
|
246
|
+
}
|
|
247
|
+
export interface ProtectedJobS3OutputConfigurationOutput {
|
|
248
|
+
bucket: string | undefined;
|
|
249
|
+
keyPrefix?: string | undefined;
|
|
250
|
+
}
|
|
251
|
+
export type ProtectedJobOutputConfigurationOutput =
|
|
252
|
+
| ProtectedJobOutputConfigurationOutput.MemberMember
|
|
253
|
+
| ProtectedJobOutputConfigurationOutput.S3Member
|
|
254
|
+
| ProtectedJobOutputConfigurationOutput.$UnknownMember;
|
|
255
|
+
export declare namespace ProtectedJobOutputConfigurationOutput {
|
|
256
|
+
interface S3Member {
|
|
257
|
+
s3: ProtectedJobS3OutputConfigurationOutput;
|
|
258
|
+
member?: never;
|
|
259
|
+
$unknown?: never;
|
|
260
|
+
}
|
|
261
|
+
interface MemberMember {
|
|
262
|
+
s3?: never;
|
|
263
|
+
member: ProtectedJobMemberOutputConfigurationOutput;
|
|
264
|
+
$unknown?: never;
|
|
265
|
+
}
|
|
266
|
+
interface $UnknownMember {
|
|
267
|
+
s3?: never;
|
|
268
|
+
member?: never;
|
|
269
|
+
$unknown: [string, any];
|
|
270
|
+
}
|
|
271
|
+
interface Visitor<T> {
|
|
272
|
+
s3: (value: ProtectedJobS3OutputConfigurationOutput) => T;
|
|
273
|
+
member: (value: ProtectedJobMemberOutputConfigurationOutput) => T;
|
|
274
|
+
_: (name: string, value: any) => T;
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
export interface ProtectedJobResultConfigurationOutput {
|
|
278
|
+
outputConfiguration: ProtectedJobOutputConfigurationOutput | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface BilledJobResourceUtilization {
|
|
281
|
+
units: number | undefined;
|
|
282
|
+
}
|
|
283
|
+
export interface ProtectedJobStatistics {
|
|
284
|
+
totalDurationInMillis?: number | undefined;
|
|
285
|
+
billedResourceUtilization?: BilledJobResourceUtilization | undefined;
|
|
286
|
+
}
|
|
287
|
+
export interface ProtectedJob {
|
|
288
|
+
id: string | undefined;
|
|
289
|
+
membershipId: string | undefined;
|
|
290
|
+
membershipArn: string | undefined;
|
|
291
|
+
createTime: Date | undefined;
|
|
292
|
+
jobParameters?: ProtectedJobParameters | undefined;
|
|
293
|
+
status: ProtectedJobStatus | undefined;
|
|
294
|
+
resultConfiguration?: ProtectedJobResultConfigurationOutput | undefined;
|
|
295
|
+
statistics?: ProtectedJobStatistics | undefined;
|
|
296
|
+
result?: ProtectedJobResult | undefined;
|
|
297
|
+
error?: ProtectedJobError | undefined;
|
|
298
|
+
computeConfiguration?: ProtectedJobComputeConfiguration | undefined;
|
|
299
|
+
jobComputePayerAccountId?: string | undefined;
|
|
300
|
+
}
|
|
301
|
+
export interface GetProtectedJobOutput {
|
|
302
|
+
protectedJob: ProtectedJob | undefined;
|
|
303
|
+
}
|
|
304
|
+
export interface GetProtectedQueryInput {
|
|
305
|
+
membershipIdentifier: string | undefined;
|
|
306
|
+
protectedQueryIdentifier: string | undefined;
|
|
307
|
+
}
|
|
308
|
+
export type ComputeConfiguration =
|
|
309
|
+
| ComputeConfiguration.WorkerMember
|
|
310
|
+
| ComputeConfiguration.$UnknownMember;
|
|
311
|
+
export declare namespace ComputeConfiguration {
|
|
312
|
+
interface WorkerMember {
|
|
313
|
+
worker: WorkerComputeConfiguration;
|
|
314
|
+
$unknown?: never;
|
|
315
|
+
}
|
|
316
|
+
interface $UnknownMember {
|
|
317
|
+
worker?: never;
|
|
318
|
+
$unknown: [string, any];
|
|
319
|
+
}
|
|
320
|
+
interface Visitor<T> {
|
|
321
|
+
worker: (value: WorkerComputeConfiguration) => T;
|
|
322
|
+
_: (name: string, value: any) => T;
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
export interface DifferentialPrivacySensitivityParameters {
|
|
326
|
+
aggregationType: DifferentialPrivacyAggregationType | undefined;
|
|
327
|
+
aggregationExpression: string | undefined;
|
|
328
|
+
userContributionLimit: number | undefined;
|
|
329
|
+
minColumnValue?: number | undefined;
|
|
330
|
+
maxColumnValue?: number | undefined;
|
|
331
|
+
}
|
|
332
|
+
export interface DifferentialPrivacyParameters {
|
|
333
|
+
sensitivityParameters: DifferentialPrivacySensitivityParameters[] | undefined;
|
|
334
|
+
}
|
|
335
|
+
export interface ProtectedQueryError {
|
|
336
|
+
message: string | undefined;
|
|
337
|
+
code: string | undefined;
|
|
338
|
+
}
|
|
339
|
+
export interface ProtectedQuerySingleMemberOutput {
|
|
340
|
+
accountId: string | undefined;
|
|
341
|
+
}
|
|
342
|
+
export interface ProtectedQueryS3Output {
|
|
343
|
+
location: string | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface ProtectedQueryDistributeOutput {
|
|
346
|
+
s3?: ProtectedQueryS3Output | undefined;
|
|
347
|
+
memberList?: ProtectedQuerySingleMemberOutput[] | undefined;
|
|
348
|
+
}
|
|
42
349
|
export type ProtectedQueryOutput =
|
|
43
350
|
| ProtectedQueryOutput.DistributeMember
|
|
44
351
|
| ProtectedQueryOutput.MemberListMember
|
|
@@ -111,8 +418,14 @@ export declare namespace ProtectedQueryDistributeOutputConfigurationLocation {
|
|
|
111
418
|
export interface ProtectedQueryDistributeOutputConfiguration {
|
|
112
419
|
locations: ProtectedQueryDistributeOutputConfigurationLocation[] | undefined;
|
|
113
420
|
}
|
|
421
|
+
export interface IntermediateTableOutputConfiguration {
|
|
422
|
+
id: string | undefined;
|
|
423
|
+
arn: string | undefined;
|
|
424
|
+
name: string | undefined;
|
|
425
|
+
}
|
|
114
426
|
export type ProtectedQueryOutputConfiguration =
|
|
115
427
|
| ProtectedQueryOutputConfiguration.DistributeMember
|
|
428
|
+
| ProtectedQueryOutputConfiguration.IntermediateTableMember
|
|
116
429
|
| ProtectedQueryOutputConfiguration.MemberMember
|
|
117
430
|
| ProtectedQueryOutputConfiguration.S3Member
|
|
118
431
|
| ProtectedQueryOutputConfiguration.$UnknownMember;
|
|
@@ -121,30 +434,42 @@ export declare namespace ProtectedQueryOutputConfiguration {
|
|
|
121
434
|
s3: ProtectedQueryS3OutputConfiguration;
|
|
122
435
|
member?: never;
|
|
123
436
|
distribute?: never;
|
|
437
|
+
intermediateTable?: never;
|
|
124
438
|
$unknown?: never;
|
|
125
439
|
}
|
|
126
440
|
interface MemberMember {
|
|
127
441
|
s3?: never;
|
|
128
442
|
member: ProtectedQueryMemberOutputConfiguration;
|
|
129
443
|
distribute?: never;
|
|
444
|
+
intermediateTable?: never;
|
|
130
445
|
$unknown?: never;
|
|
131
446
|
}
|
|
132
447
|
interface DistributeMember {
|
|
133
448
|
s3?: never;
|
|
134
449
|
member?: never;
|
|
135
450
|
distribute: ProtectedQueryDistributeOutputConfiguration;
|
|
451
|
+
intermediateTable?: never;
|
|
452
|
+
$unknown?: never;
|
|
453
|
+
}
|
|
454
|
+
interface IntermediateTableMember {
|
|
455
|
+
s3?: never;
|
|
456
|
+
member?: never;
|
|
457
|
+
distribute?: never;
|
|
458
|
+
intermediateTable: IntermediateTableOutputConfiguration;
|
|
136
459
|
$unknown?: never;
|
|
137
460
|
}
|
|
138
461
|
interface $UnknownMember {
|
|
139
462
|
s3?: never;
|
|
140
463
|
member?: never;
|
|
141
464
|
distribute?: never;
|
|
465
|
+
intermediateTable?: never;
|
|
142
466
|
$unknown: [string, any];
|
|
143
467
|
}
|
|
144
468
|
interface Visitor<T> {
|
|
145
469
|
s3: (value: ProtectedQueryS3OutputConfiguration) => T;
|
|
146
470
|
member: (value: ProtectedQueryMemberOutputConfiguration) => T;
|
|
147
471
|
distribute: (value: ProtectedQueryDistributeOutputConfiguration) => T;
|
|
472
|
+
intermediateTable: (value: IntermediateTableOutputConfiguration) => T;
|
|
148
473
|
_: (name: string, value: any) => T;
|
|
149
474
|
}
|
|
150
475
|
}
|
|
@@ -314,6 +639,9 @@ export interface ProtectedQuerySummary {
|
|
|
314
639
|
status: ProtectedQueryStatus | undefined;
|
|
315
640
|
receiverConfigurations: ReceiverConfiguration[] | undefined;
|
|
316
641
|
queryComputePayerAccountId?: string | undefined;
|
|
642
|
+
intermediateTableConfiguration?:
|
|
643
|
+
| IntermediateTableOutputConfiguration
|
|
644
|
+
| undefined;
|
|
317
645
|
}
|
|
318
646
|
export interface ListProtectedQueriesOutput {
|
|
319
647
|
nextToken?: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIntermediateTableVersionsCommandInput,
|
|
4
|
+
ListIntermediateTableVersionsCommandOutput,
|
|
5
|
+
} from "../commands/ListIntermediateTableVersionsCommand";
|
|
6
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListIntermediateTableVersions: (
|
|
8
|
+
config: CleanRoomsPaginationConfiguration,
|
|
9
|
+
input: ListIntermediateTableVersionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListIntermediateTableVersionsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIntermediateTablesCommandInput,
|
|
4
|
+
ListIntermediateTablesCommandOutput,
|
|
5
|
+
} from "../commands/ListIntermediateTablesCommand";
|
|
6
|
+
import { CleanRoomsPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListIntermediateTables: (
|
|
8
|
+
config: CleanRoomsPaginationConfiguration,
|
|
9
|
+
input: ListIntermediateTablesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => 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";
|
|
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
20
20
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
24
23
|
streamCollector: (
|
|
25
24
|
stream:
|
|
26
25
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
21
21
|
| RequestHandler
|
|
22
22
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
25
24
|
streamCollector: (
|
|
26
25
|
stream:
|
|
27
26
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { CleanRoomsClientConfig } from "./CleanRoomsClient";
|
|
2
2
|
export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
5
4
|
requestHandler:
|
|
6
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
6
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
18
17
|
[setting: string]: unknown;
|
|
19
18
|
};
|
|
20
19
|
apiVersion: string;
|
|
20
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
|
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: CleanRoomsClientConfig) => {
|
|
|
24
24
|
defaultNamespace?: string;
|
|
25
25
|
};
|
|
26
26
|
serviceId: string;
|
|
27
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
28
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
29
30
|
utf8Encoder: (input: Uint8Array | string) => string;
|