@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 { DeleteIdNamespaceAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIdNamespaceAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeleteIdNamespaceAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeleteIdNamespaceAssociationCommand")
|
|
14
|
-
.sc(DeleteIdNamespaceAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIdNamespaceAssociationCommand extends command(_ep0, _mw0, "DeleteIdNamespaceAssociation", DeleteIdNamespaceAssociation$) {
|
|
16
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { DeleteIntermediateTableAnalysisRule$ } from "../schemas/schemas_0";
|
|
3
|
+
export class DeleteIntermediateTableAnalysisRuleCommand extends command(_ep0, _mw0, "DeleteIntermediateTableAnalysisRule", DeleteIntermediateTableAnalysisRule$) {
|
|
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 { DeleteMember$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMemberCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeleteMember", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeleteMemberCommand")
|
|
14
|
-
.sc(DeleteMember$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMemberCommand extends command(_ep0, _mw0, "DeleteMember", DeleteMember$) {
|
|
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 { DeleteMembership$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMembershipCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeleteMembership", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeleteMembershipCommand")
|
|
14
|
-
.sc(DeleteMembership$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMembershipCommand extends command(_ep0, _mw0, "DeleteMembership", DeleteMembership$) {
|
|
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 { DeletePrivacyBudgetTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeletePrivacyBudgetTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeletePrivacyBudgetTemplate", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeletePrivacyBudgetTemplateCommand")
|
|
14
|
-
.sc(DeletePrivacyBudgetTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeletePrivacyBudgetTemplateCommand extends command(_ep0, _mw0, "DeletePrivacyBudgetTemplate", DeletePrivacyBudgetTemplate$) {
|
|
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 { GetAnalysisTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAnalysisTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetAnalysisTemplate", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetAnalysisTemplateCommand")
|
|
14
|
-
.sc(GetAnalysisTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAnalysisTemplateCommand extends command(_ep0, _mw0, "GetAnalysisTemplate", GetAnalysisTemplate$) {
|
|
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 { GetCollaborationAnalysisTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCollaborationAnalysisTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetCollaborationAnalysisTemplate", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetCollaborationAnalysisTemplateCommand")
|
|
14
|
-
.sc(GetCollaborationAnalysisTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCollaborationAnalysisTemplateCommand extends command(_ep0, _mw0, "GetCollaborationAnalysisTemplate", GetCollaborationAnalysisTemplate$) {
|
|
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 { GetCollaborationChangeRequest$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCollaborationChangeRequestCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetCollaborationChangeRequest", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetCollaborationChangeRequestCommand")
|
|
14
|
-
.sc(GetCollaborationChangeRequest$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCollaborationChangeRequestCommand extends command(_ep0, _mw0, "GetCollaborationChangeRequest", GetCollaborationChangeRequest$) {
|
|
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 { GetCollaboration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCollaborationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetCollaboration", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetCollaborationCommand")
|
|
14
|
-
.sc(GetCollaboration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCollaborationCommand extends command(_ep0, _mw0, "GetCollaboration", GetCollaboration$) {
|
|
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 { GetCollaborationConfiguredAudienceModelAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCollaborationConfiguredAudienceModelAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetCollaborationConfiguredAudienceModelAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetCollaborationConfiguredAudienceModelAssociationCommand")
|
|
14
|
-
.sc(GetCollaborationConfiguredAudienceModelAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCollaborationConfiguredAudienceModelAssociationCommand extends command(_ep0, _mw0, "GetCollaborationConfiguredAudienceModelAssociation", GetCollaborationConfiguredAudienceModelAssociation$) {
|
|
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 { GetCollaborationIdNamespaceAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCollaborationIdNamespaceAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetCollaborationIdNamespaceAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetCollaborationIdNamespaceAssociationCommand")
|
|
14
|
-
.sc(GetCollaborationIdNamespaceAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCollaborationIdNamespaceAssociationCommand extends command(_ep0, _mw0, "GetCollaborationIdNamespaceAssociation", GetCollaborationIdNamespaceAssociation$) {
|
|
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 { GetCollaborationPrivacyBudgetTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCollaborationPrivacyBudgetTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetCollaborationPrivacyBudgetTemplate", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetCollaborationPrivacyBudgetTemplateCommand")
|
|
14
|
-
.sc(GetCollaborationPrivacyBudgetTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCollaborationPrivacyBudgetTemplateCommand extends command(_ep0, _mw0, "GetCollaborationPrivacyBudgetTemplate", GetCollaborationPrivacyBudgetTemplate$) {
|
|
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 { GetConfiguredAudienceModelAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConfiguredAudienceModelAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetConfiguredAudienceModelAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetConfiguredAudienceModelAssociationCommand")
|
|
14
|
-
.sc(GetConfiguredAudienceModelAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConfiguredAudienceModelAssociationCommand extends command(_ep0, _mw0, "GetConfiguredAudienceModelAssociation", GetConfiguredAudienceModelAssociation$) {
|
|
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 { GetConfiguredTableAnalysisRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConfiguredTableAnalysisRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTableAnalysisRule", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetConfiguredTableAnalysisRuleCommand")
|
|
14
|
-
.sc(GetConfiguredTableAnalysisRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConfiguredTableAnalysisRuleCommand extends command(_ep0, _mw0, "GetConfiguredTableAnalysisRule", GetConfiguredTableAnalysisRule$) {
|
|
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 { GetConfiguredTableAssociationAnalysisRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConfiguredTableAssociationAnalysisRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTableAssociationAnalysisRule", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetConfiguredTableAssociationAnalysisRuleCommand")
|
|
14
|
-
.sc(GetConfiguredTableAssociationAnalysisRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConfiguredTableAssociationAnalysisRuleCommand extends command(_ep0, _mw0, "GetConfiguredTableAssociationAnalysisRule", GetConfiguredTableAssociationAnalysisRule$) {
|
|
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 { GetConfiguredTableAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConfiguredTableAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTableAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetConfiguredTableAssociationCommand")
|
|
14
|
-
.sc(GetConfiguredTableAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConfiguredTableAssociationCommand extends command(_ep0, _mw0, "GetConfiguredTableAssociation", GetConfiguredTableAssociation$) {
|
|
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 { GetConfiguredTable$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConfiguredTableCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetConfiguredTable", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetConfiguredTableCommand")
|
|
14
|
-
.sc(GetConfiguredTable$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConfiguredTableCommand extends command(_ep0, _mw0, "GetConfiguredTable", GetConfiguredTable$) {
|
|
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 { GetIdMappingTable$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIdMappingTableCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetIdMappingTable", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetIdMappingTableCommand")
|
|
14
|
-
.sc(GetIdMappingTable$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIdMappingTableCommand extends command(_ep0, _mw0, "GetIdMappingTable", GetIdMappingTable$) {
|
|
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 { GetIdNamespaceAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIdNamespaceAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetIdNamespaceAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetIdNamespaceAssociationCommand")
|
|
14
|
-
.sc(GetIdNamespaceAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIdNamespaceAssociationCommand extends command(_ep0, _mw0, "GetIdNamespaceAssociation", GetIdNamespaceAssociation$) {
|
|
16
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { GetIntermediateTableAnalysisRule$ } from "../schemas/schemas_0";
|
|
3
|
+
export class GetIntermediateTableAnalysisRuleCommand extends command(_ep0, _mw0, "GetIntermediateTableAnalysisRule", GetIntermediateTableAnalysisRule$) {
|
|
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 { GetMembership$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMembershipCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetMembership", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetMembershipCommand")
|
|
14
|
-
.sc(GetMembership$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMembershipCommand extends command(_ep0, _mw0, "GetMembership", GetMembership$) {
|
|
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 { GetPrivacyBudgetTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetPrivacyBudgetTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetPrivacyBudgetTemplate", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetPrivacyBudgetTemplateCommand")
|
|
14
|
-
.sc(GetPrivacyBudgetTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetPrivacyBudgetTemplateCommand extends command(_ep0, _mw0, "GetPrivacyBudgetTemplate", GetPrivacyBudgetTemplate$) {
|
|
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 { GetProtectedJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetProtectedJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetProtectedJob", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetProtectedJobCommand")
|
|
14
|
-
.sc(GetProtectedJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetProtectedJobCommand extends command(_ep0, _mw0, "GetProtectedJob", GetProtectedJob$) {
|
|
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 { GetProtectedQuery$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetProtectedQueryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetProtectedQuery", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetProtectedQueryCommand")
|
|
14
|
-
.sc(GetProtectedQuery$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetProtectedQueryCommand extends command(_ep0, _mw0, "GetProtectedQuery", GetProtectedQuery$) {
|
|
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 { GetSchemaAnalysisRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSchemaAnalysisRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetSchemaAnalysisRule", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetSchemaAnalysisRuleCommand")
|
|
14
|
-
.sc(GetSchemaAnalysisRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSchemaAnalysisRuleCommand extends command(_ep0, _mw0, "GetSchemaAnalysisRule", GetSchemaAnalysisRule$) {
|
|
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 { GetSchema$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSchemaCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "GetSchema", {})
|
|
13
|
-
.n("CleanRoomsClient", "GetSchemaCommand")
|
|
14
|
-
.sc(GetSchema$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSchemaCommand extends command(_ep0, _mw0, "GetSchema", GetSchema$) {
|
|
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 { ListAnalysisTemplates$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAnalysisTemplatesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "ListAnalysisTemplates", {})
|
|
13
|
-
.n("CleanRoomsClient", "ListAnalysisTemplatesCommand")
|
|
14
|
-
.sc(ListAnalysisTemplates$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAnalysisTemplatesCommand extends command(_ep0, _mw0, "ListAnalysisTemplates", ListAnalysisTemplates$) {
|
|
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 { ListCollaborationAnalysisTemplates$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCollaborationAnalysisTemplatesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "ListCollaborationAnalysisTemplates", {})
|
|
13
|
-
.n("CleanRoomsClient", "ListCollaborationAnalysisTemplatesCommand")
|
|
14
|
-
.sc(ListCollaborationAnalysisTemplates$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCollaborationAnalysisTemplatesCommand extends command(_ep0, _mw0, "ListCollaborationAnalysisTemplates", ListCollaborationAnalysisTemplates$) {
|
|
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 { ListCollaborationChangeRequests$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCollaborationChangeRequestsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "ListCollaborationChangeRequests", {})
|
|
13
|
-
.n("CleanRoomsClient", "ListCollaborationChangeRequestsCommand")
|
|
14
|
-
.sc(ListCollaborationChangeRequests$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCollaborationChangeRequestsCommand extends command(_ep0, _mw0, "ListCollaborationChangeRequests", ListCollaborationChangeRequests$) {
|
|
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 { ListCollaborationConfiguredAudienceModelAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCollaborationConfiguredAudienceModelAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "ListCollaborationConfiguredAudienceModelAssociations", {})
|
|
13
|
-
.n("CleanRoomsClient", "ListCollaborationConfiguredAudienceModelAssociationsCommand")
|
|
14
|
-
.sc(ListCollaborationConfiguredAudienceModelAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCollaborationConfiguredAudienceModelAssociationsCommand extends command(_ep0, _mw0, "ListCollaborationConfiguredAudienceModelAssociations", ListCollaborationConfiguredAudienceModelAssociations$) {
|
|
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 { ListCollaborationIdNamespaceAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCollaborationIdNamespaceAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "ListCollaborationIdNamespaceAssociations", {})
|
|
13
|
-
.n("CleanRoomsClient", "ListCollaborationIdNamespaceAssociationsCommand")
|
|
14
|
-
.sc(ListCollaborationIdNamespaceAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCollaborationIdNamespaceAssociationsCommand extends command(_ep0, _mw0, "ListCollaborationIdNamespaceAssociations", ListCollaborationIdNamespaceAssociations$) {
|
|
16
4
|
}
|