@aws-sdk/client-cleanrooms 3.1050.0 → 3.1052.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.
Files changed (26) hide show
  1. package/dist-cjs/index.js +6 -0
  2. package/dist-cjs/schemas/schemas_0.js +29 -20
  3. package/dist-es/models/enums.js +6 -0
  4. package/dist-es/schemas/schemas_0.js +25 -16
  5. package/dist-types/commands/CreateCollaborationChangeRequestCommand.d.ts +49 -1
  6. package/dist-types/commands/GetCollaborationChangeRequestCommand.d.ts +25 -1
  7. package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -0
  8. package/dist-types/commands/GetProtectedQueryCommand.d.ts +1 -0
  9. package/dist-types/commands/ListCollaborationChangeRequestsCommand.d.ts +25 -1
  10. package/dist-types/commands/ListProtectedJobsCommand.d.ts +1 -0
  11. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +1 -0
  12. package/dist-types/commands/StartProtectedJobCommand.d.ts +2 -0
  13. package/dist-types/commands/StartProtectedQueryCommand.d.ts +2 -0
  14. package/dist-types/commands/UpdateCollaborationChangeRequestCommand.d.ts +25 -1
  15. package/dist-types/commands/UpdateMembershipCommand.d.ts +19 -0
  16. package/dist-types/commands/UpdateProtectedJobCommand.d.ts +1 -0
  17. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +1 -0
  18. package/dist-types/models/enums.d.ts +6 -0
  19. package/dist-types/models/models_0.d.ts +15 -0
  20. package/dist-types/models/models_1.d.ts +52 -1
  21. package/dist-types/schemas/schemas_0.d.ts +1 -0
  22. package/dist-types/ts3.4/models/enums.d.ts +6 -0
  23. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  24. package/dist-types/ts3.4/models/models_1.d.ts +16 -0
  25. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  26. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1607,8 +1607,14 @@ const ChangeSpecificationType = {
1607
1607
  };
1608
1608
  const ChangeType = {
1609
1609
  ADD_MEMBER: "ADD_MEMBER",
1610
+ ADD_PAYER_CANDIDATE: "ADD_PAYER_CANDIDATE",
1610
1611
  EDIT_AUTO_APPROVED_CHANGE_TYPES: "EDIT_AUTO_APPROVED_CHANGE_TYPES",
1612
+ GRANT_CAN_RECEIVE_INFERENCE_OUTPUT: "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT",
1613
+ GRANT_CAN_RECEIVE_MODEL_OUTPUT: "GRANT_CAN_RECEIVE_MODEL_OUTPUT",
1611
1614
  GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY",
1615
+ REMOVE_PAYER_CANDIDATE: "REMOVE_PAYER_CANDIDATE",
1616
+ REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT: "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT",
1617
+ REVOKE_CAN_RECEIVE_MODEL_OUTPUT: "REVOKE_CAN_RECEIVE_MODEL_OUTPUT",
1612
1618
  REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY",
1613
1619
  };
1614
1620
  const ChangeRequestStatus = {
@@ -6,10 +6,10 @@ exports.GetCollaborationInput$ = exports.GetCollaborationIdNamespaceAssociationO
6
6
  exports.ListCollaborationChangeRequestsOutput$ = exports.ListCollaborationChangeRequestsInput$ = exports.ListCollaborationAnalysisTemplatesOutput$ = exports.ListCollaborationAnalysisTemplatesInput$ = exports.ListAnalysisTemplatesOutput$ = exports.ListAnalysisTemplatesInput$ = exports.JobComputePaymentConfig$ = exports.IdNamespaceAssociationSummary$ = exports.IdNamespaceAssociationInputReferencePropertiesSummary$ = exports.IdNamespaceAssociationInputReferenceProperties$ = exports.IdNamespaceAssociationInputReferenceConfig$ = exports.IdNamespaceAssociation$ = exports.IdMappingTableSummary$ = exports.IdMappingTableSchemaTypeProperties$ = exports.IdMappingTableInputSource$ = exports.IdMappingTableInputReferenceProperties$ = exports.IdMappingTableInputReferenceConfig$ = exports.IdMappingTable$ = exports.IdMappingConfig$ = exports.Hash$ = exports.GlueTableReference$ = exports.GetSchemaOutput$ = exports.GetSchemaInput$ = exports.GetSchemaAnalysisRuleOutput$ = exports.GetSchemaAnalysisRuleInput$ = exports.GetProtectedQueryOutput$ = exports.GetProtectedQueryInput$ = exports.GetProtectedJobOutput$ = exports.GetProtectedJobInput$ = exports.GetPrivacyBudgetTemplateOutput$ = exports.GetPrivacyBudgetTemplateInput$ = exports.GetMembershipOutput$ = exports.GetMembershipInput$ = exports.GetIdNamespaceAssociationOutput$ = exports.GetIdNamespaceAssociationInput$ = exports.GetIdMappingTableOutput$ = exports.GetIdMappingTableInput$ = exports.GetConfiguredTableOutput$ = exports.GetConfiguredTableInput$ = exports.GetConfiguredTableAssociationOutput$ = exports.GetConfiguredTableAssociationInput$ = exports.GetConfiguredTableAssociationAnalysisRuleOutput$ = exports.GetConfiguredTableAssociationAnalysisRuleInput$ = exports.GetConfiguredTableAnalysisRuleOutput$ = exports.GetConfiguredTableAnalysisRuleInput$ = exports.GetConfiguredAudienceModelAssociationOutput$ = exports.GetConfiguredAudienceModelAssociationInput$ = exports.GetCollaborationPrivacyBudgetTemplateOutput$ = exports.GetCollaborationPrivacyBudgetTemplateInput$ = exports.GetCollaborationOutput$ = void 0;
7
7
  exports.MemberSummary$ = exports.MemberSpecification$ = exports.MembershipSyntheticDataGenerationPaymentConfig$ = exports.MembershipSummary$ = exports.MembershipQueryComputePaymentConfig$ = exports.MembershipProtectedQueryResultConfiguration$ = exports.MembershipProtectedJobResultConfiguration$ = exports.MembershipPaymentConfiguration$ = exports.MembershipModelTrainingPaymentConfig$ = exports.MembershipModelInferencePaymentConfig$ = exports.MembershipMLPaymentConfig$ = exports.MembershipJobComputePaymentConfig$ = exports.Membership$ = exports.MemberChangeSpecification$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListSchemasOutput$ = exports.ListSchemasInput$ = exports.ListProtectedQueriesOutput$ = exports.ListProtectedQueriesInput$ = exports.ListProtectedJobsOutput$ = exports.ListProtectedJobsInput$ = exports.ListPrivacyBudgetTemplatesOutput$ = exports.ListPrivacyBudgetTemplatesInput$ = exports.ListPrivacyBudgetsOutput$ = exports.ListPrivacyBudgetsInput$ = exports.ListMembersOutput$ = exports.ListMembersInput$ = exports.ListMembershipsOutput$ = exports.ListMembershipsInput$ = exports.ListIdNamespaceAssociationsOutput$ = exports.ListIdNamespaceAssociationsInput$ = exports.ListIdMappingTablesOutput$ = exports.ListIdMappingTablesInput$ = exports.ListConfiguredTablesOutput$ = exports.ListConfiguredTablesInput$ = exports.ListConfiguredTableAssociationsOutput$ = exports.ListConfiguredTableAssociationsInput$ = exports.ListConfiguredAudienceModelAssociationsOutput$ = exports.ListConfiguredAudienceModelAssociationsInput$ = exports.ListCollaborationsOutput$ = exports.ListCollaborationsInput$ = exports.ListCollaborationPrivacyBudgetTemplatesOutput$ = exports.ListCollaborationPrivacyBudgetTemplatesInput$ = exports.ListCollaborationPrivacyBudgetsOutput$ = exports.ListCollaborationPrivacyBudgetsInput$ = exports.ListCollaborationIdNamespaceAssociationsOutput$ = exports.ListCollaborationIdNamespaceAssociationsInput$ = exports.ListCollaborationConfiguredAudienceModelAssociationsOutput$ = exports.ListCollaborationConfiguredAudienceModelAssociationsInput$ = void 0;
8
8
  exports.SchemaStatusDetail$ = exports.SchemaAnalysisRuleRequest$ = exports.Schema$ = exports.S3Location$ = exports.ReceiverConfiguration$ = exports.QueryConstraintRequireOverlap$ = exports.QueryComputePaymentConfig$ = exports.ProtectedQuerySummary$ = exports.ProtectedQueryStatistics$ = exports.ProtectedQuerySQLParameters$ = exports.ProtectedQuerySingleMemberOutput$ = exports.ProtectedQueryS3OutputConfiguration$ = exports.ProtectedQueryS3Output$ = exports.ProtectedQueryResultConfiguration$ = exports.ProtectedQueryResult$ = exports.ProtectedQueryMemberOutputConfiguration$ = exports.ProtectedQueryError$ = exports.ProtectedQueryDistributeOutputConfiguration$ = exports.ProtectedQueryDistributeOutput$ = exports.ProtectedQuery$ = exports.ProtectedJobWorkerComputeConfiguration$ = exports.ProtectedJobSummary$ = exports.ProtectedJobStatistics$ = exports.ProtectedJobSingleMemberOutput$ = exports.ProtectedJobS3OutputConfigurationOutput$ = exports.ProtectedJobS3OutputConfigurationInput$ = exports.ProtectedJobS3Output$ = exports.ProtectedJobResultConfigurationOutput$ = exports.ProtectedJobResultConfigurationInput$ = exports.ProtectedJobResult$ = exports.ProtectedJobReceiverConfiguration$ = exports.ProtectedJobParameters$ = exports.ProtectedJobMemberOutputConfigurationOutput$ = exports.ProtectedJobMemberOutputConfigurationInput$ = exports.ProtectedJobError$ = exports.ProtectedJobDirectAnalysisConfigurationDetails$ = exports.ProtectedJob$ = exports.PrivacyBudgetTemplateSummary$ = exports.PrivacyBudgetTemplate$ = exports.PrivacyBudgetSummary$ = exports.PreviewPrivacyImpactOutput$ = exports.PreviewPrivacyImpactInput$ = exports.PopulateIdMappingTableOutput$ = exports.PopulateIdMappingTableInput$ = exports.PaymentConfiguration$ = exports.ModelTrainingPaymentConfig$ = exports.ModelInferencePaymentConfig$ = exports.MLSyntheticDataParameters$ = exports.MLPaymentConfig$ = exports.MLMemberAbilities$ = void 0;
9
- exports.ComputeConfiguration$ = exports.ChangeSpecification$ = exports.AnalysisSourceMetadata$ = exports.AnalysisSource$ = exports.AnalysisRulePolicyV1$ = exports.AnalysisRulePolicy$ = exports.WorkerComputeConfiguration$ = exports.ValidationExceptionField$ = exports.UpdateProtectedQueryOutput$ = exports.UpdateProtectedQueryInput$ = exports.UpdateProtectedJobOutput$ = exports.UpdateProtectedJobInput$ = exports.UpdatePrivacyBudgetTemplateOutput$ = exports.UpdatePrivacyBudgetTemplateInput$ = exports.UpdateMembershipOutput$ = exports.UpdateMembershipInput$ = exports.UpdateIdNamespaceAssociationOutput$ = exports.UpdateIdNamespaceAssociationInput$ = exports.UpdateIdMappingTableOutput$ = exports.UpdateIdMappingTableInput$ = exports.UpdateConfiguredTableOutput$ = exports.UpdateConfiguredTableInput$ = exports.UpdateConfiguredTableAssociationOutput$ = exports.UpdateConfiguredTableAssociationInput$ = exports.UpdateConfiguredTableAssociationAnalysisRuleOutput$ = exports.UpdateConfiguredTableAssociationAnalysisRuleInput$ = exports.UpdateConfiguredTableAnalysisRuleOutput$ = exports.UpdateConfiguredTableAnalysisRuleInput$ = exports.UpdateConfiguredAudienceModelAssociationOutput$ = exports.UpdateConfiguredAudienceModelAssociationInput$ = exports.UpdateCollaborationOutput$ = exports.UpdateCollaborationInput$ = exports.UpdateCollaborationChangeRequestOutput$ = exports.UpdateCollaborationChangeRequestInput$ = exports.UpdateAnalysisTemplateOutput$ = exports.UpdateAnalysisTemplateInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.SyntheticDataGenerationPaymentConfig$ = exports.SyntheticDataColumnProperties$ = exports.StartProtectedQueryOutput$ = exports.StartProtectedQueryInput$ = exports.StartProtectedJobOutput$ = exports.StartProtectedJobInput$ = exports.SnowflakeTableSchemaV1$ = exports.SnowflakeTableReference$ = exports.SchemaSummary$ = exports.SchemaStatusReason$ = void 0;
10
- exports.DeleteConfiguredTableAssociation$ = exports.DeleteConfiguredTableAnalysisRule$ = exports.DeleteConfiguredTable$ = exports.DeleteConfiguredAudienceModelAssociation$ = exports.DeleteCollaboration$ = exports.DeleteAnalysisTemplate$ = exports.CreatePrivacyBudgetTemplate$ = exports.CreateMembership$ = exports.CreateIdNamespaceAssociation$ = exports.CreateIdMappingTable$ = exports.CreateConfiguredTableAssociationAnalysisRule$ = exports.CreateConfiguredTableAssociation$ = exports.CreateConfiguredTableAnalysisRule$ = exports.CreateConfiguredTable$ = exports.CreateConfiguredAudienceModelAssociation$ = exports.CreateCollaborationChangeRequest$ = exports.CreateCollaboration$ = exports.CreateAnalysisTemplate$ = exports.BatchGetSchemaAnalysisRule$ = exports.BatchGetSchema$ = exports.BatchGetCollaborationAnalysisTemplate$ = exports.WorkerComputeConfigurationProperties$ = exports.TableReference$ = exports.SyntheticDataParameters$ = exports.SnowflakeTableSchema$ = exports.SchemaTypeProperties$ = exports.QueryConstraint$ = exports.ProtectedQueryOutputConfiguration$ = exports.ProtectedQueryOutput$ = exports.ProtectedQueryDistributeOutputConfigurationLocation$ = exports.ProtectedJobOutputConfigurationOutput$ = exports.ProtectedJobOutputConfigurationInput$ = exports.ProtectedJobOutput$ = exports.ProtectedJobConfigurationDetails$ = exports.ProtectedJobComputeConfiguration$ = exports.PrivacyImpact$ = exports.PrivacyBudgetTemplateUpdateParameters$ = exports.PrivacyBudgetTemplateParametersOutput$ = exports.PrivacyBudgetTemplateParametersInput$ = exports.PrivacyBudget$ = exports.PreviewPrivacyImpactParametersInput$ = exports.MembershipProtectedQueryOutputConfiguration$ = exports.MembershipProtectedJobOutputConfiguration$ = exports.ConsolidatedPolicyV1$ = exports.ConsolidatedPolicy$ = exports.ConfiguredTableAssociationAnalysisRulePolicyV1$ = exports.ConfiguredTableAssociationAnalysisRulePolicy$ = exports.ConfiguredTableAnalysisRulePolicyV1$ = exports.ConfiguredTableAnalysisRulePolicy$ = exports.ConfigurationDetails$ = void 0;
11
- exports.StartProtectedJob$ = exports.PreviewPrivacyImpact$ = exports.PopulateIdMappingTable$ = exports.ListTagsForResource$ = exports.ListSchemas$ = exports.ListProtectedQueries$ = exports.ListProtectedJobs$ = exports.ListPrivacyBudgetTemplates$ = exports.ListPrivacyBudgets$ = exports.ListMemberships$ = exports.ListMembers$ = exports.ListIdNamespaceAssociations$ = exports.ListIdMappingTables$ = exports.ListConfiguredTables$ = exports.ListConfiguredTableAssociations$ = exports.ListConfiguredAudienceModelAssociations$ = exports.ListCollaborations$ = exports.ListCollaborationPrivacyBudgetTemplates$ = exports.ListCollaborationPrivacyBudgets$ = exports.ListCollaborationIdNamespaceAssociations$ = exports.ListCollaborationConfiguredAudienceModelAssociations$ = exports.ListCollaborationChangeRequests$ = exports.ListCollaborationAnalysisTemplates$ = exports.ListAnalysisTemplates$ = exports.GetSchemaAnalysisRule$ = exports.GetSchema$ = exports.GetProtectedQuery$ = exports.GetProtectedJob$ = exports.GetPrivacyBudgetTemplate$ = exports.GetMembership$ = exports.GetIdNamespaceAssociation$ = exports.GetIdMappingTable$ = exports.GetConfiguredTableAssociationAnalysisRule$ = exports.GetConfiguredTableAssociation$ = exports.GetConfiguredTableAnalysisRule$ = exports.GetConfiguredTable$ = exports.GetConfiguredAudienceModelAssociation$ = exports.GetCollaborationPrivacyBudgetTemplate$ = exports.GetCollaborationIdNamespaceAssociation$ = exports.GetCollaborationConfiguredAudienceModelAssociation$ = exports.GetCollaborationChangeRequest$ = exports.GetCollaborationAnalysisTemplate$ = exports.GetCollaboration$ = exports.GetAnalysisTemplate$ = exports.DeletePrivacyBudgetTemplate$ = exports.DeleteMembership$ = exports.DeleteMember$ = exports.DeleteIdNamespaceAssociation$ = exports.DeleteIdMappingTable$ = exports.DeleteConfiguredTableAssociationAnalysisRule$ = void 0;
12
- exports.UpdateProtectedQuery$ = exports.UpdateProtectedJob$ = exports.UpdatePrivacyBudgetTemplate$ = exports.UpdateMembership$ = exports.UpdateIdNamespaceAssociation$ = exports.UpdateIdMappingTable$ = exports.UpdateConfiguredTableAssociationAnalysisRule$ = exports.UpdateConfiguredTableAssociation$ = exports.UpdateConfiguredTableAnalysisRule$ = exports.UpdateConfiguredTable$ = exports.UpdateConfiguredAudienceModelAssociation$ = exports.UpdateCollaborationChangeRequest$ = exports.UpdateCollaboration$ = exports.UpdateAnalysisTemplate$ = exports.UntagResource$ = exports.TagResource$ = exports.StartProtectedQuery$ = void 0;
9
+ exports.ChangeSpecification$ = exports.AnalysisSourceMetadata$ = exports.AnalysisSource$ = exports.AnalysisRulePolicyV1$ = exports.AnalysisRulePolicy$ = exports.WorkerComputeConfiguration$ = exports.ValidationExceptionField$ = exports.UpdateProtectedQueryOutput$ = exports.UpdateProtectedQueryInput$ = exports.UpdateProtectedJobOutput$ = exports.UpdateProtectedJobInput$ = exports.UpdatePrivacyBudgetTemplateOutput$ = exports.UpdatePrivacyBudgetTemplateInput$ = exports.UpdateMembershipPaymentConfiguration$ = exports.UpdateMembershipOutput$ = exports.UpdateMembershipInput$ = exports.UpdateIdNamespaceAssociationOutput$ = exports.UpdateIdNamespaceAssociationInput$ = exports.UpdateIdMappingTableOutput$ = exports.UpdateIdMappingTableInput$ = exports.UpdateConfiguredTableOutput$ = exports.UpdateConfiguredTableInput$ = exports.UpdateConfiguredTableAssociationOutput$ = exports.UpdateConfiguredTableAssociationInput$ = exports.UpdateConfiguredTableAssociationAnalysisRuleOutput$ = exports.UpdateConfiguredTableAssociationAnalysisRuleInput$ = exports.UpdateConfiguredTableAnalysisRuleOutput$ = exports.UpdateConfiguredTableAnalysisRuleInput$ = exports.UpdateConfiguredAudienceModelAssociationOutput$ = exports.UpdateConfiguredAudienceModelAssociationInput$ = exports.UpdateCollaborationOutput$ = exports.UpdateCollaborationInput$ = exports.UpdateCollaborationChangeRequestOutput$ = exports.UpdateCollaborationChangeRequestInput$ = exports.UpdateAnalysisTemplateOutput$ = exports.UpdateAnalysisTemplateInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.SyntheticDataGenerationPaymentConfig$ = exports.SyntheticDataColumnProperties$ = exports.StartProtectedQueryOutput$ = exports.StartProtectedQueryInput$ = exports.StartProtectedJobOutput$ = exports.StartProtectedJobInput$ = exports.SnowflakeTableSchemaV1$ = exports.SnowflakeTableReference$ = exports.SchemaSummary$ = exports.SchemaStatusReason$ = void 0;
10
+ exports.DeleteConfiguredTableAnalysisRule$ = exports.DeleteConfiguredTable$ = exports.DeleteConfiguredAudienceModelAssociation$ = exports.DeleteCollaboration$ = exports.DeleteAnalysisTemplate$ = exports.CreatePrivacyBudgetTemplate$ = exports.CreateMembership$ = exports.CreateIdNamespaceAssociation$ = exports.CreateIdMappingTable$ = exports.CreateConfiguredTableAssociationAnalysisRule$ = exports.CreateConfiguredTableAssociation$ = exports.CreateConfiguredTableAnalysisRule$ = exports.CreateConfiguredTable$ = exports.CreateConfiguredAudienceModelAssociation$ = exports.CreateCollaborationChangeRequest$ = exports.CreateCollaboration$ = exports.CreateAnalysisTemplate$ = exports.BatchGetSchemaAnalysisRule$ = exports.BatchGetSchema$ = exports.BatchGetCollaborationAnalysisTemplate$ = exports.WorkerComputeConfigurationProperties$ = exports.TableReference$ = exports.SyntheticDataParameters$ = exports.SnowflakeTableSchema$ = exports.SchemaTypeProperties$ = exports.QueryConstraint$ = exports.ProtectedQueryOutputConfiguration$ = exports.ProtectedQueryOutput$ = exports.ProtectedQueryDistributeOutputConfigurationLocation$ = exports.ProtectedJobOutputConfigurationOutput$ = exports.ProtectedJobOutputConfigurationInput$ = exports.ProtectedJobOutput$ = exports.ProtectedJobConfigurationDetails$ = exports.ProtectedJobComputeConfiguration$ = exports.PrivacyImpact$ = exports.PrivacyBudgetTemplateUpdateParameters$ = exports.PrivacyBudgetTemplateParametersOutput$ = exports.PrivacyBudgetTemplateParametersInput$ = exports.PrivacyBudget$ = exports.PreviewPrivacyImpactParametersInput$ = exports.MembershipProtectedQueryOutputConfiguration$ = exports.MembershipProtectedJobOutputConfiguration$ = exports.ConsolidatedPolicyV1$ = exports.ConsolidatedPolicy$ = exports.ConfiguredTableAssociationAnalysisRulePolicyV1$ = exports.ConfiguredTableAssociationAnalysisRulePolicy$ = exports.ConfiguredTableAnalysisRulePolicyV1$ = exports.ConfiguredTableAnalysisRulePolicy$ = exports.ConfigurationDetails$ = exports.ComputeConfiguration$ = void 0;
11
+ exports.PreviewPrivacyImpact$ = exports.PopulateIdMappingTable$ = exports.ListTagsForResource$ = exports.ListSchemas$ = exports.ListProtectedQueries$ = exports.ListProtectedJobs$ = exports.ListPrivacyBudgetTemplates$ = exports.ListPrivacyBudgets$ = exports.ListMemberships$ = exports.ListMembers$ = exports.ListIdNamespaceAssociations$ = exports.ListIdMappingTables$ = exports.ListConfiguredTables$ = exports.ListConfiguredTableAssociations$ = exports.ListConfiguredAudienceModelAssociations$ = exports.ListCollaborations$ = exports.ListCollaborationPrivacyBudgetTemplates$ = exports.ListCollaborationPrivacyBudgets$ = exports.ListCollaborationIdNamespaceAssociations$ = exports.ListCollaborationConfiguredAudienceModelAssociations$ = exports.ListCollaborationChangeRequests$ = exports.ListCollaborationAnalysisTemplates$ = exports.ListAnalysisTemplates$ = exports.GetSchemaAnalysisRule$ = exports.GetSchema$ = exports.GetProtectedQuery$ = exports.GetProtectedJob$ = exports.GetPrivacyBudgetTemplate$ = exports.GetMembership$ = exports.GetIdNamespaceAssociation$ = exports.GetIdMappingTable$ = exports.GetConfiguredTableAssociationAnalysisRule$ = exports.GetConfiguredTableAssociation$ = exports.GetConfiguredTableAnalysisRule$ = exports.GetConfiguredTable$ = exports.GetConfiguredAudienceModelAssociation$ = exports.GetCollaborationPrivacyBudgetTemplate$ = exports.GetCollaborationIdNamespaceAssociation$ = exports.GetCollaborationConfiguredAudienceModelAssociation$ = exports.GetCollaborationChangeRequest$ = exports.GetCollaborationAnalysisTemplate$ = exports.GetCollaboration$ = exports.GetAnalysisTemplate$ = exports.DeletePrivacyBudgetTemplate$ = exports.DeleteMembership$ = exports.DeleteMember$ = exports.DeleteIdNamespaceAssociation$ = exports.DeleteIdMappingTable$ = exports.DeleteConfiguredTableAssociationAnalysisRule$ = exports.DeleteConfiguredTableAssociation$ = void 0;
12
+ exports.UpdateProtectedQuery$ = exports.UpdateProtectedJob$ = exports.UpdatePrivacyBudgetTemplate$ = exports.UpdateMembership$ = exports.UpdateIdNamespaceAssociation$ = exports.UpdateIdMappingTable$ = exports.UpdateConfiguredTableAssociationAnalysisRule$ = exports.UpdateConfiguredTableAssociation$ = exports.UpdateConfiguredTableAnalysisRule$ = exports.UpdateConfiguredTable$ = exports.UpdateConfiguredAudienceModelAssociation$ = exports.UpdateCollaborationChangeRequest$ = exports.UpdateCollaboration$ = exports.UpdateAnalysisTemplate$ = exports.UntagResource$ = exports.TagResource$ = exports.StartProtectedQuery$ = exports.StartProtectedJob$ = void 0;
13
13
  const _AB = "AccessBudget";
14
14
  const _ABD = "AccessBudgetDetails";
15
15
  const _ABDL = "AccessBudgetDetailsList";
@@ -517,6 +517,7 @@ const _UINAO = "UpdateIdNamespaceAssociationOutput";
517
517
  const _UM = "UpdateMembership";
518
518
  const _UMI = "UpdateMembershipInput";
519
519
  const _UMO = "UpdateMembershipOutput";
520
+ const _UMPC = "UpdateMembershipPaymentConfiguration";
520
521
  const _UPBT = "UpdatePrivacyBudgetTemplate";
521
522
  const _UPBTI = "UpdatePrivacyBudgetTemplateInput";
522
523
  const _UPBTO = "UpdatePrivacyBudgetTemplateOutput";
@@ -694,6 +695,7 @@ const _iRC = "inputReferenceConfig";
694
695
  const _iRP = "inputReferenceProperties";
695
696
  const _iSD = "isSyntheticData";
696
697
  const _jC = "joinColumns";
698
+ const _jCPAI = "jobComputePayerAccountId";
697
699
  const _jCo = "jobCompute";
698
700
  const _jLS = "jobLogStatus";
699
701
  const _jP = "jobParameters";
@@ -720,6 +722,7 @@ const _mL = "machineLearning";
720
722
  const _mLe = "memberList";
721
723
  const _mMA = "mlMemberAbilities";
722
724
  const _mMIAS = "maxMembershipInferenceAttackScore";
725
+ const _mPC = "membershipPaymentConfiguration";
723
726
  const _mR = "maxResults";
724
727
  const _mRP = "manageResourcePolicies";
725
728
  const _mS = "memberStatus";
@@ -760,6 +763,7 @@ const _pQr = "protectedQueries";
760
763
  const _pa = "parameters";
761
764
  const _pr = "properties";
762
765
  const _qC = "queryConstraints";
766
+ const _qCPAI = "queryComputePayerAccountId";
763
767
  const _qCu = "queryCompute";
764
768
  const _qLS = "queryLogStatus";
765
769
  const _qN = "quotaName";
@@ -2020,8 +2024,8 @@ exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
2020
2024
  ];
2021
2025
  exports.MemberChangeSpecification$ = [3, n0, _MCS,
2022
2026
  0,
2023
- [_aI, _mAe, _dNi],
2024
- [0, 64 | 0, 0], 2
2027
+ [_aI, _mAe, _mMA, _pC, _dNi],
2028
+ [0, 64 | 0, () => exports.MLMemberAbilities$, () => exports.PaymentConfiguration$, 0], 2
2025
2029
  ];
2026
2030
  exports.Membership$ = [3, n0, _M,
2027
2031
  0,
@@ -2155,8 +2159,8 @@ exports.PrivacyBudgetTemplateSummary$ = [3, n0, _PBTS,
2155
2159
  ];
2156
2160
  exports.ProtectedJob$ = [3, n0, _PJ,
2157
2161
  0,
2158
- [_i, _mI, _mA, _cT, _st, _jP, _rCe, _sta, _res, _e, _cCo],
2159
- [0, 0, 0, 4, 0, [() => exports.ProtectedJobParameters$, 0], () => exports.ProtectedJobResultConfigurationOutput$, () => exports.ProtectedJobStatistics$, () => exports.ProtectedJobResult$, () => exports.ProtectedJobError$, () => exports.ProtectedJobComputeConfiguration$], 5
2162
+ [_i, _mI, _mA, _cT, _st, _jP, _rCe, _sta, _res, _e, _cCo, _jCPAI],
2163
+ [0, 0, 0, 4, 0, [() => exports.ProtectedJobParameters$, 0], () => exports.ProtectedJobResultConfigurationOutput$, () => exports.ProtectedJobStatistics$, () => exports.ProtectedJobResult$, () => exports.ProtectedJobError$, () => exports.ProtectedJobComputeConfiguration$, 0], 5
2160
2164
  ];
2161
2165
  exports.ProtectedJobDirectAnalysisConfigurationDetails$ = [3, n0, _PJDACD,
2162
2166
  0,
@@ -2230,8 +2234,8 @@ exports.ProtectedJobStatistics$ = [3, n0, _PJS,
2230
2234
  ];
2231
2235
  exports.ProtectedJobSummary$ = [3, n0, _PJSr,
2232
2236
  0,
2233
- [_i, _mI, _mA, _cT, _st, _rCec],
2234
- [0, 0, 0, 4, 0, () => ProtectedJobReceiverConfigurations], 6
2237
+ [_i, _mI, _mA, _cT, _st, _rCec, _jCPAI],
2238
+ [0, 0, 0, 4, 0, () => ProtectedJobReceiverConfigurations, 0], 6
2235
2239
  ];
2236
2240
  exports.ProtectedJobWorkerComputeConfiguration$ = [3, n0, _PJWCC,
2237
2241
  0,
@@ -2240,8 +2244,8 @@ exports.ProtectedJobWorkerComputeConfiguration$ = [3, n0, _PJWCC,
2240
2244
  ];
2241
2245
  exports.ProtectedQuery$ = [3, n0, _PQ,
2242
2246
  0,
2243
- [_i, _mI, _mA, _cT, _st, _sPq, _rCe, _sta, _res, _e, _dP, _cCo],
2244
- [0, 0, 0, 4, 0, [() => exports.ProtectedQuerySQLParameters$, 0], () => exports.ProtectedQueryResultConfiguration$, () => exports.ProtectedQueryStatistics$, () => exports.ProtectedQueryResult$, () => exports.ProtectedQueryError$, () => exports.DifferentialPrivacyParameters$, () => exports.ComputeConfiguration$], 5
2247
+ [_i, _mI, _mA, _cT, _st, _sPq, _rCe, _sta, _res, _e, _dP, _cCo, _qCPAI],
2248
+ [0, 0, 0, 4, 0, [() => exports.ProtectedQuerySQLParameters$, 0], () => exports.ProtectedQueryResultConfiguration$, () => exports.ProtectedQueryStatistics$, () => exports.ProtectedQueryResult$, () => exports.ProtectedQueryError$, () => exports.DifferentialPrivacyParameters$, () => exports.ComputeConfiguration$, 0], 5
2245
2249
  ];
2246
2250
  exports.ProtectedQueryDistributeOutput$ = [3, n0, _PQDO,
2247
2251
  0,
@@ -2300,8 +2304,8 @@ exports.ProtectedQueryStatistics$ = [3, n0, _PQS,
2300
2304
  ];
2301
2305
  exports.ProtectedQuerySummary$ = [3, n0, _PQSr,
2302
2306
  0,
2303
- [_i, _mI, _mA, _cT, _st, _rCec],
2304
- [0, 0, 0, 4, 0, () => ReceiverConfigurationsList], 6
2307
+ [_i, _mI, _mA, _cT, _st, _rCec, _qCPAI],
2308
+ [0, 0, 0, 4, 0, () => ReceiverConfigurationsList, 0], 6
2305
2309
  ];
2306
2310
  exports.QueryComputePaymentConfig$ = [3, n0, _QCPC,
2307
2311
  0,
@@ -2360,8 +2364,8 @@ exports.SnowflakeTableSchemaV1$ = [3, n0, _STSV,
2360
2364
  ];
2361
2365
  exports.StartProtectedJobInput$ = [3, n0, _SPJI,
2362
2366
  0,
2363
- [_t, _mIe, _jP, _rCe, _cCo],
2364
- [0, [0, 1], [() => exports.ProtectedJobParameters$, 0], () => exports.ProtectedJobResultConfigurationInput$, () => exports.ProtectedJobComputeConfiguration$], 3
2367
+ [_t, _mIe, _jP, _rCe, _cCo, _jCPAI],
2368
+ [0, [0, 1], [() => exports.ProtectedJobParameters$, 0], () => exports.ProtectedJobResultConfigurationInput$, () => exports.ProtectedJobComputeConfiguration$, 0], 3
2365
2369
  ];
2366
2370
  exports.StartProtectedJobOutput$ = [3, n0, _SPJO,
2367
2371
  0,
@@ -2370,8 +2374,8 @@ exports.StartProtectedJobOutput$ = [3, n0, _SPJO,
2370
2374
  ];
2371
2375
  exports.StartProtectedQueryInput$ = [3, n0, _SPQI,
2372
2376
  0,
2373
- [_t, _mIe, _sPq, _rCe, _cCo],
2374
- [0, [0, 1], [() => exports.ProtectedQuerySQLParameters$, 0], () => exports.ProtectedQueryResultConfiguration$, () => exports.ComputeConfiguration$], 3
2377
+ [_t, _mIe, _sPq, _rCe, _cCo, _qCPAI],
2378
+ [0, [0, 1], [() => exports.ProtectedQuerySQLParameters$, 0], () => exports.ProtectedQueryResultConfiguration$, () => exports.ComputeConfiguration$, 0], 3
2375
2379
  ];
2376
2380
  exports.StartProtectedQueryOutput$ = [3, n0, _SPQO,
2377
2381
  0,
@@ -2510,14 +2514,19 @@ exports.UpdateIdNamespaceAssociationOutput$ = [3, n0, _UINAO,
2510
2514
  ];
2511
2515
  exports.UpdateMembershipInput$ = [3, n0, _UMI,
2512
2516
  0,
2513
- [_mIe, _qLS, _jLS, _dRC, _dJRC],
2514
- [[0, 1], 0, 0, () => exports.MembershipProtectedQueryResultConfiguration$, () => exports.MembershipProtectedJobResultConfiguration$], 1
2517
+ [_mIe, _qLS, _jLS, _dRC, _dJRC, _mPC],
2518
+ [[0, 1], 0, 0, () => exports.MembershipProtectedQueryResultConfiguration$, () => exports.MembershipProtectedJobResultConfiguration$, () => exports.UpdateMembershipPaymentConfiguration$], 1
2515
2519
  ];
2516
2520
  exports.UpdateMembershipOutput$ = [3, n0, _UMO,
2517
2521
  0,
2518
2522
  [_mem],
2519
2523
  [() => exports.Membership$], 1
2520
2524
  ];
2525
+ exports.UpdateMembershipPaymentConfiguration$ = [3, n0, _UMPC,
2526
+ 0,
2527
+ [_qCu, _mL, _jCo],
2528
+ [() => exports.MembershipQueryComputePaymentConfig$, () => exports.MembershipMLPaymentConfig$, () => exports.MembershipJobComputePaymentConfig$]
2529
+ ];
2521
2530
  exports.UpdatePrivacyBudgetTemplateInput$ = [3, n0, _UPBTI,
2522
2531
  0,
2523
2532
  [_mIe, _pBTIr, _pBT, _pa],
@@ -285,8 +285,14 @@ export const ChangeSpecificationType = {
285
285
  };
286
286
  export const ChangeType = {
287
287
  ADD_MEMBER: "ADD_MEMBER",
288
+ ADD_PAYER_CANDIDATE: "ADD_PAYER_CANDIDATE",
288
289
  EDIT_AUTO_APPROVED_CHANGE_TYPES: "EDIT_AUTO_APPROVED_CHANGE_TYPES",
290
+ GRANT_CAN_RECEIVE_INFERENCE_OUTPUT: "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT",
291
+ GRANT_CAN_RECEIVE_MODEL_OUTPUT: "GRANT_CAN_RECEIVE_MODEL_OUTPUT",
289
292
  GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY",
293
+ REMOVE_PAYER_CANDIDATE: "REMOVE_PAYER_CANDIDATE",
294
+ REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT: "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT",
295
+ REVOKE_CAN_RECEIVE_MODEL_OUTPUT: "REVOKE_CAN_RECEIVE_MODEL_OUTPUT",
290
296
  REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY",
291
297
  };
292
298
  export const ChangeRequestStatus = {
@@ -505,6 +505,7 @@ const _UINAO = "UpdateIdNamespaceAssociationOutput";
505
505
  const _UM = "UpdateMembership";
506
506
  const _UMI = "UpdateMembershipInput";
507
507
  const _UMO = "UpdateMembershipOutput";
508
+ const _UMPC = "UpdateMembershipPaymentConfiguration";
508
509
  const _UPBT = "UpdatePrivacyBudgetTemplate";
509
510
  const _UPBTI = "UpdatePrivacyBudgetTemplateInput";
510
511
  const _UPBTO = "UpdatePrivacyBudgetTemplateOutput";
@@ -682,6 +683,7 @@ const _iRC = "inputReferenceConfig";
682
683
  const _iRP = "inputReferenceProperties";
683
684
  const _iSD = "isSyntheticData";
684
685
  const _jC = "joinColumns";
686
+ const _jCPAI = "jobComputePayerAccountId";
685
687
  const _jCo = "jobCompute";
686
688
  const _jLS = "jobLogStatus";
687
689
  const _jP = "jobParameters";
@@ -708,6 +710,7 @@ const _mL = "machineLearning";
708
710
  const _mLe = "memberList";
709
711
  const _mMA = "mlMemberAbilities";
710
712
  const _mMIAS = "maxMembershipInferenceAttackScore";
713
+ const _mPC = "membershipPaymentConfiguration";
711
714
  const _mR = "maxResults";
712
715
  const _mRP = "manageResourcePolicies";
713
716
  const _mS = "memberStatus";
@@ -748,6 +751,7 @@ const _pQr = "protectedQueries";
748
751
  const _pa = "parameters";
749
752
  const _pr = "properties";
750
753
  const _qC = "queryConstraints";
754
+ const _qCPAI = "queryComputePayerAccountId";
751
755
  const _qCu = "queryCompute";
752
756
  const _qLS = "queryLogStatus";
753
757
  const _qN = "quotaName";
@@ -2008,8 +2012,8 @@ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
2008
2012
  ];
2009
2013
  export var MemberChangeSpecification$ = [3, n0, _MCS,
2010
2014
  0,
2011
- [_aI, _mAe, _dNi],
2012
- [0, 64 | 0, 0], 2
2015
+ [_aI, _mAe, _mMA, _pC, _dNi],
2016
+ [0, 64 | 0, () => MLMemberAbilities$, () => PaymentConfiguration$, 0], 2
2013
2017
  ];
2014
2018
  export var Membership$ = [3, n0, _M,
2015
2019
  0,
@@ -2143,8 +2147,8 @@ export var PrivacyBudgetTemplateSummary$ = [3, n0, _PBTS,
2143
2147
  ];
2144
2148
  export var ProtectedJob$ = [3, n0, _PJ,
2145
2149
  0,
2146
- [_i, _mI, _mA, _cT, _st, _jP, _rCe, _sta, _res, _e, _cCo],
2147
- [0, 0, 0, 4, 0, [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationOutput$, () => ProtectedJobStatistics$, () => ProtectedJobResult$, () => ProtectedJobError$, () => ProtectedJobComputeConfiguration$], 5
2150
+ [_i, _mI, _mA, _cT, _st, _jP, _rCe, _sta, _res, _e, _cCo, _jCPAI],
2151
+ [0, 0, 0, 4, 0, [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationOutput$, () => ProtectedJobStatistics$, () => ProtectedJobResult$, () => ProtectedJobError$, () => ProtectedJobComputeConfiguration$, 0], 5
2148
2152
  ];
2149
2153
  export var ProtectedJobDirectAnalysisConfigurationDetails$ = [3, n0, _PJDACD,
2150
2154
  0,
@@ -2218,8 +2222,8 @@ export var ProtectedJobStatistics$ = [3, n0, _PJS,
2218
2222
  ];
2219
2223
  export var ProtectedJobSummary$ = [3, n0, _PJSr,
2220
2224
  0,
2221
- [_i, _mI, _mA, _cT, _st, _rCec],
2222
- [0, 0, 0, 4, 0, () => ProtectedJobReceiverConfigurations], 6
2225
+ [_i, _mI, _mA, _cT, _st, _rCec, _jCPAI],
2226
+ [0, 0, 0, 4, 0, () => ProtectedJobReceiverConfigurations, 0], 6
2223
2227
  ];
2224
2228
  export var ProtectedJobWorkerComputeConfiguration$ = [3, n0, _PJWCC,
2225
2229
  0,
@@ -2228,8 +2232,8 @@ export var ProtectedJobWorkerComputeConfiguration$ = [3, n0, _PJWCC,
2228
2232
  ];
2229
2233
  export var ProtectedQuery$ = [3, n0, _PQ,
2230
2234
  0,
2231
- [_i, _mI, _mA, _cT, _st, _sPq, _rCe, _sta, _res, _e, _dP, _cCo],
2232
- [0, 0, 0, 4, 0, [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ProtectedQueryStatistics$, () => ProtectedQueryResult$, () => ProtectedQueryError$, () => DifferentialPrivacyParameters$, () => ComputeConfiguration$], 5
2235
+ [_i, _mI, _mA, _cT, _st, _sPq, _rCe, _sta, _res, _e, _dP, _cCo, _qCPAI],
2236
+ [0, 0, 0, 4, 0, [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ProtectedQueryStatistics$, () => ProtectedQueryResult$, () => ProtectedQueryError$, () => DifferentialPrivacyParameters$, () => ComputeConfiguration$, 0], 5
2233
2237
  ];
2234
2238
  export var ProtectedQueryDistributeOutput$ = [3, n0, _PQDO,
2235
2239
  0,
@@ -2288,8 +2292,8 @@ export var ProtectedQueryStatistics$ = [3, n0, _PQS,
2288
2292
  ];
2289
2293
  export var ProtectedQuerySummary$ = [3, n0, _PQSr,
2290
2294
  0,
2291
- [_i, _mI, _mA, _cT, _st, _rCec],
2292
- [0, 0, 0, 4, 0, () => ReceiverConfigurationsList], 6
2295
+ [_i, _mI, _mA, _cT, _st, _rCec, _qCPAI],
2296
+ [0, 0, 0, 4, 0, () => ReceiverConfigurationsList, 0], 6
2293
2297
  ];
2294
2298
  export var QueryComputePaymentConfig$ = [3, n0, _QCPC,
2295
2299
  0,
@@ -2348,8 +2352,8 @@ export var SnowflakeTableSchemaV1$ = [3, n0, _STSV,
2348
2352
  ];
2349
2353
  export var StartProtectedJobInput$ = [3, n0, _SPJI,
2350
2354
  0,
2351
- [_t, _mIe, _jP, _rCe, _cCo],
2352
- [0, [0, 1], [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationInput$, () => ProtectedJobComputeConfiguration$], 3
2355
+ [_t, _mIe, _jP, _rCe, _cCo, _jCPAI],
2356
+ [0, [0, 1], [() => ProtectedJobParameters$, 0], () => ProtectedJobResultConfigurationInput$, () => ProtectedJobComputeConfiguration$, 0], 3
2353
2357
  ];
2354
2358
  export var StartProtectedJobOutput$ = [3, n0, _SPJO,
2355
2359
  0,
@@ -2358,8 +2362,8 @@ export var StartProtectedJobOutput$ = [3, n0, _SPJO,
2358
2362
  ];
2359
2363
  export var StartProtectedQueryInput$ = [3, n0, _SPQI,
2360
2364
  0,
2361
- [_t, _mIe, _sPq, _rCe, _cCo],
2362
- [0, [0, 1], [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ComputeConfiguration$], 3
2365
+ [_t, _mIe, _sPq, _rCe, _cCo, _qCPAI],
2366
+ [0, [0, 1], [() => ProtectedQuerySQLParameters$, 0], () => ProtectedQueryResultConfiguration$, () => ComputeConfiguration$, 0], 3
2363
2367
  ];
2364
2368
  export var StartProtectedQueryOutput$ = [3, n0, _SPQO,
2365
2369
  0,
@@ -2498,14 +2502,19 @@ export var UpdateIdNamespaceAssociationOutput$ = [3, n0, _UINAO,
2498
2502
  ];
2499
2503
  export var UpdateMembershipInput$ = [3, n0, _UMI,
2500
2504
  0,
2501
- [_mIe, _qLS, _jLS, _dRC, _dJRC],
2502
- [[0, 1], 0, 0, () => MembershipProtectedQueryResultConfiguration$, () => MembershipProtectedJobResultConfiguration$], 1
2505
+ [_mIe, _qLS, _jLS, _dRC, _dJRC, _mPC],
2506
+ [[0, 1], 0, 0, () => MembershipProtectedQueryResultConfiguration$, () => MembershipProtectedJobResultConfiguration$, () => UpdateMembershipPaymentConfiguration$], 1
2503
2507
  ];
2504
2508
  export var UpdateMembershipOutput$ = [3, n0, _UMO,
2505
2509
  0,
2506
2510
  [_mem],
2507
2511
  [() => Membership$], 1
2508
2512
  ];
2513
+ export var UpdateMembershipPaymentConfiguration$ = [3, n0, _UMPC,
2514
+ 0,
2515
+ [_qCu, _mL, _jCo],
2516
+ [() => MembershipQueryComputePaymentConfig$, () => MembershipMLPaymentConfig$, () => MembershipJobComputePaymentConfig$]
2517
+ ];
2509
2518
  export var UpdatePrivacyBudgetTemplateInput$ = [3, n0, _UPBTI,
2510
2519
  0,
2511
2520
  [_mIe, _pBTIr, _pBT, _pa],
@@ -49,6 +49,30 @@ declare const CreateCollaborationChangeRequestCommand_base: {
49
49
  * memberAbilities: [ // MemberAbilities // required
50
50
  * "CAN_QUERY" || "CAN_RECEIVE_RESULTS" || "CAN_RUN_JOB",
51
51
  * ],
52
+ * mlMemberAbilities: { // MLMemberAbilities
53
+ * customMLMemberAbilities: [ // CustomMLMemberAbilities // required
54
+ * "CAN_RECEIVE_MODEL_OUTPUT" || "CAN_RECEIVE_INFERENCE_OUTPUT",
55
+ * ],
56
+ * },
57
+ * paymentConfiguration: { // PaymentConfiguration
58
+ * queryCompute: { // QueryComputePaymentConfig
59
+ * isResponsible: true || false, // required
60
+ * },
61
+ * machineLearning: { // MLPaymentConfig
62
+ * modelTraining: { // ModelTrainingPaymentConfig
63
+ * isResponsible: true || false, // required
64
+ * },
65
+ * modelInference: { // ModelInferencePaymentConfig
66
+ * isResponsible: true || false, // required
67
+ * },
68
+ * syntheticDataGeneration: { // SyntheticDataGenerationPaymentConfig
69
+ * isResponsible: true || false, // required
70
+ * },
71
+ * },
72
+ * jobCompute: { // JobComputePaymentConfig
73
+ * isResponsible: true || false, // required
74
+ * },
75
+ * },
52
76
  * displayName: "STRING_VALUE",
53
77
  * },
54
78
  * collaboration: { // CollaborationChangeSpecification
@@ -79,6 +103,30 @@ declare const CreateCollaborationChangeRequestCommand_base: {
79
103
  * // memberAbilities: [ // MemberAbilities // required
80
104
  * // "CAN_QUERY" || "CAN_RECEIVE_RESULTS" || "CAN_RUN_JOB",
81
105
  * // ],
106
+ * // mlMemberAbilities: { // MLMemberAbilities
107
+ * // customMLMemberAbilities: [ // CustomMLMemberAbilities // required
108
+ * // "CAN_RECEIVE_MODEL_OUTPUT" || "CAN_RECEIVE_INFERENCE_OUTPUT",
109
+ * // ],
110
+ * // },
111
+ * // paymentConfiguration: { // PaymentConfiguration
112
+ * // queryCompute: { // QueryComputePaymentConfig
113
+ * // isResponsible: true || false, // required
114
+ * // },
115
+ * // machineLearning: { // MLPaymentConfig
116
+ * // modelTraining: { // ModelTrainingPaymentConfig
117
+ * // isResponsible: true || false, // required
118
+ * // },
119
+ * // modelInference: { // ModelInferencePaymentConfig
120
+ * // isResponsible: true || false, // required
121
+ * // },
122
+ * // syntheticDataGeneration: { // SyntheticDataGenerationPaymentConfig
123
+ * // isResponsible: true || false, // required
124
+ * // },
125
+ * // },
126
+ * // jobCompute: { // JobComputePaymentConfig
127
+ * // isResponsible: true || false, // required
128
+ * // },
129
+ * // },
82
130
  * // displayName: "STRING_VALUE",
83
131
  * // },
84
132
  * // collaboration: { // CollaborationChangeSpecification
@@ -88,7 +136,7 @@ declare const CreateCollaborationChangeRequestCommand_base: {
88
136
  * // },
89
137
  * // },
90
138
  * // types: [ // ChangeTypeList // required
91
- * // "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY" || "EDIT_AUTO_APPROVED_CHANGE_TYPES",
139
+ * // "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY" || "EDIT_AUTO_APPROVED_CHANGE_TYPES" || "ADD_PAYER_CANDIDATE" || "REMOVE_PAYER_CANDIDATE" || "GRANT_CAN_RECEIVE_MODEL_OUTPUT" || "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT" || "REVOKE_CAN_RECEIVE_MODEL_OUTPUT" || "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT",
92
140
  * // ],
93
141
  * // },
94
142
  * // ],
@@ -61,6 +61,30 @@ declare const GetCollaborationChangeRequestCommand_base: {
61
61
  * // memberAbilities: [ // MemberAbilities // required
62
62
  * // "CAN_QUERY" || "CAN_RECEIVE_RESULTS" || "CAN_RUN_JOB",
63
63
  * // ],
64
+ * // mlMemberAbilities: { // MLMemberAbilities
65
+ * // customMLMemberAbilities: [ // CustomMLMemberAbilities // required
66
+ * // "CAN_RECEIVE_MODEL_OUTPUT" || "CAN_RECEIVE_INFERENCE_OUTPUT",
67
+ * // ],
68
+ * // },
69
+ * // paymentConfiguration: { // PaymentConfiguration
70
+ * // queryCompute: { // QueryComputePaymentConfig
71
+ * // isResponsible: true || false, // required
72
+ * // },
73
+ * // machineLearning: { // MLPaymentConfig
74
+ * // modelTraining: { // ModelTrainingPaymentConfig
75
+ * // isResponsible: true || false, // required
76
+ * // },
77
+ * // modelInference: { // ModelInferencePaymentConfig
78
+ * // isResponsible: true || false, // required
79
+ * // },
80
+ * // syntheticDataGeneration: { // SyntheticDataGenerationPaymentConfig
81
+ * // isResponsible: true || false, // required
82
+ * // },
83
+ * // },
84
+ * // jobCompute: { // JobComputePaymentConfig
85
+ * // isResponsible: true || false, // required
86
+ * // },
87
+ * // },
64
88
  * // displayName: "STRING_VALUE",
65
89
  * // },
66
90
  * // collaboration: { // CollaborationChangeSpecification
@@ -70,7 +94,7 @@ declare const GetCollaborationChangeRequestCommand_base: {
70
94
  * // },
71
95
  * // },
72
96
  * // types: [ // ChangeTypeList // required
73
- * // "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY" || "EDIT_AUTO_APPROVED_CHANGE_TYPES",
97
+ * // "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY" || "EDIT_AUTO_APPROVED_CHANGE_TYPES" || "ADD_PAYER_CANDIDATE" || "REMOVE_PAYER_CANDIDATE" || "GRANT_CAN_RECEIVE_MODEL_OUTPUT" || "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT" || "REVOKE_CAN_RECEIVE_MODEL_OUTPUT" || "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT",
74
98
  * // ],
75
99
  * // },
76
100
  * // ],
@@ -101,6 +101,7 @@ declare const GetProtectedJobCommand_base: {
101
101
  * // },
102
102
  * // },
103
103
  * // },
104
+ * // jobComputePayerAccountId: "STRING_VALUE",
104
105
  * // },
105
106
  * // };
106
107
  *
@@ -141,6 +141,7 @@ declare const GetProtectedQueryCommand_base: {
141
141
  * // },
142
142
  * // },
143
143
  * // },
144
+ * // queryComputePayerAccountId: "STRING_VALUE",
144
145
  * // },
145
146
  * // };
146
147
  *
@@ -64,6 +64,30 @@ declare const ListCollaborationChangeRequestsCommand_base: {
64
64
  * // memberAbilities: [ // MemberAbilities // required
65
65
  * // "CAN_QUERY" || "CAN_RECEIVE_RESULTS" || "CAN_RUN_JOB",
66
66
  * // ],
67
+ * // mlMemberAbilities: { // MLMemberAbilities
68
+ * // customMLMemberAbilities: [ // CustomMLMemberAbilities // required
69
+ * // "CAN_RECEIVE_MODEL_OUTPUT" || "CAN_RECEIVE_INFERENCE_OUTPUT",
70
+ * // ],
71
+ * // },
72
+ * // paymentConfiguration: { // PaymentConfiguration
73
+ * // queryCompute: { // QueryComputePaymentConfig
74
+ * // isResponsible: true || false, // required
75
+ * // },
76
+ * // machineLearning: { // MLPaymentConfig
77
+ * // modelTraining: { // ModelTrainingPaymentConfig
78
+ * // isResponsible: true || false, // required
79
+ * // },
80
+ * // modelInference: { // ModelInferencePaymentConfig
81
+ * // isResponsible: true || false, // required
82
+ * // },
83
+ * // syntheticDataGeneration: { // SyntheticDataGenerationPaymentConfig
84
+ * // isResponsible: true || false, // required
85
+ * // },
86
+ * // },
87
+ * // jobCompute: { // JobComputePaymentConfig
88
+ * // isResponsible: true || false, // required
89
+ * // },
90
+ * // },
67
91
  * // displayName: "STRING_VALUE",
68
92
  * // },
69
93
  * // collaboration: { // CollaborationChangeSpecification
@@ -73,7 +97,7 @@ declare const ListCollaborationChangeRequestsCommand_base: {
73
97
  * // },
74
98
  * // },
75
99
  * // types: [ // ChangeTypeList // required
76
- * // "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY" || "EDIT_AUTO_APPROVED_CHANGE_TYPES",
100
+ * // "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY" || "EDIT_AUTO_APPROVED_CHANGE_TYPES" || "ADD_PAYER_CANDIDATE" || "REMOVE_PAYER_CANDIDATE" || "GRANT_CAN_RECEIVE_MODEL_OUTPUT" || "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT" || "REVOKE_CAN_RECEIVE_MODEL_OUTPUT" || "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT",
77
101
  * // ],
78
102
  * // },
79
103
  * // ],
@@ -67,6 +67,7 @@ declare const ListProtectedJobsCommand_base: {
67
67
  * // },
68
68
  * // },
69
69
  * // ],
70
+ * // jobComputePayerAccountId: "STRING_VALUE",
70
71
  * // },
71
72
  * // ],
72
73
  * // };
@@ -67,6 +67,7 @@ declare const ListProtectedQueriesCommand_base: {
67
67
  * // },
68
68
  * // },
69
69
  * // ],
70
+ * // queryComputePayerAccountId: "STRING_VALUE",
70
71
  * // },
71
72
  * // ],
72
73
  * // };
@@ -65,6 +65,7 @@ declare const StartProtectedJobCommand_base: {
65
65
  * },
66
66
  * },
67
67
  * },
68
+ * jobComputePayerAccountId: "STRING_VALUE",
68
69
  * };
69
70
  * const command = new StartProtectedJobCommand(input);
70
71
  * const response = await client.send(command);
@@ -125,6 +126,7 @@ declare const StartProtectedJobCommand_base: {
125
126
  * // },
126
127
  * // },
127
128
  * // },
129
+ * // jobComputePayerAccountId: "STRING_VALUE",
128
130
  * // },
129
131
  * // };
130
132
  *
@@ -87,6 +87,7 @@ declare const StartProtectedQueryCommand_base: {
87
87
  * },
88
88
  * },
89
89
  * },
90
+ * queryComputePayerAccountId: "STRING_VALUE",
90
91
  * };
91
92
  * const command = new StartProtectedQueryCommand(input);
92
93
  * const response = await client.send(command);
@@ -186,6 +187,7 @@ declare const StartProtectedQueryCommand_base: {
186
187
  * // },
187
188
  * // },
188
189
  * // },
190
+ * // queryComputePayerAccountId: "STRING_VALUE",
189
191
  * // },
190
192
  * // };
191
193
  *
@@ -62,6 +62,30 @@ declare const UpdateCollaborationChangeRequestCommand_base: {
62
62
  * // memberAbilities: [ // MemberAbilities // required
63
63
  * // "CAN_QUERY" || "CAN_RECEIVE_RESULTS" || "CAN_RUN_JOB",
64
64
  * // ],
65
+ * // mlMemberAbilities: { // MLMemberAbilities
66
+ * // customMLMemberAbilities: [ // CustomMLMemberAbilities // required
67
+ * // "CAN_RECEIVE_MODEL_OUTPUT" || "CAN_RECEIVE_INFERENCE_OUTPUT",
68
+ * // ],
69
+ * // },
70
+ * // paymentConfiguration: { // PaymentConfiguration
71
+ * // queryCompute: { // QueryComputePaymentConfig
72
+ * // isResponsible: true || false, // required
73
+ * // },
74
+ * // machineLearning: { // MLPaymentConfig
75
+ * // modelTraining: { // ModelTrainingPaymentConfig
76
+ * // isResponsible: true || false, // required
77
+ * // },
78
+ * // modelInference: { // ModelInferencePaymentConfig
79
+ * // isResponsible: true || false, // required
80
+ * // },
81
+ * // syntheticDataGeneration: { // SyntheticDataGenerationPaymentConfig
82
+ * // isResponsible: true || false, // required
83
+ * // },
84
+ * // },
85
+ * // jobCompute: { // JobComputePaymentConfig
86
+ * // isResponsible: true || false, // required
87
+ * // },
88
+ * // },
65
89
  * // displayName: "STRING_VALUE",
66
90
  * // },
67
91
  * // collaboration: { // CollaborationChangeSpecification
@@ -71,7 +95,7 @@ declare const UpdateCollaborationChangeRequestCommand_base: {
71
95
  * // },
72
96
  * // },
73
97
  * // types: [ // ChangeTypeList // required
74
- * // "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY" || "EDIT_AUTO_APPROVED_CHANGE_TYPES",
98
+ * // "ADD_MEMBER" || "GRANT_RECEIVE_RESULTS_ABILITY" || "REVOKE_RECEIVE_RESULTS_ABILITY" || "EDIT_AUTO_APPROVED_CHANGE_TYPES" || "ADD_PAYER_CANDIDATE" || "REMOVE_PAYER_CANDIDATE" || "GRANT_CAN_RECEIVE_MODEL_OUTPUT" || "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT" || "REVOKE_CAN_RECEIVE_MODEL_OUTPUT" || "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT",
75
99
  * // ],
76
100
  * // },
77
101
  * // ],
@@ -62,6 +62,25 @@ declare const UpdateMembershipCommand_base: {
62
62
  * },
63
63
  * roleArn: "STRING_VALUE", // required
64
64
  * },
65
+ * membershipPaymentConfiguration: { // UpdateMembershipPaymentConfiguration
66
+ * queryCompute: { // MembershipQueryComputePaymentConfig
67
+ * isResponsible: true || false, // required
68
+ * },
69
+ * machineLearning: { // MembershipMLPaymentConfig
70
+ * modelTraining: { // MembershipModelTrainingPaymentConfig
71
+ * isResponsible: true || false, // required
72
+ * },
73
+ * modelInference: { // MembershipModelInferencePaymentConfig
74
+ * isResponsible: true || false, // required
75
+ * },
76
+ * syntheticDataGeneration: { // MembershipSyntheticDataGenerationPaymentConfig
77
+ * isResponsible: true || false, // required
78
+ * },
79
+ * },
80
+ * jobCompute: { // MembershipJobComputePaymentConfig
81
+ * isResponsible: true || false, // required
82
+ * },
83
+ * },
65
84
  * };
66
85
  * const command = new UpdateMembershipCommand(input);
67
86
  * const response = await client.send(command);
@@ -102,6 +102,7 @@ declare const UpdateProtectedJobCommand_base: {
102
102
  * // },
103
103
  * // },
104
104
  * // },
105
+ * // jobComputePayerAccountId: "STRING_VALUE",
105
106
  * // },
106
107
  * // };
107
108
  *
@@ -141,6 +141,7 @@ declare const UpdateProtectedQueryCommand_base: {
141
141
  * // },
142
142
  * // },
143
143
  * // },
144
+ * // queryComputePayerAccountId: "STRING_VALUE",
144
145
  * // },
145
146
  * // };
146
147
  *
@@ -593,8 +593,14 @@ export type ChangeSpecificationType = (typeof ChangeSpecificationType)[keyof typ
593
593
  */
594
594
  export declare const ChangeType: {
595
595
  readonly ADD_MEMBER: "ADD_MEMBER";
596
+ readonly ADD_PAYER_CANDIDATE: "ADD_PAYER_CANDIDATE";
596
597
  readonly EDIT_AUTO_APPROVED_CHANGE_TYPES: "EDIT_AUTO_APPROVED_CHANGE_TYPES";
598
+ readonly GRANT_CAN_RECEIVE_INFERENCE_OUTPUT: "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT";
599
+ readonly GRANT_CAN_RECEIVE_MODEL_OUTPUT: "GRANT_CAN_RECEIVE_MODEL_OUTPUT";
597
600
  readonly GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY";
601
+ readonly REMOVE_PAYER_CANDIDATE: "REMOVE_PAYER_CANDIDATE";
602
+ readonly REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT: "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT";
603
+ readonly REVOKE_CAN_RECEIVE_MODEL_OUTPUT: "REVOKE_CAN_RECEIVE_MODEL_OUTPUT";
598
604
  readonly REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY";
599
605
  };
600
606
  /**
@@ -2427,6 +2427,16 @@ export interface MemberChangeSpecification {
2427
2427
  * @public
2428
2428
  */
2429
2429
  memberAbilities: MemberAbility[] | undefined;
2430
+ /**
2431
+ * <p>The ML member abilities for a collaboration member.</p>
2432
+ * @public
2433
+ */
2434
+ mlMemberAbilities?: MLMemberAbilities | undefined;
2435
+ /**
2436
+ * <p>An object representing the collaboration member's payment responsibilities set by the collaboration creator.</p>
2437
+ * @public
2438
+ */
2439
+ paymentConfiguration?: PaymentConfiguration | undefined;
2430
2440
  /**
2431
2441
  * <p>Specifies the display name that will be shown for this member in the collaboration. While this field is required when inviting new members, it becomes optional when modifying abilities of existing collaboration members. </p>
2432
2442
  * @public
@@ -6968,6 +6978,11 @@ export interface ProtectedJob {
6968
6978
  * @public
6969
6979
  */
6970
6980
  computeConfiguration?: ProtectedJobComputeConfiguration | undefined;
6981
+ /**
6982
+ * <p>The account ID of the member that pays for the job compute costs.</p>
6983
+ * @public
6984
+ */
6985
+ jobComputePayerAccountId?: string | undefined;
6971
6986
  }
6972
6987
  /**
6973
6988
  * @public
@@ -1,5 +1,5 @@
1
1
  import type { AnalysisType, DifferentialPrivacyAggregationType, MemberAbility, MembershipJobLogStatus, MembershipQueryLogStatus, MembershipStatus, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetType, ProtectedJobAnalysisType, ProtectedJobStatus, ProtectedJobType, ProtectedQueryStatus, ProtectedQueryType, TargetProtectedJobStatus, TargetProtectedQueryStatus } from "./enums";
2
- import type { AccessBudgetsPrivacyTemplateParametersInput, AccessBudgetsPrivacyTemplateUpdateParameters, ComputeConfiguration, DifferentialPrivacyParameters, Membership, MembershipPaymentConfiguration, MembershipProtectedJobResultConfiguration, MembershipProtectedQueryResultConfiguration, MLMemberAbilities, PrivacyBudget, PrivacyBudgetTemplateParametersOutput, ProtectedJob, ProtectedJobComputeConfiguration, ProtectedJobParameters, ProtectedQueryDistributeOutput, ProtectedQueryError, ProtectedQueryS3Output, ProtectedQueryS3OutputConfiguration, ProtectedQuerySingleMemberOutput } from "./models_0";
2
+ import type { AccessBudgetsPrivacyTemplateParametersInput, AccessBudgetsPrivacyTemplateUpdateParameters, ComputeConfiguration, DifferentialPrivacyParameters, Membership, MembershipJobComputePaymentConfig, MembershipMLPaymentConfig, MembershipPaymentConfiguration, MembershipProtectedJobResultConfiguration, MembershipProtectedQueryResultConfiguration, MembershipQueryComputePaymentConfig, MLMemberAbilities, PrivacyBudget, PrivacyBudgetTemplateParametersOutput, ProtectedJob, ProtectedJobComputeConfiguration, ProtectedJobParameters, ProtectedQueryDistributeOutput, ProtectedQueryError, ProtectedQueryS3Output, ProtectedQueryS3OutputConfiguration, ProtectedQuerySingleMemberOutput } from "./models_0";
3
3
  /**
4
4
  * <p>Contains details about the protected query output.</p>
5
5
  * @public
@@ -320,6 +320,11 @@ export interface ProtectedQuery {
320
320
  * @public
321
321
  */
322
322
  computeConfiguration?: ComputeConfiguration | undefined;
323
+ /**
324
+ * <p>The account ID of the member that pays for the query compute costs.</p>
325
+ * @public
326
+ */
327
+ queryComputePayerAccountId?: string | undefined;
323
328
  }
324
329
  /**
325
330
  * @public
@@ -663,6 +668,11 @@ export interface ProtectedJobSummary {
663
668
  * @public
664
669
  */
665
670
  receiverConfigurations: ProtectedJobReceiverConfiguration[] | undefined;
671
+ /**
672
+ * <p>The account ID of the member that pays for the job compute costs.</p>
673
+ * @public
674
+ */
675
+ jobComputePayerAccountId?: string | undefined;
666
676
  }
667
677
  /**
668
678
  * @public
@@ -799,6 +809,11 @@ export interface ProtectedQuerySummary {
799
809
  * @public
800
810
  */
801
811
  receiverConfigurations: ReceiverConfiguration[] | undefined;
812
+ /**
813
+ * <p>The account ID of the member that pays for the query compute costs.</p>
814
+ * @public
815
+ */
816
+ queryComputePayerAccountId?: string | undefined;
802
817
  }
803
818
  /**
804
819
  * @public
@@ -1033,6 +1048,11 @@ export interface StartProtectedJobInput {
1033
1048
  * @public
1034
1049
  */
1035
1050
  computeConfiguration?: ProtectedJobComputeConfiguration | undefined;
1051
+ /**
1052
+ * <p>The account ID of the member that pays for the job compute costs.</p>
1053
+ * @public
1054
+ */
1055
+ jobComputePayerAccountId?: string | undefined;
1036
1056
  }
1037
1057
  /**
1038
1058
  * @public
@@ -1073,6 +1093,11 @@ export interface StartProtectedQueryInput {
1073
1093
  * @public
1074
1094
  */
1075
1095
  computeConfiguration?: ComputeConfiguration | undefined;
1096
+ /**
1097
+ * <p>The account ID of the member that pays for the query compute costs.</p>
1098
+ * @public
1099
+ */
1100
+ queryComputePayerAccountId?: string | undefined;
1076
1101
  }
1077
1102
  /**
1078
1103
  * @public
@@ -1084,6 +1109,27 @@ export interface StartProtectedQueryOutput {
1084
1109
  */
1085
1110
  protectedQuery: ProtectedQuery | undefined;
1086
1111
  }
1112
+ /**
1113
+ * <p>An object representing the payment responsibilities to update for the membership.</p>
1114
+ * @public
1115
+ */
1116
+ export interface UpdateMembershipPaymentConfiguration {
1117
+ /**
1118
+ * <p>An object representing the payment responsibilities accepted by the collaboration member for query compute costs.</p>
1119
+ * @public
1120
+ */
1121
+ queryCompute?: MembershipQueryComputePaymentConfig | undefined;
1122
+ /**
1123
+ * <p>An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.</p>
1124
+ * @public
1125
+ */
1126
+ machineLearning?: MembershipMLPaymentConfig | undefined;
1127
+ /**
1128
+ * <p>An object representing the payment responsibilities accepted by the collaboration member for query and job compute costs.</p>
1129
+ * @public
1130
+ */
1131
+ jobCompute?: MembershipJobComputePaymentConfig | undefined;
1132
+ }
1087
1133
  /**
1088
1134
  * @public
1089
1135
  */
@@ -1113,6 +1159,11 @@ export interface UpdateMembershipInput {
1113
1159
  * @public
1114
1160
  */
1115
1161
  defaultJobResultConfiguration?: MembershipProtectedJobResultConfiguration | undefined;
1162
+ /**
1163
+ * <p>The payment configuration to update for the membership.</p>
1164
+ * @public
1165
+ */
1166
+ membershipPaymentConfiguration?: UpdateMembershipPaymentConfiguration | undefined;
1116
1167
  }
1117
1168
  /**
1118
1169
  * @public
@@ -341,6 +341,7 @@ export declare var UpdateIdNamespaceAssociationInput$: StaticStructureSchema;
341
341
  export declare var UpdateIdNamespaceAssociationOutput$: StaticStructureSchema;
342
342
  export declare var UpdateMembershipInput$: StaticStructureSchema;
343
343
  export declare var UpdateMembershipOutput$: StaticStructureSchema;
344
+ export declare var UpdateMembershipPaymentConfiguration$: StaticStructureSchema;
344
345
  export declare var UpdatePrivacyBudgetTemplateInput$: StaticStructureSchema;
345
346
  export declare var UpdatePrivacyBudgetTemplateOutput$: StaticStructureSchema;
346
347
  export declare var UpdateProtectedJobInput$: StaticStructureSchema;
@@ -353,8 +353,14 @@ export type ChangeSpecificationType =
353
353
  (typeof ChangeSpecificationType)[keyof typeof ChangeSpecificationType];
354
354
  export declare const ChangeType: {
355
355
  readonly ADD_MEMBER: "ADD_MEMBER";
356
+ readonly ADD_PAYER_CANDIDATE: "ADD_PAYER_CANDIDATE";
356
357
  readonly EDIT_AUTO_APPROVED_CHANGE_TYPES: "EDIT_AUTO_APPROVED_CHANGE_TYPES";
358
+ readonly GRANT_CAN_RECEIVE_INFERENCE_OUTPUT: "GRANT_CAN_RECEIVE_INFERENCE_OUTPUT";
359
+ readonly GRANT_CAN_RECEIVE_MODEL_OUTPUT: "GRANT_CAN_RECEIVE_MODEL_OUTPUT";
357
360
  readonly GRANT_RECEIVE_RESULTS_ABILITY: "GRANT_RECEIVE_RESULTS_ABILITY";
361
+ readonly REMOVE_PAYER_CANDIDATE: "REMOVE_PAYER_CANDIDATE";
362
+ readonly REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT: "REVOKE_CAN_RECEIVE_INFERENCE_OUTPUT";
363
+ readonly REVOKE_CAN_RECEIVE_MODEL_OUTPUT: "REVOKE_CAN_RECEIVE_MODEL_OUTPUT";
358
364
  readonly REVOKE_RECEIVE_RESULTS_ABILITY: "REVOKE_RECEIVE_RESULTS_ABILITY";
359
365
  };
360
366
  export type ChangeType = (typeof ChangeType)[keyof typeof ChangeType];
@@ -784,6 +784,8 @@ export interface CollaborationChangeSpecification {
784
784
  export interface MemberChangeSpecification {
785
785
  accountId: string | undefined;
786
786
  memberAbilities: MemberAbility[] | undefined;
787
+ mlMemberAbilities?: MLMemberAbilities | undefined;
788
+ paymentConfiguration?: PaymentConfiguration | undefined;
787
789
  displayName?: string | undefined;
788
790
  }
789
791
  export type ChangeSpecification =
@@ -2099,6 +2101,7 @@ export interface ProtectedJob {
2099
2101
  result?: ProtectedJobResult | undefined;
2100
2102
  error?: ProtectedJobError | undefined;
2101
2103
  computeConfiguration?: ProtectedJobComputeConfiguration | undefined;
2104
+ jobComputePayerAccountId?: string | undefined;
2102
2105
  }
2103
2106
  export interface GetProtectedJobOutput {
2104
2107
  protectedJob: ProtectedJob | undefined;
@@ -21,9 +21,12 @@ import {
21
21
  ComputeConfiguration,
22
22
  DifferentialPrivacyParameters,
23
23
  Membership,
24
+ MembershipJobComputePaymentConfig,
25
+ MembershipMLPaymentConfig,
24
26
  MembershipPaymentConfiguration,
25
27
  MembershipProtectedJobResultConfiguration,
26
28
  MembershipProtectedQueryResultConfiguration,
29
+ MembershipQueryComputePaymentConfig,
27
30
  MLMemberAbilities,
28
31
  PrivacyBudget,
29
32
  PrivacyBudgetTemplateParametersOutput,
@@ -173,6 +176,7 @@ export interface ProtectedQuery {
173
176
  error?: ProtectedQueryError | undefined;
174
177
  differentialPrivacy?: DifferentialPrivacyParameters | undefined;
175
178
  computeConfiguration?: ComputeConfiguration | undefined;
179
+ queryComputePayerAccountId?: string | undefined;
176
180
  }
177
181
  export interface GetProtectedQueryOutput {
178
182
  protectedQuery: ProtectedQuery | undefined;
@@ -264,6 +268,7 @@ export interface ProtectedJobSummary {
264
268
  createTime: Date | undefined;
265
269
  status: ProtectedJobStatus | undefined;
266
270
  receiverConfigurations: ProtectedJobReceiverConfiguration[] | undefined;
271
+ jobComputePayerAccountId?: string | undefined;
267
272
  }
268
273
  export interface ListProtectedJobsOutput {
269
274
  nextToken?: string | undefined;
@@ -308,6 +313,7 @@ export interface ProtectedQuerySummary {
308
313
  createTime: Date | undefined;
309
314
  status: ProtectedQueryStatus | undefined;
310
315
  receiverConfigurations: ReceiverConfiguration[] | undefined;
316
+ queryComputePayerAccountId?: string | undefined;
311
317
  }
312
318
  export interface ListProtectedQueriesOutput {
313
319
  nextToken?: string | undefined;
@@ -396,6 +402,7 @@ export interface StartProtectedJobInput {
396
402
  jobParameters: ProtectedJobParameters | undefined;
397
403
  resultConfiguration?: ProtectedJobResultConfigurationInput | undefined;
398
404
  computeConfiguration?: ProtectedJobComputeConfiguration | undefined;
405
+ jobComputePayerAccountId?: string | undefined;
399
406
  }
400
407
  export interface StartProtectedJobOutput {
401
408
  protectedJob: ProtectedJob | undefined;
@@ -406,10 +413,16 @@ export interface StartProtectedQueryInput {
406
413
  sqlParameters: ProtectedQuerySQLParameters | undefined;
407
414
  resultConfiguration?: ProtectedQueryResultConfiguration | undefined;
408
415
  computeConfiguration?: ComputeConfiguration | undefined;
416
+ queryComputePayerAccountId?: string | undefined;
409
417
  }
410
418
  export interface StartProtectedQueryOutput {
411
419
  protectedQuery: ProtectedQuery | undefined;
412
420
  }
421
+ export interface UpdateMembershipPaymentConfiguration {
422
+ queryCompute?: MembershipQueryComputePaymentConfig | undefined;
423
+ machineLearning?: MembershipMLPaymentConfig | undefined;
424
+ jobCompute?: MembershipJobComputePaymentConfig | undefined;
425
+ }
413
426
  export interface UpdateMembershipInput {
414
427
  membershipIdentifier: string | undefined;
415
428
  queryLogStatus?: MembershipQueryLogStatus | undefined;
@@ -420,6 +433,9 @@ export interface UpdateMembershipInput {
420
433
  defaultJobResultConfiguration?:
421
434
  | MembershipProtectedJobResultConfiguration
422
435
  | undefined;
436
+ membershipPaymentConfiguration?:
437
+ | UpdateMembershipPaymentConfiguration
438
+ | undefined;
423
439
  }
424
440
  export interface UpdateMembershipOutput {
425
441
  membership: Membership | undefined;
@@ -341,6 +341,7 @@ export declare var UpdateIdNamespaceAssociationInput$: StaticStructureSchema;
341
341
  export declare var UpdateIdNamespaceAssociationOutput$: StaticStructureSchema;
342
342
  export declare var UpdateMembershipInput$: StaticStructureSchema;
343
343
  export declare var UpdateMembershipOutput$: StaticStructureSchema;
344
+ export declare var UpdateMembershipPaymentConfiguration$: StaticStructureSchema;
344
345
  export declare var UpdatePrivacyBudgetTemplateInput$: StaticStructureSchema;
345
346
  export declare var UpdatePrivacyBudgetTemplateOutput$: StaticStructureSchema;
346
347
  export declare var UpdateProtectedJobInput$: StaticStructureSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cleanrooms",
3
3
  "description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
4
- "version": "3.1050.0",
4
+ "version": "3.1052.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cleanrooms",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.12",
25
- "@aws-sdk/credential-provider-node": "^3.972.43",
26
- "@aws-sdk/types": "^3.973.8",
27
- "@smithy/core": "^3.24.2",
28
- "@smithy/fetch-http-handler": "^5.4.2",
29
- "@smithy/node-http-handler": "^4.7.2",
30
- "@smithy/types": "^4.14.1",
24
+ "@aws-sdk/core": "^3.974.13",
25
+ "@aws-sdk/credential-provider-node": "^3.972.44",
26
+ "@aws-sdk/types": "^3.973.9",
27
+ "@smithy/core": "^3.24.3",
28
+ "@smithy/fetch-http-handler": "^5.4.3",
29
+ "@smithy/node-http-handler": "^4.7.3",
30
+ "@smithy/types": "^4.14.2",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {