File: //opt/go/pkg/mod/github.com/aws/
[email protected]/models/apis/cleanrooms/2022-02-17/docs-2.json
{
"version": "2.0",
"service": "<p>Welcome to the <i>Clean Rooms API Reference</i>.</p> <p>Clean Rooms is an Amazon Web Services service that helps multiple parties to join their data together in a secure collaboration workspace. In the collaboration, members who can query and receive results can get insights into the collective datasets without either party getting access to the other party's raw data.</p> <p>To learn more about Clean Rooms concepts, procedures, and best practices, see the <a href=\"https://docs.aws.amazon.com/clean-rooms/latest/userguide/what-is.html\">Clean Rooms User Guide</a>.</p> <p>To learn more about SQL commands, functions, and conditions supported in Clean Rooms, see the <a href=\"https://docs.aws.amazon.com/clean-rooms/latest/sql-reference/sql-reference.html\">Clean Rooms SQL Reference</a>.</p>",
"operations": {
"BatchGetCollaborationAnalysisTemplate": "<p>Retrieves multiple analysis templates within a collaboration by their Amazon Resource Names (ARNs).</p>",
"BatchGetSchema": "<p>Retrieves multiple schemas by their identifiers.</p>",
"BatchGetSchemaAnalysisRule": "<p>Retrieves multiple analysis rule schemas.</p>",
"CreateAnalysisTemplate": "<p>Creates a new analysis template.</p>",
"CreateCollaboration": "<p>Creates a new collaboration.</p>",
"CreateConfiguredAudienceModelAssociation": "<p>Provides the details necessary to create a configured audience model association.</p>",
"CreateConfiguredTable": "<p>Creates a new configured table resource.</p>",
"CreateConfiguredTableAnalysisRule": "<p>Creates a new analysis rule for a configured table. Currently, only one analysis rule can be created for a given configured table.</p>",
"CreateConfiguredTableAssociation": "<p>Creates a configured table association. A configured table association links a configured table with a collaboration.</p>",
"CreateConfiguredTableAssociationAnalysisRule": "<p> Creates a new analysis rule for an associated configured table.</p>",
"CreateIdMappingTable": "<p>Creates an ID mapping table.</p>",
"CreateIdNamespaceAssociation": "<p>Creates an ID namespace association.</p>",
"CreateMembership": "<p>Creates a membership for a specific collaboration identifier and joins the collaboration.</p>",
"CreatePrivacyBudgetTemplate": "<p>Creates a privacy budget template for a specified membership. Each membership can have only one privacy budget template, but it can be deleted and recreated. If you need to change the privacy budget template for a membership, use the <a>UpdatePrivacyBudgetTemplate</a> operation.</p>",
"DeleteAnalysisTemplate": "<p>Deletes an analysis template.</p>",
"DeleteCollaboration": "<p>Deletes a collaboration. It can only be called by the collaboration owner.</p>",
"DeleteConfiguredAudienceModelAssociation": "<p>Provides the information necessary to delete a configured audience model association.</p>",
"DeleteConfiguredTable": "<p>Deletes a configured table.</p>",
"DeleteConfiguredTableAnalysisRule": "<p>Deletes a configured table analysis rule.</p>",
"DeleteConfiguredTableAssociation": "<p>Deletes a configured table association.</p>",
"DeleteConfiguredTableAssociationAnalysisRule": "<p>Deletes an analysis rule for a configured table association.</p>",
"DeleteIdMappingTable": "<p>Deletes an ID mapping table.</p>",
"DeleteIdNamespaceAssociation": "<p>Deletes an ID namespace association.</p>",
"DeleteMember": "<p>Removes the specified member from a collaboration. The removed member is placed in the Removed status and can't interact with the collaboration. The removed member's data is inaccessible to active members of the collaboration.</p>",
"DeleteMembership": "<p>Deletes a specified membership. All resources under a membership must be deleted.</p>",
"DeletePrivacyBudgetTemplate": "<p>Deletes a privacy budget template for a specified membership.</p>",
"GetAnalysisTemplate": "<p>Retrieves an analysis template.</p>",
"GetCollaboration": "<p>Returns metadata about a collaboration.</p>",
"GetCollaborationAnalysisTemplate": "<p>Retrieves an analysis template within a collaboration.</p>",
"GetCollaborationConfiguredAudienceModelAssociation": "<p>Retrieves a configured audience model association within a collaboration.</p>",
"GetCollaborationIdNamespaceAssociation": "<p>Retrieves an ID namespace association from a specific collaboration.</p>",
"GetCollaborationPrivacyBudgetTemplate": "<p>Returns details about a specified privacy budget template.</p>",
"GetConfiguredAudienceModelAssociation": "<p>Returns information about a configured audience model association.</p>",
"GetConfiguredTable": "<p>Retrieves a configured table.</p>",
"GetConfiguredTableAnalysisRule": "<p>Retrieves a configured table analysis rule.</p>",
"GetConfiguredTableAssociation": "<p>Retrieves a configured table association.</p>",
"GetConfiguredTableAssociationAnalysisRule": "<p> Retrieves the analysis rule for a configured table association.</p>",
"GetIdMappingTable": "<p>Retrieves an ID mapping table.</p>",
"GetIdNamespaceAssociation": "<p>Retrieves an ID namespace association.</p>",
"GetMembership": "<p>Retrieves a specified membership for an identifier.</p>",
"GetPrivacyBudgetTemplate": "<p>Returns details for a specified privacy budget template.</p>",
"GetProtectedQuery": "<p>Returns query processing metadata.</p>",
"GetSchema": "<p>Retrieves the schema for a relation within a collaboration.</p>",
"GetSchemaAnalysisRule": "<p>Retrieves a schema analysis rule.</p>",
"ListAnalysisTemplates": "<p>Lists analysis templates that the caller owns.</p>",
"ListCollaborationAnalysisTemplates": "<p>Lists analysis templates within a collaboration.</p>",
"ListCollaborationConfiguredAudienceModelAssociations": "<p>Lists configured audience model associations within a collaboration.</p>",
"ListCollaborationIdNamespaceAssociations": "<p>Returns a list of the ID namespace associations in a collaboration.</p>",
"ListCollaborationPrivacyBudgetTemplates": "<p>Returns an array that summarizes each privacy budget template in a specified collaboration.</p>",
"ListCollaborationPrivacyBudgets": "<p>Returns an array that summarizes each privacy budget in a specified collaboration. The summary includes the collaboration ARN, creation time, creating account, and privacy budget details.</p>",
"ListCollaborations": "<p>Lists collaborations the caller owns, is active in, or has been invited to.</p>",
"ListConfiguredAudienceModelAssociations": "<p>Lists information about requested configured audience model associations.</p>",
"ListConfiguredTableAssociations": "<p>Lists configured table associations for a membership.</p>",
"ListConfiguredTables": "<p>Lists configured tables.</p>",
"ListIdMappingTables": "<p>Returns a list of ID mapping tables.</p>",
"ListIdNamespaceAssociations": "<p>Returns a list of ID namespace associations.</p>",
"ListMembers": "<p>Lists all members within a collaboration.</p>",
"ListMemberships": "<p>Lists all memberships resources within the caller's account.</p>",
"ListPrivacyBudgetTemplates": "<p>Returns detailed information about the privacy budget templates in a specified membership.</p>",
"ListPrivacyBudgets": "<p>Returns detailed information about the privacy budgets in a specified membership.</p>",
"ListProtectedQueries": "<p>Lists protected queries, sorted by the most recent query.</p>",
"ListSchemas": "<p>Lists the schemas for relations within a collaboration.</p>",
"ListTagsForResource": "<p>Lists all of the tags that have been added to a resource.</p>",
"PopulateIdMappingTable": "<p>Defines the information that's necessary to populate an ID mapping table.</p>",
"PreviewPrivacyImpact": "<p>An estimate of the number of aggregation functions that the member who can query can run given epsilon and noise parameters.</p>",
"StartProtectedQuery": "<p>Creates a protected query that is started by Clean Rooms.</p>",
"TagResource": "<p>Tags a resource.</p>",
"UntagResource": "<p>Removes a tag or list of tags from a resource.</p>",
"UpdateAnalysisTemplate": "<p>Updates the analysis template metadata.</p>",
"UpdateCollaboration": "<p>Updates collaboration metadata and can only be called by the collaboration owner.</p>",
"UpdateConfiguredAudienceModelAssociation": "<p>Provides the details necessary to update a configured audience model association.</p>",
"UpdateConfiguredTable": "<p>Updates a configured table.</p>",
"UpdateConfiguredTableAnalysisRule": "<p>Updates a configured table analysis rule.</p>",
"UpdateConfiguredTableAssociation": "<p>Updates a configured table association.</p>",
"UpdateConfiguredTableAssociationAnalysisRule": "<p> Updates the analysis rule for a configured table association.</p>",
"UpdateIdMappingTable": "<p>Provides the details that are necessary to update an ID mapping table.</p>",
"UpdateIdNamespaceAssociation": "<p>Provides the details that are necessary to update an ID namespace association.</p>",
"UpdateMembership": "<p>Updates a membership.</p>",
"UpdatePrivacyBudgetTemplate": "<p>Updates the privacy budget template for the specified membership.</p>",
"UpdateProtectedQuery": "<p>Updates the processing of a currently running query.</p>"
},
"shapes": {
"AccessDeniedException": {
"base": "<p>Caller does not have sufficient access to perform this action.</p>",
"refs": {
}
},
"AccessDeniedExceptionReason": {
"base": null,
"refs": {
"AccessDeniedException$reason": "<p>A reason code for the exception.</p>"
}
},
"AccountId": {
"base": null,
"refs": {
"AllowedResultReceivers$member": null,
"AnalysisRuleCustomAllowedAnalysisProvidersList$member": null,
"Collaboration$creatorAccountId": "<p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>",
"CollaborationAnalysisTemplate$creatorAccountId": "<p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>",
"CollaborationAnalysisTemplateSummary$creatorAccountId": "<p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>",
"CollaborationConfiguredAudienceModelAssociation$creatorAccountId": "<p>The identifier used to reference members of the collaboration. Only supports AWS account ID.</p>",
"CollaborationConfiguredAudienceModelAssociationSummary$creatorAccountId": "<p>The identifier used to reference members of the collaboration. Only supports AWS account ID.</p>",
"CollaborationIdNamespaceAssociation$creatorAccountId": "<p>The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.</p>",
"CollaborationIdNamespaceAssociationSummary$creatorAccountId": "<p>The Amazon Web Services account that created this collaboration ID namespace association.</p>",
"CollaborationPrivacyBudgetSummary$creatorAccountId": "<p>The unique identifier of the account that created this privacy budget.</p>",
"CollaborationPrivacyBudgetTemplate$creatorAccountId": "<p>The unique identifier of the account that created this collaboration privacy budget template.</p>",
"CollaborationPrivacyBudgetTemplateSummary$creatorAccountId": "<p>The unique identifier of the account that created this collaboration privacy budget template.</p>",
"CollaborationSummary$creatorAccountId": "<p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>",
"DeleteMemberInput$accountId": "<p>The account ID of the member to remove.</p>",
"MemberSpecification$accountId": "<p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>",
"MemberSummary$accountId": "<p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>",
"Membership$collaborationCreatorAccountId": "<p>The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.</p>",
"MembershipSummary$collaborationCreatorAccountId": "<p>The identifier of the Amazon Web Services principal that created the collaboration. Currently only supports Amazon Web Services account ID.</p>",
"ProtectedQueryMemberOutputConfiguration$accountId": "<p>The unique identifier for the account.</p>",
"ProtectedQuerySingleMemberOutput$accountId": "<p>The Amazon Web Services account ID of the member in the collaboration who can receive results for the query.</p>",
"ReceiverAccountIds$member": null,
"Schema$creatorAccountId": "<p>The unique account ID for the Amazon Web Services account that owns the schema.</p>",
"SchemaSummary$creatorAccountId": "<p>The unique account ID for the Amazon Web Services account that owns the schema.</p>"
}
},
"AdditionalAnalyses": {
"base": null,
"refs": {
"AnalysisRuleAggregation$additionalAnalyses": "<p> An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query. </p> <p>The <code>additionalAnalyses</code> parameter is currently supported for the list analysis rule (<code>AnalysisRuleList</code>) and the custom analysis rule (<code>AnalysisRuleCustom</code>).</p>",
"AnalysisRuleCustom$additionalAnalyses": "<p> An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.</p>",
"AnalysisRuleList$additionalAnalyses": "<p> An indicator as to whether additional analyses (such as Clean Rooms ML) can be applied to the output of the direct query.</p>"
}
},
"AdditionalAnalysesResourceArn": {
"base": null,
"refs": {
"AllowedAdditionalAnalyses$member": null
}
},
"AggregateColumn": {
"base": "<p>Column in configured table that can be used in aggregate function in query.</p>",
"refs": {
"AnalysisRuleAggregationAggregateColumnsList$member": null
}
},
"AggregateColumnColumnNamesList": {
"base": null,
"refs": {
"AggregateColumn$columnNames": "<p>Column names in configured table of aggregate columns.</p>"
}
},
"AggregateFunctionName": {
"base": null,
"refs": {
"AggregateColumn$function": "<p>Aggregation function that can be applied to aggregate column in query.</p>"
}
},
"AggregationConstraint": {
"base": "<p>Constraint on query output removing output rows that do not meet a minimum number of distinct values of a specified column.</p>",
"refs": {
"AggregationConstraints$member": null
}
},
"AggregationConstraintMinimumInteger": {
"base": null,
"refs": {
"AggregationConstraint$minimum": "<p>The minimum number of distinct values that an output row must be an aggregation of. Minimum threshold of distinct values for a specified column that must exist in an output row for it to be in the query output.</p>"
}
},
"AggregationConstraints": {
"base": null,
"refs": {
"AnalysisRuleAggregation$outputConstraints": "<p>Columns that must meet a specific threshold value (after an aggregation function is applied to it) for each output row to be returned.</p>"
}
},
"AggregationType": {
"base": null,
"refs": {
"AggregationConstraint$type": "<p>The type of aggregation the constraint allows. The only valid value is currently `COUNT_DISTINCT`.</p>"
}
},
"AllowedAdditionalAnalyses": {
"base": null,
"refs": {
"ConfiguredTableAssociationAnalysisRuleAggregation$allowedAdditionalAnalyses": "<p> The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.</p> <p>The <code>allowedAdditionalAnalyses</code> parameter is currently supported for the list analysis rule (<code>AnalysisRuleList</code>) and the custom analysis rule (<code>AnalysisRuleCustom</code>).</p>",
"ConfiguredTableAssociationAnalysisRuleCustom$allowedAdditionalAnalyses": "<p> The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.</p>",
"ConfiguredTableAssociationAnalysisRuleList$allowedAdditionalAnalyses": "<p> The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.</p>"
}
},
"AllowedColumnList": {
"base": null,
"refs": {
"ConfiguredTable$allowedColumns": "<p>The columns within the underlying Glue table that can be utilized within collaborations.</p>",
"CreateConfiguredTableInput$allowedColumns": "<p>The columns of the underlying table that can be used by collaborations or analysis rules.</p>"
}
},
"AllowedResultReceivers": {
"base": null,
"refs": {
"ConfiguredTableAssociationAnalysisRuleAggregation$allowedResultReceivers": "<p> The list of collaboration members who are allowed to receive results of queries run with this configured table.</p>",
"ConfiguredTableAssociationAnalysisRuleCustom$allowedResultReceivers": "<p> The list of collaboration members who are allowed to receive results of queries run with this configured table.</p>",
"ConfiguredTableAssociationAnalysisRuleList$allowedResultReceivers": "<p> The list of collaboration members who are allowed to receive results of queries run with this configured table.</p>"
}
},
"AnalysisFormat": {
"base": null,
"refs": {
"AnalysisTemplate$format": "<p>The format of the analysis template.</p>",
"CollaborationAnalysisTemplate$format": "<p>The format of the analysis template in the collaboration.</p>",
"CreateAnalysisTemplateInput$format": "<p>The format of the analysis template.</p>"
}
},
"AnalysisMethod": {
"base": null,
"refs": {
"ConfiguredTable$analysisMethod": "<p>The analysis method for the configured table. The only valid value is currently `DIRECT_QUERY`.</p>",
"ConfiguredTableSummary$analysisMethod": "<p>The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.</p>",
"CreateConfiguredTableInput$analysisMethod": "<p>The analysis method for the configured tables. The only valid value is currently `DIRECT_QUERY`.</p>",
"Schema$analysisMethod": "<p>The analysis method for the schema. The only valid value is currently DIRECT_QUERY.</p>",
"SchemaSummary$analysisMethod": "<p>The analysis method for the associated schema. The only valid value is currently `DIRECT_QUERY`.</p>"
}
},
"AnalysisParameter": {
"base": "<p>Optional. The member who can query can provide this placeholder for a literal data value in an analysis template.</p>",
"refs": {
"AnalysisParameterList$member": null
}
},
"AnalysisParameterList": {
"base": null,
"refs": {
"AnalysisTemplate$analysisParameters": "<p>The parameters of the analysis template.</p>",
"CollaborationAnalysisTemplate$analysisParameters": "<p>The analysis parameters that have been specified in the analysis template.</p>",
"CreateAnalysisTemplateInput$analysisParameters": "<p>The parameters of the analysis template.</p>"
}
},
"AnalysisRule": {
"base": "<p>A specification about how data from the configured table can be used in a query.</p>",
"refs": {
"GetSchemaAnalysisRuleOutput$analysisRule": "<p>A specification about how data from the configured table can be used.</p>",
"SchemaAnalysisRuleList$member": null
}
},
"AnalysisRuleAggregation": {
"base": "<p>A type of analysis rule that enables query structure and specified queries that produce aggregate statistics.</p>",
"refs": {
"AnalysisRulePolicyV1$aggregation": "<p>Analysis rule type that enables only aggregation queries on a configured table.</p>",
"ConfiguredTableAnalysisRulePolicyV1$aggregation": "<p>Analysis rule type that enables only aggregation queries on a configured table.</p>"
}
},
"AnalysisRuleAggregationAggregateColumnsList": {
"base": null,
"refs": {
"AnalysisRuleAggregation$aggregateColumns": "<p>The columns that query runners are allowed to use in aggregation queries.</p>"
}
},
"AnalysisRuleColumnList": {
"base": null,
"refs": {
"AnalysisRuleAggregation$joinColumns": "<p>Columns in configured table that can be used in join statements and/or as aggregate columns. They can never be outputted directly.</p>",
"AnalysisRuleAggregation$dimensionColumns": "<p>The columns that query runners are allowed to select, group by, or filter by.</p>",
"AnalysisRuleCustom$disallowedOutputColumns": "<p> A list of columns that aren't allowed to be shown in the query output.</p>",
"AnalysisRuleIdMappingTable$dimensionColumns": "<p>The columns that query runners are allowed to select, group by, or filter by.</p>",
"AnalysisRuleList$listColumns": "<p>Columns that can be listed in the output.</p>",
"QueryConstraintRequireOverlap$columns": "<p>The columns that are required to overlap.</p>"
}
},
"AnalysisRuleColumnName": {
"base": null,
"refs": {
"AggregateColumnColumnNamesList$member": null,
"AggregationConstraint$columnName": "<p>Column in aggregation constraint for which there must be a minimum number of distinct values in an output row for it to be in the query output.</p>",
"AnalysisRuleColumnList$member": null,
"AnalysisRuleIdMappingTableJoinColumnsList$member": null,
"AnalysisRuleListJoinColumnsList$member": null
}
},
"AnalysisRuleCustom": {
"base": "<p>A type of analysis rule that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.</p>",
"refs": {
"AnalysisRulePolicyV1$custom": "<p>Analysis rule type that enables custom SQL queries on a configured table.</p>",
"ConfiguredTableAnalysisRulePolicyV1$custom": null
}
},
"AnalysisRuleCustomAllowedAnalysesList": {
"base": null,
"refs": {
"AnalysisRuleCustom$allowedAnalyses": "<p>The ARN of the analysis templates that are allowed by the custom analysis rule.</p>"
}
},
"AnalysisRuleCustomAllowedAnalysisProvidersList": {
"base": null,
"refs": {
"AnalysisRuleCustom$allowedAnalysisProviders": "<p>The IDs of the Amazon Web Services accounts that are allowed to query by the custom analysis rule. Required when <code>allowedAnalyses</code> is <code>ANY_QUERY</code>.</p>"
}
},
"AnalysisRuleIdMappingTable": {
"base": "<p>Defines details for the analysis rule ID mapping table.</p>",
"refs": {
"AnalysisRulePolicyV1$idMappingTable": "<p>The ID mapping table.</p>"
}
},
"AnalysisRuleIdMappingTableJoinColumnsList": {
"base": null,
"refs": {
"AnalysisRuleIdMappingTable$joinColumns": "<p>The columns that query runners are allowed to use in an INNER JOIN statement.</p>"
}
},
"AnalysisRuleList": {
"base": "<p>A type of analysis rule that enables row-level analysis.</p>",
"refs": {
"AnalysisRulePolicyV1$list": "<p>Analysis rule type that enables only list queries on a configured table.</p>",
"ConfiguredTableAnalysisRulePolicyV1$list": "<p>Analysis rule type that enables only list queries on a configured table.</p>"
}
},
"AnalysisRuleListJoinColumnsList": {
"base": null,
"refs": {
"AnalysisRuleList$joinColumns": "<p>Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.</p>"
}
},
"AnalysisRulePolicy": {
"base": "<p>Controls on the query specifications that can be run on configured table.</p>",
"refs": {
"AnalysisRule$policy": "<p>A policy that describes the associated data usage limitations.</p>"
}
},
"AnalysisRulePolicyV1": {
"base": "<p>Controls on the query specifications that can be run on configured table.</p>",
"refs": {
"AnalysisRulePolicy$v1": "<p>Controls on the query specifications that can be run on configured table.</p>"
}
},
"AnalysisRuleType": {
"base": null,
"refs": {
"AnalysisRule$type": "<p>The type of analysis rule.</p>",
"AnalysisRuleTypeList$member": null,
"BatchGetSchemaAnalysisRuleError$type": "<p>The analysis rule type.</p>",
"GetSchemaAnalysisRuleInput$type": "<p>The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.</p>",
"SchemaAnalysisRuleRequest$type": "<p>The type of analysis rule schema that you are requesting.</p>",
"SchemaStatusDetail$analysisRuleType": "<p>The analysis rule type for which the schema status has been evaluated.</p>"
}
},
"AnalysisRuleTypeList": {
"base": null,
"refs": {
"Schema$analysisRuleTypes": "<p>The analysis rule types associated with the schema. Currently, only one entry is present.</p>",
"SchemaSummary$analysisRuleTypes": "<p>The types of analysis rules that are associated with this schema object.</p>"
}
},
"AnalysisSchema": {
"base": "<p>A relation within an analysis.</p>",
"refs": {
"AnalysisTemplate$schema": "<p>The entire schema object.</p>",
"CollaborationAnalysisTemplate$schema": "<p>The entire schema object.</p>"
}
},
"AnalysisSource": {
"base": "<p>The structure that defines the body of the analysis template.</p>",
"refs": {
"AnalysisTemplate$source": "<p>The source of the analysis template.</p>",
"CollaborationAnalysisTemplate$source": "<p>The source of the analysis template within a collaboration.</p>",
"CreateAnalysisTemplateInput$source": "<p>The information in the analysis template. Currently supports <code>text</code>, the query text for the analysis template.</p>"
}
},
"AnalysisTemplate": {
"base": "<p>The analysis template.</p>",
"refs": {
"CreateAnalysisTemplateOutput$analysisTemplate": "<p>The analysis template.</p>",
"GetAnalysisTemplateOutput$analysisTemplate": "<p>The analysis template.</p>",
"UpdateAnalysisTemplateOutput$analysisTemplate": "<p>The analysis template.</p>"
}
},
"AnalysisTemplateArn": {
"base": null,
"refs": {
"AnalysisTemplate$arn": "<p>The Amazon Resource Name (ARN) of the analysis template.</p>",
"AnalysisTemplateArnList$member": null,
"AnalysisTemplateSummary$arn": "<p>The Amazon Resource Name (ARN) of the analysis template.</p>",
"BatchGetCollaborationAnalysisTemplateError$arn": "<p>The Amazon Resource Name (ARN) of the analysis template.</p>",
"CollaborationAnalysisTemplate$arn": "<p>The Amazon Resource Name (ARN) of the analysis template.</p>",
"CollaborationAnalysisTemplateSummary$arn": "<p>The Amazon Resource Name (ARN) of the analysis template.</p>",
"GetCollaborationAnalysisTemplateInput$analysisTemplateArn": "<p>The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.</p>",
"ProtectedQuerySQLParameters$analysisTemplateArn": "<p>The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.</p>"
}
},
"AnalysisTemplateArnList": {
"base": null,
"refs": {
"BatchGetCollaborationAnalysisTemplateInput$analysisTemplateArns": "<p>The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.</p>"
}
},
"AnalysisTemplateArnOrQueryWildcard": {
"base": null,
"refs": {
"AnalysisRuleCustomAllowedAnalysesList$member": null
}
},
"AnalysisTemplateIdentifier": {
"base": null,
"refs": {
"AnalysisTemplate$id": "<p>The identifier for the analysis template.</p>",
"AnalysisTemplateSummary$id": "<p>The identifier of the analysis template.</p>",
"CollaborationAnalysisTemplate$id": "<p>The identifier of the analysis template.</p>",
"CollaborationAnalysisTemplateSummary$id": "<p>The identifier of the analysis template.</p>",
"DeleteAnalysisTemplateInput$analysisTemplateIdentifier": "<p>The identifier for the analysis template resource.</p>",
"GetAnalysisTemplateInput$analysisTemplateIdentifier": "<p>The identifier for the analysis template resource.</p>",
"UpdateAnalysisTemplateInput$analysisTemplateIdentifier": "<p>The identifier for the analysis template resource.</p>"
}
},
"AnalysisTemplateSummary": {
"base": "<p>The metadata of the analysis template.</p>",
"refs": {
"AnalysisTemplateSummaryList$member": null
}
},
"AnalysisTemplateSummaryList": {
"base": null,
"refs": {
"ListAnalysisTemplatesOutput$analysisTemplateSummaries": "<p>Lists analysis template metadata.</p>"
}
},
"AnalysisTemplateText": {
"base": null,
"refs": {
"AnalysisSource$text": "<p>The query text.</p>"
}
},
"AnalysisTemplateValidationStatus": {
"base": null,
"refs": {
"AnalysisTemplateValidationStatusDetail$status": "<p>The status of the validation.</p>"
}
},
"AnalysisTemplateValidationStatusDetail": {
"base": "<p>The status details of the analysis template validation. Clean Rooms Differential Privacy uses a general-purpose query structure to support complex SQL queries and validates whether an analysis template fits that general-purpose query structure. Validation is performed when analysis templates are created and fetched. Because analysis templates are immutable by design, we recommend that you create analysis templates after you associate the configured tables with their analysis rule to your collaboration.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/clean-rooms/latest/userguide/analysis-rules-custom.html#custom-diff-privacy\">https://docs.aws.amazon.com/clean-rooms/latest/userguide/analysis-rules-custom.html#custom-diff-privacy</a>.</p>",
"refs": {
"AnalysisTemplateValidationStatusDetailList$member": null
}
},
"AnalysisTemplateValidationStatusDetailList": {
"base": null,
"refs": {
"AnalysisTemplate$validations": "<p>Information about the validations performed on the analysis template.</p>",
"CollaborationAnalysisTemplate$validations": "<p>The validations that were performed.</p>"
}
},
"AnalysisTemplateValidationStatusReason": {
"base": "<p>The reasons for the validation results.</p>",
"refs": {
"AnalysisTemplateValidationStatusReasonList$member": null
}
},
"AnalysisTemplateValidationStatusReasonList": {
"base": null,
"refs": {
"AnalysisTemplateValidationStatusDetail$reasons": "<p>The reasons for the validation results.</p>"
}
},
"AnalysisTemplateValidationType": {
"base": null,
"refs": {
"AnalysisTemplateValidationStatusDetail$type": "<p>The type of validation that was performed.</p>"
}
},
"AnalysisType": {
"base": null,
"refs": {
"ReceiverConfiguration$analysisType": "<p> The type of analysis for the protected query. The results of the query can be analyzed directly (<code>DIRECT_ANALYSIS</code>) or used as input into additional analyses (<code>ADDITIONAL_ANALYSIS</code>), such as a query that is a seed for a lookalike ML model.</p>",
"SchemaStatusDetail$analysisType": "<p>The type of analysis that can be performed on the schema.</p> <p>A schema can have an <code>analysisType</code> of <code>DIRECT_ANALYSIS</code>, <code>ADDITIONAL_ANALYSIS_FOR_AUDIENCE_GENERATION</code>, or both.</p>"
}
},
"BatchGetCollaborationAnalysisTemplateError": {
"base": "<p>Details of errors thrown by the call to retrieve multiple analysis templates within a collaboration by their identifiers.</p>",
"refs": {
"BatchGetCollaborationAnalysisTemplateErrorList$member": null
}
},
"BatchGetCollaborationAnalysisTemplateErrorList": {
"base": null,
"refs": {
"BatchGetCollaborationAnalysisTemplateOutput$errors": "<p>Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for every collaboration analysis template that could not be retrieved.</p>"
}
},
"BatchGetCollaborationAnalysisTemplateInput": {
"base": null,
"refs": {
}
},
"BatchGetCollaborationAnalysisTemplateOutput": {
"base": null,
"refs": {
}
},
"BatchGetSchemaAnalysisRuleError": {
"base": "<p>An error that describes why a schema could not be fetched.</p>",
"refs": {
"BatchGetSchemaAnalysisRuleErrorList$member": null
}
},
"BatchGetSchemaAnalysisRuleErrorList": {
"base": null,
"refs": {
"BatchGetSchemaAnalysisRuleOutput$errors": "<p>Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.</p>"
}
},
"BatchGetSchemaAnalysisRuleInput": {
"base": null,
"refs": {
}
},
"BatchGetSchemaAnalysisRuleOutput": {
"base": null,
"refs": {
}
},
"BatchGetSchemaError": {
"base": "<p>An error describing why a schema could not be fetched.</p>",
"refs": {
"BatchGetSchemaErrorList$member": null
}
},
"BatchGetSchemaErrorList": {
"base": null,
"refs": {
"BatchGetSchemaOutput$errors": "<p>Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.</p>"
}
},
"BatchGetSchemaInput": {
"base": null,
"refs": {
}
},
"BatchGetSchemaOutput": {
"base": null,
"refs": {
}
},
"Boolean": {
"base": null,
"refs": {
"ConfiguredAudienceModelAssociation$manageResourcePolicies": "<p>When <code>TRUE</code>, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration. When <code>FALSE</code>, indicates that the configured audience model resource owner will manage permissions related to the given collaboration.</p>",
"CreateConfiguredAudienceModelAssociationInput$manageResourcePolicies": "<p>When <code>TRUE</code>, indicates that the resource policy for the configured audience model resource being associated is configured for Clean Rooms to manage permissions related to the given collaboration. When <code>FALSE</code>, indicates that the configured audience model resource owner will manage permissions related to the given collaboration.</p> <p>Setting this to <code>TRUE</code> requires you to have permissions to create, update, and delete the resource policy for the <code>cleanrooms-ml</code> resource when you call the <a>DeleteConfiguredAudienceModelAssociation</a> resource. In addition, if you are the collaboration creator and specify <code>TRUE</code>, you must have the same permissions when you call the <a>DeleteMember</a> and <a>DeleteCollaboration</a> APIs.</p>",
"DataEncryptionMetadata$allowCleartext": "<p>Indicates whether encrypted tables can contain cleartext data (<code>TRUE</code>) or are to cryptographically process every column (<code>FALSE</code>).</p>",
"DataEncryptionMetadata$allowDuplicates": "<p>Indicates whether Fingerprint columns can contain duplicate entries (<code>TRUE</code>) or are to contain only non-repeated values (<code>FALSE</code>).</p>",
"DataEncryptionMetadata$allowJoinsOnColumnsWithDifferentNames": "<p>Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (<code>TRUE</code>) or can only be joined on Fingerprint columns of the same name (<code>FALSE</code>).</p>",
"DataEncryptionMetadata$preserveNulls": "<p>Indicates whether NULL values are to be copied as NULL to encrypted tables (<code>TRUE</code>) or cryptographically processed (<code>FALSE</code>).</p>",
"IdMappingConfig$allowUseAsDimensionColumn": "<p>An indicator as to whether you can use your column as a dimension column in the ID mapping table (<code>TRUE</code>) or not (<code>FALSE</code>).</p> <p>Default is <code>FALSE</code>.</p>",
"IdMappingTableInputReferenceConfig$manageResourcePolicies": "<p>When <code>TRUE</code>, Clean Rooms manages permissions for the ID mapping table resource. </p> <p>When <code>FALSE</code>, the resource owner manages permissions for the ID mapping table resource.</p>",
"IdNamespaceAssociationInputReferenceConfig$manageResourcePolicies": "<p>When <code>TRUE</code>, Clean Rooms manages permissions for the ID namespace association resource.</p> <p>When <code>FALSE</code>, the resource owner manages permissions for the ID namespace association resource.</p>",
"MembershipQueryComputePaymentConfig$isResponsible": "<p>Indicates whether the collaboration member has accepted to pay for query compute costs (<code>TRUE</code>) or has not accepted to pay for query compute costs (<code>FALSE</code>).</p> <p>If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer. </p> <p>An error message is returned for the following reasons: </p> <ul> <li> <p>If you set the value to <code>FALSE</code> but you are responsible to pay for query compute costs. </p> </li> <li> <p>If you set the value to <code>TRUE</code> but you are not responsible to pay for query compute costs. </p> </li> </ul>",
"QueryComputePaymentConfig$isResponsible": "<p>Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (<code>TRUE</code>) or has not configured the collaboration member to pay for query compute costs (<code>FALSE</code>).</p> <p>Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a <code>TRUE</code> value for more than one member in the collaboration. </p> <p>If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a <code>FALSE</code> value for the member who can query.</p>"
}
},
"CleanroomsArn": {
"base": null,
"refs": {
"ListTagsForResourceInput$resourceArn": "<p>The Amazon Resource Name (ARN) associated with the resource you want to list tags on.</p>",
"TagResourceInput$resourceArn": "<p>The Amazon Resource Name (ARN) associated with the resource you want to tag.</p>",
"UntagResourceInput$resourceArn": "<p>The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.</p>"
}
},
"Collaboration": {
"base": "<p>The multi-party data share environment. The collaboration contains metadata about its purpose and participants.</p>",
"refs": {
"CreateCollaborationOutput$collaboration": "<p>The collaboration.</p>",
"GetCollaborationOutput$collaboration": "<p>The entire collaboration for this identifier.</p>",
"UpdateCollaborationOutput$collaboration": "<p>The entire collaboration that has been updated.</p>"
}
},
"CollaborationAnalysisTemplate": {
"base": "<p>The analysis template within a collaboration.</p>",
"refs": {
"CollaborationAnalysisTemplateList$member": null,
"GetCollaborationAnalysisTemplateOutput$collaborationAnalysisTemplate": "<p>The analysis template within a collaboration.</p>"
}
},
"CollaborationAnalysisTemplateList": {
"base": null,
"refs": {
"BatchGetCollaborationAnalysisTemplateOutput$collaborationAnalysisTemplates": "<p>The retrieved list of analysis templates within a collaboration.</p>"
}
},
"CollaborationAnalysisTemplateSummary": {
"base": "<p>The metadata of the analysis template within a collaboration.</p>",
"refs": {
"CollaborationAnalysisTemplateSummaryList$member": null
}
},
"CollaborationAnalysisTemplateSummaryList": {
"base": null,
"refs": {
"ListCollaborationAnalysisTemplatesOutput$collaborationAnalysisTemplateSummaries": "<p>The metadata of the analysis template within a collaboration.</p>"
}
},
"CollaborationArn": {
"base": null,
"refs": {
"AnalysisTemplate$collaborationArn": "<p>The unique ARN for the analysis template’s associated collaboration.</p>",
"AnalysisTemplateSummary$collaborationArn": "<p>The unique ARN for the analysis template summary’s associated collaboration.</p>",
"Collaboration$arn": "<p>The unique ARN for the collaboration.</p>",
"CollaborationAnalysisTemplate$collaborationArn": "<p>The unique ARN for the analysis template’s associated collaboration.</p>",
"CollaborationAnalysisTemplateSummary$collaborationArn": "<p>The unique ARN for the analysis template’s associated collaboration.</p>",
"CollaborationConfiguredAudienceModelAssociation$collaborationArn": "<p>The unique ARN for the configured audience model's associated collaboration.</p>",
"CollaborationConfiguredAudienceModelAssociationSummary$collaborationArn": "<p>The unique ARN for the configured audience model's associated collaboration.</p>",
"CollaborationIdNamespaceAssociation$collaborationArn": "<p>The Amazon Resource Name (ARN) of the collaboration that contains the collaboration ID namespace association.</p>",
"CollaborationIdNamespaceAssociationSummary$collaborationArn": "<p>The Amazon Resource Name (ARN) of the collaboration that contains this collaboration ID namespace association.</p>",
"CollaborationPrivacyBudgetSummary$collaborationArn": "<p>The ARN of the collaboration that includes this privacy budget.</p>",
"CollaborationPrivacyBudgetTemplate$collaborationArn": "<p>The ARN of the collaboration that includes this collaboration privacy budget template.</p>",
"CollaborationPrivacyBudgetTemplateSummary$collaborationArn": "<p>The ARN of the collaboration that contains this collaboration privacy budget template.</p>",
"CollaborationSummary$arn": "<p>The ARN of the collaboration.</p>",
"ConfiguredAudienceModelAssociation$collaborationArn": "<p>The Amazon Resource Name (ARN) of the collaboration that contains this configured audience model association.</p>",
"ConfiguredAudienceModelAssociationSummary$collaborationArn": "<p>The Amazon Resource Name (ARN) of the collaboration that contains the configured audience model association.</p>",
"IdMappingTable$collaborationArn": "<p>The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.</p>",
"IdMappingTableSummary$collaborationArn": "<p>The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.</p>",
"IdNamespaceAssociation$collaborationArn": "<p>The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.</p>",
"IdNamespaceAssociationSummary$collaborationArn": "<p>The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.</p>",
"Membership$collaborationArn": "<p>The unique ARN for the membership's associated collaboration.</p>",
"MembershipSummary$collaborationArn": "<p>The unique ARN for the membership's associated collaboration.</p>",
"PrivacyBudgetSummary$collaborationArn": "<p>The ARN of the collaboration that contains this privacy budget.</p>",
"PrivacyBudgetTemplate$collaborationArn": "<p>The ARN of the collaboration that contains this privacy budget template.</p>",
"PrivacyBudgetTemplateSummary$collaborationArn": "<p>The ARN of the collaboration that contains this privacy budget template.</p>",
"Schema$collaborationArn": "<p>The unique ARN for the collaboration that the schema belongs to.</p>",
"SchemaSummary$collaborationArn": "<p>The unique ARN for the collaboration that the schema belongs to.</p>"
}
},
"CollaborationConfiguredAudienceModelAssociation": {
"base": "<p>The configured audience model association within a collaboration.</p>",
"refs": {
"GetCollaborationConfiguredAudienceModelAssociationOutput$collaborationConfiguredAudienceModelAssociation": "<p>The metadata of the configured audience model association.</p>"
}
},
"CollaborationConfiguredAudienceModelAssociationSummary": {
"base": "<p>A summary of the configured audience model association in the collaboration.</p>",
"refs": {
"CollaborationConfiguredAudienceModelAssociationSummaryList$member": null
}
},
"CollaborationConfiguredAudienceModelAssociationSummaryList": {
"base": null,
"refs": {
"ListCollaborationConfiguredAudienceModelAssociationsOutput$collaborationConfiguredAudienceModelAssociationSummaries": "<p>The metadata of the configured audience model association within a collaboration.</p>"
}
},
"CollaborationDescription": {
"base": null,
"refs": {
"Collaboration$description": "<p>A description of the collaboration provided by the collaboration owner.</p>",
"CreateCollaborationInput$description": "<p>A description of the collaboration provided by the collaboration owner.</p>",
"UpdateCollaborationInput$description": "<p>A description of the collaboration.</p>"
}
},
"CollaborationIdNamespaceAssociation": {
"base": "<p>Defines details for the collaboration ID namespace association.</p>",
"refs": {
"GetCollaborationIdNamespaceAssociationOutput$collaborationIdNamespaceAssociation": "<p>The ID namespace association that you requested.</p>"
}
},
"CollaborationIdNamespaceAssociationSummary": {
"base": "<p>Provides summary information about the collaboration ID namespace association.</p>",
"refs": {
"CollaborationIdNamespaceAssociationSummaryList$member": null
}
},
"CollaborationIdNamespaceAssociationSummaryList": {
"base": null,
"refs": {
"ListCollaborationIdNamespaceAssociationsOutput$collaborationIdNamespaceAssociationSummaries": "<p>The summary information of the collaboration ID namespace associations that you requested.</p>"
}
},
"CollaborationIdentifier": {
"base": null,
"refs": {
"AnalysisRule$collaborationId": "<p>The unique ID for the associated collaboration.</p>",
"BatchGetCollaborationAnalysisTemplateInput$collaborationIdentifier": "<p>A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.</p>",
"BatchGetSchemaAnalysisRuleInput$collaborationIdentifier": "<p>The unique identifier of the collaboration that contains the schema analysis rule.</p>",
"BatchGetSchemaInput$collaborationIdentifier": "<p>A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.</p>",
"CreateMembershipInput$collaborationIdentifier": "<p>The unique ID for the associated collaboration.</p>",
"DeleteCollaborationInput$collaborationIdentifier": "<p>The identifier for the collaboration.</p>",
"DeleteMemberInput$collaborationIdentifier": "<p>The unique identifier for the associated collaboration.</p>",
"GetCollaborationAnalysisTemplateInput$collaborationIdentifier": "<p>A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.</p>",
"GetCollaborationConfiguredAudienceModelAssociationInput$collaborationIdentifier": "<p>A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.</p>",
"GetCollaborationIdNamespaceAssociationInput$collaborationIdentifier": "<p>The unique identifier of the collaboration that contains the ID namespace association that you want to retrieve.</p>",
"GetCollaborationInput$collaborationIdentifier": "<p>The identifier for the collaboration.</p>",
"GetCollaborationPrivacyBudgetTemplateInput$collaborationIdentifier": "<p>A unique identifier for one of your collaborations.</p>",
"GetSchemaAnalysisRuleInput$collaborationIdentifier": "<p>A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.</p>",
"GetSchemaInput$collaborationIdentifier": "<p>A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.</p>",
"ListCollaborationAnalysisTemplatesInput$collaborationIdentifier": "<p>A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.</p>",
"ListCollaborationConfiguredAudienceModelAssociationsInput$collaborationIdentifier": "<p>A unique identifier for the collaboration that the configured audience model association belongs to. Accepts a collaboration ID.</p>",
"ListCollaborationIdNamespaceAssociationsInput$collaborationIdentifier": "<p>The unique identifier of the collaboration that contains the ID namespace associations that you want to retrieve.</p>",
"ListCollaborationPrivacyBudgetTemplatesInput$collaborationIdentifier": "<p>A unique identifier for one of your collaborations.</p>",
"ListCollaborationPrivacyBudgetsInput$collaborationIdentifier": "<p>A unique identifier for one of your collaborations.</p>",
"ListMembersInput$collaborationIdentifier": "<p>The identifier of the collaboration in which the members are listed.</p>",
"ListSchemasInput$collaborationIdentifier": "<p>A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.</p>",
"MembershipSummary$collaborationId": "<p>The unique ID for the membership's collaboration.</p>",
"UpdateCollaborationInput$collaborationIdentifier": "<p>The identifier for the collaboration.</p>"
}
},
"CollaborationName": {
"base": null,
"refs": {
"Collaboration$name": "<p>A human-readable identifier provided by the collaboration owner. Display names are not unique.</p>",
"CollaborationSummary$name": "<p>A human-readable identifier provided by the collaboration owner. Display names are not unique.</p>",
"CreateCollaborationInput$name": "<p>The display name for a collaboration.</p>",
"Membership$collaborationName": "<p>The name of the membership's collaboration.</p>",
"MembershipSummary$collaborationName": "<p>The name for the membership's collaboration.</p>",
"UpdateCollaborationInput$name": "<p>A human-readable identifier provided by the collaboration owner. Display names are not unique.</p>"
}
},
"CollaborationPrivacyBudgetSummary": {
"base": "<p>A summary of the collaboration privacy budgets. This summary includes the collaboration information, creation information, epsilon provided, and utility in terms of aggregations.</p>",
"refs": {
"CollaborationPrivacyBudgetSummaryList$member": null
}
},
"CollaborationPrivacyBudgetSummaryList": {
"base": null,
"refs": {
"ListCollaborationPrivacyBudgetsOutput$collaborationPrivacyBudgetSummaries": "<p>Summaries of the collaboration privacy budgets.</p>"
}
},
"CollaborationPrivacyBudgetTemplate": {
"base": "<p>An array that specifies the information for a collaboration's privacy budget template.</p>",
"refs": {
"GetCollaborationPrivacyBudgetTemplateOutput$collaborationPrivacyBudgetTemplate": "<p>Returns the details of the privacy budget template that you requested.</p>"
}
},
"CollaborationPrivacyBudgetTemplateSummary": {
"base": "<p>A summary of the collaboration's privacy budget template. This summary includes information about who created the privacy budget template and what collaborations it belongs to.</p>",
"refs": {
"CollaborationPrivacyBudgetTemplateSummaryList$member": null
}
},
"CollaborationPrivacyBudgetTemplateSummaryList": {
"base": null,
"refs": {
"ListCollaborationPrivacyBudgetTemplatesOutput$collaborationPrivacyBudgetTemplateSummaries": "<p>An array that summarizes the collaboration privacy budget templates. The summary includes collaboration information, creation information, the privacy budget type.</p>"
}
},
"CollaborationQueryLogStatus": {
"base": null,
"refs": {
"Collaboration$queryLogStatus": "<p>An indicator as to whether query logging has been enabled or disabled for the collaboration.</p>",
"CreateCollaborationInput$queryLogStatus": "<p>An indicator as to whether query logging has been enabled or disabled for the collaboration.</p>"
}
},
"CollaborationSummary": {
"base": "<p>The metadata of the collaboration.</p>",
"refs": {
"CollaborationSummaryList$member": null
}
},
"CollaborationSummaryList": {
"base": null,
"refs": {
"ListCollaborationsOutput$collaborationList": "<p>The list of collaborations.</p>"
}
},
"Column": {
"base": "<p>A column within a schema relation, derived from the underlying Glue table.</p>",
"refs": {
"ColumnList$member": null
}
},
"ColumnList": {
"base": null,
"refs": {
"Schema$columns": "<p>The columns for the relation this schema represents.</p>",
"Schema$partitionKeys": "<p>The partition keys for the dataset underlying this schema.</p>"
}
},
"ColumnName": {
"base": null,
"refs": {
"AllowedColumnList$member": null,
"Column$name": "<p>The name of the column.</p>"
}
},
"ColumnTypeString": {
"base": null,
"refs": {
"Column$type": "<p>The type of the column.</p>"
}
},
"ConfigurationDetails": {
"base": "<p> The configuration details.</p>",
"refs": {
"ReceiverConfiguration$configurationDetails": "<p> The configuration details of the receiver configuration.</p>"
}
},
"ConfiguredAudienceModelArn": {
"base": null,
"refs": {
"CollaborationConfiguredAudienceModelAssociation$configuredAudienceModelArn": "<p>The Amazon Resource Name (ARN) of the configure audience model.</p>",
"ConfiguredAudienceModelAssociation$configuredAudienceModelArn": "<p>The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.</p>",
"ConfiguredAudienceModelAssociationSummary$configuredAudienceModelArn": "<p>The Amazon Resource Name (ARN) of the configured audience model that was used for this configured audience model association.</p>",
"CreateConfiguredAudienceModelAssociationInput$configuredAudienceModelArn": "<p>A unique identifier for the configured audience model that you want to associate.</p>"
}
},
"ConfiguredAudienceModelAssociation": {
"base": "<p>Details about the configured audience model association.</p>",
"refs": {
"CreateConfiguredAudienceModelAssociationOutput$configuredAudienceModelAssociation": "<p>Information about the configured audience model association.</p>",
"GetConfiguredAudienceModelAssociationOutput$configuredAudienceModelAssociation": "<p>Information about the configured audience model association that you requested.</p>",
"UpdateConfiguredAudienceModelAssociationOutput$configuredAudienceModelAssociation": "<p>Details about the configured audience model association that you updated.</p>"
}
},
"ConfiguredAudienceModelAssociationArn": {
"base": null,
"refs": {
"CollaborationConfiguredAudienceModelAssociation$arn": "<p>The Amazon Resource Name (ARN) of the configured audience model association.</p>",
"CollaborationConfiguredAudienceModelAssociationSummary$arn": "<p>The Amazon Resource Name (ARN) of the configured audience model association.</p>",
"ConfiguredAudienceModelAssociation$arn": "<p>The Amazon Resource Name (ARN) of the configured audience model association.</p>",
"ConfiguredAudienceModelAssociationSummary$arn": "<p>The Amazon Resource Name (ARN) of the configured audience model association.</p>"
}
},
"ConfiguredAudienceModelAssociationIdentifier": {
"base": null,
"refs": {
"CollaborationConfiguredAudienceModelAssociation$id": "<p>The identifier of the configured audience model association.</p>",
"CollaborationConfiguredAudienceModelAssociationSummary$id": "<p>The identifier of the configured audience model association.</p>",
"ConfiguredAudienceModelAssociation$id": "<p>A unique identifier of the configured audience model association.</p>",
"DeleteConfiguredAudienceModelAssociationInput$configuredAudienceModelAssociationIdentifier": "<p>A unique identifier of the configured audience model association that you want to delete.</p>",
"GetCollaborationConfiguredAudienceModelAssociationInput$configuredAudienceModelAssociationIdentifier": "<p>A unique identifier for the configured audience model association that you want to retrieve.</p>",
"GetConfiguredAudienceModelAssociationInput$configuredAudienceModelAssociationIdentifier": "<p>A unique identifier for the configured audience model association that you want to retrieve.</p>",
"UpdateConfiguredAudienceModelAssociationInput$configuredAudienceModelAssociationIdentifier": "<p>A unique identifier for the configured audience model association that you want to update.</p>"
}
},
"ConfiguredAudienceModelAssociationName": {
"base": null,
"refs": {
"CollaborationConfiguredAudienceModelAssociation$name": "<p>The name of the configured audience model association.</p>",
"CollaborationConfiguredAudienceModelAssociationSummary$name": "<p>The name of the configured audience model association.</p>",
"ConfiguredAudienceModelAssociation$name": "<p>The name of the configured audience model association.</p>",
"ConfiguredAudienceModelAssociationSummary$name": "<p>The name of the configured audience model association.</p>",
"CreateConfiguredAudienceModelAssociationInput$configuredAudienceModelAssociationName": "<p>The name of the configured audience model association.</p>",
"UpdateConfiguredAudienceModelAssociationInput$name": "<p>A new name for the configured audience model association.</p>"
}
},
"ConfiguredAudienceModelAssociationSummary": {
"base": "<p>A summary of the configured audience model association.</p>",
"refs": {
"ConfiguredAudienceModelAssociationSummaryList$member": null
}
},
"ConfiguredAudienceModelAssociationSummaryList": {
"base": null,
"refs": {
"ListConfiguredAudienceModelAssociationsOutput$configuredAudienceModelAssociationSummaries": "<p>Summaries of the configured audience model associations that you requested.</p>"
}
},
"ConfiguredTable": {
"base": "<p>A table that has been configured for use in a collaboration.</p>",
"refs": {
"CreateConfiguredTableOutput$configuredTable": "<p>The created configured table.</p>",
"GetConfiguredTableOutput$configuredTable": "<p>The retrieved configured table.</p>",
"UpdateConfiguredTableOutput$configuredTable": "<p>The updated configured table.</p>"
}
},
"ConfiguredTableAnalysisRule": {
"base": "<p>A configured table analysis rule, which limits how data for this table can be used.</p>",
"refs": {
"CreateConfiguredTableAnalysisRuleOutput$analysisRule": "<p>The analysis rule that was created for the configured table.</p>",
"GetConfiguredTableAnalysisRuleOutput$analysisRule": "<p>The entire analysis rule output.</p>",
"UpdateConfiguredTableAnalysisRuleOutput$analysisRule": "<p>The entire updated analysis rule.</p>"
}
},
"ConfiguredTableAnalysisRulePolicy": {
"base": "<p>Controls on the query specifications that can be run on a configured table.</p>",
"refs": {
"ConfiguredTableAnalysisRule$policy": "<p>The policy that controls SQL query rules.</p>",
"CreateConfiguredTableAnalysisRuleInput$analysisRulePolicy": "<p>The analysis rule policy that was created for the configured table.</p>",
"UpdateConfiguredTableAnalysisRuleInput$analysisRulePolicy": "<p>The new analysis rule policy for the configured table analysis rule.</p>"
}
},
"ConfiguredTableAnalysisRulePolicyV1": {
"base": "<p>Controls on the query specifications that can be run on a configured table.</p>",
"refs": {
"ConfiguredTableAnalysisRulePolicy$v1": "<p>Controls on the query specifications that can be run on a configured table.</p>"
}
},
"ConfiguredTableAnalysisRuleType": {
"base": null,
"refs": {
"ConfiguredTableAnalysisRule$type": "<p>The type of configured table analysis rule.</p>",
"ConfiguredTableAnalysisRuleTypeList$member": null,
"CreateConfiguredTableAnalysisRuleInput$analysisRuleType": "<p>The type of analysis rule.</p>",
"DeleteConfiguredTableAnalysisRuleInput$analysisRuleType": "<p>The analysis rule type to be deleted. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.</p>",
"GetConfiguredTableAnalysisRuleInput$analysisRuleType": "<p>The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.</p>",
"UpdateConfiguredTableAnalysisRuleInput$analysisRuleType": "<p>The analysis rule type to be updated. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.</p>"
}
},
"ConfiguredTableAnalysisRuleTypeList": {
"base": null,
"refs": {
"ConfiguredTable$analysisRuleTypes": "<p>The types of analysis rules associated with this configured table. Currently, only one analysis rule may be associated with a configured table.</p>",
"ConfiguredTableSummary$analysisRuleTypes": "<p>The types of analysis rules associated with this configured table.</p>"
}
},
"ConfiguredTableArn": {
"base": null,
"refs": {
"ConfiguredTable$arn": "<p>The unique ARN for the configured table.</p>",
"ConfiguredTableAnalysisRule$configuredTableArn": "<p>The unique ARN for the configured table.</p>",
"ConfiguredTableAssociation$configuredTableArn": "<p>The unique ARN for the configured table that the association refers to.</p>",
"ConfiguredTableSummary$arn": "<p>The unique ARN of the configured table.</p>"
}
},
"ConfiguredTableAssociation": {
"base": "<p>A configured table association links a configured table to a collaboration.</p>",
"refs": {
"CreateConfiguredTableAssociationOutput$configuredTableAssociation": "<p>The configured table association.</p>",
"GetConfiguredTableAssociationOutput$configuredTableAssociation": "<p>The entire configured table association object.</p>",
"UpdateConfiguredTableAssociationOutput$configuredTableAssociation": "<p>The entire updated configured table association.</p>"
}
},
"ConfiguredTableAssociationAnalysisRule": {
"base": "<p>An analysis rule for a configured table association. This analysis rule specifies how data from the table can be used within its associated collaboration. In the console, the <code>ConfiguredTableAssociationAnalysisRule</code> is referred to as the <i>collaboration analysis rule</i>.</p>",
"refs": {
"CreateConfiguredTableAssociationAnalysisRuleOutput$analysisRule": "<p>The analysis rule for the configured table association. In the console, the <code>ConfiguredTableAssociationAnalysisRule</code> is referred to as the <i>collaboration analysis rule</i>.</p>",
"GetConfiguredTableAssociationAnalysisRuleOutput$analysisRule": "<p>The analysis rule for the configured table association. In the console, the <code>ConfiguredTableAssociationAnalysisRule</code> is referred to as the <i>collaboration analysis rule</i>.</p>",
"UpdateConfiguredTableAssociationAnalysisRuleOutput$analysisRule": "<p> The updated analysis rule for the configured table association. In the console, the <code>ConfiguredTableAssociationAnalysisRule</code> is referred to as the <i>collaboration analysis rule</i>.</p>"
}
},
"ConfiguredTableAssociationAnalysisRuleAggregation": {
"base": "<p> The configured table association analysis rule applied to a configured table with the aggregation analysis rule.</p>",
"refs": {
"ConfiguredTableAssociationAnalysisRulePolicyV1$aggregation": "<p> Analysis rule type that enables only aggregation queries on a configured table.</p>"
}
},
"ConfiguredTableAssociationAnalysisRuleCustom": {
"base": "<p> The configured table association analysis rule applied to a configured table with the custom analysis rule.</p>",
"refs": {
"ConfiguredTableAssociationAnalysisRulePolicyV1$custom": "<p> Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.</p>"
}
},
"ConfiguredTableAssociationAnalysisRuleList": {
"base": "<p> The configured table association analysis rule applied to a configured table with the list analysis rule.</p>",
"refs": {
"ConfiguredTableAssociationAnalysisRulePolicyV1$list": "<p> Analysis rule type that enables only list queries on a configured table.</p>"
}
},
"ConfiguredTableAssociationAnalysisRulePolicy": {
"base": "<p> Controls on the query specifications that can be run on an associated configured table.</p>",
"refs": {
"ConfiguredTableAssociationAnalysisRule$policy": "<p> The policy of the configured table association analysis rule.</p>",
"CreateConfiguredTableAssociationAnalysisRuleInput$analysisRulePolicy": "<p>The analysis rule policy that was created for the configured table association.</p>",
"UpdateConfiguredTableAssociationAnalysisRuleInput$analysisRulePolicy": "<p> The updated analysis rule policy for the configured table association.</p>"
}
},
"ConfiguredTableAssociationAnalysisRulePolicyV1": {
"base": "<p> Controls on the query specifications that can be run on an associated configured table.</p>",
"refs": {
"ConfiguredTableAssociationAnalysisRulePolicy$v1": "<p> The policy for the configured table association analysis rule.</p>"
}
},
"ConfiguredTableAssociationAnalysisRuleType": {
"base": null,
"refs": {
"ConfiguredTableAssociationAnalysisRule$type": "<p> The type of the configured table association analysis rule.</p>",
"ConfiguredTableAssociationAnalysisRuleTypeList$member": null,
"CreateConfiguredTableAssociationAnalysisRuleInput$analysisRuleType": "<p> The type of analysis rule.</p>",
"DeleteConfiguredTableAssociationAnalysisRuleInput$analysisRuleType": "<p>The type of the analysis rule that you want to delete.</p>",
"GetConfiguredTableAssociationAnalysisRuleInput$analysisRuleType": "<p> The type of analysis rule that you want to retrieve.</p>",
"UpdateConfiguredTableAssociationAnalysisRuleInput$analysisRuleType": "<p> The analysis rule type that you want to update.</p>"
}
},
"ConfiguredTableAssociationAnalysisRuleTypeList": {
"base": null,
"refs": {
"ConfiguredTableAssociation$analysisRuleTypes": "<p> The analysis rule types for the configured table association.</p>"
}
},
"ConfiguredTableAssociationArn": {
"base": null,
"refs": {
"ConfiguredTableAssociation$arn": "<p>The unique ARN for the configured table association.</p>",
"ConfiguredTableAssociationAnalysisRule$configuredTableAssociationArn": "<p> The Amazon Resource Name (ARN) of the configured table association.</p>",
"ConfiguredTableAssociationSummary$arn": "<p>The unique ARN for the configured table association.</p>"
}
},
"ConfiguredTableAssociationIdentifier": {
"base": null,
"refs": {
"ConfiguredTableAssociationAnalysisRule$configuredTableAssociationId": "<p> The unique identifier for the configured table association.</p>",
"CreateConfiguredTableAssociationAnalysisRuleInput$configuredTableAssociationIdentifier": "<p> The unique ID for the configured table association. Currently accepts the configured table association ID.</p>",
"DeleteConfiguredTableAssociationAnalysisRuleInput$configuredTableAssociationIdentifier": "<p>The identifier for the configured table association that's related to the analysis rule that you want to delete.</p>",
"DeleteConfiguredTableAssociationInput$configuredTableAssociationIdentifier": "<p>The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.</p>",
"GetConfiguredTableAssociationAnalysisRuleInput$configuredTableAssociationIdentifier": "<p> The identifier for the configured table association that's related to the analysis rule.</p>",
"GetConfiguredTableAssociationInput$configuredTableAssociationIdentifier": "<p>The unique ID for the configured table association to retrieve. Currently accepts the configured table ID.</p>",
"UpdateConfiguredTableAssociationAnalysisRuleInput$configuredTableAssociationIdentifier": "<p> The identifier for the configured table association to update.</p>",
"UpdateConfiguredTableAssociationInput$configuredTableAssociationIdentifier": "<p>The unique identifier for the configured table association to update. Currently accepts the configured table association ID.</p>"
}
},
"ConfiguredTableAssociationSummary": {
"base": "<p>The configured table association summary for the objects listed by the request.</p>",
"refs": {
"ConfiguredTableAssociationSummaryList$member": null
}
},
"ConfiguredTableAssociationSummaryList": {
"base": null,
"refs": {
"ListConfiguredTableAssociationsOutput$configuredTableAssociationSummaries": "<p>The retrieved list of configured table associations.</p>"
}
},
"ConfiguredTableIdentifier": {
"base": null,
"refs": {
"ConfiguredTableSummary$id": "<p>The unique ID of the configured table.</p>",
"CreateConfiguredTableAnalysisRuleInput$configuredTableIdentifier": "<p>The identifier for the configured table to create the analysis rule for. Currently accepts the configured table ID. </p>",
"CreateConfiguredTableAssociationInput$configuredTableIdentifier": "<p>A unique identifier for the configured table to be associated to. Currently accepts a configured table ID.</p>",
"DeleteConfiguredTableAnalysisRuleInput$configuredTableIdentifier": "<p>The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.</p>",
"DeleteConfiguredTableInput$configuredTableIdentifier": "<p>The unique ID for the configured table to delete.</p>",
"GetConfiguredTableAnalysisRuleInput$configuredTableIdentifier": "<p>The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.</p>",
"GetConfiguredTableInput$configuredTableIdentifier": "<p>The unique ID for the configured table to retrieve.</p>",
"UpdateConfiguredTableAnalysisRuleInput$configuredTableIdentifier": "<p>The unique identifier for the configured table that the analysis rule applies to. Currently accepts the configured table ID.</p>",
"UpdateConfiguredTableInput$configuredTableIdentifier": "<p>The identifier for the configured table to update. Currently accepts the configured table ID.</p>"
}
},
"ConfiguredTableSummary": {
"base": "<p>The configured table summary for the objects listed by the request.</p>",
"refs": {
"ConfiguredTableSummaryList$member": "<p>The member of the configured table summary list.</p>"
}
},
"ConfiguredTableSummaryList": {
"base": null,
"refs": {
"ListConfiguredTablesOutput$configuredTableSummaries": "<p>The configured tables listed by the request.</p>"
}
},
"ConflictException": {
"base": "<p>Updating or deleting a resource can cause an inconsistent state.</p>",
"refs": {
}
},
"ConflictExceptionReason": {
"base": null,
"refs": {
"ConflictException$reason": "<p>A reason code for the exception.</p>"
}
},
"CreateAnalysisTemplateInput": {
"base": null,
"refs": {
}
},
"CreateAnalysisTemplateOutput": {
"base": null,
"refs": {
}
},
"CreateCollaborationInput": {
"base": null,
"refs": {
}
},
"CreateCollaborationOutput": {
"base": null,
"refs": {
}
},
"CreateConfiguredAudienceModelAssociationInput": {
"base": null,
"refs": {
}
},
"CreateConfiguredAudienceModelAssociationOutput": {
"base": null,
"refs": {
}
},
"CreateConfiguredTableAnalysisRuleInput": {
"base": null,
"refs": {
}
},
"CreateConfiguredTableAnalysisRuleOutput": {
"base": null,
"refs": {
}
},
"CreateConfiguredTableAssociationAnalysisRuleInput": {
"base": null,
"refs": {
}
},
"CreateConfiguredTableAssociationAnalysisRuleOutput": {
"base": null,
"refs": {
}
},
"CreateConfiguredTableAssociationInput": {
"base": null,
"refs": {
}
},
"CreateConfiguredTableAssociationOutput": {
"base": null,
"refs": {
}
},
"CreateConfiguredTableInput": {
"base": null,
"refs": {
}
},
"CreateConfiguredTableOutput": {
"base": null,
"refs": {
}
},
"CreateIdMappingTableInput": {
"base": null,
"refs": {
}
},
"CreateIdMappingTableOutput": {
"base": null,
"refs": {
}
},
"CreateIdNamespaceAssociationInput": {
"base": null,
"refs": {
}
},
"CreateIdNamespaceAssociationOutput": {
"base": null,
"refs": {
}
},
"CreateMembershipInput": {
"base": null,
"refs": {
}
},
"CreateMembershipOutput": {
"base": null,
"refs": {
}
},
"CreatePrivacyBudgetTemplateInput": {
"base": null,
"refs": {
}
},
"CreatePrivacyBudgetTemplateOutput": {
"base": null,
"refs": {
}
},
"DataEncryptionMetadata": {
"base": "<p>The settings for client-side encryption for cryptographic computing.</p>",
"refs": {
"Collaboration$dataEncryptionMetadata": "<p>The settings for client-side encryption for cryptographic computing.</p>",
"CreateCollaborationInput$dataEncryptionMetadata": "<p>The settings for client-side encryption with Cryptographic Computing for Clean Rooms.</p>"
}
},
"DeleteAnalysisTemplateInput": {
"base": null,
"refs": {
}
},
"DeleteAnalysisTemplateOutput": {
"base": null,
"refs": {
}
},
"DeleteCollaborationInput": {
"base": null,
"refs": {
}
},
"DeleteCollaborationOutput": {
"base": null,
"refs": {
}
},
"DeleteConfiguredAudienceModelAssociationInput": {
"base": null,
"refs": {
}
},
"DeleteConfiguredAudienceModelAssociationOutput": {
"base": null,
"refs": {
}
},
"DeleteConfiguredTableAnalysisRuleInput": {
"base": null,
"refs": {
}
},
"DeleteConfiguredTableAnalysisRuleOutput": {
"base": "<p>An empty response that indicates a successful delete.</p>",
"refs": {
}
},
"DeleteConfiguredTableAssociationAnalysisRuleInput": {
"base": null,
"refs": {
}
},
"DeleteConfiguredTableAssociationAnalysisRuleOutput": {
"base": null,
"refs": {
}
},
"DeleteConfiguredTableAssociationInput": {
"base": null,
"refs": {
}
},
"DeleteConfiguredTableAssociationOutput": {
"base": null,
"refs": {
}
},
"DeleteConfiguredTableInput": {
"base": null,
"refs": {
}
},
"DeleteConfiguredTableOutput": {
"base": "<p>The empty output for a successful deletion.</p>",
"refs": {
}
},
"DeleteIdMappingTableInput": {
"base": null,
"refs": {
}
},
"DeleteIdMappingTableOutput": {
"base": null,
"refs": {
}
},
"DeleteIdNamespaceAssociationInput": {
"base": null,
"refs": {
}
},
"DeleteIdNamespaceAssociationOutput": {
"base": null,
"refs": {
}
},
"DeleteMemberInput": {
"base": null,
"refs": {
}
},
"DeleteMemberOutput": {
"base": null,
"refs": {
}
},
"DeleteMembershipInput": {
"base": null,
"refs": {
}
},
"DeleteMembershipOutput": {
"base": null,
"refs": {
}
},
"DeletePrivacyBudgetTemplateInput": {
"base": null,
"refs": {
}
},
"DeletePrivacyBudgetTemplateOutput": {
"base": null,
"refs": {
}
},
"DifferentialPrivacyAggregationExpression": {
"base": null,
"refs": {
"DifferentialPrivacySensitivityParameters$aggregationExpression": "<p>The aggregation expression that was run.</p>"
}
},
"DifferentialPrivacyAggregationType": {
"base": null,
"refs": {
"DifferentialPrivacyPreviewAggregation$type": "<p>The type of aggregation function.</p>",
"DifferentialPrivacyPrivacyBudgetAggregation$type": "<p>The different types of aggregation functions that you can perform.</p>",
"DifferentialPrivacySensitivityParameters$aggregationType": "<p>The type of aggregation function that was run.</p>"
}
},
"DifferentialPrivacyColumn": {
"base": "<p>Specifies the name of the column that contains the unique identifier of your users, whose privacy you want to protect.</p>",
"refs": {
"DifferentialPrivacyColumnList$member": null
}
},
"DifferentialPrivacyColumnList": {
"base": null,
"refs": {
"DifferentialPrivacyConfiguration$columns": "<p>The name of the column (such as user_id) that contains the unique identifier of your users whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.</p>"
}
},
"DifferentialPrivacyConfiguration": {
"base": "<p>Specifies the unique identifier for your users.</p>",
"refs": {
"AnalysisRuleCustom$differentialPrivacy": "<p>The differential privacy configuration.</p>"
}
},
"DifferentialPrivacyParameters": {
"base": "<p>An array that contains the sensitivity parameters.</p>",
"refs": {
"ProtectedQuery$differentialPrivacy": "<p>The sensitivity parameters of the differential privacy results of the protected query.</p>"
}
},
"DifferentialPrivacyPreviewAggregation": {
"base": "<p>Provides an estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.</p>",
"refs": {
"DifferentialPrivacyPreviewAggregationList$member": null
}
},
"DifferentialPrivacyPreviewAggregationList": {
"base": null,
"refs": {
"DifferentialPrivacyPrivacyImpact$aggregations": "<p>The number of aggregation functions that you can perform.</p>"
}
},
"DifferentialPrivacyPreviewAggregationMaxCountInteger": {
"base": null,
"refs": {
"DifferentialPrivacyPreviewAggregation$maxCount": "<p>The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.</p>"
}
},
"DifferentialPrivacyPreviewParametersInput": {
"base": "<p>The epsilon and noise parameters that you want to preview.</p>",
"refs": {
"PreviewPrivacyImpactParametersInput$differentialPrivacy": "<p>An array that specifies the epsilon and noise parameters.</p>"
}
},
"DifferentialPrivacyPrivacyBudget": {
"base": "<p>Specifies the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations available.</p>",
"refs": {
"PrivacyBudget$differentialPrivacy": "<p>An object that specifies the epsilon parameter and the utility in terms of total aggregations, as well as the remaining aggregations available.</p>"
}
},
"DifferentialPrivacyPrivacyBudgetAggregation": {
"base": "<p>Information about the total number of aggregations, as well as the remaining aggregations.</p>",
"refs": {
"DifferentialPrivacyPrivacyBudgetAggregationList$member": null
}
},
"DifferentialPrivacyPrivacyBudgetAggregationList": {
"base": null,
"refs": {
"DifferentialPrivacyPrivacyBudget$aggregations": "<p>This information includes the configured epsilon value and the utility in terms of total aggregations, as well as the remaining aggregations.</p>"
}
},
"DifferentialPrivacyPrivacyBudgetAggregationMaxCountInteger": {
"base": null,
"refs": {
"DifferentialPrivacyPrivacyBudgetAggregation$maxCount": "<p>The maximum number of aggregation functions that you can perform with the given privacy budget.</p>"
}
},
"DifferentialPrivacyPrivacyBudgetAggregationRemainingCountInteger": {
"base": null,
"refs": {
"DifferentialPrivacyPrivacyBudgetAggregation$remainingCount": "<p>The remaining number of aggregation functions that can be run with the available privacy budget.</p>"
}
},
"DifferentialPrivacyPrivacyImpact": {
"base": "<p>Information about the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.</p>",
"refs": {
"PrivacyImpact$differentialPrivacy": "<p>An object that lists the number and type of aggregation functions you can perform.</p>"
}
},
"DifferentialPrivacySensitivityParameters": {
"base": "<p>Provides the sensitivity parameters.</p>",
"refs": {
"DifferentialPrivacySensitivityParametersList$member": null
}
},
"DifferentialPrivacySensitivityParametersList": {
"base": null,
"refs": {
"DifferentialPrivacyParameters$sensitivityParameters": "<p>Provides the sensitivity parameters that you can use to better understand the total amount of noise in query results.</p>"
}
},
"DifferentialPrivacySensitivityParametersUserContributionLimitInteger": {
"base": null,
"refs": {
"DifferentialPrivacySensitivityParameters$userContributionLimit": "<p>The maximum number of rows contributed by a user in a SQL query.</p>"
}
},
"DifferentialPrivacyTemplateParametersInput": {
"base": "<p>The epsilon and noise parameter values that you want to use for the differential privacy template.</p>",
"refs": {
"PrivacyBudgetTemplateParametersInput$differentialPrivacy": "<p>An object that specifies the epsilon and noise parameters.</p>"
}
},
"DifferentialPrivacyTemplateParametersOutput": {
"base": "<p>The epsilon and noise parameter values that were used for the differential privacy template.</p>",
"refs": {
"PrivacyBudgetTemplateParametersOutput$differentialPrivacy": "<p>The epsilon and noise parameters.</p>"
}
},
"DifferentialPrivacyTemplateUpdateParameters": {
"base": "<p>The epsilon and noise parameter values that you want to update in the differential privacy template.</p>",
"refs": {
"PrivacyBudgetTemplateUpdateParameters$differentialPrivacy": "<p>An object that specifies the new values for the epsilon and noise parameters.</p>"
}
},
"DirectAnalysisConfigurationDetails": {
"base": "<p> The direct analysis configuration details.</p>",
"refs": {
"ConfigurationDetails$directAnalysisConfigurationDetails": "<p> The direct analysis configuration details.</p>"
}
},
"DisplayName": {
"base": null,
"refs": {
"Collaboration$creatorDisplayName": "<p>A display name of the collaboration creator.</p>",
"CollaborationSummary$creatorDisplayName": "<p>The display name of the collaboration creator.</p>",
"ConfiguredTable$name": "<p>A name for the configured table.</p>",
"ConfiguredTableSummary$name": "<p>The name of the configured table.</p>",
"CreateCollaborationInput$creatorDisplayName": "<p>The display name of the collaboration creator.</p>",
"CreateConfiguredTableInput$name": "<p>The name of the configured table.</p>",
"MemberSpecification$displayName": "<p>The member's display name.</p>",
"MemberSummary$displayName": "<p>The member's display name.</p>",
"Membership$collaborationCreatorDisplayName": "<p>The display name of the collaboration creator.</p>",
"MembershipSummary$collaborationCreatorDisplayName": "<p>The display name of the collaboration creator.</p>",
"UpdateConfiguredTableInput$name": "<p>A new name for the configured table.</p>"
}
},
"Document": {
"base": null,
"refs": {
"IdMappingWorkflowsSupported$member": null
}
},
"Double": {
"base": null,
"refs": {
"ServiceQuotaExceededException$quotaValue": "<p>The value of the quota.</p>"
}
},
"Epsilon": {
"base": null,
"refs": {
"DifferentialPrivacyPreviewParametersInput$epsilon": "<p>The epsilon value that you want to preview.</p>",
"DifferentialPrivacyPrivacyBudget$epsilon": "<p>The epsilon value that you configured.</p>",
"DifferentialPrivacyTemplateParametersInput$epsilon": "<p>The epsilon value that you want to use.</p>",
"DifferentialPrivacyTemplateParametersOutput$epsilon": "<p>The epsilon value that you specified.</p>",
"DifferentialPrivacyTemplateUpdateParameters$epsilon": "<p>The updated epsilon value that you want to use.</p>"
}
},
"FilterableMemberStatus": {
"base": null,
"refs": {
"ListCollaborationsInput$memberStatus": "<p>The caller's status in a collaboration.</p>"
}
},
"Float": {
"base": null,
"refs": {
"DifferentialPrivacySensitivityParameters$minColumnValue": "<p>The lower bound of the aggregation expression.</p>",
"DifferentialPrivacySensitivityParameters$maxColumnValue": "<p>The upper bound of the aggregation expression.</p>"
}
},
"GenericResourceName": {
"base": null,
"refs": {
"CollaborationIdNamespaceAssociation$name": "<p>The name of the collaboration ID namespace association.</p>",
"CollaborationIdNamespaceAssociationSummary$name": "<p>The name of the collaboration ID namespace association.</p>",
"CreateIdNamespaceAssociationInput$name": "<p>The name for the ID namespace association.</p>",
"IdNamespaceAssociation$name": "<p>The name of this ID namespace association.</p>",
"IdNamespaceAssociationSummary$name": "<p>The name of the ID namespace association.</p>",
"UpdateIdNamespaceAssociationInput$name": "<p>A new name for the ID namespace association.</p>"
}
},
"GetAnalysisTemplateInput": {
"base": null,
"refs": {
}
},
"GetAnalysisTemplateOutput": {
"base": null,
"refs": {
}
},
"GetCollaborationAnalysisTemplateInput": {
"base": null,
"refs": {
}
},
"GetCollaborationAnalysisTemplateOutput": {
"base": null,
"refs": {
}
},
"GetCollaborationConfiguredAudienceModelAssociationInput": {
"base": null,
"refs": {
}
},
"GetCollaborationConfiguredAudienceModelAssociationOutput": {
"base": null,
"refs": {
}
},
"GetCollaborationIdNamespaceAssociationInput": {
"base": null,
"refs": {
}
},
"GetCollaborationIdNamespaceAssociationOutput": {
"base": null,
"refs": {
}
},
"GetCollaborationInput": {
"base": null,
"refs": {
}
},
"GetCollaborationOutput": {
"base": null,
"refs": {
}
},
"GetCollaborationPrivacyBudgetTemplateInput": {
"base": null,
"refs": {
}
},
"GetCollaborationPrivacyBudgetTemplateOutput": {
"base": null,
"refs": {
}
},
"GetConfiguredAudienceModelAssociationInput": {
"base": null,
"refs": {
}
},
"GetConfiguredAudienceModelAssociationOutput": {
"base": null,
"refs": {
}
},
"GetConfiguredTableAnalysisRuleInput": {
"base": null,
"refs": {
}
},
"GetConfiguredTableAnalysisRuleOutput": {
"base": null,
"refs": {
}
},
"GetConfiguredTableAssociationAnalysisRuleInput": {
"base": null,
"refs": {
}
},
"GetConfiguredTableAssociationAnalysisRuleOutput": {
"base": null,
"refs": {
}
},
"GetConfiguredTableAssociationInput": {
"base": null,
"refs": {
}
},
"GetConfiguredTableAssociationOutput": {
"base": null,
"refs": {
}
},
"GetConfiguredTableInput": {
"base": null,
"refs": {
}
},
"GetConfiguredTableOutput": {
"base": null,
"refs": {
}
},
"GetIdMappingTableInput": {
"base": null,
"refs": {
}
},
"GetIdMappingTableOutput": {
"base": null,
"refs": {
}
},
"GetIdNamespaceAssociationInput": {
"base": null,
"refs": {
}
},
"GetIdNamespaceAssociationOutput": {
"base": null,
"refs": {
}
},
"GetMembershipInput": {
"base": null,
"refs": {
}
},
"GetMembershipOutput": {
"base": null,
"refs": {
}
},
"GetPrivacyBudgetTemplateInput": {
"base": null,
"refs": {
}
},
"GetPrivacyBudgetTemplateOutput": {
"base": null,
"refs": {
}
},
"GetProtectedQueryInput": {
"base": null,
"refs": {
}
},
"GetProtectedQueryOutput": {
"base": null,
"refs": {
}
},
"GetSchemaAnalysisRuleInput": {
"base": null,
"refs": {
}
},
"GetSchemaAnalysisRuleOutput": {
"base": null,
"refs": {
}
},
"GetSchemaInput": {
"base": null,
"refs": {
}
},
"GetSchemaOutput": {
"base": null,
"refs": {
}
},
"GlueDatabaseName": {
"base": null,
"refs": {
"GlueTableReference$databaseName": "<p>The name of the database the Glue table belongs to.</p>"
}
},
"GlueTableName": {
"base": null,
"refs": {
"GlueTableReference$tableName": "<p>The name of the Glue table.</p>"
}
},
"GlueTableReference": {
"base": "<p>A reference to a table within an Glue data catalog.</p>",
"refs": {
"TableReference$glue": "<p>If present, a reference to the Glue table referred to by this table reference.</p>"
}
},
"IdMappingConfig": {
"base": "<p>The configuration settings for the ID mapping table.</p>",
"refs": {
"CollaborationIdNamespaceAssociation$idMappingConfig": null,
"CreateIdNamespaceAssociationInput$idMappingConfig": "<p>The configuration settings for the ID mapping table.</p>",
"IdNamespaceAssociation$idMappingConfig": "<p>The configuration settings for the ID mapping table.</p>",
"UpdateIdNamespaceAssociationInput$idMappingConfig": "<p>The configuration settings for the ID mapping table.</p>"
}
},
"IdMappingTable": {
"base": "<p>Describes information about the ID mapping table.</p>",
"refs": {
"CreateIdMappingTableOutput$idMappingTable": "<p>The ID mapping table that was created.</p>",
"GetIdMappingTableOutput$idMappingTable": "<p>The ID mapping table that you requested.</p>",
"UpdateIdMappingTableOutput$idMappingTable": "<p>The updated ID mapping table.</p>"
}
},
"IdMappingTableArn": {
"base": null,
"refs": {
"IdMappingTable$arn": "<p>The Amazon Resource Name (ARN) of the ID mapping table.</p>",
"IdMappingTableSummary$arn": "<p>The Amazon Resource Name (ARN) of this ID mapping table.</p>"
}
},
"IdMappingTableInputReferenceArn": {
"base": null,
"refs": {
"IdMappingTableInputReferenceConfig$inputReferenceArn": "<p>The Amazon Resource Name (ARN) of the referenced resource in Entity Resolution. Valid values are ID mapping workflow ARNs.</p>"
}
},
"IdMappingTableInputReferenceConfig": {
"base": "<p>Provides the input reference configuration for the ID mapping table.</p>",
"refs": {
"CreateIdMappingTableInput$inputReferenceConfig": "<p>The input reference configuration needed to create the ID mapping table.</p>",
"IdMappingTable$inputReferenceConfig": "<p>The input reference configuration for the ID mapping table.</p>",
"IdMappingTableSummary$inputReferenceConfig": "<p>The input reference configuration for the ID mapping table.</p>"
}
},
"IdMappingTableInputReferenceProperties": {
"base": "<p>The input reference properties for the ID mapping table.</p>",
"refs": {
"IdMappingTable$inputReferenceProperties": "<p>The input reference properties for the ID mapping table.</p>"
}
},
"IdMappingTableInputSource": {
"base": "<p>The input source of the ID mapping table.</p>",
"refs": {
"IdMappingTableInputSourceList$member": null
}
},
"IdMappingTableInputSourceList": {
"base": null,
"refs": {
"IdMappingTableInputReferenceProperties$idMappingTableInputSource": "<p>The input source of the ID mapping table.</p>",
"IdMappingTableSchemaTypeProperties$idMappingTableInputSource": "<p>Defines which ID namespace associations are used to create the ID mapping table.</p>"
}
},
"IdMappingTableSchemaTypeProperties": {
"base": "<p>Additional properties that are specific to the type of the associated schema.</p>",
"refs": {
"SchemaTypeProperties$idMappingTable": "<p>The ID mapping table for the schema type properties.</p>"
}
},
"IdMappingTableSummary": {
"base": "<p>Detailed information about the ID mapping table.</p>",
"refs": {
"IdMappingTableSummaryList$member": null
}
},
"IdMappingTableSummaryList": {
"base": null,
"refs": {
"ListIdMappingTablesOutput$idMappingTableSummaries": "<p>The summary information of the ID mapping tables that you requested.</p>"
}
},
"IdMappingWorkflowsSupported": {
"base": null,
"refs": {
"IdNamespaceAssociationInputReferenceProperties$idMappingWorkflowsSupported": "<p>Defines how ID mapping workflows are supported for this ID namespace association.</p>"
}
},
"IdNamespaceAssociation": {
"base": "<p>Provides information to create the ID namespace association.</p>",
"refs": {
"CreateIdNamespaceAssociationOutput$idNamespaceAssociation": "<p>The ID namespace association that was created.</p>",
"GetIdNamespaceAssociationOutput$idNamespaceAssociation": "<p>The ID namespace association that you requested.</p>",
"UpdateIdNamespaceAssociationOutput$idNamespaceAssociation": "<p>The updated ID namespace association.</p>"
}
},
"IdNamespaceAssociationArn": {
"base": null,
"refs": {
"CollaborationIdNamespaceAssociation$arn": "<p>The Amazon Resource Name (ARN) of the collaboration ID namespace association.</p>",
"CollaborationIdNamespaceAssociationSummary$arn": "<p>The Amazon Resource Name (ARN) of the collaboration ID namespace association.</p>",
"IdNamespaceAssociation$arn": "<p>The Amazon Resource Name (ARN) of the ID namespace association.</p>",
"IdNamespaceAssociationSummary$arn": "<p>The Amazon Resource Name (ARN) of this ID namespace association.</p>"
}
},
"IdNamespaceAssociationIdentifier": {
"base": null,
"refs": {
"CollaborationIdNamespaceAssociation$id": "<p>The unique identifier of the collaboration ID namespace association.</p>",
"CollaborationIdNamespaceAssociationSummary$id": "<p>The unique identifier of the collaboration ID namespace association.</p>",
"DeleteIdNamespaceAssociationInput$idNamespaceAssociationIdentifier": "<p>The unique identifier of the ID namespace association that you want to delete.</p>",
"GetCollaborationIdNamespaceAssociationInput$idNamespaceAssociationIdentifier": "<p>The unique identifier of the ID namespace association that you want to retrieve.</p>",
"GetIdNamespaceAssociationInput$idNamespaceAssociationIdentifier": "<p>The unique identifier of the ID namespace association that you want to retrieve.</p>",
"IdNamespaceAssociation$id": "<p>The unique identifier for this ID namespace association.</p>",
"UpdateIdNamespaceAssociationInput$idNamespaceAssociationIdentifier": "<p>The unique identifier of the ID namespace association that you want to update.</p>"
}
},
"IdNamespaceAssociationInputReferenceArn": {
"base": null,
"refs": {
"IdNamespaceAssociationInputReferenceConfig$inputReferenceArn": "<p>The Amazon Resource Name (ARN) of the Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.</p>"
}
},
"IdNamespaceAssociationInputReferenceConfig": {
"base": "<p>Provides the information for the ID namespace association input reference configuration.</p>",
"refs": {
"CollaborationIdNamespaceAssociation$inputReferenceConfig": "<p>The input reference configuration that's necessary to create the collaboration ID namespace association.</p>",
"CollaborationIdNamespaceAssociationSummary$inputReferenceConfig": "<p>The input reference configuration that's used to create the collaboration ID namespace association.</p>",
"CreateIdNamespaceAssociationInput$inputReferenceConfig": "<p>The input reference configuration needed to create the ID namespace association.</p>",
"IdNamespaceAssociation$inputReferenceConfig": "<p>The input reference configuration for the ID namespace association.</p>",
"IdNamespaceAssociationSummary$inputReferenceConfig": "<p>The input reference configuration details for this ID namespace association.</p>"
}
},
"IdNamespaceAssociationInputReferenceProperties": {
"base": "<p>Provides the information for the ID namespace association input reference properties.</p>",
"refs": {
"CollaborationIdNamespaceAssociation$inputReferenceProperties": "<p>The input reference properties that are needed to create the collaboration ID namespace association.</p>",
"IdNamespaceAssociation$inputReferenceProperties": "<p>The input reference properties for the ID namespace association.</p>"
}
},
"IdNamespaceAssociationInputReferencePropertiesSummary": {
"base": "<p>Detailed information about the ID namespace association input reference properties.</p>",
"refs": {
"CollaborationIdNamespaceAssociationSummary$inputReferenceProperties": "<p>The input reference properties that are used to create the collaboration ID namespace association.</p>",
"IdNamespaceAssociationSummary$inputReferenceProperties": "<p>The input reference properties for this ID namespace association.</p>"
}
},
"IdNamespaceAssociationSummary": {
"base": "<p>Detailed information about the ID namespace association.</p>",
"refs": {
"IdNamespaceAssociationSummaryList$member": null
}
},
"IdNamespaceAssociationSummaryList": {
"base": null,
"refs": {
"ListIdNamespaceAssociationsOutput$idNamespaceAssociationSummaries": "<p>The summary information of the ID namespace associations that you requested.</p>"
}
},
"IdNamespaceType": {
"base": null,
"refs": {
"IdMappingTableInputSource$type": "<p>The type of the input source of the ID mapping table.</p>",
"IdNamespaceAssociationInputReferenceProperties$idNamespaceType": "<p>The ID namespace type for this ID namespace association.</p>",
"IdNamespaceAssociationInputReferencePropertiesSummary$idNamespaceType": "<p>The ID namespace type for this ID namespace association.</p>"
}
},
"InternalServerException": {
"base": "<p>Unexpected error during processing of request.</p>",
"refs": {
}
},
"JoinOperator": {
"base": null,
"refs": {
"JoinOperatorsList$member": null
}
},
"JoinOperatorsList": {
"base": null,
"refs": {
"AnalysisRuleAggregation$allowedJoinOperators": "<p>Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is <code>AND</code>.</p>",
"AnalysisRuleList$allowedJoinOperators": "<p>The logical operators (if any) that are to be used in an INNER JOIN match condition. Default is <code>AND</code>.</p>"
}
},
"JoinRequiredOption": {
"base": null,
"refs": {
"AnalysisRuleAggregation$joinRequired": "<p>Control that requires member who runs query to do a join with their configured table and/or other configured table in query.</p>"
}
},
"KMSKeyArn": {
"base": null,
"refs": {
"CreateIdMappingTableInput$kmsKeyArn": "<p>The Amazon Resource Name (ARN) of the Amazon Web Services KMS key. This value is used to encrypt the mapping table data that is stored by Clean Rooms.</p>",
"IdMappingTable$kmsKeyArn": "<p>The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.</p>",
"UpdateIdMappingTableInput$kmsKeyArn": "<p>The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.</p>"
}
},
"KeyPrefix": {
"base": null,
"refs": {
"ProtectedQueryS3OutputConfiguration$keyPrefix": "<p>The S3 prefix to unload the protected query results.</p>"
}
},
"ListAnalysisTemplatesInput": {
"base": null,
"refs": {
}
},
"ListAnalysisTemplatesOutput": {
"base": null,
"refs": {
}
},
"ListCollaborationAnalysisTemplatesInput": {
"base": null,
"refs": {
}
},
"ListCollaborationAnalysisTemplatesOutput": {
"base": null,
"refs": {
}
},
"ListCollaborationConfiguredAudienceModelAssociationsInput": {
"base": null,
"refs": {
}
},
"ListCollaborationConfiguredAudienceModelAssociationsOutput": {
"base": null,
"refs": {
}
},
"ListCollaborationIdNamespaceAssociationsInput": {
"base": null,
"refs": {
}
},
"ListCollaborationIdNamespaceAssociationsOutput": {
"base": null,
"refs": {
}
},
"ListCollaborationPrivacyBudgetTemplatesInput": {
"base": null,
"refs": {
}
},
"ListCollaborationPrivacyBudgetTemplatesOutput": {
"base": null,
"refs": {
}
},
"ListCollaborationPrivacyBudgetsInput": {
"base": null,
"refs": {
}
},
"ListCollaborationPrivacyBudgetsOutput": {
"base": null,
"refs": {
}
},
"ListCollaborationsInput": {
"base": null,
"refs": {
}
},
"ListCollaborationsOutput": {
"base": null,
"refs": {
}
},
"ListConfiguredAudienceModelAssociationsInput": {
"base": null,
"refs": {
}
},
"ListConfiguredAudienceModelAssociationsOutput": {
"base": null,
"refs": {
}
},
"ListConfiguredTableAssociationsInput": {
"base": null,
"refs": {
}
},
"ListConfiguredTableAssociationsOutput": {
"base": null,
"refs": {
}
},
"ListConfiguredTablesInput": {
"base": null,
"refs": {
}
},
"ListConfiguredTablesOutput": {
"base": null,
"refs": {
}
},
"ListIdMappingTablesInput": {
"base": null,
"refs": {
}
},
"ListIdMappingTablesOutput": {
"base": null,
"refs": {
}
},
"ListIdNamespaceAssociationsInput": {
"base": null,
"refs": {
}
},
"ListIdNamespaceAssociationsOutput": {
"base": null,
"refs": {
}
},
"ListMembersInput": {
"base": null,
"refs": {
}
},
"ListMembersOutput": {
"base": null,
"refs": {
}
},
"ListMembershipsInput": {
"base": null,
"refs": {
}
},
"ListMembershipsOutput": {
"base": null,
"refs": {
}
},
"ListPrivacyBudgetTemplatesInput": {
"base": null,
"refs": {
}
},
"ListPrivacyBudgetTemplatesOutput": {
"base": null,
"refs": {
}
},
"ListPrivacyBudgetsInput": {
"base": null,
"refs": {
}
},
"ListPrivacyBudgetsOutput": {
"base": null,
"refs": {
}
},
"ListProtectedQueriesInput": {
"base": null,
"refs": {
}
},
"ListProtectedQueriesOutput": {
"base": null,
"refs": {
}
},
"ListSchemasInput": {
"base": null,
"refs": {
}
},
"ListSchemasOutput": {
"base": null,
"refs": {
}
},
"ListTagsForResourceInput": {
"base": null,
"refs": {
}
},
"ListTagsForResourceOutput": {
"base": null,
"refs": {
}
},
"Long": {
"base": null,
"refs": {
"ProtectedQueryStatistics$totalDurationInMillis": "<p>The duration of the protected query, from creation until query completion.</p>"
}
},
"MaxResults": {
"base": null,
"refs": {
"ListAnalysisTemplatesInput$maxResults": "<p>The maximum size of the results that is returned per call.</p>",
"ListCollaborationAnalysisTemplatesInput$maxResults": "<p>The maximum size of the results that is returned per call.</p>",
"ListCollaborationConfiguredAudienceModelAssociationsInput$maxResults": "<p>The maximum size of the results that is returned per call.</p>",
"ListCollaborationIdNamespaceAssociationsInput$maxResults": "<p>The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.></p>",
"ListCollaborationPrivacyBudgetTemplatesInput$maxResults": "<p>The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.</p>",
"ListCollaborationPrivacyBudgetsInput$maxResults": "<p>The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.</p>",
"ListCollaborationsInput$maxResults": "<p>The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.</p>",
"ListConfiguredAudienceModelAssociationsInput$maxResults": "<p>The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.</p>",
"ListConfiguredTableAssociationsInput$maxResults": "<p>The maximum size of the results that is returned per call.</p>",
"ListConfiguredTablesInput$maxResults": "<p>The maximum size of the results that is returned per call.</p>",
"ListIdMappingTablesInput$maxResults": "<p>The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.</p>",
"ListIdNamespaceAssociationsInput$maxResults": "<p>The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.</p>",
"ListMembersInput$maxResults": "<p>The maximum size of the results that is returned per call.</p>",
"ListMembershipsInput$maxResults": "<p>The maximum size of the results that is returned per call.</p>",
"ListPrivacyBudgetTemplatesInput$maxResults": "<p>The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.</p>",
"ListPrivacyBudgetsInput$maxResults": "<p>The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.</p>",
"ListProtectedQueriesInput$maxResults": "<p>The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service can return a nextToken even if the maximum results has not been met. </p>",
"ListSchemasInput$maxResults": "<p>The maximum size of the results that is returned per call.</p>"
}
},
"MemberAbilities": {
"base": null,
"refs": {
"CreateCollaborationInput$creatorMemberAbilities": "<p>The abilities granted to the collaboration creator.</p>",
"MemberSpecification$memberAbilities": "<p>The abilities granted to the collaboration member.</p>",
"MemberSummary$abilities": "<p>The abilities granted to the collaboration member.</p>",
"Membership$memberAbilities": "<p>The abilities granted to the collaboration member.</p>",
"MembershipSummary$memberAbilities": "<p>The abilities granted to the collaboration member.</p>"
}
},
"MemberAbility": {
"base": null,
"refs": {
"MemberAbilities$member": null
}
},
"MemberList": {
"base": null,
"refs": {
"CreateCollaborationInput$members": "<p>A list of initial members, not including the creator. This list is immutable.</p>"
}
},
"MemberSpecification": {
"base": "<p>Basic metadata used to construct a new member.</p>",
"refs": {
"MemberList$member": null
}
},
"MemberStatus": {
"base": null,
"refs": {
"Collaboration$memberStatus": "<p>The status of a member in a collaboration.</p>",
"CollaborationSummary$memberStatus": "<p>The status of a member in a collaboration.</p>",
"MemberSummary$status": "<p>The status of the member. </p>"
}
},
"MemberSummary": {
"base": "<p>The member object listed by the request.</p>",
"refs": {
"MemberSummaryList$member": null
}
},
"MemberSummaryList": {
"base": null,
"refs": {
"ListMembersOutput$memberSummaries": "<p>The list of members returned by the ListMembers operation.</p>"
}
},
"Membership": {
"base": "<p>The membership object.</p>",
"refs": {
"CreateMembershipOutput$membership": "<p>The membership that was created.</p>",
"GetMembershipOutput$membership": "<p>The membership retrieved for the provided identifier.</p>",
"UpdateMembershipOutput$membership": null
}
},
"MembershipArn": {
"base": null,
"refs": {
"AnalysisTemplate$membershipArn": "<p>The Amazon Resource Name (ARN) of the member who created the analysis template.</p>",
"AnalysisTemplateSummary$membershipArn": "<p>The Amazon Resource Name (ARN) of the member who created the analysis template.</p>",
"Collaboration$membershipArn": "<p>The unique ARN for your membership within the collaboration.</p>",
"CollaborationSummary$membershipArn": "<p>The ARN of a member in a collaboration.</p>",
"ConfiguredAudienceModelAssociation$membershipArn": "<p>The Amazon Resource Name (ARN) of the membership that contains this configured audience model association.</p>",
"ConfiguredAudienceModelAssociationSummary$membershipArn": "<p>The Amazon Resource Name (ARN) of the membership that contains the configured audience model association.</p>",
"ConfiguredTableAssociation$membershipArn": "<p>The unique ARN for the membership this configured table association belongs to.</p>",
"ConfiguredTableAssociationSummary$membershipArn": "<p>The unique ARN for the membership that the configured table association belongs to.</p>",
"IdMappingTable$membershipArn": "<p>The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.</p>",
"IdMappingTableSummary$membershipArn": "<p>The Amazon Resource Name (ARN) of the membership resource for this ID mapping table.</p>",
"IdNamespaceAssociation$membershipArn": "<p>The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.</p>",
"IdNamespaceAssociationSummary$membershipArn": "<p>The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.</p>",
"MemberSummary$membershipArn": "<p>The unique ARN for the member's associated membership, if present.</p>",
"Membership$arn": "<p>The unique ARN for the membership.</p>",
"MembershipSummary$arn": "<p>The unique ARN for the membership.</p>",
"PrivacyBudgetSummary$membershipArn": "<p>The Amazon Resource Name (ARN) of the member who created the privacy budget summary.</p>",
"PrivacyBudgetTemplate$membershipArn": "<p>The Amazon Resource Name (ARN) of the member who created the privacy budget template.</p>",
"PrivacyBudgetTemplateSummary$membershipArn": "<p>The Amazon Resource Name (ARN) of the member who created the privacy budget template.</p>",
"ProtectedQuery$membershipArn": "<p>The ARN of the membership.</p>",
"ProtectedQuerySummary$membershipArn": "<p>The unique ARN for the membership that initiated the protected query.</p>"
}
},
"MembershipIdentifier": {
"base": null,
"refs": {
"ConfiguredAudienceModelAssociationSummary$membershipId": "<p>A unique identifier of the membership that contains the configured audience model association.</p>",
"ConfiguredTableAssociationAnalysisRule$membershipIdentifier": "<p> The membership identifier for the configured table association analysis rule.</p>",
"ConfiguredTableAssociationSummary$membershipId": "<p>The unique ID for the membership that the configured table association belongs to.</p>",
"CreateAnalysisTemplateInput$membershipIdentifier": "<p>The identifier for a membership resource.</p>",
"CreateConfiguredAudienceModelAssociationInput$membershipIdentifier": "<p>A unique identifier for one of your memberships for a collaboration. The configured audience model is associated to the collaboration that this membership belongs to. Accepts a membership ID.</p>",
"CreateConfiguredTableAssociationAnalysisRuleInput$membershipIdentifier": "<p> A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.</p>",
"CreateConfiguredTableAssociationInput$membershipIdentifier": "<p>A unique identifier for one of your memberships for a collaboration. The configured table is associated to the collaboration that this membership belongs to. Currently accepts a membership ID.</p>",
"CreateIdMappingTableInput$membershipIdentifier": "<p>The unique identifier of the membership that contains the ID mapping table.</p>",
"CreateIdNamespaceAssociationInput$membershipIdentifier": "<p>The unique identifier of the membership that contains the ID namespace association.</p>",
"CreatePrivacyBudgetTemplateInput$membershipIdentifier": "<p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is created in the collaboration that this membership belongs to. Accepts a membership ID.</p>",
"DeleteAnalysisTemplateInput$membershipIdentifier": "<p>The identifier for a membership resource.</p>",
"DeleteConfiguredAudienceModelAssociationInput$membershipIdentifier": "<p>A unique identifier of the membership that contains the audience model association that you want to delete.</p>",
"DeleteConfiguredTableAssociationAnalysisRuleInput$membershipIdentifier": "<p> A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.</p>",
"DeleteConfiguredTableAssociationInput$membershipIdentifier": "<p>A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.</p>",
"DeleteIdMappingTableInput$membershipIdentifier": "<p>The unique identifier of the membership that contains the ID mapping table that you want to delete.</p>",
"DeleteIdNamespaceAssociationInput$membershipIdentifier": "<p>The unique identifier of the membership that contains the ID namespace association that you want to delete.</p>",
"DeleteMembershipInput$membershipIdentifier": "<p>The identifier for a membership resource.</p>",
"DeletePrivacyBudgetTemplateInput$membershipIdentifier": "<p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is deleted from the collaboration that this membership belongs to. Accepts a membership ID.</p>",
"GetAnalysisTemplateInput$membershipIdentifier": "<p>The identifier for a membership resource.</p>",
"GetConfiguredAudienceModelAssociationInput$membershipIdentifier": "<p>A unique identifier for the membership that contains the configured audience model association that you want to retrieve.</p>",
"GetConfiguredTableAssociationAnalysisRuleInput$membershipIdentifier": "<p> A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.</p>",
"GetConfiguredTableAssociationInput$membershipIdentifier": "<p>A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.</p>",
"GetIdMappingTableInput$membershipIdentifier": "<p>The unique identifier of the membership that contains the ID mapping table that you want to retrieve.</p>",
"GetIdNamespaceAssociationInput$membershipIdentifier": "<p>The unique identifier of the membership that contains the ID namespace association that you want to retrieve.</p>",
"GetMembershipInput$membershipIdentifier": "<p>The identifier for a membership resource.</p>",
"GetPrivacyBudgetTemplateInput$membershipIdentifier": "<p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.</p>",
"GetProtectedQueryInput$membershipIdentifier": "<p>The identifier for a membership in a protected query instance.</p>",
"IdMappingTableSummary$membershipId": "<p>The unique identifier of the membership resource for this ID mapping table.</p>",
"IdNamespaceAssociationSummary$membershipId": "<p>The unique identifier of the membership resource for this ID namespace association.</p>",
"ListAnalysisTemplatesInput$membershipIdentifier": "<p>The identifier for a membership resource.</p>",
"ListConfiguredAudienceModelAssociationsInput$membershipIdentifier": "<p>A unique identifier for a membership that contains the configured audience model associations that you want to retrieve.</p>",
"ListConfiguredTableAssociationsInput$membershipIdentifier": "<p>A unique identifier for the membership to list configured table associations for. Currently accepts the membership ID.</p>",
"ListIdMappingTablesInput$membershipIdentifier": "<p>The unique identifier of the membership that contains the ID mapping tables that you want to view.</p>",
"ListIdNamespaceAssociationsInput$membershipIdentifier": "<p>The unique identifier of the membership that contains the ID namespace association that you want to view.</p>",
"ListPrivacyBudgetTemplatesInput$membershipIdentifier": "<p>A unique identifier for one of your memberships for a collaboration. The privacy budget templates are retrieved from the collaboration that this membership belongs to. Accepts a membership ID.</p>",
"ListPrivacyBudgetsInput$membershipIdentifier": "<p>A unique identifier for one of your memberships for a collaboration. The privacy budget is retrieved from the collaboration that this membership belongs to. Accepts a membership ID.</p>",
"ListProtectedQueriesInput$membershipIdentifier": "<p>The identifier for the membership in the collaboration.</p>",
"PopulateIdMappingTableInput$membershipIdentifier": "<p>The unique identifier of the membership that contains the ID mapping table that you want to populate.</p>",
"PreviewPrivacyImpactInput$membershipIdentifier": "<p>A unique identifier for one of your memberships for a collaboration. Accepts a membership ID.</p>",
"PrivacyBudgetSummary$membershipId": "<p>The identifier for a membership resource.</p>",
"StartProtectedQueryInput$membershipIdentifier": "<p>A unique identifier for the membership to run this query against. Currently accepts a membership ID.</p>",
"UpdateAnalysisTemplateInput$membershipIdentifier": "<p>The identifier for a membership resource.</p>",
"UpdateConfiguredAudienceModelAssociationInput$membershipIdentifier": "<p>A unique identifier of the membership that contains the configured audience model association that you want to update.</p>",
"UpdateConfiguredTableAssociationAnalysisRuleInput$membershipIdentifier": "<p> A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.</p>",
"UpdateConfiguredTableAssociationInput$membershipIdentifier": "<p>The unique ID for the membership that the configured table association belongs to.</p>",
"UpdateIdMappingTableInput$membershipIdentifier": "<p>The unique identifier of the membership that contains the ID mapping table that you want to update.</p>",
"UpdateIdNamespaceAssociationInput$membershipIdentifier": "<p>The unique identifier of the membership that contains the ID namespace association that you want to update.</p>",
"UpdateMembershipInput$membershipIdentifier": "<p>The unique identifier of the membership.</p>",
"UpdatePrivacyBudgetTemplateInput$membershipIdentifier": "<p>A unique identifier for one of your memberships for a collaboration. The privacy budget template is updated in the collaboration that this membership belongs to. Accepts a membership ID.</p>",
"UpdateProtectedQueryInput$membershipIdentifier": "<p>The identifier for a member of a protected query instance.</p>"
}
},
"MembershipPaymentConfiguration": {
"base": "<p>An object representing the payment responsibilities accepted by the collaboration member.</p>",
"refs": {
"CreateMembershipInput$paymentConfiguration": "<p>The payment responsibilities accepted by the collaboration member.</p> <p>Not required if the collaboration member has the member ability to run queries. </p> <p>Required if the collaboration member doesn't have the member ability to run queries but is configured as a payer by the collaboration creator. </p>",
"Membership$paymentConfiguration": "<p>The payment responsibilities accepted by the collaboration member.</p>",
"MembershipSummary$paymentConfiguration": "<p>The payment responsibilities accepted by the collaboration member.</p>"
}
},
"MembershipProtectedQueryOutputConfiguration": {
"base": "<p>Contains configurations for protected query results.</p>",
"refs": {
"MembershipProtectedQueryResultConfiguration$outputConfiguration": "<p>Configuration for protected query results.</p>"
}
},
"MembershipProtectedQueryResultConfiguration": {
"base": "<p>Contains configurations for protected query results.</p>",
"refs": {
"CreateMembershipInput$defaultResultConfiguration": "<p>The default protected query result configuration as specified by the member who can receive results.</p>",
"Membership$defaultResultConfiguration": "<p>The default protected query result configuration as specified by the member who can receive results.</p>",
"UpdateMembershipInput$defaultResultConfiguration": "<p>The default protected query result configuration as specified by the member who can receive results.</p>"
}
},
"MembershipQueryComputePaymentConfig": {
"base": "<p>An object representing the payment responsibilities accepted by the collaboration member for query compute costs.</p>",
"refs": {
"MembershipPaymentConfiguration$queryCompute": "<p>The payment responsibilities accepted by the collaboration member for query compute costs.</p>"
}
},
"MembershipQueryLogStatus": {
"base": null,
"refs": {
"CreateMembershipInput$queryLogStatus": "<p>An indicator as to whether query logging has been enabled or disabled for the membership.</p>",
"Membership$queryLogStatus": "<p>An indicator as to whether query logging has been enabled or disabled for the membership.</p>",
"UpdateMembershipInput$queryLogStatus": "<p>An indicator as to whether query logging has been enabled or disabled for the membership.</p>"
}
},
"MembershipStatus": {
"base": null,
"refs": {
"ListMembershipsInput$status": "<p>A filter which will return only memberships in the specified status.</p>",
"Membership$status": "<p>The status of the membership.</p>",
"MembershipSummary$status": "<p>The status of the membership.</p>"
}
},
"MembershipSummary": {
"base": "<p>The membership object listed by the request.</p>",
"refs": {
"MembershipSummaryList$member": null
}
},
"MembershipSummaryList": {
"base": null,
"refs": {
"ListMembershipsOutput$membershipSummaries": "<p>The list of memberships returned from the ListMemberships operation.</p>"
}
},
"PaginationToken": {
"base": null,
"refs": {
"ListAnalysisTemplatesInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListAnalysisTemplatesOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListCollaborationAnalysisTemplatesInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListCollaborationAnalysisTemplatesOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListCollaborationConfiguredAudienceModelAssociationsInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListCollaborationConfiguredAudienceModelAssociationsOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListCollaborationIdNamespaceAssociationsInput$nextToken": "<p>The pagination token that's used to fetch the next set of results.</p>",
"ListCollaborationIdNamespaceAssociationsOutput$nextToken": "<p>The token value provided to access the next page of results.</p>",
"ListCollaborationPrivacyBudgetTemplatesInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListCollaborationPrivacyBudgetTemplatesOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListCollaborationPrivacyBudgetsInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListCollaborationPrivacyBudgetsOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListCollaborationsInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListCollaborationsOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListConfiguredAudienceModelAssociationsInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListConfiguredAudienceModelAssociationsOutput$nextToken": "<p>The token value provided to access the next page of results.</p>",
"ListConfiguredTableAssociationsInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListConfiguredTableAssociationsOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListConfiguredTablesInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListConfiguredTablesOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListIdMappingTablesInput$nextToken": "<p>The pagination token that's used to fetch the next set of results.</p>",
"ListIdMappingTablesOutput$nextToken": "<p>The token value provided to access the next page of results.</p>",
"ListIdNamespaceAssociationsInput$nextToken": "<p>The pagination token that's used to fetch the next set of results.</p>",
"ListIdNamespaceAssociationsOutput$nextToken": "<p>The token value provided to access the next page of results.</p>",
"ListMembersInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListMembersOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListMembershipsInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListMembershipsOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListPrivacyBudgetTemplatesInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListPrivacyBudgetTemplatesOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListPrivacyBudgetsInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListPrivacyBudgetsOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListProtectedQueriesInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListProtectedQueriesOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListSchemasInput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>",
"ListSchemasOutput$nextToken": "<p>The token value retrieved from a previous call to access the next page of results.</p>"
}
},
"ParameterMap": {
"base": null,
"refs": {
"ProtectedQuerySQLParameters$parameters": "<p>The protected query SQL parameters.</p>"
}
},
"ParameterName": {
"base": null,
"refs": {
"AnalysisParameter$name": "<p>The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.</p>",
"ParameterMap$key": null
}
},
"ParameterType": {
"base": null,
"refs": {
"AnalysisParameter$type": "<p>The type of parameter.</p>"
}
},
"ParameterValue": {
"base": null,
"refs": {
"AnalysisParameter$defaultValue": "<p>Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.</p>",
"ParameterMap$value": null
}
},
"PaymentConfiguration": {
"base": "<p>An object representing the collaboration member's payment responsibilities set by the collaboration creator.</p>",
"refs": {
"CreateCollaborationInput$creatorPaymentConfiguration": "<p>The collaboration creator's payment responsibilities set by the collaboration creator. </p> <p>If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.</p>",
"MemberSpecification$paymentConfiguration": "<p>The collaboration member's payment responsibilities set by the collaboration creator. </p> <p>If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.</p>",
"MemberSummary$paymentConfiguration": "<p>The collaboration member's payment responsibilities set by the collaboration creator. </p>"
}
},
"PopulateIdMappingTableInput": {
"base": null,
"refs": {
}
},
"PopulateIdMappingTableOutput": {
"base": null,
"refs": {
}
},
"PreviewPrivacyImpactInput": {
"base": null,
"refs": {
}
},
"PreviewPrivacyImpactOutput": {
"base": null,
"refs": {
}
},
"PreviewPrivacyImpactParametersInput": {
"base": "<p>Specifies the updated epsilon and noise parameters to preview. The preview allows you to see how the maximum number of each type of aggregation function would change with the new parameters.</p>",
"refs": {
"PreviewPrivacyImpactInput$parameters": "<p>Specifies the desired epsilon and noise parameters to preview.</p>"
}
},
"PrivacyBudget": {
"base": "<p>The epsilon parameter value and number of each aggregation function that you can perform.</p>",
"refs": {
"CollaborationPrivacyBudgetSummary$budget": "<p>The includes epsilon provided and utility in terms of aggregations.</p>",
"PrivacyBudgetSummary$budget": "<p>The provided privacy budget.</p>"
}
},
"PrivacyBudgetSummary": {
"base": "<p>An array that summaries the specified privacy budget. This summary includes collaboration information, creation information, membership information, and privacy budget information.</p>",
"refs": {
"PrivacyBudgetSummaryList$member": null
}
},
"PrivacyBudgetSummaryList": {
"base": null,
"refs": {
"ListPrivacyBudgetsOutput$privacyBudgetSummaries": "<p>An array that summarizes the privacy budgets. The summary includes collaboration information, membership information, privacy budget template information, and privacy budget details.</p>"
}
},
"PrivacyBudgetTemplate": {
"base": "<p>An object that defines the privacy budget template.</p>",
"refs": {
"CreatePrivacyBudgetTemplateOutput$privacyBudgetTemplate": "<p>A summary of the elements in the privacy budget template.</p>",
"GetPrivacyBudgetTemplateOutput$privacyBudgetTemplate": "<p>Returns the details of the privacy budget template that you requested.</p>",
"UpdatePrivacyBudgetTemplateOutput$privacyBudgetTemplate": "<p>Summary of the privacy budget template.</p>"
}
},
"PrivacyBudgetTemplateArn": {
"base": null,
"refs": {
"CollaborationPrivacyBudgetSummary$privacyBudgetTemplateArn": "<p>The ARN of the collaboration privacy budget template.</p>",
"CollaborationPrivacyBudgetTemplate$arn": "<p>The ARN of the collaboration privacy budget template.</p>",
"CollaborationPrivacyBudgetTemplateSummary$arn": "<p>The ARN of the collaboration privacy budget template.</p>",
"PrivacyBudgetSummary$privacyBudgetTemplateArn": "<p>The ARN of the privacy budget template.</p>",
"PrivacyBudgetTemplate$arn": "<p>The ARN of the privacy budget template.</p>",
"PrivacyBudgetTemplateSummary$arn": "<p>The ARN of the privacy budget template.</p>"
}
},
"PrivacyBudgetTemplateAutoRefresh": {
"base": null,
"refs": {
"CollaborationPrivacyBudgetTemplate$autoRefresh": "<p>How often the privacy budget refreshes.</p> <important> <p>If you plan to regularly bring new data into the collaboration, use <code>CALENDAR_MONTH</code> to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queried across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.</p> </important>",
"CreatePrivacyBudgetTemplateInput$autoRefresh": "<p>How often the privacy budget refreshes.</p> <important> <p>If you plan to regularly bring new data into the collaboration, you can use <code>CALENDAR_MONTH</code> to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queries across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.</p> </important>",
"PrivacyBudgetTemplate$autoRefresh": "<p>How often the privacy budget refreshes.</p> <important> <p>If you plan to regularly bring new data into the collaboration, use <code>CALENDAR_MONTH</code> to automatically get a new privacy budget for the collaboration every calendar month. Choosing this option allows arbitrary amounts of information to be revealed about rows of the data when repeatedly queried across refreshes. Avoid choosing this if the same rows will be repeatedly queried between privacy budget refreshes.</p> </important>"
}
},
"PrivacyBudgetTemplateIdentifier": {
"base": null,
"refs": {
"CollaborationPrivacyBudgetSummary$privacyBudgetTemplateId": "<p>The unique identifier of the collaboration privacy budget template.</p>",
"CollaborationPrivacyBudgetTemplate$id": "<p>The unique identifier of the collaboration privacy budget template.</p>",
"CollaborationPrivacyBudgetTemplateSummary$id": "<p>The unique identifier of the collaboration privacy budget template.</p>",
"DeletePrivacyBudgetTemplateInput$privacyBudgetTemplateIdentifier": "<p>A unique identifier for your privacy budget template. </p>",
"GetCollaborationPrivacyBudgetTemplateInput$privacyBudgetTemplateIdentifier": "<p>A unique identifier for one of your privacy budget templates.</p>",
"GetPrivacyBudgetTemplateInput$privacyBudgetTemplateIdentifier": "<p>A unique identifier for your privacy budget template.</p>",
"PrivacyBudgetSummary$privacyBudgetTemplateId": "<p>The unique identifier of the privacy budget template.</p>",
"PrivacyBudgetTemplate$id": "<p>The unique identifier of the privacy budget template.</p>",
"PrivacyBudgetTemplateSummary$id": "<p>The unique identifier of the privacy budget template.</p>",
"UpdatePrivacyBudgetTemplateInput$privacyBudgetTemplateIdentifier": "<p>A unique identifier for your privacy budget template that you want to update.</p>"
}
},
"PrivacyBudgetTemplateParametersInput": {
"base": "<p>The epsilon and noise parameters that you want to use for the privacy budget template.</p>",
"refs": {
"CreatePrivacyBudgetTemplateInput$parameters": "<p>Specifies your parameters for the privacy budget template.</p>"
}
},
"PrivacyBudgetTemplateParametersOutput": {
"base": "<p>The epsilon and noise parameters that were used in the privacy budget template.</p>",
"refs": {
"CollaborationPrivacyBudgetTemplate$parameters": "<p>Specifies the epsilon and noise parameters for the privacy budget template.</p>",
"PrivacyBudgetTemplate$parameters": "<p>Specifies the epsilon and noise parameters for the privacy budget template.</p>"
}
},
"PrivacyBudgetTemplateSummary": {
"base": "<p>A summary of the privacy budget template. The summary includes membership information, collaboration information, and creation information.</p>",
"refs": {
"PrivacyBudgetTemplateSummaryList$member": null
}
},
"PrivacyBudgetTemplateSummaryList": {
"base": null,
"refs": {
"ListPrivacyBudgetTemplatesOutput$privacyBudgetTemplateSummaries": "<p>An array that summarizes the privacy budget templates. The summary includes collaboration information, creation information, and privacy budget type.</p>"
}
},
"PrivacyBudgetTemplateUpdateParameters": {
"base": "<p>The epsilon and noise parameters that you want to update in the privacy budget template.</p>",
"refs": {
"UpdatePrivacyBudgetTemplateInput$parameters": "<p>Specifies the epsilon and noise parameters for the privacy budget template.</p>"
}
},
"PrivacyBudgetType": {
"base": null,
"refs": {
"CollaborationPrivacyBudgetSummary$type": "<p>The type of privacy budget template.</p>",
"CollaborationPrivacyBudgetTemplate$privacyBudgetType": "<p>The type of privacy budget template.</p>",
"CollaborationPrivacyBudgetTemplateSummary$privacyBudgetType": "<p>The type of the privacy budget template.</p>",
"CreatePrivacyBudgetTemplateInput$privacyBudgetType": "<p>Specifies the type of the privacy budget template.</p>",
"ListCollaborationPrivacyBudgetsInput$privacyBudgetType": "<p>Specifies the type of the privacy budget.</p>",
"ListPrivacyBudgetsInput$privacyBudgetType": "<p>The privacy budget type.</p>",
"PrivacyBudgetSummary$type": "<p>Specifies the type of the privacy budget.</p>",
"PrivacyBudgetTemplate$privacyBudgetType": "<p>Specifies the type of the privacy budget template.</p>",
"PrivacyBudgetTemplateSummary$privacyBudgetType": "<p>The type of the privacy budget template.</p>",
"UpdatePrivacyBudgetTemplateInput$privacyBudgetType": "<p>Specifies the type of the privacy budget template.</p>"
}
},
"PrivacyImpact": {
"base": "<p>Provides an estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.</p>",
"refs": {
"PreviewPrivacyImpactOutput$privacyImpact": "<p>An estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters. This does not change the privacy budget.</p>"
}
},
"ProtectedQuery": {
"base": "<p>The parameters for an Clean Rooms protected query.</p>",
"refs": {
"GetProtectedQueryOutput$protectedQuery": "<p>The query processing metadata.</p>",
"StartProtectedQueryOutput$protectedQuery": "<p>The protected query.</p>",
"UpdateProtectedQueryOutput$protectedQuery": "<p>The protected query output.</p>"
}
},
"ProtectedQueryError": {
"base": "<p>Details of errors thrown by the protected query.</p>",
"refs": {
"ProtectedQuery$error": "<p>An error thrown by the protected query.</p>"
}
},
"ProtectedQueryIdentifier": {
"base": null,
"refs": {
"GetProtectedQueryInput$protectedQueryIdentifier": "<p>The identifier for a protected query instance.</p>",
"UpdateProtectedQueryInput$protectedQueryIdentifier": "<p>The identifier for a protected query instance.</p>"
}
},
"ProtectedQueryMemberOutputConfiguration": {
"base": "<p> Contains configuration details for the protected query member output.</p>",
"refs": {
"ProtectedQueryOutputConfiguration$member": "<p> Required configuration for a protected query with a <code>member</code> output type.</p>"
}
},
"ProtectedQueryMemberOutputList": {
"base": null,
"refs": {
"ProtectedQueryOutput$memberList": "<p>The list of member Amazon Web Services account(s) that received the results of the query. </p>"
}
},
"ProtectedQueryOutput": {
"base": "<p>Contains details about the protected query output.</p>",
"refs": {
"ProtectedQueryResult$output": "<p>The output of the protected query.</p>"
}
},
"ProtectedQueryOutputConfiguration": {
"base": "<p>Contains configuration details for protected query output.</p>",
"refs": {
"ProtectedQueryResultConfiguration$outputConfiguration": "<p>Configuration for protected query results.</p>"
}
},
"ProtectedQueryResult": {
"base": "<p>Details about the query results.</p>",
"refs": {
"ProtectedQuery$result": "<p>The result of the protected query.</p>"
}
},
"ProtectedQueryResultConfiguration": {
"base": "<p>Contains configurations for protected query results.</p>",
"refs": {
"ProtectedQuery$resultConfiguration": "<p>Contains any details needed to write the query results.</p>",
"StartProtectedQueryInput$resultConfiguration": "<p>The details needed to write the query results.</p>"
}
},
"ProtectedQueryS3Output": {
"base": "<p>Contains output information for protected queries with an S3 output type.</p>",
"refs": {
"ProtectedQueryOutput$s3": "<p>If present, the output for a protected query with an `S3` output type.</p>"
}
},
"ProtectedQueryS3OutputConfiguration": {
"base": "<p>Contains the configuration to write the query results to S3.</p>",
"refs": {
"MembershipProtectedQueryOutputConfiguration$s3": null,
"ProtectedQueryOutputConfiguration$s3": "<p>Required configuration for a protected query with an <code>s3</code> output type.</p>"
}
},
"ProtectedQueryS3OutputConfigurationBucketString": {
"base": null,
"refs": {
"ProtectedQueryS3OutputConfiguration$bucket": "<p>The S3 bucket to unload the protected query results.</p>"
}
},
"ProtectedQuerySQLParameters": {
"base": "<p>The parameters for the SQL type Protected Query.</p>",
"refs": {
"ProtectedQuery$sqlParameters": "<p>The protected query SQL parameters.</p>",
"StartProtectedQueryInput$sqlParameters": "<p>The protected SQL query parameters.</p>"
}
},
"ProtectedQuerySQLParametersQueryStringString": {
"base": null,
"refs": {
"ProtectedQuerySQLParameters$queryString": "<p>The query string to be submitted.</p>"
}
},
"ProtectedQuerySingleMemberOutput": {
"base": "<p>Details about the member who received the query result.</p>",
"refs": {
"ProtectedQueryMemberOutputList$member": null
}
},
"ProtectedQueryStatistics": {
"base": "<p>Contains statistics about the execution of the protected query.</p>",
"refs": {
"ProtectedQuery$statistics": "<p>Statistics about protected query execution.</p>"
}
},
"ProtectedQueryStatus": {
"base": null,
"refs": {
"ListProtectedQueriesInput$status": "<p>A filter on the status of the protected query.</p>",
"ProtectedQuery$status": "<p>The status of the query.</p>",
"ProtectedQuerySummary$status": "<p>The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.</p>"
}
},
"ProtectedQuerySummary": {
"base": "<p>The protected query summary for the objects listed by the request.</p>",
"refs": {
"ProtectedQuerySummaryList$member": null
}
},
"ProtectedQuerySummaryList": {
"base": null,
"refs": {
"ListProtectedQueriesOutput$protectedQueries": "<p>A list of protected queries.</p>"
}
},
"ProtectedQueryType": {
"base": null,
"refs": {
"StartProtectedQueryInput$type": "<p>The type of the protected query to be started.</p>"
}
},
"QueryComputePaymentConfig": {
"base": "<p>An object representing the collaboration member's payment responsibilities set by the collaboration creator for query compute costs.</p>",
"refs": {
"PaymentConfiguration$queryCompute": "<p>The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.</p>"
}
},
"QueryConstraint": {
"base": "<p>Provides any necessary query constraint information.</p>",
"refs": {
"QueryConstraintList$member": null
}
},
"QueryConstraintList": {
"base": null,
"refs": {
"AnalysisRuleIdMappingTable$queryConstraints": "<p>The query constraints of the analysis rule ID mapping table.</p>"
}
},
"QueryConstraintRequireOverlap": {
"base": "<p>Provides the name of the columns that are required to overlap.</p>",
"refs": {
"QueryConstraint$requireOverlap": "<p>An array of column names that specifies which columns are required in the JOIN statement.</p>"
}
},
"QueryTables": {
"base": null,
"refs": {
"AnalysisSchema$referencedTables": "<p>The tables referenced in the analysis schema.</p>"
}
},
"ReceiverAccountIds": {
"base": null,
"refs": {
"DirectAnalysisConfigurationDetails$receiverAccountIds": "<p> The account IDs for the member who received the results of a protected query.</p>"
}
},
"ReceiverConfiguration": {
"base": "<p> The receiver configuration for a protected query.</p>",
"refs": {
"ReceiverConfigurationsList$member": null
}
},
"ReceiverConfigurationsList": {
"base": null,
"refs": {
"ProtectedQuerySummary$receiverConfigurations": "<p> The receiver configuration.</p>"
}
},
"ResourceAlias": {
"base": null,
"refs": {
"AnalysisTemplate$name": "<p>The name of the analysis template.</p>",
"AnalysisTemplateSummary$name": "<p>The name of the analysis template. </p>",
"CollaborationAnalysisTemplate$name": "<p>The name of the analysis template.</p>",
"CollaborationAnalysisTemplateSummary$name": "<p>The name of the analysis template.</p>",
"CreateIdMappingTableInput$name": "<p>A name for the ID mapping table.</p>",
"IdMappingTable$name": "<p>The name of the ID mapping table.</p>",
"IdMappingTableSummary$name": "<p>The name of this ID mapping table.</p>"
}
},
"ResourceDescription": {
"base": null,
"refs": {
"AnalysisTemplate$description": "<p>The description of the analysis template.</p>",
"AnalysisTemplateSummary$description": "<p>The description of the analysis template.</p>",
"CollaborationAnalysisTemplate$description": "<p>The description of the analysis template.</p>",
"CollaborationAnalysisTemplateSummary$description": "<p>The description of the analysis template.</p>",
"CollaborationConfiguredAudienceModelAssociation$description": "<p>The description of the configured audience model association.</p>",
"CollaborationConfiguredAudienceModelAssociationSummary$description": "<p>The description of the configured audience model association.</p>",
"CollaborationIdNamespaceAssociation$description": "<p>The description of the collaboration ID namespace association.</p>",
"CollaborationIdNamespaceAssociationSummary$description": "<p>The description of the collaboration ID namepsace association.</p>",
"ConfiguredAudienceModelAssociation$description": "<p>The description of the configured audience model association.</p>",
"ConfiguredAudienceModelAssociationSummary$description": "<p>The description of the configured audience model association.</p>",
"CreateAnalysisTemplateInput$description": "<p>The description of the analysis template.</p>",
"CreateConfiguredAudienceModelAssociationInput$description": "<p>A description of the configured audience model association.</p>",
"CreateIdMappingTableInput$description": "<p>A description of the ID mapping table.</p>",
"CreateIdNamespaceAssociationInput$description": "<p>The description of the ID namespace association.</p>",
"IdMappingTable$description": "<p>The description of the ID mapping table.</p>",
"IdMappingTableSummary$description": "<p>The description of this ID mapping table.</p>",
"IdNamespaceAssociation$description": "<p>The description of the ID namespace association.</p>",
"IdNamespaceAssociationSummary$description": "<p>The description of the ID namespace association.</p>",
"UpdateAnalysisTemplateInput$description": "<p>A new description for the analysis template.</p>",
"UpdateConfiguredAudienceModelAssociationInput$description": "<p>A new description for the configured audience model association.</p>",
"UpdateIdMappingTableInput$description": "<p>A new description for the ID mapping table.</p>",
"UpdateIdNamespaceAssociationInput$description": "<p>A new description for the ID namespace association.</p>"
}
},
"ResourceNotFoundException": {
"base": "<p>Request references a resource which does not exist.</p>",
"refs": {
}
},
"ResourceType": {
"base": null,
"refs": {
"ConflictException$resourceType": "<p>The type of the conflicting resource.</p>",
"ResourceNotFoundException$resourceType": "<p>The type of the missing resource.</p>"
}
},
"ResultFormat": {
"base": null,
"refs": {
"ProtectedQueryS3OutputConfiguration$resultFormat": "<p>Intended file format of the result.</p>"
}
},
"RoleArn": {
"base": null,
"refs": {
"ConfiguredTableAssociation$roleArn": "<p>The service will assume this role to access catalog metadata and query the table.</p>",
"CreateConfiguredTableAssociationInput$roleArn": "<p>The service will assume this role to access catalog metadata and query the table.</p>",
"MembershipProtectedQueryResultConfiguration$roleArn": "<p>The unique ARN for an IAM role that is used by Clean Rooms to write protected query results to the result location, given by the member who can receive results.</p>",
"UpdateConfiguredTableAssociationInput$roleArn": "<p>The service will assume this role to access catalog metadata and query the table.</p>"
}
},
"ScalarFunctions": {
"base": null,
"refs": {
"ScalarFunctionsList$member": null
}
},
"ScalarFunctionsList": {
"base": null,
"refs": {
"AnalysisRuleAggregation$scalarFunctions": "<p>Set of scalar functions that are allowed to be used on dimension columns and the output of aggregation of metrics.</p>"
}
},
"Schema": {
"base": "<p>A schema is a relation within a collaboration.</p>",
"refs": {
"GetSchemaOutput$schema": "<p>The entire schema object.</p>",
"SchemaList$member": null
}
},
"SchemaAnalysisRuleList": {
"base": null,
"refs": {
"BatchGetSchemaAnalysisRuleOutput$analysisRules": "<p>The retrieved list of analysis rules.</p>"
}
},
"SchemaAnalysisRuleRequest": {
"base": "<p>Defines the information that's necessary to retrieve an analysis rule schema. Schema analysis rules are uniquely identified by a combination of the schema name and the analysis rule type for a given collaboration.</p>",
"refs": {
"SchemaAnalysisRuleRequestList$member": null
}
},
"SchemaAnalysisRuleRequestList": {
"base": null,
"refs": {
"BatchGetSchemaAnalysisRuleInput$schemaAnalysisRuleRequests": "<p>The information that's necessary to retrieve a schema analysis rule.</p>"
}
},
"SchemaConfiguration": {
"base": null,
"refs": {
"SchemaConfigurationList$member": null
}
},
"SchemaConfigurationList": {
"base": null,
"refs": {
"SchemaStatusDetail$configurations": "<p>The configuration details of the schema analysis rule for the given type.</p>"
}
},
"SchemaList": {
"base": null,
"refs": {
"BatchGetSchemaOutput$schemas": "<p>The retrieved list of schemas.</p>"
}
},
"SchemaStatus": {
"base": null,
"refs": {
"SchemaStatusDetail$status": "<p>The status of the schema, indicating if it is ready to query.</p>"
}
},
"SchemaStatusDetail": {
"base": "<p>Information about the schema status.</p> <p>A status of <code>READY</code> means that based on the schema analysis rule, queries of the given analysis rule type are properly configured to run queries on this schema.</p>",
"refs": {
"SchemaStatusDetailList$member": null
}
},
"SchemaStatusDetailList": {
"base": null,
"refs": {
"Schema$schemaStatusDetails": "<p>Details about the status of the schema. Currently, only one entry is present.</p>"
}
},
"SchemaStatusReason": {
"base": "<p>A reason why the schema status is set to its current value.</p>",
"refs": {
"SchemaStatusReasonList$member": null
}
},
"SchemaStatusReasonCode": {
"base": null,
"refs": {
"SchemaStatusReason$code": "<p>The schema status reason code.</p>"
}
},
"SchemaStatusReasonList": {
"base": null,
"refs": {
"SchemaStatusDetail$reasons": "<p>The reasons why the schema status is set to its current state.</p>"
}
},
"SchemaSummary": {
"base": "<p>The schema summary for the objects listed by the request.</p>",
"refs": {
"SchemaSummaryList$member": null
}
},
"SchemaSummaryList": {
"base": null,
"refs": {
"ListSchemasOutput$schemaSummaries": "<p>The retrieved list of schemas.</p>"
}
},
"SchemaType": {
"base": null,
"refs": {
"ListSchemasInput$schemaType": "<p>If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.</p>",
"Schema$type": "<p>The type of schema. The only valid value is currently `TABLE`.</p>",
"SchemaSummary$type": "<p>The type of schema object. The only valid schema type is currently `TABLE`.</p>"
}
},
"SchemaTypeProperties": {
"base": "<p>Information about the schema type properties.</p>",
"refs": {
"Schema$schemaTypeProperties": "<p>The schema type properties.</p>"
}
},
"ServiceQuotaExceededException": {
"base": "<p>Request denied because service quota has been exceeded.</p>",
"refs": {
}
},
"StartProtectedQueryInput": {
"base": null,
"refs": {
}
},
"StartProtectedQueryOutput": {
"base": null,
"refs": {
}
},
"String": {
"base": null,
"refs": {
"AccessDeniedException$message": null,
"AnalysisTemplateValidationStatusReason$message": "<p>The validation message.</p>",
"BatchGetCollaborationAnalysisTemplateError$code": "<p>An error code for the error.</p>",
"BatchGetCollaborationAnalysisTemplateError$message": "<p>A description of why the call failed.</p>",
"BatchGetSchemaAnalysisRuleError$code": "<p>An error code for the error.</p>",
"BatchGetSchemaAnalysisRuleError$message": "<p>A description of why the call failed.</p>",
"BatchGetSchemaError$code": "<p>An error code for the error. </p>",
"BatchGetSchemaError$message": "<p>An error message for the error.</p>",
"ConflictException$message": null,
"ConflictException$resourceId": "<p>The ID of the conflicting resource.</p>",
"DifferentialPrivacyColumn$name": "<p>The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.</p>",
"IdMappingTableInputSource$idNamespaceAssociationId": "<p>The unique identifier of the ID namespace association.</p>",
"InternalServerException$message": null,
"ProtectedQueryError$message": "<p>A description of why the query failed.</p>",
"ProtectedQueryError$code": "<p>An error code for the error.</p>",
"ProtectedQueryS3Output$location": "<p>The S3 location of the result.</p>",
"ResourceNotFoundException$message": null,
"ResourceNotFoundException$resourceId": "<p>The Id of the missing resource.</p>",
"SchemaStatusReason$message": "<p>An explanation of the schema status reason code.</p>",
"ServiceQuotaExceededException$message": null,
"ServiceQuotaExceededException$quotaName": "<p>The name of the quota.</p>",
"ThrottlingException$message": null,
"ValidationException$message": null,
"ValidationExceptionField$name": "<p>The name of the input parameter.</p>",
"ValidationExceptionField$message": "<p>A message for the input validation error.</p>"
}
},
"TableAlias": {
"base": null,
"refs": {
"AnalysisRule$name": "<p>The name for the analysis rule.</p>",
"BatchGetSchemaAnalysisRuleError$name": "<p>An error name for the error.</p>",
"BatchGetSchemaError$name": "<p>An error name for the error.</p>",
"ConfiguredTableAssociation$name": "<p>The name of the configured table association, in lowercase. The table is identified by this name when running protected queries against the underlying data.</p>",
"ConfiguredTableAssociationSummary$name": "<p>The name of the configured table association. The table is identified by this name when running Protected Queries against the underlying data.</p>",
"CreateAnalysisTemplateInput$name": "<p>The name of the analysis template.</p>",
"CreateConfiguredTableAssociationInput$name": "<p>The name of the configured table association. This name is used to query the underlying configured table.</p>",
"GetSchemaAnalysisRuleInput$name": "<p>The name of the schema to retrieve the analysis rule for.</p>",
"GetSchemaInput$name": "<p>The name of the relation to retrieve the schema for.</p>",
"QueryTables$member": null,
"Schema$name": "<p>A name for the schema. The schema relation is referred to by this name when queried by a protected query.</p>",
"SchemaAnalysisRuleRequest$name": "<p>The name of the analysis rule schema that you are requesting.</p>",
"SchemaSummary$name": "<p>The name for the schema object.</p>",
"TableAliasList$member": null
}
},
"TableAliasList": {
"base": null,
"refs": {
"BatchGetSchemaInput$names": "<p>The names for the schema objects to retrieve.</p>"
}
},
"TableDescription": {
"base": null,
"refs": {
"ConfiguredTable$description": "<p>A description for the configured table.</p>",
"ConfiguredTableAssociation$description": "<p>A description of the configured table association.</p>",
"CreateConfiguredTableAssociationInput$description": "<p>A description for the configured table association.</p>",
"CreateConfiguredTableInput$description": "<p>A description for the configured table.</p>",
"Schema$description": "<p>A description for the schema.</p>",
"UpdateConfiguredTableAssociationInput$description": "<p>A new description for the configured table association.</p>",
"UpdateConfiguredTableInput$description": "<p>A new description for the configured table.</p>"
}
},
"TableReference": {
"base": "<p>A pointer to the dataset that underlies this table. Currently, this can only be an Glue table.</p>",
"refs": {
"ConfiguredTable$tableReference": "<p>The Glue table that this configured table represents.</p>",
"CreateConfiguredTableInput$tableReference": "<p>A reference to the Glue table being configured.</p>"
}
},
"TagKey": {
"base": null,
"refs": {
"TagKeys$member": null,
"TagMap$key": null
}
},
"TagKeys": {
"base": null,
"refs": {
"UntagResourceInput$tagKeys": "<p>A list of key names of tags to be removed.</p>"
}
},
"TagMap": {
"base": "<p>Map of tags assigned to a resource</p>",
"refs": {
"CreateAnalysisTemplateInput$tags": "<p>An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.</p>",
"CreateCollaborationInput$tags": "<p>An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.</p>",
"CreateConfiguredAudienceModelAssociationInput$tags": "<p>An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.</p>",
"CreateConfiguredTableAssociationInput$tags": "<p>An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.</p>",
"CreateConfiguredTableInput$tags": "<p>An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.</p>",
"CreateIdMappingTableInput$tags": "<p>An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.</p>",
"CreateIdNamespaceAssociationInput$tags": "<p>An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.</p>",
"CreateMembershipInput$tags": "<p>An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.</p>",
"CreatePrivacyBudgetTemplateInput$tags": "<p>An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.</p>",
"ListTagsForResourceOutput$tags": "<p>A map of objects specifying each key name and value.</p>",
"TagResourceInput$tags": "<p>A map of objects specifying each key name and value.</p>"
}
},
"TagResourceInput": {
"base": null,
"refs": {
}
},
"TagResourceOutput": {
"base": null,
"refs": {
}
},
"TagValue": {
"base": null,
"refs": {
"TagMap$value": null
}
},
"TargetProtectedQueryStatus": {
"base": null,
"refs": {
"UpdateProtectedQueryInput$targetStatus": "<p>The target status of a query. Used to update the execution status of a currently running query.</p>"
}
},
"ThrottlingException": {
"base": "<p>Request was denied due to request throttling.</p>",
"refs": {
}
},
"Timestamp": {
"base": null,
"refs": {
"AnalysisRule$createTime": "<p>The time the analysis rule was created.</p>",
"AnalysisRule$updateTime": "<p>The time the analysis rule was last updated.</p>",
"AnalysisTemplate$createTime": "<p>The time that the analysis template was created.</p>",
"AnalysisTemplate$updateTime": "<p>The time that the analysis template was last updated.</p>",
"AnalysisTemplateSummary$createTime": "<p>The time that the analysis template summary was created.</p>",
"AnalysisTemplateSummary$updateTime": "<p>The time that the analysis template summary was last updated.</p>",
"Collaboration$createTime": "<p>The time when the collaboration was created.</p>",
"Collaboration$updateTime": "<p>The time the collaboration metadata was last updated.</p>",
"CollaborationAnalysisTemplate$createTime": "<p>The time that the analysis template within a collaboration was created.</p>",
"CollaborationAnalysisTemplate$updateTime": "<p>The time that the analysis template in the collaboration was last updated.</p>",
"CollaborationAnalysisTemplateSummary$createTime": "<p>The time that the summary of the analysis template in a collaboration was created.</p>",
"CollaborationAnalysisTemplateSummary$updateTime": "<p>The time that the summary of the analysis template in the collaboration was last updated.</p>",
"CollaborationConfiguredAudienceModelAssociation$createTime": "<p>The time at which the configured audience model association was created.</p>",
"CollaborationConfiguredAudienceModelAssociation$updateTime": "<p>The most recent time at which the configured audience model association was updated.</p>",
"CollaborationConfiguredAudienceModelAssociationSummary$createTime": "<p>The time at which the configured audience model association was created.</p>",
"CollaborationConfiguredAudienceModelAssociationSummary$updateTime": "<p>The most recent time at which the configured audience model association was updated.</p>",
"CollaborationIdNamespaceAssociation$createTime": "<p>The time at which the collaboration ID namespace association was created.</p>",
"CollaborationIdNamespaceAssociation$updateTime": "<p>The most recent time at which the collaboration ID namespace was updated.</p>",
"CollaborationIdNamespaceAssociationSummary$createTime": "<p>The time at which the collaboration ID namespace association was created.</p>",
"CollaborationIdNamespaceAssociationSummary$updateTime": "<p>The most recent time at which the collaboration ID namespace association was updated.</p>",
"CollaborationPrivacyBudgetSummary$createTime": "<p>The time at which the privacy budget was created.</p>",
"CollaborationPrivacyBudgetSummary$updateTime": "<p>The most recent time at which the privacy budget was updated.</p>",
"CollaborationPrivacyBudgetTemplate$createTime": "<p>The time at which the collaboration privacy budget template was created.</p>",
"CollaborationPrivacyBudgetTemplate$updateTime": "<p>The most recent time at which the collaboration privacy budget template was updated.</p>",
"CollaborationPrivacyBudgetTemplateSummary$createTime": "<p>The time at which the collaboration privacy budget template was created.</p>",
"CollaborationPrivacyBudgetTemplateSummary$updateTime": "<p>The most recent time at which the collaboration privacy budget template was updated.</p>",
"CollaborationSummary$createTime": "<p>The time when the collaboration was created.</p>",
"CollaborationSummary$updateTime": "<p>The time the collaboration metadata was last updated.</p>",
"ConfiguredAudienceModelAssociation$createTime": "<p>The time at which the configured audience model association was created.</p>",
"ConfiguredAudienceModelAssociation$updateTime": "<p>The most recent time at which the configured audience model association was updated.</p>",
"ConfiguredAudienceModelAssociationSummary$createTime": "<p>The time at which the configured audience model association was created.</p>",
"ConfiguredAudienceModelAssociationSummary$updateTime": "<p>The most recent time at which the configured audience model association was updated.</p>",
"ConfiguredTable$createTime": "<p>The time the configured table was created.</p>",
"ConfiguredTable$updateTime": "<p>The time the configured table was last updated</p>",
"ConfiguredTableAnalysisRule$createTime": "<p>The time the configured table analysis rule was created.</p>",
"ConfiguredTableAnalysisRule$updateTime": "<p>The time the configured table analysis rule was last updated.</p>",
"ConfiguredTableAssociation$createTime": "<p>The time the configured table association was created.</p>",
"ConfiguredTableAssociation$updateTime": "<p>The time the configured table association was last updated.</p>",
"ConfiguredTableAssociationAnalysisRule$createTime": "<p> The creation time of the configured table association analysis rule.</p>",
"ConfiguredTableAssociationAnalysisRule$updateTime": "<p> The update time of the configured table association analysis rule.</p>",
"ConfiguredTableAssociationSummary$createTime": "<p>The time the configured table association was created.</p>",
"ConfiguredTableAssociationSummary$updateTime": "<p>The time the configured table association was last updated.</p>",
"ConfiguredTableSummary$createTime": "<p>The time the configured table was created.</p>",
"ConfiguredTableSummary$updateTime": "<p>The time the configured table was last updated.</p>",
"IdMappingTable$createTime": "<p>The time at which the ID mapping table was created.</p>",
"IdMappingTable$updateTime": "<p>The most recent time at which the ID mapping table was updated.</p>",
"IdMappingTableSummary$createTime": "<p>The time at which this ID mapping table was created.</p>",
"IdMappingTableSummary$updateTime": "<p>The most recent time at which this ID mapping table was updated.</p>",
"IdNamespaceAssociation$createTime": "<p>The time at which the ID namespace association was created.</p>",
"IdNamespaceAssociation$updateTime": "<p>The most recent time at which the ID namespace association was updated.</p>",
"IdNamespaceAssociationSummary$createTime": "<p>The time at which this ID namespace association was created.</p>",
"IdNamespaceAssociationSummary$updateTime": "<p>The most recent time at which this ID namespace association has been updated.</p>",
"MemberSummary$createTime": "<p>The time when the member was created.</p>",
"MemberSummary$updateTime": "<p>The time the member metadata was last updated.</p>",
"Membership$createTime": "<p>The time when the membership was created.</p>",
"Membership$updateTime": "<p>The time the membership metadata was last updated.</p>",
"MembershipSummary$createTime": "<p>The time when the membership was created.</p>",
"MembershipSummary$updateTime": "<p>The time the membership metadata was last updated.</p>",
"PrivacyBudgetSummary$createTime": "<p>The time at which the privacy budget was created.</p>",
"PrivacyBudgetSummary$updateTime": "<p>The most recent time at which the privacy budget was updated.</p>",
"PrivacyBudgetTemplate$createTime": "<p>The time at which the privacy budget template was created.</p>",
"PrivacyBudgetTemplate$updateTime": "<p>The most recent time at which the privacy budget template was updated.</p>",
"PrivacyBudgetTemplateSummary$createTime": "<p>The time at which the privacy budget template was created.</p>",
"PrivacyBudgetTemplateSummary$updateTime": "<p>The most recent time at which the privacy budget template was updated.</p>",
"ProtectedQuery$createTime": "<p>The time at which the protected query was created.</p>",
"ProtectedQuerySummary$createTime": "<p>The time the protected query was created.</p>",
"Schema$createTime": "<p>The time the schema was created.</p>",
"Schema$updateTime": "<p>The time the schema was last updated.</p>",
"SchemaSummary$createTime": "<p>The time the schema object was created.</p>",
"SchemaSummary$updateTime": "<p>The time the schema object was last updated.</p>"
}
},
"UUID": {
"base": null,
"refs": {
"AnalysisTemplate$collaborationId": "<p>The unique ID for the associated collaboration of the analysis template.</p>",
"AnalysisTemplate$membershipId": "<p>The identifier of a member who created the analysis template.</p>",
"AnalysisTemplateSummary$membershipId": "<p>The identifier for a membership resource.</p>",
"AnalysisTemplateSummary$collaborationId": "<p>A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.</p>",
"Collaboration$id": "<p>The unique ID for the collaboration.</p>",
"Collaboration$membershipId": "<p>The unique ID for your membership within the collaboration.</p>",
"CollaborationAnalysisTemplate$collaborationId": "<p>A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.</p>",
"CollaborationAnalysisTemplateSummary$collaborationId": "<p>A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.</p>",
"CollaborationConfiguredAudienceModelAssociation$collaborationId": "<p>A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.</p>",
"CollaborationConfiguredAudienceModelAssociationSummary$collaborationId": "<p>A unique identifier for the collaboration that the configured audience model associations belong to. Accepts collaboration ID.</p>",
"CollaborationIdNamespaceAssociation$collaborationId": "<p>The unique identifier of the collaboration that contains the collaboration ID namespace association.</p>",
"CollaborationIdNamespaceAssociationSummary$collaborationId": "<p>The unique identifier of the collaboration that contains this collaboration ID namespace association.</p>",
"CollaborationPrivacyBudgetSummary$id": "<p>The unique identifier of the collaboration privacy budget.</p>",
"CollaborationPrivacyBudgetSummary$collaborationId": "<p>The unique identifier of the collaboration that includes this privacy budget.</p>",
"CollaborationPrivacyBudgetTemplate$collaborationId": "<p>The unique identifier of the collaboration that includes this collaboration privacy budget template.</p>",
"CollaborationPrivacyBudgetTemplateSummary$collaborationId": "<p>The unique identifier of the collaboration that contains this collaboration privacy budget template.</p>",
"CollaborationSummary$id": "<p>The identifier for the collaboration.</p>",
"CollaborationSummary$membershipId": "<p>The identifier of a member in a collaboration.</p>",
"ConfiguredAudienceModelAssociation$membershipId": "<p>A unique identifier for the membership that contains this configured audience model association.</p>",
"ConfiguredAudienceModelAssociation$collaborationId": "<p>A unique identifier of the collaboration that contains this configured audience model association.</p>",
"ConfiguredAudienceModelAssociationSummary$collaborationId": "<p>A unique identifier of the collaboration that configured audience model is associated with.</p>",
"ConfiguredAudienceModelAssociationSummary$id": "<p>A unique identifier of the configured audience model association.</p>",
"ConfiguredTable$id": "<p>The unique ID for the configured table.</p>",
"ConfiguredTableAnalysisRule$configuredTableId": "<p>The unique ID for the configured table.</p>",
"ConfiguredTableAssociation$id": "<p>The unique ID for the configured table association.</p>",
"ConfiguredTableAssociation$configuredTableId": "<p>The unique ID for the configured table that the association refers to.</p>",
"ConfiguredTableAssociation$membershipId": "<p>The unique ID for the membership this configured table association belongs to.</p>",
"ConfiguredTableAssociationSummary$configuredTableId": "<p>The unique configured table ID that this configured table association refers to.</p>",
"ConfiguredTableAssociationSummary$id": "<p>The unique ID for the configured table association.</p>",
"DeleteIdMappingTableInput$idMappingTableIdentifier": "<p>The unique identifier of the ID mapping table that you want to delete.</p>",
"GetIdMappingTableInput$idMappingTableIdentifier": "<p>The unique identifier of the ID mapping table identifier that you want to retrieve.</p>",
"IdMappingTable$id": "<p>The unique identifier of the ID mapping table.</p>",
"IdMappingTable$membershipId": "<p>The unique identifier of the membership resource for the ID mapping table.</p>",
"IdMappingTable$collaborationId": "<p>The unique identifier of the collaboration that contains this ID mapping table.</p>",
"IdMappingTableSummary$collaborationId": "<p>The unique identifier of the collaboration that contains this ID mapping table.</p>",
"IdMappingTableSummary$id": "<p>The unique identifier of this ID mapping table.</p>",
"IdNamespaceAssociation$membershipId": "<p>The unique identifier of the membership resource for this ID namespace association.</p>",
"IdNamespaceAssociation$collaborationId": "<p>The unique identifier of the collaboration that contains this ID namespace association.</p>",
"IdNamespaceAssociationSummary$collaborationId": "<p>The unique identifier of the collaboration that contains this ID namespace association.</p>",
"IdNamespaceAssociationSummary$id": "<p>The unique identifier of this ID namespace association.</p>",
"MemberSummary$membershipId": "<p>The unique ID for the member's associated membership, if present.</p>",
"Membership$id": "<p>The unique ID of the membership.</p>",
"Membership$collaborationId": "<p>The unique ID for the membership's collaboration.</p>",
"MembershipSummary$id": "<p>The unique ID for the membership's collaboration.</p>",
"PopulateIdMappingTableInput$idMappingTableIdentifier": "<p>The unique identifier of the ID mapping table that you want to populate.</p>",
"PopulateIdMappingTableOutput$idMappingJobId": "<p>The unique identifier of the mapping job that will populate the ID mapping table.</p>",
"PrivacyBudgetSummary$id": "<p>The unique identifier of the privacy budget.</p>",
"PrivacyBudgetSummary$collaborationId": "<p>The unique identifier of the collaboration that contains this privacy budget.</p>",
"PrivacyBudgetTemplate$membershipId": "<p>The identifier for a membership resource.</p>",
"PrivacyBudgetTemplate$collaborationId": "<p>The unique ID of the collaboration that contains this privacy budget template.</p>",
"PrivacyBudgetTemplateSummary$membershipId": "<p>The identifier for a membership resource.</p>",
"PrivacyBudgetTemplateSummary$collaborationId": "<p>The unique ID of the collaboration that contains this privacy budget template.</p>",
"ProtectedQuery$id": "<p>The identifier for a protected query instance.</p>",
"ProtectedQuery$membershipId": "<p>The identifier for the membership.</p>",
"ProtectedQuerySummary$id": "<p>The unique ID of the protected query.</p>",
"ProtectedQuerySummary$membershipId": "<p>The unique ID for the membership that initiated the protected query.</p>",
"Schema$collaborationId": "<p>The unique ID for the collaboration that the schema belongs to.</p>",
"SchemaSummary$collaborationId": "<p>The unique ID for the collaboration that the schema belongs to.</p>",
"UpdateIdMappingTableInput$idMappingTableIdentifier": "<p>The unique identifier of the ID mapping table that you want to update.</p>"
}
},
"UntagResourceInput": {
"base": null,
"refs": {
}
},
"UntagResourceOutput": {
"base": null,
"refs": {
}
},
"UpdateAnalysisTemplateInput": {
"base": null,
"refs": {
}
},
"UpdateAnalysisTemplateOutput": {
"base": null,
"refs": {
}
},
"UpdateCollaborationInput": {
"base": null,
"refs": {
}
},
"UpdateCollaborationOutput": {
"base": null,
"refs": {
}
},
"UpdateConfiguredAudienceModelAssociationInput": {
"base": null,
"refs": {
}
},
"UpdateConfiguredAudienceModelAssociationOutput": {
"base": null,
"refs": {
}
},
"UpdateConfiguredTableAnalysisRuleInput": {
"base": null,
"refs": {
}
},
"UpdateConfiguredTableAnalysisRuleOutput": {
"base": null,
"refs": {
}
},
"UpdateConfiguredTableAssociationAnalysisRuleInput": {
"base": null,
"refs": {
}
},
"UpdateConfiguredTableAssociationAnalysisRuleOutput": {
"base": null,
"refs": {
}
},
"UpdateConfiguredTableAssociationInput": {
"base": null,
"refs": {
}
},
"UpdateConfiguredTableAssociationOutput": {
"base": null,
"refs": {
}
},
"UpdateConfiguredTableInput": {
"base": null,
"refs": {
}
},
"UpdateConfiguredTableOutput": {
"base": null,
"refs": {
}
},
"UpdateIdMappingTableInput": {
"base": null,
"refs": {
}
},
"UpdateIdMappingTableOutput": {
"base": null,
"refs": {
}
},
"UpdateIdNamespaceAssociationInput": {
"base": null,
"refs": {
}
},
"UpdateIdNamespaceAssociationOutput": {
"base": null,
"refs": {
}
},
"UpdateMembershipInput": {
"base": null,
"refs": {
}
},
"UpdateMembershipOutput": {
"base": null,
"refs": {
}
},
"UpdatePrivacyBudgetTemplateInput": {
"base": null,
"refs": {
}
},
"UpdatePrivacyBudgetTemplateOutput": {
"base": null,
"refs": {
}
},
"UpdateProtectedQueryInput": {
"base": null,
"refs": {
}
},
"UpdateProtectedQueryOutput": {
"base": null,
"refs": {
}
},
"UsersNoisePerQuery": {
"base": null,
"refs": {
"DifferentialPrivacyPreviewParametersInput$usersNoisePerQuery": "<p>Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.</p>",
"DifferentialPrivacyTemplateParametersInput$usersNoisePerQuery": "<p>Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.</p>",
"DifferentialPrivacyTemplateParametersOutput$usersNoisePerQuery": "<p>Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.</p>",
"DifferentialPrivacyTemplateUpdateParameters$usersNoisePerQuery": "<p>The updated value of noise added per query. It is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.</p>"
}
},
"ValidationException": {
"base": "<p>The input fails to satisfy the specified constraints.</p>",
"refs": {
}
},
"ValidationExceptionField": {
"base": "<p>Describes validation errors for specific input parameters.</p>",
"refs": {
"ValidationExceptionFieldList$member": null
}
},
"ValidationExceptionFieldList": {
"base": null,
"refs": {
"ValidationException$fieldList": "<p>Validation errors for specific input parameters.</p>"
}
},
"ValidationExceptionReason": {
"base": null,
"refs": {
"ValidationException$reason": "<p>A reason code for the exception.</p>"
}
}
}
}