@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
package/dist-es/CleanRooms.js
CHANGED
|
@@ -13,6 +13,8 @@ import { CreateConfiguredTableAssociationCommand, } from "./commands/CreateConfi
|
|
|
13
13
|
import { CreateConfiguredTableCommand, } from "./commands/CreateConfiguredTableCommand";
|
|
14
14
|
import { CreateIdMappingTableCommand, } from "./commands/CreateIdMappingTableCommand";
|
|
15
15
|
import { CreateIdNamespaceAssociationCommand, } from "./commands/CreateIdNamespaceAssociationCommand";
|
|
16
|
+
import { CreateIntermediateTableAnalysisRuleCommand, } from "./commands/CreateIntermediateTableAnalysisRuleCommand";
|
|
17
|
+
import { CreateIntermediateTableCommand, } from "./commands/CreateIntermediateTableCommand";
|
|
16
18
|
import { CreateMembershipCommand, } from "./commands/CreateMembershipCommand";
|
|
17
19
|
import { CreatePrivacyBudgetTemplateCommand, } from "./commands/CreatePrivacyBudgetTemplateCommand";
|
|
18
20
|
import { DeleteAnalysisTemplateCommand, } from "./commands/DeleteAnalysisTemplateCommand";
|
|
@@ -24,9 +26,12 @@ import { DeleteConfiguredTableAssociationCommand, } from "./commands/DeleteConfi
|
|
|
24
26
|
import { DeleteConfiguredTableCommand, } from "./commands/DeleteConfiguredTableCommand";
|
|
25
27
|
import { DeleteIdMappingTableCommand, } from "./commands/DeleteIdMappingTableCommand";
|
|
26
28
|
import { DeleteIdNamespaceAssociationCommand, } from "./commands/DeleteIdNamespaceAssociationCommand";
|
|
29
|
+
import { DeleteIntermediateTableAnalysisRuleCommand, } from "./commands/DeleteIntermediateTableAnalysisRuleCommand";
|
|
30
|
+
import { DeleteIntermediateTableCommand, } from "./commands/DeleteIntermediateTableCommand";
|
|
27
31
|
import { DeleteMemberCommand, } from "./commands/DeleteMemberCommand";
|
|
28
32
|
import { DeleteMembershipCommand, } from "./commands/DeleteMembershipCommand";
|
|
29
33
|
import { DeletePrivacyBudgetTemplateCommand, } from "./commands/DeletePrivacyBudgetTemplateCommand";
|
|
34
|
+
import { DisallowIntermediateTableCommand, } from "./commands/DisallowIntermediateTableCommand";
|
|
30
35
|
import { GetAnalysisTemplateCommand, } from "./commands/GetAnalysisTemplateCommand";
|
|
31
36
|
import { GetCollaborationAnalysisTemplateCommand, } from "./commands/GetCollaborationAnalysisTemplateCommand";
|
|
32
37
|
import { GetCollaborationChangeRequestCommand, } from "./commands/GetCollaborationChangeRequestCommand";
|
|
@@ -41,6 +46,8 @@ import { GetConfiguredTableAssociationCommand, } from "./commands/GetConfiguredT
|
|
|
41
46
|
import { GetConfiguredTableCommand, } from "./commands/GetConfiguredTableCommand";
|
|
42
47
|
import { GetIdMappingTableCommand, } from "./commands/GetIdMappingTableCommand";
|
|
43
48
|
import { GetIdNamespaceAssociationCommand, } from "./commands/GetIdNamespaceAssociationCommand";
|
|
49
|
+
import { GetIntermediateTableAnalysisRuleCommand, } from "./commands/GetIntermediateTableAnalysisRuleCommand";
|
|
50
|
+
import { GetIntermediateTableCommand, } from "./commands/GetIntermediateTableCommand";
|
|
44
51
|
import { GetMembershipCommand, } from "./commands/GetMembershipCommand";
|
|
45
52
|
import { GetPrivacyBudgetTemplateCommand, } from "./commands/GetPrivacyBudgetTemplateCommand";
|
|
46
53
|
import { GetProtectedJobCommand, } from "./commands/GetProtectedJobCommand";
|
|
@@ -60,6 +67,8 @@ import { ListConfiguredTableAssociationsCommand, } from "./commands/ListConfigur
|
|
|
60
67
|
import { ListConfiguredTablesCommand, } from "./commands/ListConfiguredTablesCommand";
|
|
61
68
|
import { ListIdMappingTablesCommand, } from "./commands/ListIdMappingTablesCommand";
|
|
62
69
|
import { ListIdNamespaceAssociationsCommand, } from "./commands/ListIdNamespaceAssociationsCommand";
|
|
70
|
+
import { ListIntermediateTablesCommand, } from "./commands/ListIntermediateTablesCommand";
|
|
71
|
+
import { ListIntermediateTableVersionsCommand, } from "./commands/ListIntermediateTableVersionsCommand";
|
|
63
72
|
import { ListMembersCommand, } from "./commands/ListMembersCommand";
|
|
64
73
|
import { ListMembershipsCommand, } from "./commands/ListMembershipsCommand";
|
|
65
74
|
import { ListPrivacyBudgetsCommand, } from "./commands/ListPrivacyBudgetsCommand";
|
|
@@ -69,6 +78,7 @@ import { ListProtectedQueriesCommand, } from "./commands/ListProtectedQueriesCom
|
|
|
69
78
|
import { ListSchemasCommand, } from "./commands/ListSchemasCommand";
|
|
70
79
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
71
80
|
import { PopulateIdMappingTableCommand, } from "./commands/PopulateIdMappingTableCommand";
|
|
81
|
+
import { PopulateIntermediateTableCommand, } from "./commands/PopulateIntermediateTableCommand";
|
|
72
82
|
import { PreviewPrivacyImpactCommand, } from "./commands/PreviewPrivacyImpactCommand";
|
|
73
83
|
import { StartProtectedJobCommand, } from "./commands/StartProtectedJobCommand";
|
|
74
84
|
import { StartProtectedQueryCommand, } from "./commands/StartProtectedQueryCommand";
|
|
@@ -84,6 +94,8 @@ import { UpdateConfiguredTableAssociationCommand, } from "./commands/UpdateConfi
|
|
|
84
94
|
import { UpdateConfiguredTableCommand, } from "./commands/UpdateConfiguredTableCommand";
|
|
85
95
|
import { UpdateIdMappingTableCommand, } from "./commands/UpdateIdMappingTableCommand";
|
|
86
96
|
import { UpdateIdNamespaceAssociationCommand, } from "./commands/UpdateIdNamespaceAssociationCommand";
|
|
97
|
+
import { UpdateIntermediateTableAnalysisRuleCommand, } from "./commands/UpdateIntermediateTableAnalysisRuleCommand";
|
|
98
|
+
import { UpdateIntermediateTableCommand, } from "./commands/UpdateIntermediateTableCommand";
|
|
87
99
|
import { UpdateMembershipCommand, } from "./commands/UpdateMembershipCommand";
|
|
88
100
|
import { UpdatePrivacyBudgetTemplateCommand, } from "./commands/UpdatePrivacyBudgetTemplateCommand";
|
|
89
101
|
import { UpdateProtectedJobCommand, } from "./commands/UpdateProtectedJobCommand";
|
|
@@ -101,6 +113,8 @@ import { paginateListConfiguredTableAssociations } from "./pagination/ListConfig
|
|
|
101
113
|
import { paginateListConfiguredTables } from "./pagination/ListConfiguredTablesPaginator";
|
|
102
114
|
import { paginateListIdMappingTables } from "./pagination/ListIdMappingTablesPaginator";
|
|
103
115
|
import { paginateListIdNamespaceAssociations } from "./pagination/ListIdNamespaceAssociationsPaginator";
|
|
116
|
+
import { paginateListIntermediateTables } from "./pagination/ListIntermediateTablesPaginator";
|
|
117
|
+
import { paginateListIntermediateTableVersions } from "./pagination/ListIntermediateTableVersionsPaginator";
|
|
104
118
|
import { paginateListMemberships } from "./pagination/ListMembershipsPaginator";
|
|
105
119
|
import { paginateListMembers } from "./pagination/ListMembersPaginator";
|
|
106
120
|
import { paginateListPrivacyBudgets } from "./pagination/ListPrivacyBudgetsPaginator";
|
|
@@ -122,6 +136,8 @@ const commands = {
|
|
|
122
136
|
CreateConfiguredTableAssociationAnalysisRuleCommand,
|
|
123
137
|
CreateIdMappingTableCommand,
|
|
124
138
|
CreateIdNamespaceAssociationCommand,
|
|
139
|
+
CreateIntermediateTableCommand,
|
|
140
|
+
CreateIntermediateTableAnalysisRuleCommand,
|
|
125
141
|
CreateMembershipCommand,
|
|
126
142
|
CreatePrivacyBudgetTemplateCommand,
|
|
127
143
|
DeleteAnalysisTemplateCommand,
|
|
@@ -133,9 +149,12 @@ const commands = {
|
|
|
133
149
|
DeleteConfiguredTableAssociationAnalysisRuleCommand,
|
|
134
150
|
DeleteIdMappingTableCommand,
|
|
135
151
|
DeleteIdNamespaceAssociationCommand,
|
|
152
|
+
DeleteIntermediateTableCommand,
|
|
153
|
+
DeleteIntermediateTableAnalysisRuleCommand,
|
|
136
154
|
DeleteMemberCommand,
|
|
137
155
|
DeleteMembershipCommand,
|
|
138
156
|
DeletePrivacyBudgetTemplateCommand,
|
|
157
|
+
DisallowIntermediateTableCommand,
|
|
139
158
|
GetAnalysisTemplateCommand,
|
|
140
159
|
GetCollaborationCommand,
|
|
141
160
|
GetCollaborationAnalysisTemplateCommand,
|
|
@@ -150,6 +169,8 @@ const commands = {
|
|
|
150
169
|
GetConfiguredTableAssociationAnalysisRuleCommand,
|
|
151
170
|
GetIdMappingTableCommand,
|
|
152
171
|
GetIdNamespaceAssociationCommand,
|
|
172
|
+
GetIntermediateTableCommand,
|
|
173
|
+
GetIntermediateTableAnalysisRuleCommand,
|
|
153
174
|
GetMembershipCommand,
|
|
154
175
|
GetPrivacyBudgetTemplateCommand,
|
|
155
176
|
GetProtectedJobCommand,
|
|
@@ -169,6 +190,8 @@ const commands = {
|
|
|
169
190
|
ListConfiguredTablesCommand,
|
|
170
191
|
ListIdMappingTablesCommand,
|
|
171
192
|
ListIdNamespaceAssociationsCommand,
|
|
193
|
+
ListIntermediateTablesCommand,
|
|
194
|
+
ListIntermediateTableVersionsCommand,
|
|
172
195
|
ListMembersCommand,
|
|
173
196
|
ListMembershipsCommand,
|
|
174
197
|
ListPrivacyBudgetsCommand,
|
|
@@ -178,6 +201,7 @@ const commands = {
|
|
|
178
201
|
ListSchemasCommand,
|
|
179
202
|
ListTagsForResourceCommand,
|
|
180
203
|
PopulateIdMappingTableCommand,
|
|
204
|
+
PopulateIntermediateTableCommand,
|
|
181
205
|
PreviewPrivacyImpactCommand,
|
|
182
206
|
StartProtectedJobCommand,
|
|
183
207
|
StartProtectedQueryCommand,
|
|
@@ -193,6 +217,8 @@ const commands = {
|
|
|
193
217
|
UpdateConfiguredTableAssociationAnalysisRuleCommand,
|
|
194
218
|
UpdateIdMappingTableCommand,
|
|
195
219
|
UpdateIdNamespaceAssociationCommand,
|
|
220
|
+
UpdateIntermediateTableCommand,
|
|
221
|
+
UpdateIntermediateTableAnalysisRuleCommand,
|
|
196
222
|
UpdateMembershipCommand,
|
|
197
223
|
UpdatePrivacyBudgetTemplateCommand,
|
|
198
224
|
UpdateProtectedJobCommand,
|
|
@@ -212,6 +238,8 @@ const paginators = {
|
|
|
212
238
|
paginateListConfiguredTables,
|
|
213
239
|
paginateListIdMappingTables,
|
|
214
240
|
paginateListIdNamespaceAssociations,
|
|
241
|
+
paginateListIntermediateTables,
|
|
242
|
+
paginateListIntermediateTableVersions,
|
|
215
243
|
paginateListMembers,
|
|
216
244
|
paginateListMemberships,
|
|
217
245
|
paginateListPrivacyBudgets,
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "AWSBastionControlPlaneServiceLambda", "CleanRoomsClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -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 { BatchGetCollaborationAnalysisTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetCollaborationAnalysisTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "BatchGetCollaborationAnalysisTemplate", {})
|
|
13
|
-
.n("CleanRoomsClient", "BatchGetCollaborationAnalysisTemplateCommand")
|
|
14
|
-
.sc(BatchGetCollaborationAnalysisTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetCollaborationAnalysisTemplateCommand extends command(_ep0, _mw0, "BatchGetCollaborationAnalysisTemplate", BatchGetCollaborationAnalysisTemplate$) {
|
|
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 { BatchGetSchemaAnalysisRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetSchemaAnalysisRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "BatchGetSchemaAnalysisRule", {})
|
|
13
|
-
.n("CleanRoomsClient", "BatchGetSchemaAnalysisRuleCommand")
|
|
14
|
-
.sc(BatchGetSchemaAnalysisRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetSchemaAnalysisRuleCommand extends command(_ep0, _mw0, "BatchGetSchemaAnalysisRule", BatchGetSchemaAnalysisRule$) {
|
|
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 { BatchGetSchema$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetSchemaCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "BatchGetSchema", {})
|
|
13
|
-
.n("CleanRoomsClient", "BatchGetSchemaCommand")
|
|
14
|
-
.sc(BatchGetSchema$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetSchemaCommand extends command(_ep0, _mw0, "BatchGetSchema", BatchGetSchema$) {
|
|
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 { CreateAnalysisTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAnalysisTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreateAnalysisTemplate", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreateAnalysisTemplateCommand")
|
|
14
|
-
.sc(CreateAnalysisTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAnalysisTemplateCommand extends command(_ep0, _mw0, "CreateAnalysisTemplate", CreateAnalysisTemplate$) {
|
|
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 { CreateCollaborationChangeRequest$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCollaborationChangeRequestCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreateCollaborationChangeRequest", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreateCollaborationChangeRequestCommand")
|
|
14
|
-
.sc(CreateCollaborationChangeRequest$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCollaborationChangeRequestCommand extends command(_ep0, _mw0, "CreateCollaborationChangeRequest", CreateCollaborationChangeRequest$) {
|
|
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 { CreateCollaboration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateCollaborationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreateCollaboration", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreateCollaborationCommand")
|
|
14
|
-
.sc(CreateCollaboration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateCollaborationCommand extends command(_ep0, _mw0, "CreateCollaboration", CreateCollaboration$) {
|
|
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 { CreateConfiguredAudienceModelAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConfiguredAudienceModelAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredAudienceModelAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreateConfiguredAudienceModelAssociationCommand")
|
|
14
|
-
.sc(CreateConfiguredAudienceModelAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConfiguredAudienceModelAssociationCommand extends command(_ep0, _mw0, "CreateConfiguredAudienceModelAssociation", CreateConfiguredAudienceModelAssociation$) {
|
|
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 { CreateConfiguredTableAnalysisRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConfiguredTableAnalysisRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredTableAnalysisRule", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreateConfiguredTableAnalysisRuleCommand")
|
|
14
|
-
.sc(CreateConfiguredTableAnalysisRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConfiguredTableAnalysisRuleCommand extends command(_ep0, _mw0, "CreateConfiguredTableAnalysisRule", CreateConfiguredTableAnalysisRule$) {
|
|
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 { CreateConfiguredTableAssociationAnalysisRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConfiguredTableAssociationAnalysisRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredTableAssociationAnalysisRule", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreateConfiguredTableAssociationAnalysisRuleCommand")
|
|
14
|
-
.sc(CreateConfiguredTableAssociationAnalysisRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConfiguredTableAssociationAnalysisRuleCommand extends command(_ep0, _mw0, "CreateConfiguredTableAssociationAnalysisRule", CreateConfiguredTableAssociationAnalysisRule$) {
|
|
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 { CreateConfiguredTableAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConfiguredTableAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredTableAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreateConfiguredTableAssociationCommand")
|
|
14
|
-
.sc(CreateConfiguredTableAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConfiguredTableAssociationCommand extends command(_ep0, _mw0, "CreateConfiguredTableAssociation", CreateConfiguredTableAssociation$) {
|
|
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 { CreateConfiguredTable$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConfiguredTableCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreateConfiguredTable", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreateConfiguredTableCommand")
|
|
14
|
-
.sc(CreateConfiguredTable$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConfiguredTableCommand extends command(_ep0, _mw0, "CreateConfiguredTable", CreateConfiguredTable$) {
|
|
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 { CreateIdMappingTable$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateIdMappingTableCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreateIdMappingTable", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreateIdMappingTableCommand")
|
|
14
|
-
.sc(CreateIdMappingTable$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateIdMappingTableCommand extends command(_ep0, _mw0, "CreateIdMappingTable", CreateIdMappingTable$) {
|
|
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 { CreateIdNamespaceAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateIdNamespaceAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreateIdNamespaceAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreateIdNamespaceAssociationCommand")
|
|
14
|
-
.sc(CreateIdNamespaceAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateIdNamespaceAssociationCommand extends command(_ep0, _mw0, "CreateIdNamespaceAssociation", CreateIdNamespaceAssociation$) {
|
|
16
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
2
|
+
import { CreateIntermediateTableAnalysisRule$ } from "../schemas/schemas_0";
|
|
3
|
+
export class CreateIntermediateTableAnalysisRuleCommand extends command(_ep0, _mw0, "CreateIntermediateTableAnalysisRule", CreateIntermediateTableAnalysisRule$) {
|
|
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 { CreateMembership$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMembershipCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreateMembership", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreateMembershipCommand")
|
|
14
|
-
.sc(CreateMembership$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMembershipCommand extends command(_ep0, _mw0, "CreateMembership", CreateMembership$) {
|
|
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 { CreatePrivacyBudgetTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePrivacyBudgetTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "CreatePrivacyBudgetTemplate", {})
|
|
13
|
-
.n("CleanRoomsClient", "CreatePrivacyBudgetTemplateCommand")
|
|
14
|
-
.sc(CreatePrivacyBudgetTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePrivacyBudgetTemplateCommand extends command(_ep0, _mw0, "CreatePrivacyBudgetTemplate", CreatePrivacyBudgetTemplate$) {
|
|
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 { DeleteAnalysisTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAnalysisTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeleteAnalysisTemplate", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeleteAnalysisTemplateCommand")
|
|
14
|
-
.sc(DeleteAnalysisTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAnalysisTemplateCommand extends command(_ep0, _mw0, "DeleteAnalysisTemplate", DeleteAnalysisTemplate$) {
|
|
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 { DeleteCollaboration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCollaborationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeleteCollaboration", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeleteCollaborationCommand")
|
|
14
|
-
.sc(DeleteCollaboration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteCollaborationCommand extends command(_ep0, _mw0, "DeleteCollaboration", DeleteCollaboration$) {
|
|
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 { DeleteConfiguredAudienceModelAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfiguredAudienceModelAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredAudienceModelAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeleteConfiguredAudienceModelAssociationCommand")
|
|
14
|
-
.sc(DeleteConfiguredAudienceModelAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfiguredAudienceModelAssociationCommand extends command(_ep0, _mw0, "DeleteConfiguredAudienceModelAssociation", DeleteConfiguredAudienceModelAssociation$) {
|
|
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 { DeleteConfiguredTableAnalysisRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfiguredTableAnalysisRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredTableAnalysisRule", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeleteConfiguredTableAnalysisRuleCommand")
|
|
14
|
-
.sc(DeleteConfiguredTableAnalysisRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfiguredTableAnalysisRuleCommand extends command(_ep0, _mw0, "DeleteConfiguredTableAnalysisRule", DeleteConfiguredTableAnalysisRule$) {
|
|
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 { DeleteConfiguredTableAssociationAnalysisRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfiguredTableAssociationAnalysisRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredTableAssociationAnalysisRule", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeleteConfiguredTableAssociationAnalysisRuleCommand")
|
|
14
|
-
.sc(DeleteConfiguredTableAssociationAnalysisRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfiguredTableAssociationAnalysisRuleCommand extends command(_ep0, _mw0, "DeleteConfiguredTableAssociationAnalysisRule", DeleteConfiguredTableAssociationAnalysisRule$) {
|
|
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 { DeleteConfiguredTableAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfiguredTableAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredTableAssociation", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeleteConfiguredTableAssociationCommand")
|
|
14
|
-
.sc(DeleteConfiguredTableAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfiguredTableAssociationCommand extends command(_ep0, _mw0, "DeleteConfiguredTableAssociation", DeleteConfiguredTableAssociation$) {
|
|
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 { DeleteConfiguredTable$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConfiguredTableCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeleteConfiguredTable", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeleteConfiguredTableCommand")
|
|
14
|
-
.sc(DeleteConfiguredTable$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConfiguredTableCommand extends command(_ep0, _mw0, "DeleteConfiguredTable", DeleteConfiguredTable$) {
|
|
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 { DeleteIdMappingTable$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIdMappingTableCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSBastionControlPlaneServiceLambda", "DeleteIdMappingTable", {})
|
|
13
|
-
.n("CleanRoomsClient", "DeleteIdMappingTableCommand")
|
|
14
|
-
.sc(DeleteIdMappingTable$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIdMappingTableCommand extends command(_ep0, _mw0, "DeleteIdMappingTable", DeleteIdMappingTable$) {
|
|
16
4
|
}
|