@aws-sdk/client-cleanrooms 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +84 -0
- package/dist-cjs/index.js +756 -924
- package/dist-es/CleanRooms.js +28 -0
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetCollaborationAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/BatchGetSchemaAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/BatchGetSchemaCommand.js +2 -14
- package/dist-es/commands/CreateAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/CreateCollaborationChangeRequestCommand.js +2 -14
- package/dist-es/commands/CreateCollaborationCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredAudienceModelAssociationCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +2 -14
- package/dist-es/commands/CreateConfiguredTableCommand.js +2 -14
- package/dist-es/commands/CreateIdMappingTableCommand.js +2 -14
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +2 -14
- package/dist-es/commands/CreateIntermediateTableAnalysisRuleCommand.js +4 -0
- package/dist-es/commands/CreateIntermediateTableCommand.js +4 -0
- package/dist-es/commands/CreateMembershipCommand.js +2 -14
- package/dist-es/commands/CreatePrivacyBudgetTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteCollaborationCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredAudienceModelAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteConfiguredTableCommand.js +2 -14
- package/dist-es/commands/DeleteIdMappingTableCommand.js +2 -14
- package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteIntermediateTableAnalysisRuleCommand.js +4 -0
- package/dist-es/commands/DeleteIntermediateTableCommand.js +4 -0
- package/dist-es/commands/DeleteMemberCommand.js +2 -14
- package/dist-es/commands/DeleteMembershipCommand.js +2 -14
- package/dist-es/commands/DeletePrivacyBudgetTemplateCommand.js +2 -14
- package/dist-es/commands/DisallowIntermediateTableCommand.js +4 -0
- package/dist-es/commands/GetAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/GetCollaborationAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/GetCollaborationChangeRequestCommand.js +2 -14
- package/dist-es/commands/GetCollaborationCommand.js +2 -14
- package/dist-es/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +2 -14
- package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +2 -14
- package/dist-es/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +2 -14
- package/dist-es/commands/GetConfiguredAudienceModelAssociationCommand.js +2 -14
- package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/GetConfiguredTableAssociationCommand.js +2 -14
- package/dist-es/commands/GetConfiguredTableCommand.js +2 -14
- package/dist-es/commands/GetIdMappingTableCommand.js +2 -14
- package/dist-es/commands/GetIdNamespaceAssociationCommand.js +2 -14
- package/dist-es/commands/GetIntermediateTableAnalysisRuleCommand.js +4 -0
- package/dist-es/commands/GetIntermediateTableCommand.js +4 -0
- package/dist-es/commands/GetMembershipCommand.js +2 -14
- package/dist-es/commands/GetPrivacyBudgetTemplateCommand.js +2 -14
- package/dist-es/commands/GetProtectedJobCommand.js +2 -14
- package/dist-es/commands/GetProtectedQueryCommand.js +2 -14
- package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/GetSchemaCommand.js +2 -14
- package/dist-es/commands/ListAnalysisTemplatesCommand.js +2 -14
- package/dist-es/commands/ListCollaborationAnalysisTemplatesCommand.js +2 -14
- package/dist-es/commands/ListCollaborationChangeRequestsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +2 -14
- package/dist-es/commands/ListCollaborationPrivacyBudgetsCommand.js +2 -14
- package/dist-es/commands/ListCollaborationsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredAudienceModelAssociationsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +2 -14
- package/dist-es/commands/ListConfiguredTablesCommand.js +2 -14
- package/dist-es/commands/ListIdMappingTablesCommand.js +2 -14
- package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +2 -14
- package/dist-es/commands/ListIntermediateTableVersionsCommand.js +4 -0
- package/dist-es/commands/ListIntermediateTablesCommand.js +4 -0
- package/dist-es/commands/ListMembersCommand.js +2 -14
- package/dist-es/commands/ListMembershipsCommand.js +2 -14
- package/dist-es/commands/ListPrivacyBudgetTemplatesCommand.js +2 -14
- package/dist-es/commands/ListPrivacyBudgetsCommand.js +2 -14
- package/dist-es/commands/ListProtectedJobsCommand.js +2 -14
- package/dist-es/commands/ListProtectedQueriesCommand.js +2 -14
- package/dist-es/commands/ListSchemasCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PopulateIdMappingTableCommand.js +2 -14
- package/dist-es/commands/PopulateIntermediateTableCommand.js +4 -0
- package/dist-es/commands/PreviewPrivacyImpactCommand.js +2 -14
- package/dist-es/commands/StartProtectedJobCommand.js +2 -14
- package/dist-es/commands/StartProtectedQueryCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAnalysisTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateCollaborationChangeRequestCommand.js +2 -14
- package/dist-es/commands/UpdateCollaborationCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredAudienceModelAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateConfiguredTableCommand.js +2 -14
- package/dist-es/commands/UpdateIdMappingTableCommand.js +2 -14
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateIntermediateTableAnalysisRuleCommand.js +4 -0
- package/dist-es/commands/UpdateIntermediateTableCommand.js +4 -0
- package/dist-es/commands/UpdateMembershipCommand.js +2 -14
- package/dist-es/commands/UpdatePrivacyBudgetTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateProtectedJobCommand.js +2 -14
- package/dist-es/commands/UpdateProtectedQueryCommand.js +2 -14
- package/dist-es/commands/index.js +12 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +53 -4
- package/dist-es/pagination/ListIntermediateTableVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListIntermediateTablesPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +467 -36
- package/dist-types/CleanRooms.d.ts +98 -0
- package/dist-types/CleanRoomsClient.d.ts +14 -2
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +13 -16
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +12 -10
- package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateCollaborationChangeRequestCommand.d.ts +3 -8
- package/dist-types/commands/CreateCollaborationCommand.d.ts +4 -9
- package/dist-types/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +15 -8
- package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +12 -8
- package/dist-types/commands/CreateConfiguredTableCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +12 -8
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +158 -0
- package/dist-types/commands/CreateIntermediateTableCommand.d.ts +226 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +4 -9
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCollaborationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +89 -0
- package/dist-types/commands/DeleteIntermediateTableCommand.d.ts +88 -0
- package/dist-types/commands/DeleteMemberCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMembershipCommand.d.ts +4 -9
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DisallowIntermediateTableCommand.d.ts +89 -0
- package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationChangeRequestCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +9 -8
- package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +12 -8
- package/dist-types/commands/GetConfiguredTableCommand.d.ts +3 -8
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +12 -8
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +123 -0
- package/dist-types/commands/GetIntermediateTableCommand.d.ts +208 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +4 -9
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetProtectedJobCommand.d.ts +4 -9
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +9 -10
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +13 -16
- package/dist-types/commands/GetSchemaCommand.d.ts +12 -10
- package/dist-types/commands/ListAnalysisTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +3 -8
- package/dist-types/commands/ListCollaborationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfiguredTablesCommand.d.ts +3 -8
- package/dist-types/commands/ListIdMappingTablesCommand.d.ts +3 -8
- package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListIntermediateTableVersionsCommand.d.ts +101 -0
- package/dist-types/commands/ListIntermediateTablesCommand.d.ts +107 -0
- package/dist-types/commands/ListMembersCommand.d.ts +3 -8
- package/dist-types/commands/ListMembershipsCommand.d.ts +3 -8
- package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +3 -8
- package/dist-types/commands/ListProtectedJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +8 -8
- package/dist-types/commands/ListSchemasCommand.d.ts +5 -10
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -9
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +3 -8
- package/dist-types/commands/PopulateIntermediateTableCommand.d.ts +110 -0
- package/dist-types/commands/PreviewPrivacyImpactCommand.d.ts +3 -8
- package/dist-types/commands/StartProtectedJobCommand.d.ts +3 -8
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +13 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCollaborationChangeRequestCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +15 -8
- package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +12 -8
- package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +12 -8
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +156 -0
- package/dist-types/commands/UpdateIntermediateTableCommand.d.ts +216 -0
- package/dist-types/commands/UpdateMembershipCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProtectedJobCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +8 -8
- package/dist-types/commands/index.d.ts +12 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +125 -12
- package/dist-types/models/models_0.d.ts +729 -436
- package/dist-types/models/models_1.d.ts +1032 -3
- package/dist-types/pagination/ListIntermediateTableVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIntermediateTablesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +63 -0
- package/dist-types/ts3.4/CleanRooms.d.ts +236 -0
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +72 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCollaborationChangeRequestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCollaborationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfiguredTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIntermediateTableAnalysisRuleCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +8 -17
- package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCollaborationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfiguredTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIntermediateTableAnalysisRuleCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +8 -17
- package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisallowIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationChangeRequestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfiguredTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIntermediateTableAnalysisRuleCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +8 -17
- package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +8 -17
- package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +10 -17
- package/dist-types/ts3.4/commands/GetSchemaAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAnalysisTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationChangeRequestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCollaborationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredTableAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfiguredTablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIntermediateTableVersionsCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListIntermediateTablesCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProtectedJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +8 -17
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PopulateIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/PreviewPrivacyImpactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartProtectedJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartProtectedQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAnalysisTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCollaborationChangeRequestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCollaborationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfiguredTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIntermediateTableAnalysisRuleCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateIntermediateTableCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProtectedJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/index.d.ts +12 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +71 -6
- package/dist-types/ts3.4/models/models_0.d.ts +299 -261
- package/dist-types/ts3.4/models/models_1.d.ts +345 -17
- package/dist-types/ts3.4/pagination/ListIntermediateTableVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIntermediateTablesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +63 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateIdMappingTable$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateIdMappingTableCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "UpdateIdMappingTable", {})
|
|
13
|
-
.n("CleanRoomsClient", "UpdateIdMappingTableCommand")
|
|
14
|
-
.sc(UpdateIdMappingTable$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateIdMappingTableCommand extends command(_ep0, _mw0, "UpdateIdMappingTable", UpdateIdMappingTable$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateIdNamespaceAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateIdNamespaceAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "UpdateIdNamespaceAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "UpdateIdNamespaceAssociationCommand")
|
|
14
|
-
.sc(UpdateIdNamespaceAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateIdNamespaceAssociationCommand extends command(_ep0, _mw0, "UpdateIdNamespaceAssociation", UpdateIdNamespaceAssociation$) {
|
|
16
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { UpdateIntermediateTableAnalysisRule$ } from "../schemas/schemas_0";
|
|
3
|
+
export class UpdateIntermediateTableAnalysisRuleCommand extends command(_ep0, _mw0, "UpdateIntermediateTableAnalysisRule", UpdateIntermediateTableAnalysisRule$) {
|
|
4
|
+
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateMembership$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateMembershipCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "UpdateMembership", {})
|
|
13
|
-
.n("CleanRoomsClient", "UpdateMembershipCommand")
|
|
14
|
-
.sc(UpdateMembership$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateMembershipCommand extends command(_ep0, _mw0, "UpdateMembership", UpdateMembership$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdatePrivacyBudgetTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdatePrivacyBudgetTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "UpdatePrivacyBudgetTemplate", {})
|
|
13
|
-
.n("CleanRoomsClient", "UpdatePrivacyBudgetTemplateCommand")
|
|
14
|
-
.sc(UpdatePrivacyBudgetTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdatePrivacyBudgetTemplateCommand extends command(_ep0, _mw0, "UpdatePrivacyBudgetTemplate", UpdatePrivacyBudgetTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateProtectedJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateProtectedJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "UpdateProtectedJob", {})
|
|
13
|
-
.n("CleanRoomsClient", "UpdateProtectedJobCommand")
|
|
14
|
-
.sc(UpdateProtectedJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateProtectedJobCommand extends command(_ep0, _mw0, "UpdateProtectedJob", UpdateProtectedJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateProtectedQuery$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateProtectedQueryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "UpdateProtectedQuery", {})
|
|
13
|
-
.n("CleanRoomsClient", "UpdateProtectedQueryCommand")
|
|
14
|
-
.sc(UpdateProtectedQuery$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateProtectedQueryCommand extends command(_ep0, _mw0, "UpdateProtectedQuery", UpdateProtectedQuery$) {
|
|
16
4
|
}
|
|
@@ -11,6 +11,8 @@ export * from "./CreateConfiguredTableAssociationCommand";
|
|
|
11
11
|
export * from "./CreateConfiguredTableCommand";
|
|
12
12
|
export * from "./CreateIdMappingTableCommand";
|
|
13
13
|
export * from "./CreateIdNamespaceAssociationCommand";
|
|
14
|
+
export * from "./CreateIntermediateTableAnalysisRuleCommand";
|
|
15
|
+
export * from "./CreateIntermediateTableCommand";
|
|
14
16
|
export * from "./CreateMembershipCommand";
|
|
15
17
|
export * from "./CreatePrivacyBudgetTemplateCommand";
|
|
16
18
|
export * from "./DeleteAnalysisTemplateCommand";
|
|
@@ -22,9 +24,12 @@ export * from "./DeleteConfiguredTableAssociationCommand";
|
|
|
22
24
|
export * from "./DeleteConfiguredTableCommand";
|
|
23
25
|
export * from "./DeleteIdMappingTableCommand";
|
|
24
26
|
export * from "./DeleteIdNamespaceAssociationCommand";
|
|
27
|
+
export * from "./DeleteIntermediateTableAnalysisRuleCommand";
|
|
28
|
+
export * from "./DeleteIntermediateTableCommand";
|
|
25
29
|
export * from "./DeleteMemberCommand";
|
|
26
30
|
export * from "./DeleteMembershipCommand";
|
|
27
31
|
export * from "./DeletePrivacyBudgetTemplateCommand";
|
|
32
|
+
export * from "./DisallowIntermediateTableCommand";
|
|
28
33
|
export * from "./GetAnalysisTemplateCommand";
|
|
29
34
|
export * from "./GetCollaborationAnalysisTemplateCommand";
|
|
30
35
|
export * from "./GetCollaborationChangeRequestCommand";
|
|
@@ -39,6 +44,8 @@ export * from "./GetConfiguredTableAssociationCommand";
|
|
|
39
44
|
export * from "./GetConfiguredTableCommand";
|
|
40
45
|
export * from "./GetIdMappingTableCommand";
|
|
41
46
|
export * from "./GetIdNamespaceAssociationCommand";
|
|
47
|
+
export * from "./GetIntermediateTableAnalysisRuleCommand";
|
|
48
|
+
export * from "./GetIntermediateTableCommand";
|
|
42
49
|
export * from "./GetMembershipCommand";
|
|
43
50
|
export * from "./GetPrivacyBudgetTemplateCommand";
|
|
44
51
|
export * from "./GetProtectedJobCommand";
|
|
@@ -58,6 +65,8 @@ export * from "./ListConfiguredTableAssociationsCommand";
|
|
|
58
65
|
export * from "./ListConfiguredTablesCommand";
|
|
59
66
|
export * from "./ListIdMappingTablesCommand";
|
|
60
67
|
export * from "./ListIdNamespaceAssociationsCommand";
|
|
68
|
+
export * from "./ListIntermediateTableVersionsCommand";
|
|
69
|
+
export * from "./ListIntermediateTablesCommand";
|
|
61
70
|
export * from "./ListMembersCommand";
|
|
62
71
|
export * from "./ListMembershipsCommand";
|
|
63
72
|
export * from "./ListPrivacyBudgetTemplatesCommand";
|
|
@@ -67,6 +76,7 @@ export * from "./ListProtectedQueriesCommand";
|
|
|
67
76
|
export * from "./ListSchemasCommand";
|
|
68
77
|
export * from "./ListTagsForResourceCommand";
|
|
69
78
|
export * from "./PopulateIdMappingTableCommand";
|
|
79
|
+
export * from "./PopulateIntermediateTableCommand";
|
|
70
80
|
export * from "./PreviewPrivacyImpactCommand";
|
|
71
81
|
export * from "./StartProtectedJobCommand";
|
|
72
82
|
export * from "./StartProtectedQueryCommand";
|
|
@@ -82,6 +92,8 @@ export * from "./UpdateConfiguredTableAssociationCommand";
|
|
|
82
92
|
export * from "./UpdateConfiguredTableCommand";
|
|
83
93
|
export * from "./UpdateIdMappingTableCommand";
|
|
84
94
|
export * from "./UpdateIdNamespaceAssociationCommand";
|
|
95
|
+
export * from "./UpdateIntermediateTableAnalysisRuleCommand";
|
|
96
|
+
export * from "./UpdateIntermediateTableCommand";
|
|
85
97
|
export * from "./UpdateMembershipCommand";
|
|
86
98
|
export * from "./UpdatePrivacyBudgetTemplateCommand";
|
|
87
99
|
export * from "./UpdateProtectedJobCommand";
|
package/dist-es/index.js
CHANGED
package/dist-es/models/enums.js
CHANGED
|
@@ -237,6 +237,12 @@ export const SchemaStatusReasonCode = {
|
|
|
237
237
|
COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED: "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED",
|
|
238
238
|
DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED: "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED",
|
|
239
239
|
ID_MAPPING_TABLE_NOT_POPULATED: "ID_MAPPING_TABLE_NOT_POPULATED",
|
|
240
|
+
INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING: "INTERMEDIATE_TABLE_ANALYSIS_RULE_MISSING",
|
|
241
|
+
INTERMEDIATE_TABLE_BASE_TABLE_REMOVED: "INTERMEDIATE_TABLE_BASE_TABLE_REMOVED",
|
|
242
|
+
INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER: "INTERMEDIATE_TABLE_DISALLOWED_BY_DATA_PROVIDER",
|
|
243
|
+
INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED: "INTERMEDIATE_TABLE_INHERITED_CONSTRAINTS_VIOLATED",
|
|
244
|
+
INTERMEDIATE_TABLE_NOT_POPULATED: "INTERMEDIATE_TABLE_NOT_POPULATED",
|
|
245
|
+
INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED: "INTERMEDIATE_TABLE_RETENTION_PERIOD_EXPIRED",
|
|
240
246
|
RESULT_RECEIVERS_NOT_ALLOWED: "RESULT_RECEIVERS_NOT_ALLOWED",
|
|
241
247
|
RESULT_RECEIVERS_NOT_CONFIGURED: "RESULT_RECEIVERS_NOT_CONFIGURED",
|
|
242
248
|
};
|
|
@@ -254,6 +260,7 @@ export const SelectedAnalysisMethod = {
|
|
|
254
260
|
};
|
|
255
261
|
export const SchemaType = {
|
|
256
262
|
ID_MAPPING_TABLE: "ID_MAPPING_TABLE",
|
|
263
|
+
INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE",
|
|
257
264
|
TABLE: "TABLE",
|
|
258
265
|
};
|
|
259
266
|
export const MemberAbility = {
|
|
@@ -332,6 +339,18 @@ export const ConfiguredTableAssociationAnalysisRuleType = {
|
|
|
332
339
|
CUSTOM: "CUSTOM",
|
|
333
340
|
LIST: "LIST",
|
|
334
341
|
};
|
|
342
|
+
export const ResourceStatus = {
|
|
343
|
+
BASE_TABLE_REMOVED: "BASE_TABLE_REMOVED",
|
|
344
|
+
CREATED: "CREATED",
|
|
345
|
+
DISALLOWED_BY_DATA_PROVIDER: "DISALLOWED_BY_DATA_PROVIDER",
|
|
346
|
+
POPULATE_FAILED: "POPULATE_FAILED",
|
|
347
|
+
POPULATE_STARTED: "POPULATE_STARTED",
|
|
348
|
+
POPULATE_SUCCESS: "POPULATE_SUCCESS",
|
|
349
|
+
RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED",
|
|
350
|
+
};
|
|
351
|
+
export const ChildResourceType = {
|
|
352
|
+
INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE",
|
|
353
|
+
};
|
|
335
354
|
export const ConfiguredTableAnalysisRuleType = {
|
|
336
355
|
AGGREGATION: "AGGREGATION",
|
|
337
356
|
CUSTOM: "CUSTOM",
|
|
@@ -342,6 +361,40 @@ export const JobType = {
|
|
|
342
361
|
DELETE_ONLY: "DELETE_ONLY",
|
|
343
362
|
INCREMENTAL: "INCREMENTAL",
|
|
344
363
|
};
|
|
364
|
+
export const IntermediateTableAnalysisRuleType = {
|
|
365
|
+
CUSTOM: "CUSTOM",
|
|
366
|
+
};
|
|
367
|
+
export const PopulateIntermediateTableAnalysisType = {
|
|
368
|
+
QUERY: "QUERY",
|
|
369
|
+
};
|
|
370
|
+
export const BaseTableDependencyType = {
|
|
371
|
+
ID_MAPPING_TABLE: "ID_MAPPING_TABLE",
|
|
372
|
+
INTERMEDIATE_TABLE: "INTERMEDIATE_TABLE",
|
|
373
|
+
TABLE: "TABLE",
|
|
374
|
+
};
|
|
375
|
+
export const IntermediateTableStatus = {
|
|
376
|
+
BASE_TABLE_REMOVED: "BASE_TABLE_REMOVED",
|
|
377
|
+
CREATED: "CREATED",
|
|
378
|
+
DISALLOWED_BY_DATA_PROVIDER: "DISALLOWED_BY_DATA_PROVIDER",
|
|
379
|
+
POPULATE_FAILED: "POPULATE_FAILED",
|
|
380
|
+
POPULATE_STARTED: "POPULATE_STARTED",
|
|
381
|
+
POPULATE_SUCCESS: "POPULATE_SUCCESS",
|
|
382
|
+
RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED",
|
|
383
|
+
};
|
|
384
|
+
export const BaseTableParentType = {
|
|
385
|
+
DIRECT: "DIRECT",
|
|
386
|
+
INDIRECT: "INDIRECT",
|
|
387
|
+
};
|
|
388
|
+
export const IntermediateTableVersionStatus = {
|
|
389
|
+
POPULATE_FAILED: "POPULATE_FAILED",
|
|
390
|
+
POPULATE_STARTED: "POPULATE_STARTED",
|
|
391
|
+
POPULATE_SUCCESS: "POPULATE_SUCCESS",
|
|
392
|
+
RETENTION_PERIOD_EXPIRED: "RETENTION_PERIOD_EXPIRED",
|
|
393
|
+
};
|
|
394
|
+
export const WorkerComputeType = {
|
|
395
|
+
CR1X: "CR.1X",
|
|
396
|
+
CR4X: "CR.4X",
|
|
397
|
+
};
|
|
345
398
|
export const ResultFormat = {
|
|
346
399
|
CSV: "CSV",
|
|
347
400
|
PARQUET: "PARQUET",
|
|
@@ -371,10 +424,6 @@ export const ProtectedJobStatus = {
|
|
|
371
424
|
SUBMITTED: "SUBMITTED",
|
|
372
425
|
SUCCESS: "SUCCESS",
|
|
373
426
|
};
|
|
374
|
-
export const WorkerComputeType = {
|
|
375
|
-
CR1X: "CR.1X",
|
|
376
|
-
CR4X: "CR.4X",
|
|
377
|
-
};
|
|
378
427
|
export const ProtectedQueryStatus = {
|
|
379
428
|
CANCELLED: "CANCELLED",
|
|
380
429
|
CANCELLING: "CANCELLING",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { CleanRoomsClient } from "../CleanRoomsClient";
|
|
3
|
+
import { ListIntermediateTableVersionsCommand, } from "../commands/ListIntermediateTableVersionsCommand";
|
|
4
|
+
export const paginateListIntermediateTableVersions = createPaginator(CleanRoomsClient, ListIntermediateTableVersionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { CleanRoomsClient } from "../CleanRoomsClient";
|
|
3
|
+
import { ListIntermediateTablesCommand, } from "../commands/ListIntermediateTablesCommand";
|
|
4
|
+
export const paginateListIntermediateTables = createPaginator(CleanRoomsClient, ListIntermediateTablesCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -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";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "AWSBastionControlPlaneServiceLambda",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "CleanRooms",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|