@aws-sdk/client-cleanrooms 3.1045.0 → 3.1046.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/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +192 -193
- package/dist-cjs/models/CleanRoomsServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CleanRooms.js +1 -1
- package/dist-es/CleanRoomsClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchGetCollaborationAnalysisTemplateCommand.js +2 -2
- package/dist-es/commands/BatchGetSchemaAnalysisRuleCommand.js +2 -2
- package/dist-es/commands/BatchGetSchemaCommand.js +2 -2
- package/dist-es/commands/CreateAnalysisTemplateCommand.js +2 -2
- package/dist-es/commands/CreateCollaborationChangeRequestCommand.js +2 -2
- package/dist-es/commands/CreateCollaborationCommand.js +2 -2
- package/dist-es/commands/CreateConfiguredAudienceModelAssociationCommand.js +2 -2
- package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -2
- package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +2 -2
- package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +2 -2
- package/dist-es/commands/CreateConfiguredTableCommand.js +2 -2
- package/dist-es/commands/CreateIdMappingTableCommand.js +2 -2
- package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +2 -2
- package/dist-es/commands/CreateMembershipCommand.js +2 -2
- package/dist-es/commands/CreatePrivacyBudgetTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteAnalysisTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteCollaborationCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredAudienceModelAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredTableCommand.js +2 -2
- package/dist-es/commands/DeleteIdMappingTableCommand.js +2 -2
- package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteMemberCommand.js +2 -2
- package/dist-es/commands/DeleteMembershipCommand.js +2 -2
- package/dist-es/commands/DeletePrivacyBudgetTemplateCommand.js +2 -2
- package/dist-es/commands/GetAnalysisTemplateCommand.js +2 -2
- package/dist-es/commands/GetCollaborationAnalysisTemplateCommand.js +2 -2
- package/dist-es/commands/GetCollaborationChangeRequestCommand.js +2 -2
- package/dist-es/commands/GetCollaborationCommand.js +2 -2
- package/dist-es/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.js +2 -2
- package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +2 -2
- package/dist-es/commands/GetCollaborationPrivacyBudgetTemplateCommand.js +2 -2
- package/dist-es/commands/GetConfiguredAudienceModelAssociationCommand.js +2 -2
- package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -2
- package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +2 -2
- package/dist-es/commands/GetConfiguredTableAssociationCommand.js +2 -2
- package/dist-es/commands/GetConfiguredTableCommand.js +2 -2
- package/dist-es/commands/GetIdMappingTableCommand.js +2 -2
- package/dist-es/commands/GetIdNamespaceAssociationCommand.js +2 -2
- package/dist-es/commands/GetMembershipCommand.js +2 -2
- package/dist-es/commands/GetPrivacyBudgetTemplateCommand.js +2 -2
- package/dist-es/commands/GetProtectedJobCommand.js +2 -2
- package/dist-es/commands/GetProtectedQueryCommand.js +2 -2
- package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +2 -2
- package/dist-es/commands/GetSchemaCommand.js +2 -2
- package/dist-es/commands/ListAnalysisTemplatesCommand.js +2 -2
- package/dist-es/commands/ListCollaborationAnalysisTemplatesCommand.js +2 -2
- package/dist-es/commands/ListCollaborationChangeRequestsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationPrivacyBudgetTemplatesCommand.js +2 -2
- package/dist-es/commands/ListCollaborationPrivacyBudgetsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationsCommand.js +2 -2
- package/dist-es/commands/ListConfiguredAudienceModelAssociationsCommand.js +2 -2
- package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +2 -2
- package/dist-es/commands/ListConfiguredTablesCommand.js +2 -2
- package/dist-es/commands/ListIdMappingTablesCommand.js +2 -2
- package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +2 -2
- package/dist-es/commands/ListMembersCommand.js +2 -2
- package/dist-es/commands/ListMembershipsCommand.js +2 -2
- package/dist-es/commands/ListPrivacyBudgetTemplatesCommand.js +2 -2
- package/dist-es/commands/ListPrivacyBudgetsCommand.js +2 -2
- package/dist-es/commands/ListProtectedJobsCommand.js +2 -2
- package/dist-es/commands/ListProtectedQueriesCommand.js +2 -2
- package/dist-es/commands/ListSchemasCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PopulateIdMappingTableCommand.js +2 -2
- package/dist-es/commands/PreviewPrivacyImpactCommand.js +2 -2
- package/dist-es/commands/StartProtectedJobCommand.js +2 -2
- package/dist-es/commands/StartProtectedQueryCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAnalysisTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateCollaborationChangeRequestCommand.js +2 -2
- package/dist-es/commands/UpdateCollaborationCommand.js +2 -2
- package/dist-es/commands/UpdateConfiguredAudienceModelAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -2
- package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +2 -2
- package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateConfiguredTableCommand.js +2 -2
- package/dist-es/commands/UpdateIdMappingTableCommand.js +2 -2
- package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +2 -2
- package/dist-es/commands/UpdateMembershipCommand.js +2 -2
- package/dist-es/commands/UpdatePrivacyBudgetTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateProtectedJobCommand.js +2 -2
- package/dist-es/commands/UpdateProtectedQueryCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CleanRoomsServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CleanRoomsClient.d.ts +5 -5
- package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetSchemaCommand.d.ts +6 -4
- package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateCollaborationChangeRequestCommand.d.ts +6 -4
- package/dist-types/commands/CreateCollaborationCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +6 -4
- package/dist-types/commands/CreateConfiguredTableCommand.d.ts +6 -4
- package/dist-types/commands/CreateIdMappingTableCommand.d.ts +6 -4
- package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +6 -4
- package/dist-types/commands/CreateMembershipCommand.d.ts +6 -4
- package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCollaborationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfiguredTableAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteConfiguredTableCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMemberCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMembershipCommand.d.ts +6 -4
- package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetCollaborationChangeRequestCommand.d.ts +6 -4
- package/dist-types/commands/GetCollaborationCommand.d.ts +6 -4
- package/dist-types/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetConfiguredTableCommand.d.ts +6 -4
- package/dist-types/commands/GetIdMappingTableCommand.d.ts +6 -4
- package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetMembershipCommand.d.ts +6 -4
- package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetProtectedJobCommand.d.ts +6 -4
- package/dist-types/commands/GetProtectedQueryCommand.d.ts +6 -4
- package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/commands/GetSchemaCommand.d.ts +6 -4
- package/dist-types/commands/ListAnalysisTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +6 -4
- package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +6 -4
- package/dist-types/commands/ListCollaborationsCommand.d.ts +6 -4
- package/dist-types/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListConfiguredTableAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListConfiguredTablesCommand.d.ts +6 -4
- package/dist-types/commands/ListIdMappingTablesCommand.d.ts +6 -4
- package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListMembersCommand.d.ts +6 -4
- package/dist-types/commands/ListMembershipsCommand.d.ts +6 -4
- package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListPrivacyBudgetsCommand.d.ts +6 -4
- package/dist-types/commands/ListProtectedJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListProtectedQueriesCommand.d.ts +6 -4
- package/dist-types/commands/ListSchemasCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +6 -4
- package/dist-types/commands/PreviewPrivacyImpactCommand.d.ts +6 -4
- package/dist-types/commands/StartProtectedJobCommand.d.ts +6 -4
- package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCollaborationChangeRequestCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCollaborationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateConfiguredTableCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMembershipCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProtectedJobCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CleanRoomsServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CleanRoomsClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetSchemaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCollaborationChangeRequestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCollaborationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfiguredAudienceModelAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateConfiguredTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCollaborationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfiguredAudienceModelAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteConfiguredTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMemberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCollaborationAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCollaborationChangeRequestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCollaborationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredAudienceModelAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCollaborationPrivacyBudgetTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfiguredAudienceModelAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfiguredTableAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetConfiguredTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProtectedJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetProtectedQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSchemaAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListAnalysisTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCollaborationChangeRequestsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCollaborationPrivacyBudgetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCollaborationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfiguredAudienceModelAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfiguredTableAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfiguredTablesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPrivacyBudgetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProtectedJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProtectedQueriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PreviewPrivacyImpactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartProtectedJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartProtectedQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAnalysisTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCollaborationChangeRequestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCollaborationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfiguredAudienceModelAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateConfiguredTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProtectedJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CleanRoomsServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetAnalysisTemplateInput, GetAnalysisTemplateOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAnalysisTemplateCommandInput extends GetAnalysisTemplateInpu
|
|
|
22
22
|
export interface GetAnalysisTemplateCommandOutput extends GetAnalysisTemplateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAnalysisTemplateCommand_base: {
|
|
25
|
-
new (input: GetAnalysisTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAnalysisTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAnalysisTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAnalysisTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetAnalysisTemplateCommandInput, GetAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves an analysis template.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetCollaborationAnalysisTemplateInput, GetCollaborationAnalysisTemplateOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCollaborationAnalysisTemplateCommandInput extends GetCollabo
|
|
|
22
22
|
export interface GetCollaborationAnalysisTemplateCommandOutput extends GetCollaborationAnalysisTemplateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCollaborationAnalysisTemplateCommand_base: {
|
|
25
|
-
new (input: GetCollaborationAnalysisTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCollaborationAnalysisTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCollaborationAnalysisTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCollaborationAnalysisTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationAnalysisTemplateCommandInput, GetCollaborationAnalysisTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves an analysis template within a collaboration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetCollaborationChangeRequestInput, GetCollaborationChangeRequestOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCollaborationChangeRequestCommandInput extends GetCollaborat
|
|
|
22
22
|
export interface GetCollaborationChangeRequestCommandOutput extends GetCollaborationChangeRequestOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCollaborationChangeRequestCommand_base: {
|
|
25
|
-
new (input: GetCollaborationChangeRequestCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCollaborationChangeRequestCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCollaborationChangeRequestCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationChangeRequestCommandInput, GetCollaborationChangeRequestCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCollaborationChangeRequestCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationChangeRequestCommandInput, GetCollaborationChangeRequestCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves detailed information about a specific collaboration change request.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetCollaborationInput, GetCollaborationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCollaborationCommandInput extends GetCollaborationInput {
|
|
|
22
22
|
export interface GetCollaborationCommandOutput extends GetCollaborationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCollaborationCommand_base: {
|
|
25
|
-
new (input: GetCollaborationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCollaborationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCollaborationCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationCommandInput, GetCollaborationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCollaborationCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationCommandInput, GetCollaborationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns metadata about a collaboration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetCollaborationConfiguredAudienceModelAssociationInput, GetCollaborationConfiguredAudienceModelAssociationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCollaborationConfiguredAudienceModelAssociationCommandInput
|
|
|
22
22
|
export interface GetCollaborationConfiguredAudienceModelAssociationCommandOutput extends GetCollaborationConfiguredAudienceModelAssociationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCollaborationConfiguredAudienceModelAssociationCommand_base: {
|
|
25
|
-
new (input: GetCollaborationConfiguredAudienceModelAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCollaborationConfiguredAudienceModelAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCollaborationConfiguredAudienceModelAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCollaborationConfiguredAudienceModelAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationConfiguredAudienceModelAssociationCommandInput, GetCollaborationConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a configured audience model association within a collaboration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetCollaborationIdNamespaceAssociationInput, GetCollaborationIdNamespaceAssociationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCollaborationIdNamespaceAssociationCommandInput extends GetC
|
|
|
22
22
|
export interface GetCollaborationIdNamespaceAssociationCommandOutput extends GetCollaborationIdNamespaceAssociationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCollaborationIdNamespaceAssociationCommand_base: {
|
|
25
|
-
new (input: GetCollaborationIdNamespaceAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCollaborationIdNamespaceAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCollaborationIdNamespaceAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationIdNamespaceAssociationCommandInput, GetCollaborationIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCollaborationIdNamespaceAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationIdNamespaceAssociationCommandInput, GetCollaborationIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves an ID namespace association from a specific collaboration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetCollaborationPrivacyBudgetTemplateInput, GetCollaborationPrivacyBudgetTemplateOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetCollaborationPrivacyBudgetTemplateCommandInput extends GetCo
|
|
|
22
22
|
export interface GetCollaborationPrivacyBudgetTemplateCommandOutput extends GetCollaborationPrivacyBudgetTemplateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetCollaborationPrivacyBudgetTemplateCommand_base: {
|
|
25
|
-
new (input: GetCollaborationPrivacyBudgetTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetCollaborationPrivacyBudgetTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetCollaborationPrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetCollaborationPrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetCollaborationPrivacyBudgetTemplateCommandInput, GetCollaborationPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns details about a specified privacy budget template.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetConfiguredAudienceModelAssociationInput, GetConfiguredAudienceModelAssociationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConfiguredAudienceModelAssociationCommandInput extends GetCo
|
|
|
22
22
|
export interface GetConfiguredAudienceModelAssociationCommandOutput extends GetConfiguredAudienceModelAssociationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConfiguredAudienceModelAssociationCommand_base: {
|
|
25
|
-
new (input: GetConfiguredAudienceModelAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConfiguredAudienceModelAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConfiguredAudienceModelAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConfiguredAudienceModelAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetConfiguredAudienceModelAssociationCommandInput, GetConfiguredAudienceModelAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns information about a configured audience model association.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetConfiguredTableAnalysisRuleInput, GetConfiguredTableAnalysisRuleOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConfiguredTableAnalysisRuleCommandInput extends GetConfigure
|
|
|
22
22
|
export interface GetConfiguredTableAnalysisRuleCommandOutput extends GetConfiguredTableAnalysisRuleOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConfiguredTableAnalysisRuleCommand_base: {
|
|
25
|
-
new (input: GetConfiguredTableAnalysisRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConfiguredTableAnalysisRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConfiguredTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConfiguredTableAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetConfiguredTableAnalysisRuleCommandInput, GetConfiguredTableAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a configured table analysis rule.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetConfiguredTableAssociationAnalysisRuleInput, GetConfiguredTableAssociationAnalysisRuleOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConfiguredTableAssociationAnalysisRuleCommandInput extends G
|
|
|
22
22
|
export interface GetConfiguredTableAssociationAnalysisRuleCommandOutput extends GetConfiguredTableAssociationAnalysisRuleOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConfiguredTableAssociationAnalysisRuleCommand_base: {
|
|
25
|
-
new (input: GetConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetConfiguredTableAssociationAnalysisRuleCommandInput, GetConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConfiguredTableAssociationAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetConfiguredTableAssociationAnalysisRuleCommandInput, GetConfiguredTableAssociationAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Retrieves the analysis rule for a configured table association.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetConfiguredTableAssociationInput, GetConfiguredTableAssociationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConfiguredTableAssociationCommandInput extends GetConfigured
|
|
|
22
22
|
export interface GetConfiguredTableAssociationCommandOutput extends GetConfiguredTableAssociationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConfiguredTableAssociationCommand_base: {
|
|
25
|
-
new (input: GetConfiguredTableAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConfiguredTableAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConfiguredTableAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConfiguredTableAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetConfiguredTableAssociationCommandInput, GetConfiguredTableAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a configured table association.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetConfiguredTableInput, GetConfiguredTableOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetConfiguredTableCommandInput extends GetConfiguredTableInput
|
|
|
22
22
|
export interface GetConfiguredTableCommandOutput extends GetConfiguredTableOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetConfiguredTableCommand_base: {
|
|
25
|
-
new (input: GetConfiguredTableCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetConfiguredTableCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetConfiguredTableCommandInput): import("@smithy/core/client").CommandImpl<GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetConfiguredTableCommandInput): import("@smithy/core/client").CommandImpl<GetConfiguredTableCommandInput, GetConfiguredTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a configured table.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetIdMappingTableInput, GetIdMappingTableOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIdMappingTableCommandInput extends GetIdMappingTableInput {
|
|
|
22
22
|
export interface GetIdMappingTableCommandOutput extends GetIdMappingTableOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdMappingTableCommand_base: {
|
|
25
|
-
new (input: GetIdMappingTableCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIdMappingTableCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetIdMappingTableCommandInput): import("@smithy/core/client").CommandImpl<GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetIdMappingTableCommandInput): import("@smithy/core/client").CommandImpl<GetIdMappingTableCommandInput, GetIdMappingTableCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves an ID mapping table.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetIdNamespaceAssociationInput, GetIdNamespaceAssociationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIdNamespaceAssociationCommandInput extends GetIdNamespaceAss
|
|
|
22
22
|
export interface GetIdNamespaceAssociationCommandOutput extends GetIdNamespaceAssociationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdNamespaceAssociationCommand_base: {
|
|
25
|
-
new (input: GetIdNamespaceAssociationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIdNamespaceAssociationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetIdNamespaceAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetIdNamespaceAssociationCommandInput): import("@smithy/core/client").CommandImpl<GetIdNamespaceAssociationCommandInput, GetIdNamespaceAssociationCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves an ID namespace association.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetMembershipInput, GetMembershipOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetMembershipCommandInput extends GetMembershipInput {
|
|
|
22
22
|
export interface GetMembershipCommandOutput extends GetMembershipOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetMembershipCommand_base: {
|
|
25
|
-
new (input: GetMembershipCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetMembershipCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetMembershipCommandInput): import("@smithy/core/client").CommandImpl<GetMembershipCommandInput, GetMembershipCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetMembershipCommandInput): import("@smithy/core/client").CommandImpl<GetMembershipCommandInput, GetMembershipCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a specified membership for an identifier.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetPrivacyBudgetTemplateInput, GetPrivacyBudgetTemplateOutput } from "../models/models_1";
|
|
@@ -22,9 +22,11 @@ export interface GetPrivacyBudgetTemplateCommandInput extends GetPrivacyBudgetTe
|
|
|
22
22
|
export interface GetPrivacyBudgetTemplateCommandOutput extends GetPrivacyBudgetTemplateOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetPrivacyBudgetTemplateCommand_base: {
|
|
25
|
-
new (input: GetPrivacyBudgetTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetPrivacyBudgetTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetPrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetPrivacyBudgetTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetPrivacyBudgetTemplateCommandInput, GetPrivacyBudgetTemplateCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns details for a specified privacy budget template.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetProtectedJobInput, GetProtectedJobOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetProtectedJobCommandInput extends GetProtectedJobInput {
|
|
|
22
22
|
export interface GetProtectedJobCommandOutput extends GetProtectedJobOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetProtectedJobCommand_base: {
|
|
25
|
-
new (input: GetProtectedJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetProtectedJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetProtectedJobCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedJobCommandInput, GetProtectedJobCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetProtectedJobCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedJobCommandInput, GetProtectedJobCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns job processing metadata.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetProtectedQueryInput } from "../models/models_0";
|
|
@@ -23,9 +23,11 @@ export interface GetProtectedQueryCommandInput extends GetProtectedQueryInput {
|
|
|
23
23
|
export interface GetProtectedQueryCommandOutput extends GetProtectedQueryOutput, __MetadataBearer {
|
|
24
24
|
}
|
|
25
25
|
declare const GetProtectedQueryCommand_base: {
|
|
26
|
-
new (input: GetProtectedQueryCommandInput): import("@smithy/
|
|
27
|
-
new (input: GetProtectedQueryCommandInput): import("@smithy/
|
|
28
|
-
getEndpointParameterInstructions():
|
|
26
|
+
new (input: GetProtectedQueryCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
new (input: GetProtectedQueryCommandInput): import("@smithy/core/client").CommandImpl<GetProtectedQueryCommandInput, GetProtectedQueryCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
|
+
getEndpointParameterInstructions(): {
|
|
29
|
+
[x: string]: unknown;
|
|
30
|
+
};
|
|
29
31
|
};
|
|
30
32
|
/**
|
|
31
33
|
* <p>Returns query processing metadata.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetSchemaAnalysisRuleInput, GetSchemaAnalysisRuleOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSchemaAnalysisRuleCommandInput extends GetSchemaAnalysisRule
|
|
|
22
22
|
export interface GetSchemaAnalysisRuleCommandOutput extends GetSchemaAnalysisRuleOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSchemaAnalysisRuleCommand_base: {
|
|
25
|
-
new (input: GetSchemaAnalysisRuleCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSchemaAnalysisRuleCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSchemaAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSchemaAnalysisRuleCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaAnalysisRuleCommandInput, GetSchemaAnalysisRuleCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a schema analysis rule.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { GetSchemaInput, GetSchemaOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetSchemaCommandInput extends GetSchemaInput {
|
|
|
22
22
|
export interface GetSchemaCommandOutput extends GetSchemaOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetSchemaCommand_base: {
|
|
25
|
-
new (input: GetSchemaCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetSchemaCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetSchemaCommandInput): import("@smithy/core/client").CommandImpl<GetSchemaCommandInput, GetSchemaCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the schema for a relation within a collaboration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { ListAnalysisTemplatesInput, ListAnalysisTemplatesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAnalysisTemplatesCommandInput extends ListAnalysisTemplates
|
|
|
22
22
|
export interface ListAnalysisTemplatesCommandOutput extends ListAnalysisTemplatesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAnalysisTemplatesCommand_base: {
|
|
25
|
-
new (input: ListAnalysisTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAnalysisTemplatesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAnalysisTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAnalysisTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListAnalysisTemplatesCommandInput, ListAnalysisTemplatesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists analysis templates that the caller owns.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { ListCollaborationAnalysisTemplatesInput, ListCollaborationAnalysisTemplatesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCollaborationAnalysisTemplatesCommandInput extends ListColl
|
|
|
22
22
|
export interface ListCollaborationAnalysisTemplatesCommandOutput extends ListCollaborationAnalysisTemplatesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCollaborationAnalysisTemplatesCommand_base: {
|
|
25
|
-
new (input: ListCollaborationAnalysisTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListCollaborationAnalysisTemplatesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCollaborationAnalysisTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListCollaborationAnalysisTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListCollaborationAnalysisTemplatesCommandInput, ListCollaborationAnalysisTemplatesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists analysis templates within a collaboration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { ListCollaborationChangeRequestsInput, ListCollaborationChangeRequestsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCollaborationChangeRequestsCommandInput extends ListCollabo
|
|
|
22
22
|
export interface ListCollaborationChangeRequestsCommandOutput extends ListCollaborationChangeRequestsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCollaborationChangeRequestsCommand_base: {
|
|
25
|
-
new (input: ListCollaborationChangeRequestsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListCollaborationChangeRequestsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCollaborationChangeRequestsCommandInput): import("@smithy/core/client").CommandImpl<ListCollaborationChangeRequestsCommandInput, ListCollaborationChangeRequestsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListCollaborationChangeRequestsCommandInput): import("@smithy/core/client").CommandImpl<ListCollaborationChangeRequestsCommandInput, ListCollaborationChangeRequestsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists all change requests for a collaboration with pagination support. Returns change requests sorted by creation time.</p>
|
package/dist-types/commands/ListCollaborationConfiguredAudienceModelAssociationsCommand.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { ListCollaborationConfiguredAudienceModelAssociationsInput, ListCollaborationConfiguredAudienceModelAssociationsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCollaborationConfiguredAudienceModelAssociationsCommandInpu
|
|
|
22
22
|
export interface ListCollaborationConfiguredAudienceModelAssociationsCommandOutput extends ListCollaborationConfiguredAudienceModelAssociationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCollaborationConfiguredAudienceModelAssociationsCommand_base: {
|
|
25
|
-
new (input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListCollaborationConfiguredAudienceModelAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCollaborationConfiguredAudienceModelAssociationsCommandInput, ListCollaborationConfiguredAudienceModelAssociationsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists configured audience model associations within a collaboration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { ListCollaborationIdNamespaceAssociationsInput, ListCollaborationIdNamespaceAssociationsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCollaborationIdNamespaceAssociationsCommandInput extends Li
|
|
|
22
22
|
export interface ListCollaborationIdNamespaceAssociationsCommandOutput extends ListCollaborationIdNamespaceAssociationsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCollaborationIdNamespaceAssociationsCommand_base: {
|
|
25
|
-
new (input: ListCollaborationIdNamespaceAssociationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListCollaborationIdNamespaceAssociationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCollaborationIdNamespaceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCollaborationIdNamespaceAssociationsCommandInput, ListCollaborationIdNamespaceAssociationsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListCollaborationIdNamespaceAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListCollaborationIdNamespaceAssociationsCommandInput, ListCollaborationIdNamespaceAssociationsCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a list of the ID namespace associations in a collaboration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsClient";
|
|
4
4
|
import type { ListCollaborationPrivacyBudgetTemplatesInput, ListCollaborationPrivacyBudgetTemplatesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListCollaborationPrivacyBudgetTemplatesCommandInput extends Lis
|
|
|
22
22
|
export interface ListCollaborationPrivacyBudgetTemplatesCommandOutput extends ListCollaborationPrivacyBudgetTemplatesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListCollaborationPrivacyBudgetTemplatesCommand_base: {
|
|
25
|
-
new (input: ListCollaborationPrivacyBudgetTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListCollaborationPrivacyBudgetTemplatesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListCollaborationPrivacyBudgetTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListCollaborationPrivacyBudgetTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListCollaborationPrivacyBudgetTemplatesCommandInput, ListCollaborationPrivacyBudgetTemplatesCommandOutput, CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns an array that summarizes each privacy budget template in a specified collaboration.</p>
|