@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,123 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { GetIntermediateTableAnalysisRuleInput, GetIntermediateTableAnalysisRuleOutput } from "../models/models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link GetIntermediateTableAnalysisRuleCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface GetIntermediateTableAnalysisRuleCommandInput extends GetIntermediateTableAnalysisRuleInput {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link GetIntermediateTableAnalysisRuleCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetIntermediateTableAnalysisRuleCommandOutput extends GetIntermediateTableAnalysisRuleOutput, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const GetIntermediateTableAnalysisRuleCommand_base: {
|
|
22
|
+
new (input: GetIntermediateTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetIntermediateTableAnalysisRuleCommandInput, GetIntermediateTableAnalysisRuleCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetIntermediateTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetIntermediateTableAnalysisRuleCommandInput, GetIntermediateTableAnalysisRuleCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Retrieves the analysis rule for an intermediate table.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { CleanRoomsClient, GetIntermediateTableAnalysisRuleCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
32
|
+
* // const { CleanRoomsClient, GetIntermediateTableAnalysisRuleCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
33
|
+
* // import type { CleanRoomsClientConfig } from "@aws-sdk/client-cleanrooms";
|
|
34
|
+
* const config = {}; // type is CleanRoomsClientConfig
|
|
35
|
+
* const client = new CleanRoomsClient(config);
|
|
36
|
+
* const input = { // GetIntermediateTableAnalysisRuleInput
|
|
37
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* intermediateTableIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* analysisRuleType: "CUSTOM", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetIntermediateTableAnalysisRuleCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetIntermediateTableAnalysisRuleOutput
|
|
44
|
+
* // analysisRule: { // IntermediateTableAnalysisRule
|
|
45
|
+
* // intermediateTableIdentifier: "STRING_VALUE", // required
|
|
46
|
+
* // intermediateTableArn: "STRING_VALUE", // required
|
|
47
|
+
* // analysisRulePolicy: { // IntermediateTableAnalysisRulePolicy Union: only one key present
|
|
48
|
+
* // v1: { // IntermediateTableAnalysisRulePolicyV1 Union: only one key present
|
|
49
|
+
* // custom: { // IntermediateTableAnalysisRuleCustom
|
|
50
|
+
* // allowedAnalyses: [ // AllowedAnalysesList
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
54
|
+
* // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
|
|
55
|
+
* // "STRING_VALUE",
|
|
56
|
+
* // ],
|
|
57
|
+
* // allowedAnalysisProviders: [ // AllowedAnalysisProviderList
|
|
58
|
+
* // "STRING_VALUE",
|
|
59
|
+
* // ],
|
|
60
|
+
* // allowedResultReceivers: [ // AllowedResultReceivers
|
|
61
|
+
* // "STRING_VALUE",
|
|
62
|
+
* // ],
|
|
63
|
+
* // differentialPrivacy: { // DifferentialPrivacyConfiguration
|
|
64
|
+
* // columns: [ // DifferentialPrivacyColumnList // required
|
|
65
|
+
* // { // DifferentialPrivacyColumn
|
|
66
|
+
* // name: "STRING_VALUE", // required
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // },
|
|
70
|
+
* // disallowedOutputColumns: [ // AnalysisRuleColumnList
|
|
71
|
+
* // "STRING_VALUE",
|
|
72
|
+
* // ],
|
|
73
|
+
* // },
|
|
74
|
+
* // },
|
|
75
|
+
* // },
|
|
76
|
+
* // analysisRuleType: "CUSTOM", // required
|
|
77
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
78
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
79
|
+
* // },
|
|
80
|
+
* // };
|
|
81
|
+
*
|
|
82
|
+
* ```
|
|
83
|
+
*
|
|
84
|
+
* @param GetIntermediateTableAnalysisRuleCommandInput - {@link GetIntermediateTableAnalysisRuleCommandInput}
|
|
85
|
+
* @returns {@link GetIntermediateTableAnalysisRuleCommandOutput}
|
|
86
|
+
* @see {@link GetIntermediateTableAnalysisRuleCommandInput} for command's `input` shape.
|
|
87
|
+
* @see {@link GetIntermediateTableAnalysisRuleCommandOutput} for command's `response` shape.
|
|
88
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
91
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link InternalServerException} (server fault)
|
|
94
|
+
* <p>Unexpected error during processing of request.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
97
|
+
* <p>Request references a resource which does not exist.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
100
|
+
* <p>Request was denied due to request throttling.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link ValidationException} (client fault)
|
|
103
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
104
|
+
*
|
|
105
|
+
* @throws {@link CleanRoomsServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
107
|
+
*
|
|
108
|
+
*
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
export declare class GetIntermediateTableAnalysisRuleCommand extends GetIntermediateTableAnalysisRuleCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: GetIntermediateTableAnalysisRuleInput;
|
|
116
|
+
output: GetIntermediateTableAnalysisRuleOutput;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: GetIntermediateTableAnalysisRuleCommandInput;
|
|
120
|
+
output: GetIntermediateTableAnalysisRuleCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
}
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { GetIntermediateTableInput, GetIntermediateTableOutput } from "../models/models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link GetIntermediateTableCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface GetIntermediateTableCommandInput extends GetIntermediateTableInput {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link GetIntermediateTableCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface GetIntermediateTableCommandOutput extends GetIntermediateTableOutput, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const GetIntermediateTableCommand_base: {
|
|
22
|
+
new (input: GetIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<GetIntermediateTableCommandInput, GetIntermediateTableCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetIntermediateTableCommandInput): import("@smithy/core/client").CommandImpl<GetIntermediateTableCommandInput, GetIntermediateTableCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Retrieves an intermediate table. Returns the full details of the intermediate table, including schema, table dependencies, inherited constraints, child resources, and status. Only the intermediate table owner can call this operation.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { CleanRoomsClient, GetIntermediateTableCommand } from "@aws-sdk/client-cleanrooms"; // ES Modules import
|
|
32
|
+
* // const { CleanRoomsClient, GetIntermediateTableCommand } = require("@aws-sdk/client-cleanrooms"); // CommonJS import
|
|
33
|
+
* // import type { CleanRoomsClientConfig } from "@aws-sdk/client-cleanrooms";
|
|
34
|
+
* const config = {}; // type is CleanRoomsClientConfig
|
|
35
|
+
* const client = new CleanRoomsClient(config);
|
|
36
|
+
* const input = { // GetIntermediateTableInput
|
|
37
|
+
* intermediateTableIdentifier: "STRING_VALUE", // required
|
|
38
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new GetIntermediateTableCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // GetIntermediateTableOutput
|
|
43
|
+
* // intermediateTable: { // IntermediateTable
|
|
44
|
+
* // id: "STRING_VALUE", // required
|
|
45
|
+
* // arn: "STRING_VALUE", // required
|
|
46
|
+
* // name: "STRING_VALUE", // required
|
|
47
|
+
* // description: "STRING_VALUE",
|
|
48
|
+
* // membershipArn: "STRING_VALUE", // required
|
|
49
|
+
* // membershipId: "STRING_VALUE", // required
|
|
50
|
+
* // collaborationArn: "STRING_VALUE", // required
|
|
51
|
+
* // collaborationId: "STRING_VALUE", // required
|
|
52
|
+
* // childResources: [ // ChildResourceList
|
|
53
|
+
* // { // ChildResource
|
|
54
|
+
* // resourceId: "STRING_VALUE",
|
|
55
|
+
* // resourceType: "INTERMEDIATE_TABLE", // required
|
|
56
|
+
* // resourceName: "STRING_VALUE", // required
|
|
57
|
+
* // ownerAccountId: "STRING_VALUE", // required
|
|
58
|
+
* // resourceStatus: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // createTime: new Date("TIMESTAMP"), // required
|
|
62
|
+
* // updateTime: new Date("TIMESTAMP"), // required
|
|
63
|
+
* // status: "CREATED" || "POPULATE_STARTED" || "POPULATE_SUCCESS" || "POPULATE_FAILED" || "DISALLOWED_BY_DATA_PROVIDER" || "BASE_TABLE_REMOVED" || "RETENTION_PERIOD_EXPIRED", // required
|
|
64
|
+
* // statusReason: "STRING_VALUE",
|
|
65
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
66
|
+
* // populationAnalysisConfiguration: { // PopulationAnalysisConfiguration Union: only one key present
|
|
67
|
+
* // sqlParameters: { // PopulationAnalysisSqlParameters
|
|
68
|
+
* // queryString: "STRING_VALUE",
|
|
69
|
+
* // analysisTemplateArn: "STRING_VALUE",
|
|
70
|
+
* // },
|
|
71
|
+
* // },
|
|
72
|
+
* // retentionInDays: Number("int"),
|
|
73
|
+
* // tableDependencies: [ // DependencyList
|
|
74
|
+
* // { // IntermediateTableDependency
|
|
75
|
+
* // id: "STRING_VALUE", // required
|
|
76
|
+
* // name: "STRING_VALUE", // required
|
|
77
|
+
* // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
|
|
78
|
+
* // parentType: "DIRECT" || "INDIRECT", // required
|
|
79
|
+
* // creatorAccountId: "STRING_VALUE", // required
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // intermediateTableVersion: { // IntermediateTableActiveVersion
|
|
83
|
+
* // versionId: "STRING_VALUE", // required
|
|
84
|
+
* // analysisId: "STRING_VALUE", // required
|
|
85
|
+
* // analysisType: "QUERY", // required
|
|
86
|
+
* // kmsKeyArn: "STRING_VALUE",
|
|
87
|
+
* // parameters: { // ParameterMap
|
|
88
|
+
* // "<keys>": "STRING_VALUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // inheritedConstraints: { // IntermediateTableInheritedConstraints
|
|
91
|
+
* // additionalAnalyses: { // InheritedAdditionalAnalyses
|
|
92
|
+
* // value: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED", // required
|
|
93
|
+
* // sources: [ // InheritedAdditionalAnalysesSourceList // required
|
|
94
|
+
* // { // InheritedAdditionalAnalysesSource
|
|
95
|
+
* // name: "STRING_VALUE", // required
|
|
96
|
+
* // id: "STRING_VALUE", // required
|
|
97
|
+
* // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
|
|
98
|
+
* // value: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED", // required
|
|
99
|
+
* // sourceAccountId: "STRING_VALUE", // required
|
|
100
|
+
* // },
|
|
101
|
+
* // ],
|
|
102
|
+
* // },
|
|
103
|
+
* // allowedAdditionalAnalyses: { // InheritedAllowedAdditionalAnalyses
|
|
104
|
+
* // value: [ // AllowedAdditionalAnalyses // required
|
|
105
|
+
* // "STRING_VALUE",
|
|
106
|
+
* // ],
|
|
107
|
+
* // sources: [ // InheritedAllowedAdditionalAnalysesSourceList // required
|
|
108
|
+
* // { // InheritedAllowedAdditionalAnalysesSource
|
|
109
|
+
* // name: "STRING_VALUE", // required
|
|
110
|
+
* // id: "STRING_VALUE", // required
|
|
111
|
+
* // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
|
|
112
|
+
* // value: [ // required
|
|
113
|
+
* // "STRING_VALUE",
|
|
114
|
+
* // ],
|
|
115
|
+
* // sourceAccountId: "STRING_VALUE", // required
|
|
116
|
+
* // },
|
|
117
|
+
* // ],
|
|
118
|
+
* // },
|
|
119
|
+
* // allowedResultReceivers: { // InheritedAllowedResultReceivers
|
|
120
|
+
* // value: [ // AccountIdList // required
|
|
121
|
+
* // "STRING_VALUE",
|
|
122
|
+
* // ],
|
|
123
|
+
* // sources: [ // InheritedAllowedResultReceiversSourceList // required
|
|
124
|
+
* // { // InheritedAllowedResultReceiversSource
|
|
125
|
+
* // name: "STRING_VALUE", // required
|
|
126
|
+
* // id: "STRING_VALUE", // required
|
|
127
|
+
* // type: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
|
|
128
|
+
* // value: [ // required
|
|
129
|
+
* // "STRING_VALUE",
|
|
130
|
+
* // ],
|
|
131
|
+
* // sourceAccountId: "STRING_VALUE", // required
|
|
132
|
+
* // },
|
|
133
|
+
* // ],
|
|
134
|
+
* // },
|
|
135
|
+
* // disallowedOutputColumns: { // InheritedDisallowedOutputColumns
|
|
136
|
+
* // value: [ // AnalysisRuleColumnNameList // required
|
|
137
|
+
* // "STRING_VALUE",
|
|
138
|
+
* // ],
|
|
139
|
+
* // columnLineage: [ // ColumnLineageList // required
|
|
140
|
+
* // { // ColumnLineageEntry
|
|
141
|
+
* // column: "STRING_VALUE", // required
|
|
142
|
+
* // sourceColumn: "STRING_VALUE", // required
|
|
143
|
+
* // sourceName: "STRING_VALUE", // required
|
|
144
|
+
* // sourceId: "STRING_VALUE", // required
|
|
145
|
+
* // sourceType: "TABLE" || "INTERMEDIATE_TABLE" || "ID_MAPPING_TABLE", // required
|
|
146
|
+
* // sourceAccountId: "STRING_VALUE", // required
|
|
147
|
+
* // },
|
|
148
|
+
* // ],
|
|
149
|
+
* // },
|
|
150
|
+
* // },
|
|
151
|
+
* // expirationTime: new Date("TIMESTAMP"),
|
|
152
|
+
* // },
|
|
153
|
+
* // analysisRuleTypes: [ // IntermediateTableAnalysisRuleTypeList
|
|
154
|
+
* // "CUSTOM",
|
|
155
|
+
* // ],
|
|
156
|
+
* // schema: { // IntermediateTableSchema
|
|
157
|
+
* // columns: [ // ColumnList // required
|
|
158
|
+
* // { // Column
|
|
159
|
+
* // name: "STRING_VALUE", // required
|
|
160
|
+
* // type: "STRING_VALUE", // required
|
|
161
|
+
* // },
|
|
162
|
+
* // ],
|
|
163
|
+
* // },
|
|
164
|
+
* // },
|
|
165
|
+
* // };
|
|
166
|
+
*
|
|
167
|
+
* ```
|
|
168
|
+
*
|
|
169
|
+
* @param GetIntermediateTableCommandInput - {@link GetIntermediateTableCommandInput}
|
|
170
|
+
* @returns {@link GetIntermediateTableCommandOutput}
|
|
171
|
+
* @see {@link GetIntermediateTableCommandInput} for command's `input` shape.
|
|
172
|
+
* @see {@link GetIntermediateTableCommandOutput} for command's `response` shape.
|
|
173
|
+
* @see {@link CleanRoomsClientResolvedConfig | config} for CleanRoomsClient's `config` shape.
|
|
174
|
+
*
|
|
175
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
176
|
+
* <p>Caller does not have sufficient access to perform this action.</p>
|
|
177
|
+
*
|
|
178
|
+
* @throws {@link InternalServerException} (server fault)
|
|
179
|
+
* <p>Unexpected error during processing of request.</p>
|
|
180
|
+
*
|
|
181
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
182
|
+
* <p>Request references a resource which does not exist.</p>
|
|
183
|
+
*
|
|
184
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
185
|
+
* <p>Request was denied due to request throttling.</p>
|
|
186
|
+
*
|
|
187
|
+
* @throws {@link ValidationException} (client fault)
|
|
188
|
+
* <p>The input fails to satisfy the specified constraints.</p>
|
|
189
|
+
*
|
|
190
|
+
* @throws {@link CleanRoomsServiceException}
|
|
191
|
+
* <p>Base exception class for all service exceptions from CleanRooms service.</p>
|
|
192
|
+
*
|
|
193
|
+
*
|
|
194
|
+
* @public
|
|
195
|
+
*/
|
|
196
|
+
export declare class GetIntermediateTableCommand extends GetIntermediateTableCommand_base {
|
|
197
|
+
/** @internal type navigation helper, not in runtime. */
|
|
198
|
+
protected static __types: {
|
|
199
|
+
api: {
|
|
200
|
+
input: GetIntermediateTableInput;
|
|
201
|
+
output: GetIntermediateTableOutput;
|
|
202
|
+
};
|
|
203
|
+
sdk: {
|
|
204
|
+
input: GetIntermediateTableCommandInput;
|
|
205
|
+
output: GetIntermediateTableCommandOutput;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type {
|
|
4
|
-
import type { GetMembershipInput, GetMembershipOutput } from "../models/models_0";
|
|
2
|
+
import type { GetMembershipInput, GetMembershipOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetMembershipCommandInput extends GetMembershipInput {
|
|
|
22
19
|
export interface GetMembershipCommandOutput extends GetMembershipOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMembershipCommand_base: {
|
|
25
|
-
new (input: GetMembershipCommandInput): import("@smithy/core/client").CommandImpl<GetMembershipCommandInput, GetMembershipCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetMembershipCommandInput): import("@smithy/core/client").CommandImpl<GetMembershipCommandInput, GetMembershipCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetMembershipCommandInput): import("@smithy/core/client").CommandImpl<GetMembershipCommandInput, GetMembershipCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMembershipCommandInput): import("@smithy/core/client").CommandImpl<GetMembershipCommandInput, GetMembershipCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a specified membership for an identifier.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
2
|
import type { GetPrivacyBudgetTemplateInput, GetPrivacyBudgetTemplateOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetPrivacyBudgetTemplateCommandInput extends GetPrivacyBudgetTe
|
|
|
22
19
|
export interface GetPrivacyBudgetTemplateCommandOutput extends GetPrivacyBudgetTemplateOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetPrivacyBudgetTemplateCommand_base: {
|
|
25
|
-
new (input: GetPrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetPrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetPrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetPrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns details for a specified privacy budget template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type {
|
|
4
|
-
import type { GetProtectedJobInput, GetProtectedJobOutput } from "../models/models_0";
|
|
2
|
+
import type { GetProtectedJobInput, GetProtectedJobOutput } from "../models/models_1";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetProtectedJobCommandInput extends GetProtectedJobInput {
|
|
|
22
19
|
export interface GetProtectedJobCommandOutput extends GetProtectedJobOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetProtectedJobCommand_base: {
|
|
25
|
-
new (input: GetProtectedJobCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedJobCommandInput, GetProtectedJobCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetProtectedJobCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedJobCommandInput, GetProtectedJobCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetProtectedJobCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedJobCommandInput, GetProtectedJobCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetProtectedJobCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedJobCommandInput, GetProtectedJobCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns job processing metadata.</p>
|
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type {
|
|
4
|
-
import type { GetProtectedQueryInput } from "../models/models_0";
|
|
5
|
-
import type { GetProtectedQueryOutput } from "../models/models_1";
|
|
2
|
+
import type { GetProtectedQueryInput, GetProtectedQueryOutput } from "../models/models_1";
|
|
6
3
|
/**
|
|
7
4
|
* @public
|
|
8
5
|
*/
|
|
9
6
|
export type { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
7
|
/**
|
|
12
8
|
* @public
|
|
13
9
|
*
|
|
@@ -23,11 +19,9 @@ export interface GetProtectedQueryCommandInput extends GetProtectedQueryInput {
|
|
|
23
19
|
export interface GetProtectedQueryCommandOutput extends GetProtectedQueryOutput, __MetadataBearer {
|
|
24
20
|
}
|
|
25
21
|
declare const GetProtectedQueryCommand_base: {
|
|
26
|
-
new (input: GetProtectedQueryCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
new (input: GetProtectedQueryCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
22
|
+
new (input: GetProtectedQueryCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetProtectedQueryCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
25
|
};
|
|
32
26
|
/**
|
|
33
27
|
* <p>Returns query processing metadata.</p>
|
|
@@ -85,6 +79,11 @@ declare const GetProtectedQueryCommand_base: {
|
|
|
85
79
|
* // },
|
|
86
80
|
* // ],
|
|
87
81
|
* // },
|
|
82
|
+
* // intermediateTable: { // IntermediateTableOutputConfiguration
|
|
83
|
+
* // id: "STRING_VALUE", // required
|
|
84
|
+
* // arn: "STRING_VALUE", // required
|
|
85
|
+
* // name: "STRING_VALUE", // required
|
|
86
|
+
* // },
|
|
88
87
|
* // },
|
|
89
88
|
* // },
|
|
90
89
|
* // statistics: { // ProtectedQueryStatistics
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
2
|
import type { GetSchemaAnalysisRuleInput, GetSchemaAnalysisRuleOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSchemaAnalysisRuleCommandInput extends GetSchemaAnalysisRule
|
|
|
22
19
|
export interface GetSchemaAnalysisRuleCommandOutput extends GetSchemaAnalysisRuleOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSchemaAnalysisRuleCommand_base: {
|
|
25
|
-
new (input: GetSchemaAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSchemaAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSchemaAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSchemaAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves a schema analysis rule.</p>
|
|
@@ -115,6 +110,12 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
115
110
|
* // },
|
|
116
111
|
* // ],
|
|
117
112
|
* // },
|
|
113
|
+
* // allowedResultReceivers: [ // AllowedResultReceivers
|
|
114
|
+
* // "STRING_VALUE",
|
|
115
|
+
* // ],
|
|
116
|
+
* // allowedAdditionalAnalyses: [ // AllowedAdditionalAnalyses
|
|
117
|
+
* // "STRING_VALUE",
|
|
118
|
+
* // ],
|
|
118
119
|
* // },
|
|
119
120
|
* // idMappingTable: { // AnalysisRuleIdMappingTable
|
|
120
121
|
* // joinColumns: "<AnalysisRuleColumnList>", // required
|
|
@@ -132,10 +133,10 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
132
133
|
* // collaborationPolicy: { // ConfiguredTableAssociationAnalysisRulePolicy Union: only one key present
|
|
133
134
|
* // v1: { // ConfiguredTableAssociationAnalysisRulePolicyV1 Union: only one key present
|
|
134
135
|
* // list: { // ConfiguredTableAssociationAnalysisRuleList
|
|
135
|
-
* // allowedResultReceivers: [
|
|
136
|
+
* // allowedResultReceivers: [
|
|
136
137
|
* // "STRING_VALUE",
|
|
137
138
|
* // ],
|
|
138
|
-
* // allowedAdditionalAnalyses: [
|
|
139
|
+
* // allowedAdditionalAnalyses: [
|
|
139
140
|
* // "STRING_VALUE",
|
|
140
141
|
* // ],
|
|
141
142
|
* // },
|
|
@@ -199,12 +200,8 @@ declare const GetSchemaAnalysisRuleCommand_base: {
|
|
|
199
200
|
* // },
|
|
200
201
|
* // ],
|
|
201
202
|
* // additionalAnalyses: "ALLOWED" || "REQUIRED" || "NOT_ALLOWED",
|
|
202
|
-
* // allowedResultReceivers:
|
|
203
|
-
* //
|
|
204
|
-
* // ],
|
|
205
|
-
* // allowedAdditionalAnalyses: [
|
|
206
|
-
* // "STRING_VALUE",
|
|
207
|
-
* // ],
|
|
203
|
+
* // allowedResultReceivers: "<AllowedResultReceivers>",
|
|
204
|
+
* // allowedAdditionalAnalyses: "<AllowedAdditionalAnalyses>",
|
|
208
205
|
* // },
|
|
209
206
|
* // custom: { // ConsolidatedPolicyCustom
|
|
210
207
|
* // allowedAnalyses: [ // required
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
2
|
import type { GetSchemaInput, GetSchemaOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetSchemaCommandInput extends GetSchemaInput {
|
|
|
22
19
|
export interface GetSchemaCommandOutput extends GetSchemaOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetSchemaCommand_base: {
|
|
25
|
-
new (input: GetSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the schema for a relation within a collaboration.</p>
|
|
@@ -72,13 +67,13 @@ declare const GetSchemaCommand_base: {
|
|
|
72
67
|
* // description: "STRING_VALUE", // required
|
|
73
68
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
74
69
|
* // updateTime: new Date("TIMESTAMP"), // required
|
|
75
|
-
* // type: "TABLE" || "ID_MAPPING_TABLE", // required
|
|
70
|
+
* // type: "TABLE" || "ID_MAPPING_TABLE" || "INTERMEDIATE_TABLE", // required
|
|
76
71
|
* // schemaStatusDetails: [ // SchemaStatusDetailList // required
|
|
77
72
|
* // { // SchemaStatusDetail
|
|
78
73
|
* // status: "READY" || "NOT_READY", // required
|
|
79
74
|
* // reasons: [ // SchemaStatusReasonList
|
|
80
75
|
* // { // SchemaStatusReason
|
|
81
|
-
* // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED" || "ID_MAPPING_TABLE_NOT_POPULATED" || "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_CONFIGURED" || "RESULT_RECEIVERS_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_ALLOWED" || "RESULT_RECEIVERS_NOT_ALLOWED" || "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE", // required
|
|
76
|
+
* // code: "ANALYSIS_RULE_MISSING" || "ANALYSIS_TEMPLATES_NOT_CONFIGURED" || "ANALYSIS_PROVIDERS_NOT_CONFIGURED" || "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED" || "ID_MAPPING_TABLE_NOT_POPULATED" || "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_CONFIGURED" || "RESULT_RECEIVERS_NOT_CONFIGURED" || "ADDITIONAL_ANALYSES_NOT_ALLOWED" || "RESULT_RECEIVERS_NOT_ALLOWED" || "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE" || "INTERMEDIATE_TABLE_NOT_POPULATED" || "INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING" || "INTERMEDIATE_TABLE_BASE_TABLE_REMOVED" || "INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED" || "INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER" || "INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED", // required
|
|
82
77
|
* // message: "STRING_VALUE", // required
|
|
83
78
|
* // },
|
|
84
79
|
* // ],
|
|
@@ -98,6 +93,13 @@ declare const GetSchemaCommand_base: {
|
|
|
98
93
|
* // type: "SOURCE" || "TARGET", // required
|
|
99
94
|
* // },
|
|
100
95
|
* // ],
|
|
96
|
+
* // idMappingTableId: "STRING_VALUE",
|
|
97
|
+
* // },
|
|
98
|
+
* // intermediateTable: { // IntermediateTableSchemaTypeProperties
|
|
99
|
+
* // intermediateTableId: "STRING_VALUE", // required
|
|
100
|
+
* // },
|
|
101
|
+
* // configuredTableAssociation: { // ConfiguredTableAssociationSchemaTypeProperties
|
|
102
|
+
* // configuredTableAssociationId: "STRING_VALUE", // required
|
|
101
103
|
* // },
|
|
102
104
|
* // },
|
|
103
105
|
* // },
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
2
|
import type { ListAnalysisTemplatesInput, ListAnalysisTemplatesOutput } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAnalysisTemplatesCommandInput extends ListAnalysisTemplates
|
|
|
22
19
|
export interface ListAnalysisTemplatesCommandOutput extends ListAnalysisTemplatesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAnalysisTemplatesCommand_base: {
|
|
25
|
-
new (input: ListAnalysisTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAnalysisTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAnalysisTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAnalysisTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput, import("..").CleanRoomsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists analysis templates that the caller owns.</p>
|