{
  "version": "2.0",
  "service": "<p>Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. With Amazon DataZone, you can share and access your data across accounts and supported regions. Amazon DataZone simplifies your experience across Amazon Web Services services, including, but not limited to, Amazon Redshift, Amazon Athena, Amazon Web Services Glue, and Amazon Web Services Lake Formation.</p>",
  "operations": {
    "AcceptPredictions": "<p>Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.</p>",
    "AcceptSubscriptionRequest": "<p>Accepts a subscription request to a specific asset. </p>",
    "AddEntityOwner": "<p>Adds the owner of an entity (a domain unit).</p>",
    "AddPolicyGrant": "<p>Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles.</p>",
    "AssociateEnvironmentRole": "<p>Associates the environment role in Amazon DataZone.</p>",
    "AssociateGovernedTerms": "<p>Associates governed terms with an asset.</p>",
    "CancelMetadataGenerationRun": "<p>Cancels the metadata generation run.</p> <p>Prerequisites:</p> <ul> <li> <p>The run must exist and be in a cancelable status (e.g., SUBMITTED, IN_PROGRESS). </p> </li> <li> <p>Runs in SUCCEEDED status cannot be cancelled.</p> </li> <li> <p>User must have access to the run and cancel permissions.</p> </li> </ul>",
    "CancelSubscription": "<p>Cancels the subscription to the specified asset.</p>",
    "CreateAccountPool": "<p>Creates an account pool. </p>",
    "CreateAsset": "<p>Creates an asset in Amazon DataZone catalog.</p> <p>Before creating assets, make sure that the following requirements are met:</p> <ul> <li> <p> <code>--domain-identifier</code> must refer to an existing domain.</p> </li> <li> <p> <code>--owning-project-identifier</code> must be a valid project within the domain.</p> </li> <li> <p>Asset type must be created beforehand using <code>create-asset-type</code>, or be a supported system-defined type. For more information, see <a href=\"https://docs.aws.amazon.com/cli/latest/reference/datazone/create-asset-type.html\">create-asset-type</a>.</p> </li> <li> <p> <code>--type-revision</code> (if used) must match a valid revision of the asset type.</p> </li> <li> <p>Form type must exist and be associated with the asset type. Use <code>create-form-type</code> to define. For more information, see <a href=\"https://docs.aws.amazon.com/cli/latest/reference/datazone/create-form-type.html\">create-form-type</a>.</p> </li> <li> <p>Form content must include all required fields as per the form schema (e.g., <code>bucketArn</code>).</p> </li> </ul> <p>You must invoke the following pre-requisite commands before invoking this API:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateFormType.html\">CreateFormType</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateAssetType.html\">CreateAssetType</a> </p> </li> </ul>",
    "CreateAssetFilter": "<p>Creates a data asset filter.</p> <p>Asset filters provide a sophisticated way to create controlled views of data assets by selecting specific columns or applying row-level filters. This capability is crucial for organizations that need to share data while maintaining security and privacy controls. For example, your database might be filtered to show only non-PII fields to certain users, or sales data might be filtered by region for different regional teams. Asset filters enable fine-grained access control while maintaining a single source of truth.</p> <p>Prerequisites:</p> <ul> <li> <p>A valid domain (<code>--domain-identifier</code>) must exist. </p> </li> <li> <p>A data asset (<code>--asset-identifier</code>) must already be created under that domain.</p> </li> <li> <p>The asset must have the referenced columns available in its schema for column-based filtering.</p> </li> <li> <p>You cannot specify both (<code>columnConfiguration</code>, <code>rowConfiguration</code>)at the same time.</p> </li> </ul>",
    "CreateAssetRevision": "<p>Creates a revision of the asset.</p> <p>Asset revisions represent new versions of existing assets, capturing changes to either the underlying data or its metadata. They maintain a historical record of how assets evolve over time, who made changes, and when those changes occurred. This versioning capability is crucial for governance and compliance, allowing organizations to track changes, understand their impact, and roll back if necessary.</p> <p>Prerequisites:</p> <ul> <li> <p>Asset must already exist in the domain with identifier. </p> </li> <li> <p>The form type with correct revision must be registered in the same domain.</p> </li> <li> <p>The form content must include all required fields (e.g., <code>bucketArn</code> for <code>S3ObjectCollectionForm</code>).</p> </li> <li> <p>The owning project of the original asset must still exist and be active.</p> </li> <li> <p>User must have write access to the project and domain.</p> </li> </ul>",
    "CreateAssetType": "<p>Creates a custom asset type.</p> <p>Prerequisites:</p> <ul> <li> <p>The form type with <code>typeIdentifier</code> and <code>typeRevision</code> must exist and be published. </p> </li> <li> <p>You must have <code>CreateAssetType</code> permissions.</p> </li> <li> <p>The domain-identifier and owning-project-identifier must be valid and active.</p> </li> <li> <p>The name of the asset type must be unique within the domain — duplicate names will cause failure.</p> </li> <li> <p>JSON input must be valid — incorrect formatting causes Invalid JSON errors.</p> </li> </ul>",
    "CreateConnection": "<p>Creates a new connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>",
    "CreateDataProduct": "<p>Creates a data product.</p> <p>A data product is a comprehensive package that combines data assets with their associated metadata, documentation, and access controls. It's designed to serve specific business needs or use cases, making it easier for users to find and consume data appropriately. Data products include important information about data quality, freshness, and usage guidelines, effectively bridging the gap between data producers and consumers while ensuring proper governance.</p> <p>Prerequisites:</p> <ul> <li> <p>The domain must exist and be accessible. </p> </li> <li> <p>The owning project must be valid and active.</p> </li> <li> <p>The name must be unique within the domain (no existing data product with the same name).</p> </li> <li> <p>User must have create permissions for data products in the project.</p> </li> <li> <p>The domain must have Amazon DataZone publishing enabled.</p> </li> </ul>",
    "CreateDataProductRevision": "<p>Creates a data product revision.</p> <p>Prerequisites:</p> <ul> <li> <p>The original data product must exist in the given domain. </p> </li> <li> <p>User must have permissions on the data product.</p> </li> <li> <p>The domain must be valid and accessible.</p> </li> <li> <p>The new revision name must comply with naming constraints (if required).</p> </li> </ul>",
    "CreateDataSource": "<p>Creates an Amazon DataZone data source.</p>",
    "CreateDomain": "<p>Creates an Amazon DataZone domain.</p>",
    "CreateDomainUnit": "<p>Creates a domain unit in Amazon DataZone.</p>",
    "CreateEnvironment": "<p>Create an Amazon DataZone environment.</p>",
    "CreateEnvironmentAction": "<p>Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.</p>",
    "CreateEnvironmentBlueprint": "<p>Creates a Amazon DataZone blueprint.</p>",
    "CreateEnvironmentProfile": "<p>Creates an Amazon DataZone environment profile.</p>",
    "CreateFormType": "<p>Creates a metadata form type.</p> <p>Prerequisites:</p> <ul> <li> <p>The domain must exist and be in an <code>ENABLED</code> state. </p> </li> <li> <p>The owning project must exist and be accessible.</p> </li> <li> <p>The name must be unique within the domain.</p> </li> </ul>",
    "CreateGlossary": "<p>Creates an Amazon DataZone business glossary.</p> <p>Specifies that this is a create glossary policy.</p> <p>A glossary serves as the central repository for business terminology and definitions within an organization. It helps establish and maintain a common language across different departments and teams, reducing miscommunication and ensuring consistent interpretation of business concepts. Glossaries can include hierarchical relationships between terms, cross-references, and links to actual data assets, making them invaluable for both business users and technical teams trying to understand and use data correctly.</p> <p>Prerequisites:</p> <ul> <li> <p>Domain must exist and be in an active state. </p> </li> <li> <p>Owning project must exist and be accessible by the caller.</p> </li> <li> <p>The glossary name must be unique within the domain.</p> </li> </ul>",
    "CreateGlossaryTerm": "<p>Creates a business glossary term.</p> <p>A glossary term represents an individual entry within the Amazon DataZone glossary, serving as a standardized definition for a specific business concept or data element. Each term can include rich metadata such as detailed definitions, synonyms, related terms, and usage examples. Glossary terms can be linked directly to data assets, providing business context to technical data elements. This linking capability helps users understand the business meaning of data fields and ensures consistent interpretation across different systems and teams. Terms can also have relationships with other terms, creating a semantic network that reflects the complexity of business concepts.</p> <p>Prerequisites:</p> <ul> <li> <p>Domain must exist. </p> </li> <li> <p>Glossary must exist and be in an ENABLED state.</p> </li> <li> <p>The term name must be unique within the glossary.</p> </li> <li> <p>Ensure term does not conflict with existing terms in hierarchy.</p> </li> </ul>",
    "CreateGroupProfile": "<p>Creates a group profile in Amazon DataZone.</p>",
    "CreateListingChangeSet": "<p>Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog. </p>",
    "CreateProject": "<p>Creates an Amazon DataZone project.</p>",
    "CreateProjectMembership": "<p>Creates a project membership in Amazon DataZone.</p>",
    "CreateProjectProfile": "<p>Creates a project profile.</p>",
    "CreateRule": "<p>Creates a rule in Amazon DataZone. A rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>",
    "CreateSubscriptionGrant": "<p>Creates a subsscription grant in Amazon DataZone.</p>",
    "CreateSubscriptionRequest": "<p>Creates a subscription request in Amazon DataZone.</p>",
    "CreateSubscriptionTarget": "<p>Creates a subscription target in Amazon DataZone.</p>",
    "CreateUserProfile": "<p>Creates a user profile in Amazon DataZone.</p>",
    "DeleteAccountPool": "<p>Deletes an account pool.</p>",
    "DeleteAsset": "<p>Deletes an asset in Amazon DataZone.</p> <ul> <li> <p>--domain-identifier must refer to a valid and existing domain. </p> </li> <li> <p>--identifier must refer to an existing asset in the specified domain.</p> </li> <li> <p>Asset must not be referenced in any existing asset filters.</p> </li> <li> <p>Asset must not be linked to any draft or published data product.</p> </li> <li> <p>User must have delete permissions for the domain and project.</p> </li> </ul>",
    "DeleteAssetFilter": "<p>Deletes an asset filter.</p> <p>Prerequisites:</p> <ul> <li> <p>The asset filter must exist. </p> </li> <li> <p>The domain and asset must not have been deleted.</p> </li> <li> <p>Ensure the --identifier refers to a valid filter ID.</p> </li> </ul>",
    "DeleteAssetType": "<p>Deletes an asset type in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>The asset type must exist in the domain. </p> </li> <li> <p>You must have DeleteAssetType permission.</p> </li> <li> <p>The asset type must not be in use (e.g., assigned to any asset). If used, deletion will fail.</p> </li> <li> <p>You should retrieve the asset type using get-asset-type to confirm its presence before deletion.</p> </li> </ul>",
    "DeleteConnection": "<p>Deletes and connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>",
    "DeleteDataProduct": "<p>Deletes a data product in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>The data product must exist and not be deleted or archived. </p> </li> <li> <p>The user must have delete permissions for the data product.</p> </li> <li> <p>Ensure there are no active dependencies (e.g., published links, assets using the product).</p> </li> <li> <p>Domain and project must be active.</p> </li> </ul>",
    "DeleteDataSource": "<p>Deletes a data source in Amazon DataZone.</p>",
    "DeleteDomain": "<p>Deletes a Amazon DataZone domain.</p>",
    "DeleteDomainUnit": "<p>Deletes a domain unit.</p>",
    "DeleteEnvironment": "<p>Deletes an environment in Amazon DataZone.</p>",
    "DeleteEnvironmentAction": "<p>Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.</p>",
    "DeleteEnvironmentBlueprint": "<p>Deletes a blueprint in Amazon DataZone.</p>",
    "DeleteEnvironmentBlueprintConfiguration": "<p>Deletes the blueprint configuration in Amazon DataZone.</p>",
    "DeleteEnvironmentProfile": "<p>Deletes an environment profile in Amazon DataZone.</p>",
    "DeleteFormType": "<p>Deletes and metadata form type in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>The form type must exist in the domain. </p> </li> <li> <p>The form type must not be in use by any asset types or assets.</p> </li> <li> <p>The domain must be valid and accessible.</p> </li> <li> <p>User must have delete permissions on the form type.</p> </li> <li> <p>Any dependencies (such as linked asset types) must be removed first.</p> </li> </ul>",
    "DeleteGlossary": "<p>Deletes a business glossary in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>The glossary must be in DISABLED state. </p> </li> <li> <p>The glossary must not have any glossary terms associated with it.</p> </li> <li> <p>The glossary must exist in the specified domain.</p> </li> <li> <p>The caller must have the <code>datazone:DeleteGlossary</code> permission in the domain and glossary.</p> </li> <li> <p>There should be no active assets or metadata linked to the glossary.</p> </li> </ul>",
    "DeleteGlossaryTerm": "<p>Deletes a business glossary term in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>Glossary term must exist and be active. </p> </li> <li> <p>The term must not be linked to other assets or child terms.</p> </li> <li> <p>Caller must have delete permissions in the domain/glossary.</p> </li> <li> <p>Ensure all associations (such as to assets or parent terms) are removed before deletion.</p> </li> </ul>",
    "DeleteListing": "<p>Deletes a listing (a record of an asset at a given time).</p>",
    "DeleteProject": "<p>Deletes a project in Amazon DataZone. </p>",
    "DeleteProjectMembership": "<p>Deletes project membership in Amazon DataZone.</p>",
    "DeleteProjectProfile": "<p>Deletes a project profile.</p>",
    "DeleteRule": "<p>Deletes a rule in Amazon DataZone. A rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>",
    "DeleteSubscriptionGrant": "<p>Deletes and subscription grant in Amazon DataZone.</p>",
    "DeleteSubscriptionRequest": "<p>Deletes a subscription request in Amazon DataZone.</p>",
    "DeleteSubscriptionTarget": "<p>Deletes a subscription target in Amazon DataZone.</p>",
    "DeleteTimeSeriesDataPoints": "<p>Deletes the specified time series form for the specified asset. </p>",
    "DisassociateEnvironmentRole": "<p>Disassociates the environment role in Amazon DataZone.</p>",
    "DisassociateGovernedTerms": "<p>Disassociates restricted terms from an asset.</p>",
    "GetAccountPool": "<p>Gets the details of the account pool.</p>",
    "GetAsset": "<p>Gets an Amazon DataZone asset.</p> <p>An asset is the fundamental building block in Amazon DataZone, representing any data resource that needs to be cataloged and managed. It can take many forms, from Amazon S3 buckets and database tables to dashboards and machine learning models. Each asset contains comprehensive metadata about the resource, including its location, schema, ownership, and lineage information. Assets are essential for organizing and managing data resources across an organization, making them discoverable and usable while maintaining proper governance.</p> <p>Before using the Amazon DataZone GetAsset command, ensure the following prerequisites are met:</p> <ul> <li> <p>Domain identifier must exist and be valid</p> </li> <li> <p>Asset identifier must exist</p> </li> <li> <p>User must have the required permissions to perform the action</p> </li> </ul>",
    "GetAssetFilter": "<p>Gets an asset filter.</p> <p>Prerequisites:</p> <ul> <li> <p>Domain (<code>--domain-identifier</code>), asset (<code>--asset-identifier</code>), and filter (<code>--identifier</code>) must all exist. </p> </li> <li> <p>The asset filter should not have been deleted.</p> </li> <li> <p>The asset must still exist (since the filter is linked to it).</p> </li> </ul>",
    "GetAssetType": "<p>Gets an Amazon DataZone asset type.</p> <p>Asset types define the categories and characteristics of different kinds of data assets within Amazon DataZone.. They determine what metadata fields are required, what operations are possible, and how the asset integrates with other Amazon Web Services services. Asset types can range from built-in types like Amazon S3 buckets and Amazon Web Services Glue tables to custom types defined for specific organizational needs. Understanding asset types is crucial for properly organizing and managing different kinds of data resources.</p> <p>Prerequisites:</p> <ul> <li> <p>The asset type with identifier must exist in the domain. ResourceNotFoundException.</p> </li> <li> <p>You must have the GetAssetType permission.</p> </li> <li> <p>Ensure the domain-identifier value is correct and accessible.</p> </li> </ul>",
    "GetConnection": "<p>Gets a connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>",
    "GetDataProduct": "<p>Gets the data product.</p> <p>Prerequisites:</p> <ul> <li> <p>The data product ID must exist. </p> </li> <li> <p>The domain must be valid and accessible.</p> </li> <li> <p>User must have read or discovery permissions for the data product.</p> </li> </ul>",
    "GetDataSource": "<p>Gets an Amazon DataZone data source.</p>",
    "GetDataSourceRun": "<p>Gets an Amazon DataZone data source run.</p>",
    "GetDomain": "<p>Gets an Amazon DataZone domain.</p>",
    "GetDomainUnit": "<p>Gets the details of the specified domain unit.</p>",
    "GetEnvironment": "<p>Gets an Amazon DataZone environment.</p>",
    "GetEnvironmentAction": "<p>Gets the specified environment action.</p>",
    "GetEnvironmentBlueprint": "<p>Gets an Amazon DataZone blueprint.</p>",
    "GetEnvironmentBlueprintConfiguration": "<p>Gets the blueprint configuration in Amazon DataZone.</p>",
    "GetEnvironmentCredentials": "<p>Gets the credentials of an environment in Amazon DataZone.</p>",
    "GetEnvironmentProfile": "<p>Gets an evinronment profile in Amazon DataZone.</p>",
    "GetFormType": "<p>Gets a metadata form type in Amazon DataZone.</p> <p>Form types define the structure and validation rules for collecting metadata about assets in Amazon DataZone. They act as templates that ensure consistent metadata capture across similar types of assets, while allowing for customization to meet specific organizational needs. Form types can include required fields, validation rules, and dependencies, helping maintain high-quality metadata that makes data assets more discoverable and usable.</p> <ul> <li> <p>The form type with the specified identifier must exist in the given domain. </p> </li> <li> <p>The domain must be valid and active.</p> </li> <li> <p>User must have permission on the form type.</p> </li> <li> <p>The form type should not be deleted or in an invalid state.</p> </li> </ul>",
    "GetGlossary": "<p>Gets a business glossary in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>The specified glossary ID must exist and be associated with the given domain. </p> </li> <li> <p>The caller must have the <code>datazone:GetGlossary</code> permission on the domain.</p> </li> </ul>",
    "GetGlossaryTerm": "<p>Gets a business glossary term in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>Glossary term with identifier must exist in the domain. </p> </li> <li> <p>User must have permission on the glossary term.</p> </li> <li> <p>Domain must be accessible and active.</p> </li> </ul>",
    "GetGroupProfile": "<p>Gets a group profile in Amazon DataZone.</p>",
    "GetIamPortalLoginUrl": "<p>Gets the data portal URL for the specified Amazon DataZone domain.</p>",
    "GetJobRun": "<p>The details of the job run.</p>",
    "GetLineageEvent": "<p>Describes the lineage event.</p>",
    "GetLineageNode": "<p>Gets the data lineage node.</p>",
    "GetListing": "<p>Gets a listing (a record of an asset at a given time). If you specify a listing version, only details that are specific to that version are returned.</p>",
    "GetMetadataGenerationRun": "<p>Gets a metadata generation run in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>Valid domain and run identifier. </p> </li> <li> <p>The metadata generation run must exist.</p> </li> <li> <p>User must have read access to the metadata run.</p> </li> </ul>",
    "GetProject": "<p>Gets a project in Amazon DataZone.</p>",
    "GetProjectProfile": "<p>The details of the project profile.</p>",
    "GetRule": "<p>Gets the details of a rule in Amazon DataZone. A rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>",
    "GetSubscription": "<p>Gets a subscription in Amazon DataZone.</p>",
    "GetSubscriptionGrant": "<p>Gets the subscription grant in Amazon DataZone.</p>",
    "GetSubscriptionRequestDetails": "<p>Gets the details of the specified subscription request.</p>",
    "GetSubscriptionTarget": "<p>Gets the subscription target in Amazon DataZone.</p>",
    "GetTimeSeriesDataPoint": "<p>Gets the existing data point for the asset.</p>",
    "GetUserProfile": "<p>Gets a user profile in Amazon DataZone.</p>",
    "ListAccountPools": "<p>Lists existing account pools.</p>",
    "ListAccountsInAccountPool": "<p>Lists the accounts in the specified account pool.</p>",
    "ListAssetFilters": "<p>Lists asset filters.</p> <p>Prerequisites:</p> <ul> <li> <p>A valid domain and asset must exist. </p> </li> <li> <p>The asset must have at least one filter created to return results. </p> </li> </ul>",
    "ListAssetRevisions": "<p>Lists the revisions for the asset.</p> <p>Prerequisites:</p> <ul> <li> <p>The asset must exist in the domain. </p> </li> <li> <p>There must be at least one revision of the asset (which happens automatically after creation).</p> </li> <li> <p>The domain must be valid and active.</p> </li> <li> <p>User must have permissions on the asset and domain.</p> </li> </ul>",
    "ListConnections": "<p>Lists connections. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>",
    "ListDataProductRevisions": "<p>Lists data product revisions.</p> <p>Prerequisites:</p> <ul> <li> <p>The data product ID must exist within the domain. </p> </li> <li> <p>User must have view permissions on the data product.</p> </li> <li> <p>The domain must be in a valid and accessible state.</p> </li> </ul>",
    "ListDataSourceRunActivities": "<p>Lists data source run activities.</p>",
    "ListDataSourceRuns": "<p>Lists data source runs in Amazon DataZone.</p>",
    "ListDataSources": "<p>Lists data sources in Amazon DataZone.</p>",
    "ListDomainUnitsForParent": "<p>Lists child domain units for the specified parent domain unit.</p>",
    "ListDomains": "<p>Lists Amazon DataZone domains.</p>",
    "ListEntityOwners": "<p>Lists the entity (domain units) owners.</p>",
    "ListEnvironmentActions": "<p>Lists existing environment actions.</p>",
    "ListEnvironmentBlueprintConfigurations": "<p>Lists blueprint configurations for a Amazon DataZone environment.</p>",
    "ListEnvironmentBlueprints": "<p>Lists blueprints in an Amazon DataZone environment.</p>",
    "ListEnvironmentProfiles": "<p>Lists Amazon DataZone environment profiles.</p>",
    "ListEnvironments": "<p>Lists Amazon DataZone environments.</p>",
    "ListJobRuns": "<p>Lists job runs.</p>",
    "ListLineageEvents": "<p>Lists lineage events.</p>",
    "ListLineageNodeHistory": "<p>Lists the history of the specified data lineage node.</p>",
    "ListMetadataGenerationRuns": "<p>Lists all metadata generation runs.</p> <p>Metadata generation runs represent automated processes that leverage AI/ML capabilities to create or enhance asset metadata at scale. This feature helps organizations maintain comprehensive and consistent metadata across large numbers of assets without manual intervention. It can automatically generate business descriptions, tags, and other metadata elements, significantly reducing the time and effort required for metadata management while improving consistency and completeness.</p> <p>Prerequisites:</p> <ul> <li> <p>Valid domain identifier. </p> </li> <li> <p>User must have access to metadata generation runs in the domain.</p> </li> </ul>",
    "ListNotifications": "<p>Lists all Amazon DataZone notifications.</p>",
    "ListPolicyGrants": "<p>Lists policy grants.</p>",
    "ListProjectMemberships": "<p>Lists all members of the specified project.</p>",
    "ListProjectProfiles": "<p>Lists project profiles.</p>",
    "ListProjects": "<p>Lists Amazon DataZone projects.</p>",
    "ListRules": "<p>Lists existing rules. In Amazon DataZone, a rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>",
    "ListSubscriptionGrants": "<p>Lists subscription grants.</p>",
    "ListSubscriptionRequests": "<p>Lists Amazon DataZone subscription requests.</p>",
    "ListSubscriptionTargets": "<p>Lists subscription targets in Amazon DataZone.</p>",
    "ListSubscriptions": "<p>Lists subscriptions in Amazon DataZone.</p>",
    "ListTagsForResource": "<p>Lists tags for the specified resource in Amazon DataZone.</p>",
    "ListTimeSeriesDataPoints": "<p>Lists time series data points.</p>",
    "PostLineageEvent": "<p>Posts a data lineage event.</p>",
    "PostTimeSeriesDataPoints": "<p>Posts time series data points to Amazon DataZone for the specified asset.</p>",
    "PutEnvironmentBlueprintConfiguration": "<p>Writes the configuration for the specified environment blueprint in Amazon DataZone.</p>",
    "RejectPredictions": "<p>Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.</p>",
    "RejectSubscriptionRequest": "<p>Rejects the specified subscription request.</p>",
    "RemoveEntityOwner": "<p>Removes an owner from an entity.</p>",
    "RemovePolicyGrant": "<p>Removes a policy grant.</p>",
    "RevokeSubscription": "<p>Revokes a specified subscription in Amazon DataZone.</p>",
    "Search": "<p>Searches for assets in Amazon DataZone.</p> <p>Search in Amazon DataZone is a powerful capability that enables users to discover and explore data assets, glossary terms, and data products across their organization. It provides both basic and advanced search functionality, allowing users to find resources based on names, descriptions, metadata, and other attributes. Search can be scoped to specific types of resources (like assets, glossary terms, or data products) and can be filtered using various criteria such as creation date, owner, or status. The search functionality is essential for making the wealth of data resources in an organization discoverable and usable, helping users find the right data for their needs quickly and efficiently.</p> <p>Many search commands in Amazon DataZone are paginated, including <code>search</code> and <code>search-types</code>. When the result set is large, Amazon DataZone returns a <code>nextToken</code> in the response. This token can be used to retrieve the next page of results. </p> <p>Prerequisites:</p> <ul> <li> <p>The --domain-identifier must refer to an existing Amazon DataZone domain. </p> </li> <li> <p>--search-scope must be one of: ASSET, GLOSSARY_TERM, DATA_PRODUCT, or GLOSSARY.</p> </li> <li> <p>The user must have search permissions in the specified domain.</p> </li> <li> <p>If using --filters, ensure that the JSON is well-formed and that each filter includes valid attribute and value keys. </p> </li> <li> <p>For paginated results, be prepared to use --next-token to fetch additional pages.</p> </li> </ul>",
    "SearchGroupProfiles": "<p>Searches group profiles in Amazon DataZone.</p>",
    "SearchListings": "<p>Searches listings (records of an asset at a given time) in Amazon DataZone.</p>",
    "SearchTypes": "<p>Searches for types in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>The --domain-identifier must refer to an existing Amazon DataZone domain. </p> </li> <li> <p>--search-scope must be one of the valid values including: ASSET_TYPE, GLOSSARY_TERM_TYPE, DATA_PRODUCT_TYPE.</p> </li> <li> <p>The --managed flag must be present without a value.</p> </li> <li> <p>The user must have permissions for form or asset types in the domain.</p> </li> <li> <p>If using --filters, ensure that the JSON is valid.</p> </li> <li> <p>Filters contain correct structure (attribute, value, operator).</p> </li> </ul>",
    "SearchUserProfiles": "<p>Searches user profiles in Amazon DataZone.</p>",
    "StartDataSourceRun": "<p>Start the run of the specified data source in Amazon DataZone.</p>",
    "StartMetadataGenerationRun": "<p>Starts the metadata generation run.</p> <p>Prerequisites:</p> <ul> <li> <p>Asset must be created and belong to the specified domain and project. </p> </li> <li> <p>Asset type must be supported for metadata generation (e.g., Amazon Web Services Glue table).</p> </li> <li> <p>Asset must have a structured schema with valid rows and columns.</p> </li> <li> <p>Valid values for --type: BUSINESS_DESCRIPTIONS, BUSINESS_NAMES.</p> </li> <li> <p>The user must have permission to run metadata generation in the domain/project.</p> </li> </ul>",
    "TagResource": "<p>Tags a resource in Amazon DataZone.</p>",
    "UntagResource": "<p>Untags a resource in Amazon DataZone.</p>",
    "UpdateAccountPool": "<p>Updates the account pool.</p>",
    "UpdateAssetFilter": "<p>Updates an asset filter.</p> <p>Prerequisites:</p> <ul> <li> <p>The domain, asset, and asset filter identifier must all exist. </p> </li> <li> <p>The asset must contain the columns being referenced in the update.</p> </li> <li> <p>If applying a row filter, ensure the column referenced in the expression exists in the asset schema.</p> </li> </ul>",
    "UpdateConnection": "<p>Updates a connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.</p>",
    "UpdateDataSource": "<p>Updates the specified data source in Amazon DataZone.</p>",
    "UpdateDomain": "<p>Updates a Amazon DataZone domain.</p>",
    "UpdateDomainUnit": "<p>Updates the domain unit.</p>",
    "UpdateEnvironment": "<p>Updates the specified environment in Amazon DataZone.</p>",
    "UpdateEnvironmentAction": "<p>Updates an environment action.</p>",
    "UpdateEnvironmentBlueprint": "<p>Updates an environment blueprint in Amazon DataZone.</p>",
    "UpdateEnvironmentProfile": "<p>Updates the specified environment profile in Amazon DataZone.</p>",
    "UpdateGlossary": "<p>Updates the business glossary in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>The glossary must exist in the given domain. </p> </li> <li> <p>The caller must have the <code>datazone:UpdateGlossary</code> permission to update it.</p> </li> <li> <p>When updating the name, the new name must be unique within the domain.</p> </li> <li> <p>The glossary must not be deleted or in a terminal state.</p> </li> </ul>",
    "UpdateGlossaryTerm": "<p>Updates a business glossary term in Amazon DataZone.</p> <p>Prerequisites:</p> <ul> <li> <p>Glossary term must exist in the specified domain. </p> </li> <li> <p>New name must not conflict with existing terms in the same glossary.</p> </li> <li> <p>User must have permissions on the term.</p> </li> <li> <p>The term must not be in DELETED status.</p> </li> </ul>",
    "UpdateGroupProfile": "<p>Updates the specified group profile in Amazon DataZone.</p>",
    "UpdateProject": "<p>Updates the specified project in Amazon DataZone.</p>",
    "UpdateProjectProfile": "<p>Updates a project profile.</p>",
    "UpdateRule": "<p>Updates a rule. In Amazon DataZone, a rule is a formal agreement that enforces specific requirements across user workflows (e.g., publishing assets to the catalog, requesting subscriptions, creating projects) within the Amazon DataZone data portal. These rules help maintain consistency, ensure compliance, and uphold governance standards in data management processes. For instance, a metadata enforcement rule can specify the required information for creating a subscription request or publishing a data asset to the catalog, ensuring alignment with organizational standards.</p>",
    "UpdateSubscriptionGrantStatus": "<p>Updates the status of the specified subscription grant status in Amazon DataZone.</p>",
    "UpdateSubscriptionRequest": "<p>Updates a specified subscription request in Amazon DataZone.</p>",
    "UpdateSubscriptionTarget": "<p>Updates the specified subscription target in Amazon DataZone.</p>",
    "UpdateUserProfile": "<p>Updates the specified user profile in Amazon DataZone.</p>"
  },
  "shapes": {
    "AcceptChoice": {
      "base": "<p>Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.</p>",
      "refs": {
        "AcceptChoices$member": null
      }
    },
    "AcceptChoices": {
      "base": null,
      "refs": {
        "AcceptPredictionsInput$acceptChoices": "<p>Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.</p>"
      }
    },
    "AcceptPredictionsInput": {
      "base": null,
      "refs": {}
    },
    "AcceptPredictionsOutput": {
      "base": null,
      "refs": {}
    },
    "AcceptRule": {
      "base": "<p>Specifies the rule and the threshold under which a prediction can be accepted.</p>",
      "refs": {
        "AcceptPredictionsInput$acceptRule": "<p>Specifies the rule (or the conditions) under which a prediction can be accepted.</p>"
      }
    },
    "AcceptRuleBehavior": {
      "base": null,
      "refs": {
        "AcceptRule$rule": "<p>Specifies whether you want to accept the top prediction for all targets or none.</p>"
      }
    },
    "AcceptSubscriptionRequestInput": {
      "base": null,
      "refs": {}
    },
    "AcceptSubscriptionRequestOutput": {
      "base": null,
      "refs": {}
    },
    "AcceptSubscriptionRequestOutputSubscribedListingsList": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestOutput$subscribedListings": "<p>Specifies the asset for which the subscription request was created.</p>"
      }
    },
    "AcceptSubscriptionRequestOutputSubscribedPrincipalsList": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestOutput$subscribedPrincipals": "<p>Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription request.</p>"
      }
    },
    "AcceptedAssetScope": {
      "base": "<p>The accepted asset scope.</p>",
      "refs": {
        "AcceptedAssetScopes$member": null
      }
    },
    "AcceptedAssetScopes": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestInput$assetScopes": "<p>The asset scopes of the accept subscription request.</p>"
      }
    },
    "AccessDeniedException": {
      "base": "<p>You do not have sufficient access to perform this action.</p>",
      "refs": {}
    },
    "AccountInfo": {
      "base": "<p>The account information within an account pool.</p>",
      "refs": {
        "AccountInfoList$member": null
      }
    },
    "AccountInfoList": {
      "base": null,
      "refs": {
        "AccountSource$accounts": "<p>The static list of accounts within an account pool.</p>",
        "ListAccountsInAccountPoolOutput$items": "<p>The results of the ListAccountsInAccountPool operation.</p>"
      }
    },
    "AccountPoolId": {
      "base": null,
      "refs": {
        "AccountPoolList$member": null,
        "AccountPoolSummary$id": "<p>The ID of the account pool.</p>",
        "CreateAccountPoolOutput$id": "<p>The ID of the account pool.</p>",
        "DeleteAccountPoolInput$identifier": "<p>The ID of the account pool to be deleted.</p>",
        "EnvironmentResolvedAccount$sourceAccountPoolId": "<p>The ID of the account pool.</p>",
        "GetAccountPoolInput$identifier": "<p>The ID of the account pool whose details are to be displayed.</p>",
        "GetAccountPoolOutput$id": "<p>The ID of the account pool.</p>",
        "ListAccountsInAccountPoolInput$identifier": "<p>The ID of the account pool whose accounts are to be listed.</p>",
        "UpdateAccountPoolInput$identifier": "<p>The ID of the account pool that is to be updated.</p>",
        "UpdateAccountPoolOutput$id": "<p>The ID of the account pool that is to be updated.</p>"
      }
    },
    "AccountPoolList": {
      "base": null,
      "refs": {
        "EnvironmentConfiguration$accountPools": "<p>The account pools used by a custom project profile.</p>"
      }
    },
    "AccountPoolName": {
      "base": null,
      "refs": {
        "AccountPoolSummary$name": "<p>The name of the account pool.</p>",
        "CreateAccountPoolInput$name": "<p>The name of the account pool.</p>",
        "CreateAccountPoolOutput$name": "<p>The name of the account pool.</p>",
        "GetAccountPoolOutput$name": "<p>The name of the account pool.</p>",
        "ListAccountPoolsInput$name": "<p>The name of the account pool to be listed.</p>",
        "UpdateAccountPoolInput$name": "<p>The name of the account pool that is to be updated.</p>",
        "UpdateAccountPoolOutput$name": "<p>The name of the account pool that is to be updated.</p>"
      }
    },
    "AccountPoolSummaries": {
      "base": null,
      "refs": {
        "ListAccountPoolsOutput$items": "<p>The results of the ListAccountPools operation.</p>"
      }
    },
    "AccountPoolSummary": {
      "base": "<p>The summary of the account pool.</p>",
      "refs": {
        "AccountPoolSummaries$member": null
      }
    },
    "AccountSource": {
      "base": "<p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>",
      "refs": {
        "CreateAccountPoolInput$accountSource": "<p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>",
        "CreateAccountPoolOutput$accountSource": "<p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>",
        "GetAccountPoolOutput$accountSource": "<p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>",
        "UpdateAccountPoolInput$accountSource": "<p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>",
        "UpdateAccountPoolOutput$accountSource": "<p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>"
      }
    },
    "ActionLink": {
      "base": null,
      "refs": {
        "NotificationOutput$actionLink": "<p>The action link included in the notification.</p>"
      }
    },
    "ActionParameters": {
      "base": "<p>The parameters of the environment action.</p>",
      "refs": {
        "CreateEnvironmentActionInput$parameters": "<p>The parameters of the environment action.</p>",
        "CreateEnvironmentActionOutput$parameters": "<p>The parameters of the environment action.</p>",
        "EnvironmentActionSummary$parameters": "<p>The parameters of the environment action.</p>",
        "GetEnvironmentActionOutput$parameters": "<p>The parameters of the environment action.</p>",
        "UpdateEnvironmentActionInput$parameters": "<p>The parameters of the environment action.</p>",
        "UpdateEnvironmentActionOutput$parameters": "<p>The parameters of the environment action.</p>"
      }
    },
    "AddEntityOwnerInput": {
      "base": null,
      "refs": {}
    },
    "AddEntityOwnerOutput": {
      "base": null,
      "refs": {}
    },
    "AddPolicyGrantInput": {
      "base": null,
      "refs": {}
    },
    "AddPolicyGrantOutput": {
      "base": null,
      "refs": {}
    },
    "AddToProjectMemberPoolPolicyGrantDetail": {
      "base": "<p>The details of the policy grant.</p>",
      "refs": {
        "PolicyGrantDetail$addToProjectMemberPool": "<p>Specifies that the policy grant is to be added to the members of the project.</p>"
      }
    },
    "AggregationAttributeDisplayValue": {
      "base": null,
      "refs": {
        "AggregationOutputItem$displayValue": "<p>The display value of the aggregation. If the attribute being aggregated corresponds to the id of a public resource, the service automatically resolves the id to the provided display value.</p>"
      }
    },
    "AggregationAttributeValue": {
      "base": null,
      "refs": {
        "AggregationOutputItem$value": "<p>The attribute value of the aggregation output item.</p>"
      }
    },
    "AggregationDisplayValue": {
      "base": null,
      "refs": {
        "AggregationListItem$displayValue": "<p>The display value of the aggregation list item. Supported values include <code>value</code> and <code>glossaryTerm.name</code>.</p>",
        "AggregationOutput$displayValue": "<p>The display value of the aggregation output item.</p>"
      }
    },
    "AggregationList": {
      "base": null,
      "refs": {
        "SearchListingsInput$aggregations": "<p>Enables you to specify one or more attributes to compute and return counts grouped by field values.</p>"
      }
    },
    "AggregationListItem": {
      "base": "<p>An aggregation list item.</p>",
      "refs": {
        "AggregationList$member": null
      }
    },
    "AggregationOutput": {
      "base": "<p>The aggregation for an attribute.</p>",
      "refs": {
        "AggregationOutputList$member": null
      }
    },
    "AggregationOutputItem": {
      "base": "<p>An aggregation output item.</p>",
      "refs": {
        "AggregationOutputItems$member": null
      }
    },
    "AggregationOutputItems": {
      "base": null,
      "refs": {
        "AggregationOutput$items": "<p>A list of aggregation output items.</p>"
      }
    },
    "AggregationOutputList": {
      "base": null,
      "refs": {
        "SearchListingsOutput$aggregates": "<p>Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.</p>"
      }
    },
    "AllDomainUnitsGrantFilter": {
      "base": "<p>The grant filter for all domain units.</p>",
      "refs": {
        "DomainUnitGrantFilter$allDomainUnitsGrantFilter": "<p>Specifies a grant filter containing all domain units.</p>"
      }
    },
    "AllUsersGrantFilter": {
      "base": "<p>The all users grant filter.</p>",
      "refs": {
        "UserPolicyGrantPrincipal$allUsersGrantFilter": "<p>The all users grant filter of the user policy grant principal.</p>"
      }
    },
    "ApplicableAssetTypes": {
      "base": null,
      "refs": {
        "CreateSubscriptionTargetInput$applicableAssetTypes": "<p>The asset types that can be included in the subscription target.</p>",
        "CreateSubscriptionTargetOutput$applicableAssetTypes": "<p>The asset types that can be included in the subscription target.</p>",
        "GetSubscriptionTargetOutput$applicableAssetTypes": "<p>The asset types associated with the subscription target.</p>",
        "SubscriptionTargetSummary$applicableAssetTypes": "<p>The asset types included in the subscription target.</p>",
        "UpdateSubscriptionTargetInput$applicableAssetTypes": "<p>The applicable asset types to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>",
        "UpdateSubscriptionTargetOutput$applicableAssetTypes": "<p>The applicable asset types to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>"
      }
    },
    "AssetFilterConfiguration": {
      "base": "<p>The configuration details of the asset filter.</p>",
      "refs": {
        "CreateAssetFilterInput$configuration": "<p>The configuration of the asset filter.</p>",
        "CreateAssetFilterOutput$configuration": "<p>The configuration of the asset filter.</p>",
        "GetAssetFilterOutput$configuration": "<p>The configuration of the asset filter.</p>",
        "UpdateAssetFilterInput$configuration": "<p>The configuration of the asset filter.</p>",
        "UpdateAssetFilterOutput$configuration": "<p>The configuration of the asset filter.</p>"
      }
    },
    "AssetFilterSummary": {
      "base": "<p>The summary of the asset filter.</p>",
      "refs": {
        "AssetFilters$member": null
      }
    },
    "AssetFilters": {
      "base": null,
      "refs": {
        "ListAssetFiltersOutput$items": "<p>The results of the <code>ListAssetFilters</code> action.</p>"
      }
    },
    "AssetId": {
      "base": null,
      "refs": {
        "AcceptPredictionsOutput$assetId": "<p>The ID of the asset.</p>",
        "AcceptedAssetScope$assetId": "<p>The asset ID of the accepted asset scope.</p>",
        "AssetFilterSummary$assetId": "<p>The ID of the data asset.</p>",
        "AssetListing$assetId": "<p>The identifier of an asset published in an Amazon DataZone catalog. </p>",
        "AssetListingItem$entityId": "<p>The identifier of the inventory asset.</p>",
        "AssetRevision$id": "<p>The identifier of the inventory asset revision.</p>",
        "AssetScope$assetId": "<p>The asset ID of the asset scope.</p>",
        "AssetTargetNameMap$assetId": "<p>The identifier of the inventory asset.</p>",
        "CreateAssetFilterInput$assetIdentifier": "<p>The ID of the data asset.</p>",
        "CreateAssetFilterOutput$assetId": "<p>The ID of the asset.</p>",
        "CreateAssetOutput$id": "<p>The unique identifier of the created asset.</p>",
        "CreateAssetRevisionOutput$id": "<p>The unique identifier of the asset revision.</p>",
        "DeleteAssetFilterInput$assetIdentifier": "<p>The ID of the data asset.</p>",
        "GetAssetFilterInput$assetIdentifier": "<p>The ID of the data asset.</p>",
        "GetAssetFilterOutput$assetId": "<p>The ID of the data asset.</p>",
        "GetAssetOutput$id": "<p>The ID of the asset.</p>",
        "ListAssetFiltersInput$assetIdentifier": "<p>The ID of the data asset.</p>",
        "RejectPredictionsOutput$assetId": "<p>The ID of the asset.</p>",
        "SubscribedAsset$assetId": "<p>The identifier of the asset for which the subscription grant is created.</p>",
        "SubscribedAssetListing$entityId": "<p>The identifier of the published asset for which the subscription grant is created.</p>",
        "SubscribedProductListing$entityId": "<p>The ID of the data product listing.</p>",
        "UpdateAssetFilterInput$assetIdentifier": "<p>The ID of the data asset.</p>",
        "UpdateAssetFilterOutput$assetId": "<p>The ID of the data asset.</p>",
        "UpdateSubscriptionGrantStatusInput$assetIdentifier": "<p>The identifier of the asset the subscription grant status of which is to be updated.</p>"
      }
    },
    "AssetIdentifier": {
      "base": null,
      "refs": {
        "AcceptPredictionsInput$identifier": "<p>The identifier of the asset.</p>",
        "AssetItem$identifier": "<p>the identifier of the Amazon DataZone inventory asset.</p>",
        "CreateAssetRevisionInput$identifier": "<p>The identifier of the asset.</p>",
        "DeleteAssetInput$identifier": "<p>The identifier of the asset that is deleted.</p>",
        "GetAssetInput$identifier": "<p>The ID of the Amazon DataZone asset.</p> <p>This parameter supports either the value of <code>assetId</code> or <code>externalIdentifier</code> as input. If you are passing the value of <code>externalIdentifier</code>, you must prefix this value with <code>externalIdentifer%2F</code>.</p>",
        "ListAssetRevisionsInput$identifier": "<p>The identifier of the asset.</p>",
        "RejectPredictionsInput$identifier": "<p>The identifier of the prediction.</p>"
      }
    },
    "AssetInDataProductListingItem": {
      "base": "<p>The listing of the asset in a data product.</p>",
      "refs": {
        "AssetInDataProductListingItems$member": null
      }
    },
    "AssetInDataProductListingItems": {
      "base": null,
      "refs": {
        "SubscribedProductListing$assetListings": "<p>The data assets of the data product listing.</p>"
      }
    },
    "AssetItem": {
      "base": "<p>A Amazon DataZone inventory asset.</p>",
      "refs": {
        "SearchInventoryResultItem$assetItem": "<p>The asset item included in the search results.</p>"
      }
    },
    "AssetItemAdditionalAttributes": {
      "base": "<p>The additional attributes of an inventory asset.</p>",
      "refs": {
        "AssetItem$additionalAttributes": "<p>The additional attributes of a Amazon DataZone inventory asset. </p>"
      }
    },
    "AssetItemGovernedGlossaryTermsList": {
      "base": null,
      "refs": {
        "AssetItem$governedGlossaryTerms": "<p>The restricted glossary terms accociated with an asset.</p>"
      }
    },
    "AssetListing": {
      "base": "<p>An asset published in an Amazon DataZone catalog.</p>",
      "refs": {
        "ListingItem$assetListing": "<p>An asset published in an Amazon DataZone catalog.</p>"
      }
    },
    "AssetListingDetails": {
      "base": "<p>The details of an asset published in an Amazon DataZone catalog. </p>",
      "refs": {
        "CreateAssetOutput$listing": "<p>The details of an asset published in an Amazon DataZone catalog.</p>",
        "CreateAssetRevisionOutput$listing": "<p>The details of an asset published in an Amazon DataZone catalog. </p>",
        "GetAssetOutput$listing": "<p>The listing of the asset.</p>"
      }
    },
    "AssetListingGovernedGlossaryTermsList": {
      "base": null,
      "refs": {
        "AssetListing$governedGlossaryTerms": "<p>The restricted glossary terms associated with an asset.</p>"
      }
    },
    "AssetListingItem": {
      "base": "<p>The details of an asset published in an Amazon DataZone catalog.</p>",
      "refs": {
        "SearchResultItem$assetListing": "<p>The asset listing included in the results of the <code>SearchListings</code> action.</p>"
      }
    },
    "AssetListingItemAdditionalAttributes": {
      "base": "<p>Additional attributes of an inventory asset.</p>",
      "refs": {
        "AssetListingItem$additionalAttributes": "<p>The additional attributes of an asset published in an Amazon DataZone catalog.</p>"
      }
    },
    "AssetListingItemGovernedGlossaryTermsList": {
      "base": null,
      "refs": {
        "AssetListingItem$governedGlossaryTerms": "<p>The restricted glossary terms associated with an asset.</p>"
      }
    },
    "AssetName": {
      "base": null,
      "refs": {
        "AssetItem$name": "<p>The name of the Amazon DataZone inventory asset.</p>",
        "AssetListingItem$name": "<p>The name of the inventory asset.</p>",
        "CreateAssetInput$name": "<p>Asset name.</p>",
        "CreateAssetOutput$name": "<p>The name of the created asset.</p>",
        "CreateAssetRevisionInput$name": "<p>Te revised name of the asset.</p>",
        "CreateAssetRevisionOutput$name": "<p>The revised name of the asset.</p>",
        "GetAssetOutput$name": "<p>The name of the asset.</p>"
      }
    },
    "AssetRevision": {
      "base": "<p>The revision of an inventory asset.</p>",
      "refs": {
        "AssetRevisions$member": null
      }
    },
    "AssetRevisions": {
      "base": null,
      "refs": {
        "ListAssetRevisionsOutput$items": "<p>The results of the <code>ListAssetRevisions</code> action.</p>"
      }
    },
    "AssetScope": {
      "base": "<p>The asset scope.</p>",
      "refs": {
        "SubscribedAsset$assetScope": "<p>The asset scope of the subscribed asset.</p>",
        "SubscribedAssetListing$assetScope": "<p>The asset scope of the subscribed asset listing.</p>"
      }
    },
    "AssetTargetNameMap": {
      "base": "<p>The name map for assets.</p>",
      "refs": {
        "AssetTargetNames$member": null
      }
    },
    "AssetTargetNames": {
      "base": null,
      "refs": {
        "CreateSubscriptionGrantInput$assetTargetNames": "<p>The names of the assets for which the subscription grant is created.</p>"
      }
    },
    "AssetTypeIdentifier": {
      "base": null,
      "refs": {
        "AssetItem$typeIdentifier": "<p>The identifier of the asset type of the specified Amazon DataZone inventory asset.</p>",
        "AssetTypeIdentifiers$member": null,
        "CreateAssetInput$typeIdentifier": "<p>The unique identifier of this asset's type.</p>",
        "CreateAssetOutput$typeIdentifier": "<p>The identifier of the created asset type.</p>",
        "CreateAssetRevisionOutput$typeIdentifier": "<p>The identifier of the revision type.</p>",
        "DeleteAssetTypeInput$identifier": "<p>The identifier of the asset type that is deleted.</p>",
        "GetAssetOutput$typeIdentifier": "<p>The ID of the asset type.</p>",
        "GetAssetTypeInput$identifier": "<p>The ID of the asset type.</p>",
        "RuleAssetTypeList$member": null
      }
    },
    "AssetTypeIdentifiers": {
      "base": null,
      "refs": {
        "ListRulesInput$assetTypes": "<p>The asset types of the rule.</p>"
      }
    },
    "AssetTypeItem": {
      "base": "<p>The details of the asset type.</p>",
      "refs": {
        "SearchTypesResultItem$assetTypeItem": "<p>The asset type included in the results of the <code>SearchTypes</code> action.</p>"
      }
    },
    "AssetTypesForRule": {
      "base": "<p>The asset type for the rule details.</p>",
      "refs": {
        "RuleScope$assetType": "<p>The asset type included in the rule scope.</p>"
      }
    },
    "AssociateEnvironmentRoleInput": {
      "base": null,
      "refs": {}
    },
    "AssociateEnvironmentRoleOutput": {
      "base": null,
      "refs": {}
    },
    "AssociateGovernedTermsInput": {
      "base": null,
      "refs": {}
    },
    "AssociateGovernedTermsInputGovernedGlossaryTermsList": {
      "base": null,
      "refs": {
        "AssociateGovernedTermsInput$governedGlossaryTerms": "<p>The glossary terms in a restricted glossary.</p>"
      }
    },
    "AssociateGovernedTermsOutput": {
      "base": null,
      "refs": {}
    },
    "AthenaPropertiesInput": {
      "base": "<p>The Amazon Athena properties of a connection.</p>",
      "refs": {
        "ConnectionPropertiesInput$athenaProperties": "<p>The Amazon Athena properties of a connection.</p>"
      }
    },
    "AthenaPropertiesInputWorkgroupNameString": {
      "base": null,
      "refs": {
        "AthenaPropertiesInput$workgroupName": "<p>The Amazon Athena workgroup name of a connection.</p>"
      }
    },
    "AthenaPropertiesOutput": {
      "base": "<p>The Amazon Athena properties of a connection.</p>",
      "refs": {
        "ConnectionPropertiesOutput$athenaProperties": "<p>The Amazon Athena properties of a connection.</p>"
      }
    },
    "AthenaPropertiesOutputWorkgroupNameString": {
      "base": null,
      "refs": {
        "AthenaPropertiesOutput$workgroupName": "<p>The Amazon Athena workgroup name of a connection.</p>"
      }
    },
    "AthenaPropertiesPatch": {
      "base": "<p>The Amazon Athena properties patch of a connection.</p>",
      "refs": {
        "ConnectionPropertiesPatch$athenaProperties": "<p>The Amazon Athena properties of a connection properties patch.</p>"
      }
    },
    "AthenaPropertiesPatchWorkgroupNameString": {
      "base": null,
      "refs": {
        "AthenaPropertiesPatch$workgroupName": "<p>The Amazon Athena workgroup name of a connection.</p>"
      }
    },
    "Attribute": {
      "base": null,
      "refs": {
        "AggregationListItem$attribute": "<p>An attribute on which to compute aggregations.</p>",
        "AggregationOutput$attribute": "<p>The attribute for this aggregation.</p>",
        "Filter$attribute": "<p>A search filter attribute in Amazon DataZone.</p>",
        "SearchInItem$attribute": "<p>The search attribute.</p>",
        "SearchSort$attribute": "<p>The attribute detail of the way to sort search results.</p>",
        "TextMatchItem$attribute": "<p>The name of the attribute.</p>"
      }
    },
    "AuthType": {
      "base": null,
      "refs": {
        "SingleSignOn$type": "<p>The type of single sign-on in Amazon DataZone.</p>"
      }
    },
    "AuthenticationConfiguration": {
      "base": "<p>The authentication configuration of a connection.</p>",
      "refs": {
        "GlueConnection$authenticationConfiguration": "<p>The authentication configuration of the Amazon Web Services Glue connection.</p>"
      }
    },
    "AuthenticationConfigurationInput": {
      "base": "<p>The authentication configuration of a connection.</p>",
      "refs": {
        "GlueConnectionInput$authenticationConfiguration": "<p>The authentication configuration of the Amazon Web Services Glue connection.</p>"
      }
    },
    "AuthenticationConfigurationInputKmsKeyArnString": {
      "base": null,
      "refs": {
        "AuthenticationConfigurationInput$kmsKeyArn": "<p>The KMS key ARN of a connection.</p>"
      }
    },
    "AuthenticationConfigurationInputSecretArnString": {
      "base": null,
      "refs": {
        "AuthenticationConfigurationInput$secretArn": "<p>The secret ARN of a connection.</p>"
      }
    },
    "AuthenticationConfigurationPatch": {
      "base": "<p>The authentication configuration patch of a connection. </p>",
      "refs": {
        "GlueConnectionPatch$authenticationConfiguration": "<p>The authentication configuration of the Amazon Web Services Glue connection patch.</p>"
      }
    },
    "AuthenticationConfigurationPatchSecretArnString": {
      "base": null,
      "refs": {
        "AuthenticationConfigurationPatch$secretArn": "<p>The secret ARN of a connection.</p>"
      }
    },
    "AuthenticationConfigurationSecretArnString": {
      "base": null,
      "refs": {
        "AuthenticationConfiguration$secretArn": "<p>The secret ARN of a connection.</p>"
      }
    },
    "AuthenticationType": {
      "base": null,
      "refs": {
        "AuthenticationConfiguration$authenticationType": "<p>The authentication type of a connection.</p>",
        "AuthenticationConfigurationInput$authenticationType": "<p>The authentication type of a connection.</p>"
      }
    },
    "AuthorizationCodeProperties": {
      "base": "<p>The authorization code properties of a connection.</p>",
      "refs": {
        "OAuth2Properties$authorizationCodeProperties": "<p>The authorization code properties of the OAuth2 properties.</p>"
      }
    },
    "AuthorizationCodePropertiesAuthorizationCodeString": {
      "base": null,
      "refs": {
        "AuthorizationCodeProperties$authorizationCode": "<p>The authorization code of a connection.</p>"
      }
    },
    "AuthorizationCodePropertiesRedirectUriString": {
      "base": null,
      "refs": {
        "AuthorizationCodeProperties$redirectUri": "<p>The redirect URI of a connection.</p>"
      }
    },
    "AuthorizedPrincipalIdentifier": {
      "base": null,
      "refs": {
        "AuthorizedPrincipalIdentifiers$member": null
      }
    },
    "AuthorizedPrincipalIdentifiers": {
      "base": null,
      "refs": {
        "CreateSubscriptionTargetInput$authorizedPrincipals": "<p>The authorized principals of the subscription target.</p>",
        "CreateSubscriptionTargetOutput$authorizedPrincipals": "<p>The authorised principals of the subscription target.</p>",
        "GetSubscriptionTargetOutput$authorizedPrincipals": "<p>The authorized principals of the subscription target.</p>",
        "SubscriptionTargetSummary$authorizedPrincipals": "<p>The authorized principals included in the subscription target.</p>",
        "UpdateSubscriptionTargetInput$authorizedPrincipals": "<p>The authorized principals to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>",
        "UpdateSubscriptionTargetOutput$authorizedPrincipals": "<p>The authorized principals to be updated as part of the <code>UpdateSubscriptionTarget</code> action. Updates are supported in batches of 5 at a time.</p>"
      }
    },
    "AwsAccount": {
      "base": "<p>The account ID of a project.</p>",
      "refs": {
        "EnvironmentConfiguration$awsAccount": "<p>The Amazon Web Services account of the environment.</p>"
      }
    },
    "AwsAccountId": {
      "base": null,
      "refs": {
        "AccountInfo$awsAccountId": "<p>The account ID.</p>",
        "AwsAccount$awsAccountId": "<p>The account ID of a project.</p>",
        "AwsLocation$awsAccountId": "<p>The account ID of a connection.</p>",
        "CreateEnvironmentOutput$awsAccountId": "<p>The Amazon Web Services account in which the Amazon DataZone environment is created.</p>",
        "CreateEnvironmentProfileInput$awsAccountId": "<p>The Amazon Web Services account in which the Amazon DataZone environment is created.</p>",
        "CreateEnvironmentProfileOutput$awsAccountId": "<p>The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.</p>",
        "EnvironmentProfileSummary$awsAccountId": "<p>The identifier of an Amazon Web Services account in which an environment profile exists.</p>",
        "EnvironmentResolvedAccount$awsAccountId": "<p>The ID of the resolved account.</p>",
        "EnvironmentSummary$awsAccountId": "<p>The identifier of the Amazon Web Services account in which an environment exists.</p>",
        "GetEnvironmentOutput$awsAccountId": "<p>The ID of the Amazon Web Services account where the environment exists.</p>",
        "GetEnvironmentProfileOutput$awsAccountId": "<p>The ID of the Amazon Web Services account where this environment profile exists.</p>",
        "ListEnvironmentProfilesInput$awsAccountId": "<p>The identifier of the Amazon Web Services account where you want to list environment profiles.</p>",
        "ListEnvironmentsInput$awsAccountId": "<p>The identifier of the Amazon Web Services account where you want to list environments.</p>",
        "UpdateEnvironmentOutput$awsAccountId": "<p>The identifier of the Amazon Web Services account in which the environment is to be updated.</p>",
        "UpdateEnvironmentProfileInput$awsAccountId": "<p>The Amazon Web Services account in which a specified environment profile is to be udpated.</p>",
        "UpdateEnvironmentProfileOutput$awsAccountId": "<p>The Amazon Web Services account in which a specified environment profile is to be udpated.</p>"
      }
    },
    "AwsAccountName": {
      "base": null,
      "refs": {
        "AccountInfo$awsAccountName": "<p>The account name.</p>"
      }
    },
    "AwsConsoleLinkParameters": {
      "base": "<p>The parameters of the console link specified as part of the environment action.</p>",
      "refs": {
        "ActionParameters$awsConsoleLink": "<p>The console link specified as part of the environment action.</p>"
      }
    },
    "AwsLocation": {
      "base": "<p>The location of a project.</p>",
      "refs": {
        "CreateConnectionInput$awsLocation": "<p>The location where the connection is created.</p>",
        "PhysicalEndpoint$awsLocation": "<p>The location of a connection.</p>",
        "UpdateConnectionInput$awsLocation": "<p>The location where a connection is to be updated.</p>"
      }
    },
    "AwsLocationAccessRoleString": {
      "base": null,
      "refs": {
        "AwsLocation$accessRole": "<p>The access role of a connection.</p>"
      }
    },
    "AwsRegion": {
      "base": null,
      "refs": {
        "AwsLocation$awsRegion": "<p>The Region of a connection.</p>",
        "AwsRegionList$member": null,
        "CreateEnvironmentOutput$awsAccountRegion": "<p>The Amazon Web Services region in which the Amazon DataZone environment is created.</p>",
        "CreateEnvironmentProfileInput$awsAccountRegion": "<p>The Amazon Web Services region in which this environment profile is created.</p>",
        "CreateEnvironmentProfileOutput$awsAccountRegion": "<p>The Amazon Web Services region in which this Amazon DataZone environment profile is created.</p>",
        "EnvironmentProfileSummary$awsAccountRegion": "<p>The Amazon Web Services Region in which an environment profile exists.</p>",
        "EnvironmentResolvedAccount$regionName": "<p>The name of the resolved Region.</p>",
        "EnvironmentSummary$awsAccountRegion": "<p>The Amazon Web Services Region in which an environment exists.</p>",
        "GetEnvironmentOutput$awsAccountRegion": "<p>The Amazon Web Services region where the environment exists.</p>",
        "GetEnvironmentProfileOutput$awsAccountRegion": "<p>The Amazon Web Services region where this environment profile exists.</p>",
        "ListEnvironmentProfilesInput$awsAccountRegion": "<p>The Amazon Web Services region where you want to list environment profiles.</p>",
        "ListEnvironmentsInput$awsAccountRegion": "<p>The Amazon Web Services region where you want to list environments.</p>",
        "UpdateEnvironmentOutput$awsAccountRegion": "<p>The Amazon Web Services Region in which the environment is updated.</p>",
        "UpdateEnvironmentProfileInput$awsAccountRegion": "<p>The Amazon Web Services Region in which a specified environment profile is to be updated.</p>",
        "UpdateEnvironmentProfileOutput$awsAccountRegion": "<p>The Amazon Web Services Region in which a specified environment profile is to be updated.</p>"
      }
    },
    "AwsRegionList": {
      "base": null,
      "refs": {
        "AccountInfo$supportedRegions": "<p>The regions supported for an account within an account pool. </p>"
      }
    },
    "BasicAuthenticationCredentials": {
      "base": "<p>The basic authentication credentials of a connection.</p>",
      "refs": {
        "AuthenticationConfigurationInput$basicAuthenticationCredentials": "<p>The basic authentication credentials of a connection.</p>",
        "AuthenticationConfigurationPatch$basicAuthenticationCredentials": "<p>The basic authentication credentials of a connection.</p>"
      }
    },
    "BasicAuthenticationCredentialsPasswordString": {
      "base": null,
      "refs": {
        "BasicAuthenticationCredentials$password": "<p>The password for a connection.</p>"
      }
    },
    "BasicAuthenticationCredentialsUserNameString": {
      "base": null,
      "refs": {
        "BasicAuthenticationCredentials$userName": "<p>The user name for the connecion.</p>"
      }
    },
    "Boolean": {
      "base": null,
      "refs": {
        "AddToProjectMemberPoolPolicyGrantDetail$includeChildDomainUnits": "<p>Specifies whether the policy grant is applied to child domain units.</p>",
        "BusinessNameGenerationConfiguration$enabled": "<p>Specifies whether the business name generation is enabled.</p>",
        "CancelSubscriptionOutput$retainPermissions": "<p>Specifies whether the permissions to the asset are retained after the subscription is cancelled.</p>",
        "CreateAssetTypePolicyGrantDetail$includeChildDomainUnits": "<p>Specifies whether the policy grant is applied to child domain units.</p>",
        "CreateDataSourceInput$publishOnImport": "<p>Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.</p>",
        "CreateDataSourceOutput$publishOnImport": "<p>Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.</p>",
        "CreateDomainUnitPolicyGrantDetail$includeChildDomainUnits": "<p>Specifies whether the policy grant is applied to child domain units.</p>",
        "CreateFormTypePolicyGrantDetail$includeChildDomainUnits": "<p>Specifies whether the policy grant is applied to child domain units.</p>",
        "CreateGlossaryPolicyGrantDetail$includeChildDomainUnits": "<p>Specifies whether the policy grant is applied to child domain units.</p>",
        "CreateProjectFromProjectProfilePolicyGrantDetail$includeChildDomainUnits": "<p>Specifies whether to include child domain units when creating a project from project profile policy grant details</p>",
        "CreateProjectPolicyGrantDetail$includeChildDomainUnits": "<p>Specifies whether the policy grant is applied to child domain units.</p>",
        "CustomParameter$isEditable": "<p>Specifies whether the parameter is editable.</p>",
        "CustomParameter$isOptional": "<p>Specifies whether the custom parameter is optional.</p>",
        "CustomParameter$isUpdateSupported": "<p>Specifies whether a parameter value can be updated after creation. </p>",
        "DeleteDataSourceInput$retainPermissionsOnRevokeFailure": "<p>Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.</p>",
        "DeleteDataSourceOutput$publishOnImport": "<p>Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.</p>",
        "DeleteDataSourceOutput$retainPermissionsOnRevokeFailure": "<p>Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.</p>",
        "DeleteDomainInput$skipDeletionCheck": "<p>Specifies the optional flag to delete all child entities within the domain.</p>",
        "DeleteProjectInput$skipDeletionCheck": "<p>Specifies the optional flag to delete all child entities within the project.</p>",
        "Deployment$isDeploymentComplete": "<p>Specifies whether the last deployment of the environment is complete.</p>",
        "DomainUnitFilterForProject$includeChildDomainUnits": "<p>Specifies whether to include child domain units.</p>",
        "DomainUnitTarget$includeChildDomainUnits": "<p>Specifies whether to apply a rule to the child domain units.</p>",
        "EnvironmentConfigurationParameter$isEditable": "<p>Specifies whether the environment parameter is editable.</p>",
        "FormEntryInput$required": "<p>Specifies whether a form entry is required.</p>",
        "FormEntryOutput$required": "<p>Specifies whether a form entry is required.</p>",
        "GetConnectionInput$withSecret": "<p>Specifies whether a connection has a secret.</p>",
        "GetDataSourceOutput$publishOnImport": "<p>Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.</p>",
        "GetSubscriptionOutput$retainPermissions": "<p>The retain permissions of the subscription.</p>",
        "GlueConnectionInput$validateCredentials": "<p>Speciefies whether to validate credentials of the Amazon Web Services Glue connection.</p>",
        "GlueRunConfigurationInput$autoImportDataQualityResult": "<p>Specifies whether to automatically import data quality metrics as part of the data source run.</p>",
        "GlueRunConfigurationOutput$autoImportDataQualityResult": "<p>Specifies whether to automatically import data quality metrics as part of the data source run.</p>",
        "IamPropertiesInput$glueLineageSyncEnabled": "<p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.</p>",
        "IamPropertiesOutput$glueLineageSyncEnabled": "<p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.</p>",
        "IamPropertiesPatch$glueLineageSyncEnabled": "<p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.</p>",
        "ListEnvironmentBlueprintsInput$managed": "<p>Specifies whether the environment blueprint is managed by Amazon DataZone.</p>",
        "ListRulesInput$dataProduct": "<p>The data product of the rule.</p>",
        "ListRulesInput$includeCascaded": "<p>Specifies whether to include cascading rules in the results.</p>",
        "OverrideDomainUnitOwnersPolicyGrantDetail$includeChildDomainUnits": "<p>Specifies whether the policy is inherited by child domain units.</p>",
        "OverrideProjectOwnersPolicyGrantDetail$includeChildDomainUnits": "<p>Specifies whether the policy is inherited by child domain units.</p>",
        "RecommendationConfiguration$enableBusinessNameGeneration": "<p>Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.</p>",
        "RedshiftLineageSyncConfigurationInput$enabled": "<p>Specifies whether the Amaon Redshift lineage sync configuration is enabled.</p>",
        "RedshiftLineageSyncConfigurationOutput$enabled": "<p>Specifies whether the Amaon Redshift lineage sync configuration is enabled.</p>",
        "RedshiftPropertiesOutput$isProvisionedSecret": "<p>Specifies whether Amaon Redshift properties has a provisioned secret.</p>",
        "RevokeSubscriptionInput$retainPermissions": "<p>Specifies whether permissions are retained when the subscription is revoked.</p>",
        "RevokeSubscriptionOutput$retainPermissions": "<p>Specifies whether permissions are retained when the subscription is revoked.</p>",
        "RowFilterConfiguration$sensitive": "<p>Specifies whether the row filter is sensitive.</p>",
        "RuleScope$dataProduct": "<p>The data product included in the rule scope.</p>",
        "SearchTypesInput$managed": "<p>Specifies whether the search is managed.</p>",
        "SubscriptionSummary$retainPermissions": "<p>The retain permissions included in the subscription.</p>",
        "UpdateDataSourceInput$publishOnImport": "<p>The publish on import setting to be updated as part of the <code>UpdateDataSource</code> action.</p>",
        "UpdateDataSourceInput$retainPermissionsOnRevokeFailure": "<p>Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.</p>",
        "UpdateDataSourceOutput$publishOnImport": "<p>The publish on import setting to be updated as part of the <code>UpdateDataSource</code> action.</p>",
        "UpdateDataSourceOutput$retainPermissionsOnRevokeFailure": "<p>Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.</p>",
        "UpdateRuleInput$includeChildDomainUnits": "<p>Specifies whether to update this rule in the child domain units.</p>"
      }
    },
    "BusinessNameGenerationConfiguration": {
      "base": "<p>The configuration of the business name generation.</p>",
      "refs": {
        "PredictionConfiguration$businessNameGeneration": "<p>The business name generation mechanism.</p>"
      }
    },
    "CancelMetadataGenerationRunInput": {
      "base": null,
      "refs": {}
    },
    "CancelMetadataGenerationRunOutput": {
      "base": null,
      "refs": {}
    },
    "CancelSubscriptionInput": {
      "base": null,
      "refs": {}
    },
    "CancelSubscriptionOutput": {
      "base": null,
      "refs": {}
    },
    "ChangeAction": {
      "base": null,
      "refs": {
        "CreateListingChangeSetInput$action": "<p>Specifies whether to publish or unpublish a listing.</p>"
      }
    },
    "ClientToken": {
      "base": null,
      "refs": {
        "AcceptPredictionsInput$clientToken": "<p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>",
        "AddEntityOwnerInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "AddPolicyGrantInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateAssetInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateAssetRevisionInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateDataProductInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateDataProductRevisionInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateDomainUnitInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateGlossaryInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateGlossaryTermInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateListingChangeSetInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateRuleInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "DeleteTimeSeriesDataPointsInput$clientToken": "<p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>",
        "PostLineageEventInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "PostTimeSeriesDataPointsInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "RejectPredictionsInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "RemoveEntityOwnerInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "RemovePolicyGrantInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "StartMetadataGenerationRunInput$clientToken": "<p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>",
        "UpdateGlossaryInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>"
      }
    },
    "CloudFormationProperties": {
      "base": "<p>Part of the provisioning properties of the environment blueprint.</p>",
      "refs": {
        "ProvisioningProperties$cloudFormation": "<p>The cloud formation properties included as part of the provisioning properties of an environment blueprint.</p>"
      }
    },
    "ColumnFilterConfiguration": {
      "base": "<p>The column configuration of the asset filter.</p>",
      "refs": {
        "AssetFilterConfiguration$columnConfiguration": "<p>The column configuration of the asset filter.</p>"
      }
    },
    "ColumnNameList": {
      "base": null,
      "refs": {
        "AssetFilterSummary$effectiveColumnNames": "<p>The effective column names of the asset filter.</p>",
        "ColumnFilterConfiguration$includedColumnNames": "<p>Specifies whether to include column names.</p>",
        "CreateAssetFilterOutput$effectiveColumnNames": "<p>The column names in the asset filter.</p>",
        "GetAssetFilterOutput$effectiveColumnNames": "<p>The column names of the asset filter.</p>",
        "UpdateAssetFilterOutput$effectiveColumnNames": "<p>The column names of the asset filter.</p>"
      }
    },
    "ComputeEnvironments": {
      "base": null,
      "refs": {
        "ComputeEnvironmentsList$member": null
      }
    },
    "ComputeEnvironmentsList": {
      "base": null,
      "refs": {
        "GlueConnection$compatibleComputeEnvironments": "<p>The compatible compute environments of the Amazon Web Services Glue connection.</p>",
        "GlueConnectionInput$validateForComputeEnvironments": "<p>Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.</p>"
      }
    },
    "ConfigurableActionParameter": {
      "base": "<p>The details of the parameters for the configurable environment action.</p>",
      "refs": {
        "ConfigurableActionParameterList$member": null
      }
    },
    "ConfigurableActionParameterList": {
      "base": null,
      "refs": {
        "ConfigurableEnvironmentAction$parameters": "<p>The parameters of a configurable action in a Amazon DataZone environment.</p>"
      }
    },
    "ConfigurableActionTypeAuthorization": {
      "base": null,
      "refs": {
        "ConfigurableEnvironmentAction$auth": "<p>The authentication type of a configurable action of a Amazon DataZone environment. </p>"
      }
    },
    "ConfigurableEnvironmentAction": {
      "base": "<p>The configurable action of a Amazon DataZone environment.</p>",
      "refs": {
        "EnvironmentActionList$member": null
      }
    },
    "ConflictException": {
      "base": "<p>There is a conflict while performing this action.</p>",
      "refs": {}
    },
    "ConnectionCredentials": {
      "base": "<p>The credentials of a connection.</p>",
      "refs": {
        "GetConnectionOutput$connectionCredentials": "<p>Connection credentials.</p>"
      }
    },
    "ConnectionId": {
      "base": null,
      "refs": {
        "AwsLocation$iamConnectionId": "<p>The IAM connection ID of a connection.</p>",
        "ConnectionSummary$connectionId": "<p>The ID of a connection.</p>",
        "CreateConnectionOutput$connectionId": "<p>The ID of the connection.</p>",
        "DeleteConnectionInput$identifier": "<p>The ID of the connection that is deleted.</p>",
        "GetConnectionInput$identifier": "<p>The connection ID.</p>",
        "GetConnectionOutput$connectionId": "<p>The ID of the connection.</p>",
        "UpdateConnectionInput$identifier": "<p>The ID of the connection to be updated.</p>",
        "UpdateConnectionOutput$connectionId": "<p>The ID of the connection.</p>"
      }
    },
    "ConnectionName": {
      "base": null,
      "refs": {
        "ConnectionSummary$name": "<p>The connection name.</p>",
        "CreateConnectionInput$name": "<p>The connection name.</p>",
        "CreateConnectionOutput$name": "<p>The connection name.</p>",
        "GetConnectionOutput$name": "<p>The name of the connection.</p>",
        "ListConnectionsInput$name": "<p>The name of the connection.</p>",
        "UpdateConnectionOutput$name": "<p>The name of the connection.</p>"
      }
    },
    "ConnectionProperties": {
      "base": null,
      "refs": {
        "GlueConnection$connectionProperties": "<p>The properties of the Amazon Web Services Glue connection.</p>",
        "GlueConnectionInput$connectionProperties": "<p>The connection properties of the Amazon Web Services Glue connection.</p>",
        "GlueConnectionPatch$connectionProperties": "<p>The properties of the Amazon Web Services Glue connection patch.</p>"
      }
    },
    "ConnectionPropertiesInput": {
      "base": "<p>The properties of a connection.</p>",
      "refs": {
        "CreateConnectionInput$props": "<p>The connection props.</p>"
      }
    },
    "ConnectionPropertiesOutput": {
      "base": "<p>The properties of a connection.</p>",
      "refs": {
        "ConnectionSummary$props": "<p>The connection props.</p>",
        "CreateConnectionOutput$props": "<p>The connection props.</p>",
        "GetConnectionOutput$props": "<p>Connection props.</p>",
        "UpdateConnectionOutput$props": "<p>The connection props.</p>"
      }
    },
    "ConnectionPropertiesPatch": {
      "base": "<p>The connection properties patch.</p>",
      "refs": {
        "UpdateConnectionInput$props": "<p>The connection props.</p>"
      }
    },
    "ConnectionPropertiesValueString": {
      "base": null,
      "refs": {
        "ConnectionProperties$value": null
      }
    },
    "ConnectionStatus": {
      "base": null,
      "refs": {
        "GlueConnection$status": "<p>The status of the Amazon Web Services Glue connection.</p>",
        "GluePropertiesOutput$status": "<p>The status of a connection.</p>",
        "RedshiftPropertiesOutput$status": "<p>The status in the Amazon Redshift properties.</p>",
        "S3PropertiesOutput$status": "<p>The status of the Amazon S3 connection.</p>"
      }
    },
    "ConnectionSummaries": {
      "base": null,
      "refs": {
        "ListConnectionsOutput$items": "<p>The results of the ListConnections action.</p>"
      }
    },
    "ConnectionSummary": {
      "base": "<p>The summary of a connection.</p>",
      "refs": {
        "ConnectionSummaries$member": null
      }
    },
    "ConnectionType": {
      "base": null,
      "refs": {
        "ConnectionSummary$type": "<p>The connection type.</p>",
        "CreateConnectionOutput$type": "<p>The connection type.</p>",
        "GetConnectionOutput$type": "<p>The type of the connection.</p>",
        "GlueConnection$connectionType": "<p>The type of the Amazon Web Services Glue connection.</p>",
        "ListConnectionsInput$type": "<p>The type of connection.</p>",
        "UpdateConnectionOutput$type": "<p>The connection type.</p>"
      }
    },
    "CreateAccountPoolInput": {
      "base": null,
      "refs": {}
    },
    "CreateAccountPoolOutput": {
      "base": null,
      "refs": {}
    },
    "CreateAssetFilterInput": {
      "base": null,
      "refs": {}
    },
    "CreateAssetFilterOutput": {
      "base": null,
      "refs": {}
    },
    "CreateAssetInput": {
      "base": null,
      "refs": {}
    },
    "CreateAssetOutput": {
      "base": null,
      "refs": {}
    },
    "CreateAssetOutputGovernedGlossaryTermsList": {
      "base": null,
      "refs": {
        "CreateAssetOutput$governedGlossaryTerms": "<p>The glossary terms in a restricted glossary.</p>"
      }
    },
    "CreateAssetRevisionInput": {
      "base": null,
      "refs": {}
    },
    "CreateAssetRevisionOutput": {
      "base": null,
      "refs": {}
    },
    "CreateAssetRevisionOutputGovernedGlossaryTermsList": {
      "base": null,
      "refs": {
        "CreateAssetRevisionOutput$governedGlossaryTerms": "<p>The glossary terms in a restricted glossary.</p>"
      }
    },
    "CreateAssetTypeInput": {
      "base": null,
      "refs": {}
    },
    "CreateAssetTypeOutput": {
      "base": null,
      "refs": {}
    },
    "CreateAssetTypePolicyGrantDetail": {
      "base": "<p>The details of the policy grant.</p>",
      "refs": {
        "PolicyGrantDetail$createAssetType": "<p>Specifies that this is a create asset type policy.</p>"
      }
    },
    "CreateConnectionInput": {
      "base": null,
      "refs": {}
    },
    "CreateConnectionInputDescriptionString": {
      "base": null,
      "refs": {
        "CreateConnectionInput$description": "<p>A connection description.</p>"
      }
    },
    "CreateConnectionOutput": {
      "base": null,
      "refs": {}
    },
    "CreateDataProductInput": {
      "base": null,
      "refs": {}
    },
    "CreateDataProductOutput": {
      "base": null,
      "refs": {}
    },
    "CreateDataProductRevisionInput": {
      "base": null,
      "refs": {}
    },
    "CreateDataProductRevisionOutput": {
      "base": null,
      "refs": {}
    },
    "CreateDataSourceInput": {
      "base": null,
      "refs": {}
    },
    "CreateDataSourceInputConnectionIdentifierString": {
      "base": null,
      "refs": {
        "CreateDataSourceInput$connectionIdentifier": "<p>The ID of the connection.</p>"
      }
    },
    "CreateDataSourceInputEnvironmentIdentifierString": {
      "base": null,
      "refs": {
        "CreateDataSourceInput$environmentIdentifier": "<p>The unique identifier of the Amazon DataZone environment to which the data source publishes assets. </p>"
      }
    },
    "CreateDataSourceInputProjectIdentifierString": {
      "base": null,
      "refs": {
        "CreateDataSourceInput$projectIdentifier": "<p>The identifier of the Amazon DataZone project in which you want to add this data source.</p>"
      }
    },
    "CreateDataSourceOutput": {
      "base": null,
      "refs": {}
    },
    "CreateDomainInput": {
      "base": null,
      "refs": {}
    },
    "CreateDomainOutput": {
      "base": null,
      "refs": {}
    },
    "CreateDomainUnitInput": {
      "base": null,
      "refs": {}
    },
    "CreateDomainUnitOutput": {
      "base": null,
      "refs": {}
    },
    "CreateDomainUnitPolicyGrantDetail": {
      "base": "<p>The details of the policy grant.</p>",
      "refs": {
        "PolicyGrantDetail$createDomainUnit": "<p>Specifies that this is a create domain unit policy.</p>"
      }
    },
    "CreateEnvironmentActionInput": {
      "base": null,
      "refs": {}
    },
    "CreateEnvironmentActionOutput": {
      "base": null,
      "refs": {}
    },
    "CreateEnvironmentBlueprintInput": {
      "base": null,
      "refs": {}
    },
    "CreateEnvironmentBlueprintOutput": {
      "base": null,
      "refs": {}
    },
    "CreateEnvironmentInput": {
      "base": null,
      "refs": {}
    },
    "CreateEnvironmentOutput": {
      "base": null,
      "refs": {}
    },
    "CreateEnvironmentProfileInput": {
      "base": null,
      "refs": {}
    },
    "CreateEnvironmentProfileOutput": {
      "base": null,
      "refs": {}
    },
    "CreateEnvironmentProfilePolicyGrantDetail": {
      "base": "<p>The details of the policy grant.</p>",
      "refs": {
        "PolicyGrantDetail$createEnvironmentProfile": "<p>Specifies that this is a create environment profile policy.</p>"
      }
    },
    "CreateFormTypeInput": {
      "base": null,
      "refs": {}
    },
    "CreateFormTypeOutput": {
      "base": null,
      "refs": {}
    },
    "CreateFormTypePolicyGrantDetail": {
      "base": "<p>The details of the policy grant.</p>",
      "refs": {
        "PolicyGrantDetail$createFormType": "<p>Specifies that this is a create form type policy.</p>"
      }
    },
    "CreateGlossaryInput": {
      "base": null,
      "refs": {}
    },
    "CreateGlossaryOutput": {
      "base": null,
      "refs": {}
    },
    "CreateGlossaryPolicyGrantDetail": {
      "base": "<p>The details of the policy grant.</p>",
      "refs": {
        "PolicyGrantDetail$createGlossary": "<p> Specifies that this is a create glossary policy.</p>"
      }
    },
    "CreateGlossaryTermInput": {
      "base": null,
      "refs": {}
    },
    "CreateGlossaryTermOutput": {
      "base": null,
      "refs": {}
    },
    "CreateGroupProfileInput": {
      "base": null,
      "refs": {}
    },
    "CreateGroupProfileOutput": {
      "base": null,
      "refs": {}
    },
    "CreateListingChangeSetInput": {
      "base": null,
      "refs": {}
    },
    "CreateListingChangeSetOutput": {
      "base": null,
      "refs": {}
    },
    "CreateProjectFromProjectProfilePolicyGrantDetail": {
      "base": "<p>Specifies whether to create a project from project profile policy grant details.</p>",
      "refs": {
        "PolicyGrantDetail$createProjectFromProjectProfile": "<p>Specifies whether to create a project from project profile.</p>"
      }
    },
    "CreateProjectInput": {
      "base": null,
      "refs": {}
    },
    "CreateProjectMembershipInput": {
      "base": null,
      "refs": {}
    },
    "CreateProjectMembershipOutput": {
      "base": null,
      "refs": {}
    },
    "CreateProjectOutput": {
      "base": null,
      "refs": {}
    },
    "CreateProjectPolicyGrantDetail": {
      "base": "<p>The details of the policy grant.</p>",
      "refs": {
        "PolicyGrantDetail$createProject": "<p>Specifies that this is a create project policy.</p>"
      }
    },
    "CreateProjectProfileInput": {
      "base": null,
      "refs": {}
    },
    "CreateProjectProfileOutput": {
      "base": null,
      "refs": {}
    },
    "CreateRuleInput": {
      "base": null,
      "refs": {}
    },
    "CreateRuleOutput": {
      "base": null,
      "refs": {}
    },
    "CreateSubscriptionGrantInput": {
      "base": null,
      "refs": {}
    },
    "CreateSubscriptionGrantOutput": {
      "base": null,
      "refs": {}
    },
    "CreateSubscriptionRequestInput": {
      "base": null,
      "refs": {}
    },
    "CreateSubscriptionRequestOutput": {
      "base": null,
      "refs": {}
    },
    "CreateSubscriptionRequestOutputSubscribedListingsList": {
      "base": null,
      "refs": {
        "CreateSubscriptionRequestOutput$subscribedListings": "<p>The published asset for which the subscription grant is to be created.</p>"
      }
    },
    "CreateSubscriptionRequestOutputSubscribedPrincipalsList": {
      "base": null,
      "refs": {
        "CreateSubscriptionRequestOutput$subscribedPrincipals": "<p>The subscribed principals of the subscription request.</p>"
      }
    },
    "CreateSubscriptionTargetInput": {
      "base": null,
      "refs": {}
    },
    "CreateSubscriptionTargetOutput": {
      "base": null,
      "refs": {}
    },
    "CreateUserProfileInput": {
      "base": null,
      "refs": {}
    },
    "CreateUserProfileOutput": {
      "base": null,
      "refs": {}
    },
    "CreatedAt": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestOutput$createdAt": "<p>The timestamp that specifies when the subscription request was accepted.</p>",
        "AssetFilterSummary$createdAt": "<p>The timestamp at which the asset filter was created.</p>",
        "AssetItem$createdAt": "<p>The timestamp of when the Amazon DataZone inventory asset was created.</p>",
        "AssetItem$firstRevisionCreatedAt": "<p>The timestamp of when the first revision of the inventory asset was created.</p>",
        "AssetListing$createdAt": "<p>The timestamp of when an asset published in an Amazon DataZone catalog was created. </p>",
        "AssetListingItem$createdAt": "<p>The timestamp of when an asset published in an Amazon DataZone catalog was created.</p>",
        "AssetRevision$createdAt": "<p>The timestamp of when an inventory asset revison was created.</p>",
        "AssetTypeItem$createdAt": "<p>The timestamp of when the asset type was created.</p>",
        "CancelSubscriptionOutput$createdAt": "<p>The timestamp that specifies when the request to cancel the subscription was created.</p>",
        "CreateAssetFilterOutput$createdAt": "<p>The timestamp at which the asset filter was created.</p>",
        "CreateAssetOutput$createdAt": "<p>The timestamp of when the asset was created.</p>",
        "CreateAssetOutput$firstRevisionCreatedAt": "<p>The timestamp of when the first revision of the asset took place.</p>",
        "CreateAssetRevisionOutput$createdAt": "<p>The timestamp of when the asset revision occured.</p>",
        "CreateAssetRevisionOutput$firstRevisionCreatedAt": "<p>The timestamp of when the first asset revision occured.</p>",
        "CreateAssetTypeOutput$createdAt": "<p>The timestamp of when the asset type is to be created.</p>",
        "CreateDataProductOutput$createdAt": "<p>The timestamp at which the data product was created.</p>",
        "CreateDataProductOutput$firstRevisionCreatedAt": "<p>The timestamp at which the first revision of the data product was created.</p>",
        "CreateDataProductRevisionOutput$createdAt": "<p>The timestamp at which the data product revision is created.</p>",
        "CreateDataProductRevisionOutput$firstRevisionCreatedAt": "<p>The timestamp at which the first revision of the data product is created.</p>",
        "CreateDomainUnitOutput$createdAt": "<p>The timestamp at which the domain unit was created.</p>",
        "CreateRuleOutput$createdAt": "<p>The timestamp at which the rule is created.</p>",
        "CreateSubscriptionGrantOutput$createdAt": "<p>A timestamp of when the subscription grant is created.</p>",
        "CreateSubscriptionRequestOutput$createdAt": "<p>A timestamp of when the subscription request is created.</p>",
        "CreateSubscriptionTargetOutput$createdAt": "<p>The timestamp of when the subscription target was created.</p>",
        "DataProductListing$createdAt": "<p>The timestamp at which the data product listing was created.</p>",
        "DataProductListingItem$createdAt": "<p>The timestamp at which the asset of the data product listing was created. </p>",
        "DataProductResultItem$createdAt": "<p>The timestamp at which the data product was created.</p>",
        "DataProductResultItem$firstRevisionCreatedAt": "<p>The timestamp at which first revision of the data product was created.</p>",
        "DataProductRevision$createdAt": "<p>The timestamp at which the data product revision was created.</p>",
        "DeleteSubscriptionGrantOutput$createdAt": "<p>The timestamp of when the subscription grant that is deleted was created.</p>",
        "DomainSummary$createdAt": "<p>A timestamp of when a Amazon DataZone domain was created.</p>",
        "FormTypeData$createdAt": "<p>The timestamp of when the metadata form type was created.</p>",
        "GetAssetFilterOutput$createdAt": "<p>The timestamp at which the asset filter was created.</p>",
        "GetAssetOutput$createdAt": "<p>The timestamp of when the asset was created.</p>",
        "GetAssetOutput$firstRevisionCreatedAt": "<p>The timestamp of when the first revision of the asset was created.</p>",
        "GetAssetTypeOutput$createdAt": "<p>The timestamp of when the asset type was created.</p>",
        "GetDataProductOutput$createdAt": "<p>The timestamp at which the data product is created.</p>",
        "GetDataProductOutput$firstRevisionCreatedAt": "<p>The timestamp at which the first revision of the data product is created.</p>",
        "GetDomainOutput$createdAt": "<p>The timestamp of when the Amazon DataZone domain was created.</p>",
        "GetDomainUnitOutput$createdAt": "<p>The time stamp at which the domain unit was created.</p>",
        "GetFormTypeOutput$createdAt": "<p>The timestamp of when this metadata form type was created.</p>",
        "GetGlossaryOutput$createdAt": "<p>The timestamp of when this business glossary was created.</p>",
        "GetGlossaryTermOutput$createdAt": "<p>The timestamp of when the business glossary term was created.</p>",
        "GetLineageEventOutput$createdAt": "<p>The timestamp of when the lineage event was created.</p>",
        "GetLineageNodeOutput$createdAt": "<p>The timestamp at which the data lineage node was created.</p>",
        "GetListingOutput$createdAt": "<p>The timestamp of when the listing was created.</p>",
        "GetMetadataGenerationRunOutput$createdAt": "<p>The timestamp of when the metadata generation run was start.</p>",
        "GetRuleOutput$createdAt": "<p>The timestamp at which the rule was created.</p>",
        "GetSubscriptionGrantOutput$createdAt": "<p>The timestamp of when the subscription grant is created.</p>",
        "GetSubscriptionOutput$createdAt": "<p>The timestamp of when the subscription was created.</p>",
        "GetSubscriptionRequestDetailsOutput$createdAt": "<p>The timestamp of when the specified subscription request was created.</p>",
        "GetSubscriptionTargetOutput$createdAt": "<p>The timestamp of when the subscription target was created.</p>",
        "GlossaryItem$createdAt": "<p>The timestamp of when the glossary was created.</p>",
        "GlossaryTermItem$createdAt": "<p>The timestamp of when a business glossary term was created.</p>",
        "LineageEventSummary$createdAt": "<p>The timestamp at which data lineage event was created.</p>",
        "LineageNodeSummary$createdAt": "<p>The timestamp at which the data lineage node was created.</p>",
        "LineageNodeTypeItem$createdAt": "<p>The timestamp at which the data lineage node type was created.</p>",
        "MetadataGenerationRunItem$createdAt": "<p>The timestamp at which the metadata generation run was created.</p>",
        "PolicyGrantMember$createdAt": "<p>Specifies the timestamp at which policy grant member was created.</p>",
        "RejectSubscriptionRequestOutput$createdAt": "<p>The timestamp of when the subscription request was rejected.</p>",
        "RevokeSubscriptionOutput$createdAt": "<p>The timestamp of when the subscription was revoked.</p>",
        "StartMetadataGenerationRunOutput$createdAt": "<p>The timestamp at which the metadata generation run was started.</p>",
        "SubscriptionGrantSummary$createdAt": "<p>The timestamp of when a subscription grant was created.</p>",
        "SubscriptionRequestSummary$createdAt": "<p>The timestamp of when a subscription request was created.</p>",
        "SubscriptionSummary$createdAt": "<p>The timestamp of when the subscription was created.</p>",
        "SubscriptionTargetSummary$createdAt": "<p>The timestamp of when the subscription target was created.</p>",
        "UpdateAssetFilterOutput$createdAt": "<p>The timestamp at which the asset filter was created.</p>",
        "UpdateDomainUnitOutput$createdAt": "<p>The time stamp at which the domain unit that you want to update was created.</p>",
        "UpdateRuleOutput$createdAt": "<p>The timestamp at which the rule was created.</p>",
        "UpdateSubscriptionGrantStatusOutput$createdAt": "<p>The timestamp of when the subscription grant status was created.</p>",
        "UpdateSubscriptionRequestOutput$createdAt": "<p>The timestamp of when the subscription request was created.</p>",
        "UpdateSubscriptionTargetOutput$createdAt": "<p>The timestamp of when a subscription target was created.</p>"
      }
    },
    "CreatedBy": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestOutput$createdBy": "<p>Specifies the Amazon DataZone user that accepted the specified subscription request.</p>",
        "AccountPoolSummary$createdBy": "<p>The user who created the account pool.</p>",
        "AssetItem$createdBy": "<p>The Amazon DataZone user who created the inventory asset.</p>",
        "AssetItem$firstRevisionCreatedBy": "<p>The Amazon DataZone user who created the first revision of the inventory asset.</p>",
        "AssetListingItem$listingCreatedBy": "<p>The Amazon DataZone user who created the listing.</p>",
        "AssetRevision$createdBy": "<p>The Amazon DataZone user who created the asset revision.</p>",
        "AssetTypeItem$createdBy": "<p>The Amazon DataZone user who created the asset type.</p>",
        "CancelSubscriptionOutput$createdBy": "<p>Specifies the Amazon DataZone user who is cancelling the subscription.</p>",
        "CreateAccountPoolOutput$createdBy": "<p>The user who created the account pool.</p>",
        "CreateAssetOutput$createdBy": "<p>The Amazon DataZone user that created this asset in the catalog.</p>",
        "CreateAssetOutput$firstRevisionCreatedBy": "<p>The Amazon DataZone user that made the first revision of the asset.</p>",
        "CreateAssetRevisionOutput$createdBy": "<p>The Amazon DataZone user who performed the asset revision.</p>",
        "CreateAssetRevisionOutput$firstRevisionCreatedBy": "<p>The Amazon DataZone user who performed the first asset revision.</p>",
        "CreateAssetTypeOutput$createdBy": "<p>The Amazon DataZone user who creates this custom asset type.</p>",
        "CreateDataProductOutput$createdBy": "<p>The user who created the data product.</p>",
        "CreateDataProductOutput$firstRevisionCreatedBy": "<p>The user who created the first revision of the data product.</p>",
        "CreateDataProductRevisionOutput$createdBy": "<p>The user who created the data product revision.</p>",
        "CreateDataProductRevisionOutput$firstRevisionCreatedBy": "<p>The user who created the first revision of the data product.</p>",
        "CreateDomainUnitOutput$createdBy": "<p>The user who created the domain unit.</p>",
        "CreateProjectOutput$createdBy": "<p>The Amazon DataZone user who created the project.</p>",
        "CreateProjectProfileOutput$createdBy": "<p>A user who created a project profile.</p>",
        "CreateRuleOutput$createdBy": "<p>The user who creates the rule.</p>",
        "CreateSubscriptionGrantOutput$createdBy": "<p>The Amazon DataZone user who created the subscription grant.</p>",
        "CreateSubscriptionRequestOutput$createdBy": "<p>The Amazon DataZone user who created the subscription request.</p>",
        "CreateSubscriptionTargetOutput$createdBy": "<p>The Amazon DataZone user who created the subscription target.</p>",
        "DataProductListingItem$listingCreatedBy": "<p>The timestamp at which the listing was created.</p>",
        "DataProductResultItem$createdBy": "<p>The user who created the data product.</p>",
        "DataProductResultItem$firstRevisionCreatedBy": "<p>The user who created the first revision of the data product.</p>",
        "DataProductRevision$createdBy": "<p>The user who created the data product revision.</p>",
        "DeleteSubscriptionGrantOutput$createdBy": "<p>The Amazon DataZone user who created the subscription grant that is deleted.</p>",
        "FormTypeData$createdBy": "<p>The Amazon DataZone user who created teh metadata form type.</p>",
        "GetAccountPoolOutput$createdBy": "<p>The user who created the account pool.</p>",
        "GetAssetOutput$createdBy": "<p>The Amazon DataZone user who created the asset.</p>",
        "GetAssetOutput$firstRevisionCreatedBy": "<p>The Amazon DataZone user who created the first revision of the asset.</p>",
        "GetAssetTypeOutput$createdBy": "<p>The Amazon DataZone user who created the asset type.</p>",
        "GetDataProductOutput$createdBy": "<p>The user who created the data product.</p>",
        "GetDataProductOutput$firstRevisionCreatedBy": "<p>The user who created the first revision of the data product.</p>",
        "GetDomainUnitOutput$createdBy": "<p>The user who created the domain unit.</p>",
        "GetFormTypeOutput$createdBy": "<p>The Amazon DataZone user who created this metadata form type.</p>",
        "GetGlossaryOutput$createdBy": "<p>The Amazon DataZone user who created this business glossary.</p>",
        "GetGlossaryTermOutput$createdBy": "<p>The Amazon DataZone user who created the business glossary.</p>",
        "GetLineageEventOutput$createdBy": "<p>The user who created the lineage event.</p>",
        "GetLineageNodeOutput$createdBy": "<p>The user who created the data lineage node.</p>",
        "GetListingOutput$createdBy": "<p>The Amazon DataZone user who created the listing.</p>",
        "GetMetadataGenerationRunOutput$createdBy": "<p>The Amazon DataZone user who started the metadata generation run.</p>",
        "GetProjectOutput$createdBy": "<p>The Amazon DataZone user who created the project.</p>",
        "GetProjectProfileOutput$createdBy": "<p>The user who created the project profile.</p>",
        "GetRuleOutput$createdBy": "<p>The user who created the rule.</p>",
        "GetSubscriptionGrantOutput$createdBy": "<p>The Amazon DataZone user who created the subscription grant.</p>",
        "GetSubscriptionOutput$createdBy": "<p>The Amazon DataZone user who created the subscription.</p>",
        "GetSubscriptionRequestDetailsOutput$createdBy": "<p>The Amazon DataZone user who created the subscription request.</p>",
        "GetSubscriptionTargetOutput$createdBy": "<p>The Amazon DataZone user who created the subscription target.</p>",
        "GlossaryItem$createdBy": "<p>The Amazon DataZone user who created the glossary.</p>",
        "GlossaryTermItem$createdBy": "<p>The Amazon DataZone user who created the business glossary.</p>",
        "LineageEventSummary$createdBy": "<p>The user who created the data lineage event.</p>",
        "LineageNodeSummary$createdBy": "<p>The user who created the data lineage node.</p>",
        "LineageNodeTypeItem$createdBy": "<p>The user who created the data lineage node type.</p>",
        "MetadataGenerationRunItem$createdBy": "<p>The user who created the metadata generation run.</p>",
        "PolicyGrantMember$createdBy": "<p>Specifies the user who created the policy grant member.</p>",
        "ProjectProfileSummary$createdBy": "<p>The user who created the project profile.</p>",
        "ProjectSummary$createdBy": "<p>The Amazon DataZone user who created the project.</p>",
        "RejectSubscriptionRequestOutput$createdBy": "<p>The timestamp of when the subscription request was rejected.</p>",
        "RevokeSubscriptionOutput$createdBy": "<p>The identifier of the user who revoked the subscription.</p>",
        "StartMetadataGenerationRunOutput$createdBy": "<p>The ID of the user who started the metadata generation run.</p>",
        "SubscriptionGrantSummary$createdBy": "<p>The datazone user who created the subscription grant.</p>",
        "SubscriptionRequestSummary$createdBy": "<p>The Amazon DataZone user who created the subscription request.</p>",
        "SubscriptionSummary$createdBy": "<p>The Amazon DataZone user who created the subscription.</p>",
        "SubscriptionTargetSummary$createdBy": "<p>The Amazon DataZone user who created the subscription target.</p>",
        "UpdateAccountPoolOutput$createdBy": "<p>The user who created the account pool.</p>",
        "UpdateDomainUnitOutput$createdBy": "<p>The user who created the domain unit that you want to update.</p>",
        "UpdateProjectOutput$createdBy": "<p>The Amazon DataZone user who created the project.</p>",
        "UpdateProjectProfileOutput$createdBy": "<p>The user who created a project profile.</p>",
        "UpdateRuleOutput$createdBy": "<p>The user who created the rule.</p>",
        "UpdateSubscriptionGrantStatusOutput$createdBy": "<p>The Amazon DataZone domain user who created the subscription grant status.</p>",
        "UpdateSubscriptionRequestOutput$createdBy": "<p>The Amazon DataZone user who created the subscription request.</p>",
        "UpdateSubscriptionTargetOutput$createdBy": "<p>The Amazon DataZone user who created the subscription target.</p>"
      }
    },
    "CredentialMap": {
      "base": null,
      "refs": {
        "AuthenticationConfigurationInput$customAuthenticationCredentials": "<p>The custom authentication credentials of a connection.</p>"
      }
    },
    "CredentialMapKeyString": {
      "base": null,
      "refs": {
        "CredentialMap$key": null
      }
    },
    "CredentialMapValueString": {
      "base": null,
      "refs": {
        "CredentialMap$value": null
      }
    },
    "CronString": {
      "base": null,
      "refs": {
        "ScheduleConfiguration$schedule": "<p>The schedule of the data source runs.</p>"
      }
    },
    "CustomAccountPoolHandler": {
      "base": "<p>The custom Amazon Web Services Lambda handler within an account pool.</p>",
      "refs": {
        "AccountSource$customAccountPoolHandler": "<p>The custom Amazon Web Services Lambda handler within an account pool.</p>"
      }
    },
    "CustomParameter": {
      "base": "<p>The details of user parameters of an environment blueprint.</p>",
      "refs": {
        "CustomParameterList$member": null
      }
    },
    "CustomParameterKeyNameString": {
      "base": null,
      "refs": {
        "CustomParameter$keyName": "<p>The key name of the parameter.</p>"
      }
    },
    "CustomParameterList": {
      "base": null,
      "refs": {
        "CreateEnvironmentBlueprintInput$userParameters": "<p>The user parameters of this Amazon DataZone blueprint.</p>",
        "CreateEnvironmentBlueprintOutput$userParameters": "<p>The user parameters of this Amazon DataZone blueprint.</p>",
        "CreateEnvironmentOutput$userParameters": "<p>The user parameters of this Amazon DataZone environment.</p>",
        "CreateEnvironmentProfileOutput$userParameters": "<p>The user parameters of this Amazon DataZone environment profile.</p>",
        "GetEnvironmentBlueprintOutput$userParameters": "<p>The user parameters of this blueprint.</p>",
        "GetEnvironmentOutput$userParameters": "<p>The user parameters of this Amazon DataZone environment.</p>",
        "GetEnvironmentProfileOutput$userParameters": "<p>The user parameters of the environment profile.</p>",
        "UpdateEnvironmentBlueprintInput$userParameters": "<p>The user parameters to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>",
        "UpdateEnvironmentBlueprintOutput$userParameters": "<p>The user parameters to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>",
        "UpdateEnvironmentOutput$userParameters": "<p>The user parameters to be updated as part of the <code>UpdateEnvironment</code> action.</p>",
        "UpdateEnvironmentProfileOutput$userParameters": "<p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>"
      }
    },
    "DataAssetActivityStatus": {
      "base": null,
      "refs": {
        "DataSourceRunActivity$dataAssetStatus": "<p>The status of the asset included in the data source run activity.</p>",
        "ListDataSourceRunActivitiesInput$status": "<p>The status of the data source run.</p>"
      }
    },
    "DataPointIdentifier": {
      "base": null,
      "refs": {
        "TimeSeriesDataPointFormOutput$id": "<p>The ID of the time series data points form.</p>",
        "TimeSeriesDataPointSummaryFormOutput$id": "<p>The ID of the time series data points summary form.</p>"
      }
    },
    "DataProductDescription": {
      "base": null,
      "refs": {
        "CreateDataProductInput$description": "<p>The description of the data product.</p>",
        "CreateDataProductOutput$description": "<p>The description of the data product.</p>",
        "CreateDataProductRevisionInput$description": "<p>The description of the data product revision.</p>",
        "CreateDataProductRevisionOutput$description": "<p>The description of the data product revision.</p>",
        "DataProductResultItem$description": "<p>The description of the data product.</p>",
        "GetDataProductOutput$description": "<p>The description of the data product.</p>"
      }
    },
    "DataProductId": {
      "base": null,
      "refs": {
        "CreateDataProductOutput$id": "<p>The ID of the data product.</p>",
        "CreateDataProductRevisionInput$identifier": "<p>The ID of the data product revision.</p>",
        "CreateDataProductRevisionOutput$id": "<p>The ID of the data product revision.</p>",
        "DataProductListing$dataProductId": "<p>The ID of the data product listing.</p>",
        "DataProductListingItem$entityId": "<p>The entity ID of the asset of the asset of the data product. </p>",
        "DataProductResultItem$id": "<p>The ID of the data product.</p>",
        "DataProductRevision$id": "<p>The ID of the data product revision.</p>",
        "DeleteDataProductInput$identifier": "<p>The identifier of the data product that is deleted.</p>",
        "GetDataProductInput$identifier": "<p>The ID of the data product.</p>",
        "GetDataProductOutput$id": "<p>The ID of the data product.</p>",
        "ListDataProductRevisionsInput$identifier": "<p>The ID of the data product revision.</p>"
      }
    },
    "DataProductItem": {
      "base": "<p>The data product.</p>",
      "refs": {
        "DataProductItems$member": null
      }
    },
    "DataProductItemAdditionalAttributes": {
      "base": "<p>The additional attributes of an Amazon DataZone data product.</p>",
      "refs": {
        "DataProductResultItem$additionalAttributes": "<p>The additional attributes of an Amazon DataZone data product.</p>"
      }
    },
    "DataProductItemType": {
      "base": null,
      "refs": {
        "DataProductItem$itemType": "<p>The type of the data product.</p>"
      }
    },
    "DataProductItems": {
      "base": null,
      "refs": {
        "CreateDataProductInput$items": "<p>The data assets of the data product.</p>",
        "CreateDataProductOutput$items": "<p>The data assets of the data product.</p>",
        "CreateDataProductRevisionInput$items": "<p>The data assets of the data product revision.</p>",
        "CreateDataProductRevisionOutput$items": "<p>The data assets of the data product revision.</p>",
        "GetDataProductOutput$items": "<p>The data assets of the data product.</p>"
      }
    },
    "DataProductListing": {
      "base": "<p>The data product listing.</p>",
      "refs": {
        "ListingItem$dataProductListing": "<p>The data product listing.</p>"
      }
    },
    "DataProductListingItem": {
      "base": "<p>The asset of the data product listing.</p>",
      "refs": {
        "SearchResultItem$dataProductListing": "<p>The data product listing.</p>"
      }
    },
    "DataProductListingItemAdditionalAttributes": {
      "base": "<p>The additional attributes of the asset of the data product. </p>",
      "refs": {
        "DataProductListingItem$additionalAttributes": "<p>The additional attributes of the asset of the data product.</p>"
      }
    },
    "DataProductName": {
      "base": null,
      "refs": {
        "CreateDataProductInput$name": "<p>The name of the data product.</p>",
        "CreateDataProductOutput$name": "<p>The name of the data product.</p>",
        "CreateDataProductRevisionInput$name": "<p>The name of the data product revision.</p>",
        "CreateDataProductRevisionOutput$name": "<p>The name of the data product revision.</p>",
        "DataProductListingItem$name": "<p>The name of the asset of the data product. </p>",
        "DataProductResultItem$name": "<p>The name of the data product.</p>",
        "GetDataProductOutput$name": "<p>The name of the data product.</p>"
      }
    },
    "DataProductResultItem": {
      "base": "<p>The data product.</p>",
      "refs": {
        "SearchInventoryResultItem$dataProductItem": "<p>The data product.</p>"
      }
    },
    "DataProductRevision": {
      "base": "<p>The data product revision.</p>",
      "refs": {
        "DataProductRevisions$member": null
      }
    },
    "DataProductRevisions": {
      "base": null,
      "refs": {
        "ListDataProductRevisionsOutput$items": "<p>The results of the <code>ListDataProductRevisions</code> action.</p>"
      }
    },
    "DataProductStatus": {
      "base": null,
      "refs": {
        "CreateDataProductOutput$status": "<p>The status of the data product.</p>",
        "CreateDataProductRevisionOutput$status": "<p>The status of the data product revision.</p>",
        "GetDataProductOutput$status": "<p>The status of the data product.</p>"
      }
    },
    "DataSourceConfigurationInput": {
      "base": "<p>The configuration of the data source.</p>",
      "refs": {
        "CreateDataSourceInput$configuration": "<p>Specifies the configuration of the data source. It can be set to either <code>glueRunConfiguration</code> or <code>redshiftRunConfiguration</code>.</p>",
        "UpdateDataSourceInput$configuration": "<p>The configuration to be updated as part of the <code>UpdateDataSource</code> action.</p>"
      }
    },
    "DataSourceConfigurationOutput": {
      "base": "<p>The configuration of the data source.</p>",
      "refs": {
        "CreateDataSourceOutput$configuration": "<p>Specifies the configuration of the data source. It can be set to either <code>glueRunConfiguration</code> or <code>redshiftRunConfiguration</code>.</p>",
        "DeleteDataSourceOutput$configuration": "<p>The configuration of the data source that is deleted.</p>",
        "GetDataSourceOutput$configuration": "<p>The configuration of the data source.</p>",
        "UpdateDataSourceOutput$configuration": "<p>The configuration to be updated as part of the <code>UpdateDataSource</code> action.</p>"
      }
    },
    "DataSourceErrorMessage": {
      "base": "<p>The details of the error message that is returned if the operation cannot be successfully completed.</p>",
      "refs": {
        "CreateDataSourceOutput$errorMessage": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "CreateDataSourceOutput$lastRunErrorMessage": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "DataSourceRunActivity$errorMessage": null,
        "DataSourceRunSummary$errorMessage": null,
        "DataSourceSummary$lastRunErrorMessage": null,
        "DeleteDataSourceOutput$errorMessage": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "DeleteDataSourceOutput$lastRunErrorMessage": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "GetDataSourceOutput$errorMessage": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "GetDataSourceOutput$lastRunErrorMessage": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "GetDataSourceRunOutput$errorMessage": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "StartDataSourceRunOutput$errorMessage": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "UpdateDataSourceOutput$errorMessage": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "UpdateDataSourceOutput$lastRunErrorMessage": "<p>The last run error message of the data source.</p>"
      }
    },
    "DataSourceErrorType": {
      "base": null,
      "refs": {
        "DataSourceErrorMessage$errorType": "<p>The type of the error message that is returned if the operation cannot be successfully completed.</p>"
      }
    },
    "DataSourceId": {
      "base": null,
      "refs": {
        "CreateDataSourceOutput$id": "<p>The unique identifier of the data source.</p>",
        "DataSourceRunSummary$dataSourceId": "<p>The identifier of the data source of the data source run.</p>",
        "DataSourceSummary$dataSourceId": "<p>The ID of the data source.</p>",
        "DeleteDataSourceInput$identifier": "<p>The identifier of the data source that is deleted.</p>",
        "DeleteDataSourceOutput$id": "<p>The ID of the data source that is deleted.</p>",
        "GetDataSourceInput$identifier": "<p>The ID of the Amazon DataZone data source.</p>",
        "GetDataSourceOutput$id": "<p>The ID of the data source.</p>",
        "GetDataSourceRunOutput$dataSourceId": "<p>The ID of the data source for this data source run.</p>",
        "ListDataSourceRunsInput$dataSourceIdentifier": "<p>The identifier of the data source.</p>",
        "StartDataSourceRunInput$dataSourceIdentifier": "<p>The identifier of the data source.</p>",
        "StartDataSourceRunOutput$dataSourceId": "<p>The identifier of the data source.</p>",
        "UpdateDataSourceInput$identifier": "<p>The identifier of the data source to be updated.</p>",
        "UpdateDataSourceOutput$id": "<p>The identifier of the data source to be updated.</p>"
      }
    },
    "DataSourceRunActivities": {
      "base": null,
      "refs": {
        "ListDataSourceRunActivitiesOutput$items": "<p>The results of the <code>ListDataSourceRunActivities</code> action.</p>"
      }
    },
    "DataSourceRunActivity": {
      "base": "<p>The activity details of the data source run.</p>",
      "refs": {
        "DataSourceRunActivities$member": null
      }
    },
    "DataSourceRunId": {
      "base": null,
      "refs": {
        "DataSourceRunActivity$dataSourceRunId": "<p>The identifier of the data source for the data source run activity.</p>",
        "DataSourceRunSummary$id": "<p>The identifier of the data source run.</p>",
        "GetDataSourceRunInput$identifier": "<p>The ID of the data source run.</p>",
        "GetDataSourceRunOutput$id": "<p>The ID of the data source run.</p>",
        "ListDataSourceRunActivitiesInput$identifier": "<p>The identifier of the data source run.</p>",
        "StartDataSourceRunOutput$id": "<p>The identifier of the data source run.</p>"
      }
    },
    "DataSourceRunLineageSummary": {
      "base": "<p>The run lineage summary of a data source.</p>",
      "refs": {
        "DataSourceRunSummary$lineageSummary": "<p>The run lineage summary of a data source.</p>",
        "GetDataSourceRunOutput$lineageSummary": "<p>The summary of the data lineage.</p>"
      }
    },
    "DataSourceRunStatus": {
      "base": null,
      "refs": {
        "CreateDataSourceOutput$lastRunStatus": "<p>The status of the last run of this data source.</p>",
        "DataSourceRunSummary$status": "<p>The status of the data source run.</p>",
        "DataSourceSummary$lastRunStatus": "<p>The status of the last data source run.</p>",
        "DeleteDataSourceOutput$lastRunStatus": "<p>The status of the last run of this data source.</p>",
        "GetDataSourceOutput$lastRunStatus": "<p>The status of the last run of the data source.</p>",
        "GetDataSourceRunOutput$status": "<p>The status of this data source run.</p>",
        "ListDataSourceRunsInput$status": "<p>The status of the data source.</p>",
        "StartDataSourceRunOutput$status": "<p>The status of the data source run.</p>",
        "UpdateDataSourceOutput$lastRunStatus": "<p>The last run status of the data source.</p>"
      }
    },
    "DataSourceRunSummaries": {
      "base": null,
      "refs": {
        "ListDataSourceRunsOutput$items": "<p>The results of the <code>ListDataSourceRuns</code> action.</p>"
      }
    },
    "DataSourceRunSummary": {
      "base": "<p>The details of a data source run.</p>",
      "refs": {
        "DataSourceRunSummaries$member": null
      }
    },
    "DataSourceRunType": {
      "base": null,
      "refs": {
        "DataSourceRunSummary$type": "<p>The type of the data source run.</p>",
        "GetDataSourceRunOutput$type": "<p>The type of this data source run.</p>",
        "StartDataSourceRunOutput$type": "<p>The type of the data source run.</p>"
      }
    },
    "DataSourceStatus": {
      "base": null,
      "refs": {
        "CreateDataSourceOutput$status": "<p>The status of the data source.</p>",
        "DataSourceSummary$status": "<p>The status of the data source.</p>",
        "DeleteDataSourceOutput$status": "<p>The status of this data source.</p>",
        "GetDataSourceOutput$status": "<p>The status of the data source.</p>",
        "ListDataSourcesInput$status": "<p>The status of the data source.</p>",
        "UpdateDataSourceOutput$status": "<p>The status to be updated as part of the <code>UpdateDataSource</code> action.</p>"
      }
    },
    "DataSourceSummaries": {
      "base": null,
      "refs": {
        "ListDataSourcesOutput$items": "<p>The results of the <code>ListDataSources</code> action.</p>"
      }
    },
    "DataSourceSummary": {
      "base": "<p>The details of the data source.</p>",
      "refs": {
        "DataSourceSummaries$member": null
      }
    },
    "DataSourceType": {
      "base": null,
      "refs": {
        "CreateDataSourceInput$type": "<p>The type of the data source. In Amazon DataZone, you can use data sources to import technical metadata of assets (data) from the source databases or data warehouses into Amazon DataZone. In the current release of Amazon DataZone, you can create and run data sources for Amazon Web Services Glue and Amazon Redshift.</p>",
        "CreateDataSourceOutput$type": "<p>The type of the data source.</p>",
        "DeleteDataSourceOutput$type": "<p>The type of this data source.</p>",
        "GetDataSourceOutput$type": "<p>The type of the data source.</p>",
        "ListDataSourcesInput$type": "<p>The type of the data source.</p>",
        "UpdateDataSourceOutput$type": "<p>The type to be updated as part of the <code>UpdateDataSource</code> action.</p>"
      }
    },
    "DataZoneEntityType": {
      "base": null,
      "refs": {
        "AddEntityOwnerInput$entityType": "<p>The type of an entity.</p>",
        "ListEntityOwnersInput$entityType": "<p>The type of the entity that you want to list.</p>",
        "RemoveEntityOwnerInput$entityType": "<p>The type of the entity from which you want to remove an owner.</p>"
      }
    },
    "DateTime": {
      "base": null,
      "refs": {
        "CreateDataSourceOutput$createdAt": "<p>The timestamp of when the data source was created.</p>",
        "CreateDataSourceOutput$lastRunAt": "<p>The timestamp that specifies when the data source was last run.</p>",
        "CreateDataSourceOutput$updatedAt": "<p>The timestamp of when the data source was updated.</p>",
        "DataSourceRunActivity$createdAt": "<p>The timestamp of when data source run activity was created.</p>",
        "DataSourceRunActivity$updatedAt": "<p>The timestamp of when data source run activity was updated.</p>",
        "DataSourceRunSummary$createdAt": "<p>The timestamp of when a data source run was created.</p>",
        "DataSourceRunSummary$startedAt": "<p>The timestamp of when a data source run was started.</p>",
        "DataSourceRunSummary$stoppedAt": "<p>The timestamp of when a data source run was stopped.</p>",
        "DataSourceRunSummary$updatedAt": "<p>The timestamp of when a data source run was updated.</p>",
        "DataSourceSummary$createdAt": "<p>The timestamp of when the data source was created.</p>",
        "DataSourceSummary$lastRunAt": "<p>The timestamp of when the data source run was last performed.</p>",
        "DataSourceSummary$updatedAt": "<p>The timestamp of when the data source was updated.</p>",
        "DeleteDataSourceOutput$createdAt": "<p>The timestamp of when this data source was created.</p>",
        "DeleteDataSourceOutput$lastRunAt": "<p>The timestamp of when the data source was last run.</p>",
        "DeleteDataSourceOutput$updatedAt": "<p>The timestamp of when this data source was updated.</p>",
        "GetDataSourceOutput$createdAt": "<p>The timestamp of when the data source was created.</p>",
        "GetDataSourceOutput$lastRunAt": "<p>The timestamp of the last run of the data source.</p>",
        "GetDataSourceOutput$updatedAt": "<p>The timestamp of when the data source was updated.</p>",
        "GetDataSourceRunOutput$createdAt": "<p>The timestamp of when the data source run was created.</p>",
        "GetDataSourceRunOutput$startedAt": "<p>The timestamp of when this data source run started.</p>",
        "GetDataSourceRunOutput$stoppedAt": "<p>The timestamp of when this data source run stopped.</p>",
        "GetDataSourceRunOutput$updatedAt": "<p>The timestamp of when this data source run was updated.</p>",
        "StartDataSourceRunOutput$createdAt": "<p>The timestamp of when data source run was created.</p>",
        "StartDataSourceRunOutput$startedAt": "<p>The timestamp of when the data source run was started.</p>",
        "StartDataSourceRunOutput$stoppedAt": "<p>The timestamp of when the data source run was stopped.</p>",
        "StartDataSourceRunOutput$updatedAt": "<p>The timestamp of when the data source run was updated.</p>",
        "UpdateDataSourceOutput$createdAt": "<p>The timestamp of when the data source was updated.</p>",
        "UpdateDataSourceOutput$lastRunAt": "<p>The timestamp of when the data source was last run.</p>",
        "UpdateDataSourceOutput$updatedAt": "<p>The timestamp of when the data source was updated.</p>"
      }
    },
    "DecisionComment": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestInput$decisionComment": "<p>A description that specifies the reason for accepting the specified subscription request.</p>",
        "AcceptSubscriptionRequestOutput$decisionComment": "<p>Specifies the reason for accepting the subscription request.</p>",
        "CreateSubscriptionRequestOutput$decisionComment": "<p>The decision comment of the subscription request.</p>",
        "GetSubscriptionRequestDetailsOutput$decisionComment": "<p>The decision comment of the subscription request.</p>",
        "RejectSubscriptionRequestInput$decisionComment": "<p>The decision comment of the rejected subscription request.</p>",
        "RejectSubscriptionRequestOutput$decisionComment": "<p>The decision comment of the rejected subscription request.</p>",
        "SubscriptionRequestSummary$decisionComment": "<p>The decision comment of the subscription request.</p>",
        "UpdateSubscriptionRequestOutput$decisionComment": "<p>The decision comment of the <code>UpdateSubscriptionRequest</code> action.</p>"
      }
    },
    "DeleteAccountPoolInput": {
      "base": null,
      "refs": {}
    },
    "DeleteAccountPoolOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteAssetFilterInput": {
      "base": null,
      "refs": {}
    },
    "DeleteAssetInput": {
      "base": null,
      "refs": {}
    },
    "DeleteAssetOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteAssetTypeInput": {
      "base": null,
      "refs": {}
    },
    "DeleteAssetTypeOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteConnectionInput": {
      "base": null,
      "refs": {}
    },
    "DeleteConnectionOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteDataProductInput": {
      "base": null,
      "refs": {}
    },
    "DeleteDataProductOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteDataSourceInput": {
      "base": null,
      "refs": {}
    },
    "DeleteDataSourceOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteDomainInput": {
      "base": null,
      "refs": {}
    },
    "DeleteDomainOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteDomainUnitInput": {
      "base": null,
      "refs": {}
    },
    "DeleteDomainUnitOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteEnvironmentActionInput": {
      "base": null,
      "refs": {}
    },
    "DeleteEnvironmentBlueprintConfigurationInput": {
      "base": null,
      "refs": {}
    },
    "DeleteEnvironmentBlueprintConfigurationOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteEnvironmentBlueprintInput": {
      "base": null,
      "refs": {}
    },
    "DeleteEnvironmentInput": {
      "base": null,
      "refs": {}
    },
    "DeleteEnvironmentProfileInput": {
      "base": null,
      "refs": {}
    },
    "DeleteFormTypeInput": {
      "base": null,
      "refs": {}
    },
    "DeleteFormTypeOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteGlossaryInput": {
      "base": null,
      "refs": {}
    },
    "DeleteGlossaryOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteGlossaryTermInput": {
      "base": null,
      "refs": {}
    },
    "DeleteGlossaryTermOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteListingInput": {
      "base": null,
      "refs": {}
    },
    "DeleteListingOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteProjectInput": {
      "base": null,
      "refs": {}
    },
    "DeleteProjectMembershipInput": {
      "base": null,
      "refs": {}
    },
    "DeleteProjectMembershipOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteProjectOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteProjectProfileInput": {
      "base": null,
      "refs": {}
    },
    "DeleteProjectProfileOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteRuleInput": {
      "base": null,
      "refs": {}
    },
    "DeleteRuleOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteSubscriptionGrantInput": {
      "base": null,
      "refs": {}
    },
    "DeleteSubscriptionGrantOutput": {
      "base": null,
      "refs": {}
    },
    "DeleteSubscriptionRequestInput": {
      "base": null,
      "refs": {}
    },
    "DeleteSubscriptionTargetInput": {
      "base": null,
      "refs": {}
    },
    "DeleteTimeSeriesDataPointsInput": {
      "base": null,
      "refs": {}
    },
    "DeleteTimeSeriesDataPointsOutput": {
      "base": null,
      "refs": {}
    },
    "Deployment": {
      "base": "<p>The details of the last deployment of the environment.</p>",
      "refs": {
        "CreateEnvironmentOutput$lastDeployment": "<p>The details of the last deployment of this Amazon DataZone environment.</p>",
        "GetEnvironmentOutput$lastDeployment": "<p>The details of the last deployment of the environment.</p>",
        "UpdateEnvironmentOutput$lastDeployment": "<p>The last deployment of the environment.</p>"
      }
    },
    "DeploymentMessage": {
      "base": null,
      "refs": {
        "DeploymentMessagesList$member": null
      }
    },
    "DeploymentMessagesList": {
      "base": null,
      "refs": {
        "Deployment$messages": "<p>The messages of the last deployment of the environment.</p>"
      }
    },
    "DeploymentMode": {
      "base": null,
      "refs": {
        "EnvironmentConfiguration$deploymentMode": "<p>The deployment mode of the environment.</p>"
      }
    },
    "DeploymentOrder": {
      "base": null,
      "refs": {
        "EnvironmentConfiguration$deploymentOrder": "<p>The deployment order of the environment.</p>"
      }
    },
    "DeploymentProperties": {
      "base": "<p>The deployment properties of the Amazon DataZone blueprint.</p>",
      "refs": {
        "CreateEnvironmentBlueprintOutput$deploymentProperties": "<p>The deployment properties of this Amazon DataZone blueprint.</p>",
        "CreateEnvironmentOutput$deploymentProperties": "<p>The deployment properties of this Amazon DataZone environment.</p>",
        "GetEnvironmentBlueprintOutput$deploymentProperties": "<p>The deployment properties of this Amazon DataZone blueprint.</p>",
        "GetEnvironmentOutput$deploymentProperties": "<p>The deployment properties of the environment.</p>",
        "UpdateEnvironmentBlueprintOutput$deploymentProperties": "<p>The deployment properties to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>",
        "UpdateEnvironmentOutput$deploymentProperties": "<p>The deployment properties to be updated as part of the <code>UpdateEnvironment</code> action.</p>"
      }
    },
    "DeploymentPropertiesEndTimeoutMinutesInteger": {
      "base": null,
      "refs": {
        "DeploymentProperties$endTimeoutMinutes": "<p>The end timeout of the environment blueprint deployment.</p>"
      }
    },
    "DeploymentPropertiesStartTimeoutMinutesInteger": {
      "base": null,
      "refs": {
        "DeploymentProperties$startTimeoutMinutes": "<p>The start timeout of the environment blueprint deployment.</p>"
      }
    },
    "DeploymentStatus": {
      "base": null,
      "refs": {
        "Deployment$deploymentStatus": "<p>The status of the last deployment of the environment.</p>"
      }
    },
    "DeploymentType": {
      "base": null,
      "refs": {
        "Deployment$deploymentType": "<p>The type of the last deployment of the environment.</p>"
      }
    },
    "Description": {
      "base": null,
      "refs": {
        "AssetFilterSummary$description": "<p>The description of the asset filter.</p>",
        "AssetItem$description": "<p>The description of an Amazon DataZone inventory asset.</p>",
        "AssetListingItem$description": "<p>The description of an asset published in an Amazon DataZone catalog.</p>",
        "AssetTypeItem$description": "<p>The description of the asset type.</p>",
        "CreateAccountPoolInput$description": "<p>The description of the account pool.</p>",
        "CreateAccountPoolOutput$description": "<p>The description of the account pool.</p>",
        "CreateAssetFilterInput$description": "<p>The description of the asset filter.</p>",
        "CreateAssetFilterOutput$description": "<p>The description of the asset filter.</p>",
        "CreateAssetInput$description": "<p>Asset description.</p>",
        "CreateAssetOutput$description": "<p>The description of the created asset.</p>",
        "CreateAssetRevisionInput$description": "<p>The revised description of the asset.</p>",
        "CreateAssetRevisionOutput$description": "<p>The revised asset description.</p>",
        "CreateAssetTypeInput$description": "<p>The descripton of the custom asset type.</p>",
        "CreateAssetTypeOutput$description": "<p>The description of the custom asset type.</p>",
        "CreateConnectionOutput$description": "<p>The connection description.</p>",
        "CreateDataSourceInput$description": "<p>The description of the data source.</p>",
        "CreateDataSourceOutput$description": "<p>The description of the data source.</p>",
        "CreateEnvironmentBlueprintInput$description": "<p>The description of the Amazon DataZone blueprint.</p>",
        "CreateEnvironmentBlueprintOutput$description": "<p>The description of this Amazon DataZone blueprint.</p>",
        "CreateEnvironmentOutput$description": "<p>The description of this Amazon DataZone environment.</p>",
        "CreateEnvironmentProfileInput$description": "<p>The description of this Amazon DataZone environment profile.</p>",
        "CreateEnvironmentProfileOutput$description": "<p>The description of this Amazon DataZone environment profile.</p>",
        "CreateFormTypeInput$description": "<p>The description of this Amazon DataZone metadata form type.</p>",
        "CreateFormTypeOutput$description": "<p>The description of this Amazon DataZone metadata form type.</p>",
        "CreateProjectInput$description": "<p>The description of the Amazon DataZone project.</p>",
        "CreateProjectOutput$description": "<p>The description of the project.</p>",
        "CreateProjectProfileInput$description": "<p>A description of a project profile.</p>",
        "CreateProjectProfileOutput$description": "<p>A project profile description.</p>",
        "CreateRuleInput$description": "<p>The description of the rule.</p>",
        "CreateRuleOutput$description": "<p>The description of the rule.</p>",
        "CustomParameter$description": "<p>The description of the parameter.</p>",
        "DataProductListingItem$description": "<p>The description of the asset of the asset of the data product. </p>",
        "DataSourceRunActivity$technicalDescription": "<p>The technical description included in the data source run activity.</p>",
        "DataSourceSummary$description": "<p>The data source description.</p>",
        "DeleteDataSourceOutput$description": "<p>The description of the data source that is deleted.</p>",
        "EnvironmentBlueprintSummary$description": "<p>The description of a blueprint.</p>",
        "EnvironmentConfiguration$description": "<p>The environment description.</p>",
        "EnvironmentProfileSummary$description": "<p>The description of the environment profile.</p>",
        "EnvironmentSummary$description": "<p>The description of the environment.</p>",
        "FormTypeData$description": "<p>The description of the metadata form type.</p>",
        "GetAccountPoolOutput$description": "<p>The description of the account pool.</p>",
        "GetAssetFilterOutput$description": "<p>The description of the asset filter.</p>",
        "GetAssetOutput$description": "<p>The description of the Amazon DataZone asset.</p>",
        "GetAssetTypeOutput$description": "<p>The description of the asset type.</p>",
        "GetConnectionOutput$description": "<p>Connection description.</p>",
        "GetDataSourceOutput$description": "<p>The description of the data source.</p>",
        "GetEnvironmentBlueprintOutput$description": "<p>The description of this Amazon DataZone blueprint.</p>",
        "GetEnvironmentOutput$description": "<p>The description of the environment.</p>",
        "GetEnvironmentProfileOutput$description": "<p>The description of the environment profile.</p>",
        "GetFormTypeOutput$description": "<p>The description of the metadata form type.</p>",
        "GetListingOutput$description": "<p>The description of the listing.</p>",
        "GetProjectOutput$description": "<p>The description of the project.</p>",
        "GetProjectProfileOutput$description": "<p>The description of the project profile.</p>",
        "GetRuleOutput$description": "<p>The description of the rule.</p>",
        "ProjectProfileSummary$description": "<p>The description of the project profile.</p>",
        "ProjectSummary$description": "<p>The description of a project.</p>",
        "SubscribedListing$description": "<p>The description of the published asset for which the subscription grant is created.</p>",
        "UpdateAccountPoolInput$description": "<p>The description of the account pool that is to be udpated.</p>",
        "UpdateAccountPoolOutput$description": "<p>The description of the account pool that is to be udpated.</p>",
        "UpdateAssetFilterInput$description": "<p>The description of the asset filter.</p>",
        "UpdateAssetFilterOutput$description": "<p>The description of the asset filter.</p>",
        "UpdateConnectionOutput$description": "<p>The connection description.</p>",
        "UpdateDataSourceInput$description": "<p>The description to be updated as part of the <code>UpdateDataSource</code> action.</p>",
        "UpdateDataSourceOutput$description": "<p>The description to be updated as part of the <code>UpdateDataSource</code> action.</p>",
        "UpdateEnvironmentBlueprintOutput$description": "<p>The description to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>",
        "UpdateEnvironmentOutput$description": "<p>The description to be updated as part of the <code>UpdateEnvironment</code> action.</p>",
        "UpdateEnvironmentProfileOutput$description": "<p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>",
        "UpdateProjectInput$description": "<p>The description to be updated as part of the <code>UpdateProject</code> action.</p>",
        "UpdateProjectOutput$description": "<p>The description of the project that is to be updated.</p>",
        "UpdateProjectProfileInput$description": "<p>The description of a project profile.</p>",
        "UpdateProjectProfileOutput$description": "<p>The description of a project profile.</p>",
        "UpdateRuleInput$description": "<p>The description of the rule.</p>",
        "UpdateRuleOutput$description": "<p>The description of the rule.</p>"
      }
    },
    "DetailedGlossaryTerm": {
      "base": "<p>Details of a glossary term attached to the inventory asset.</p>",
      "refs": {
        "AssetListingGovernedGlossaryTermsList$member": null,
        "AssetListingItemGovernedGlossaryTermsList$member": null,
        "DetailedGlossaryTerms$member": null
      }
    },
    "DetailedGlossaryTerms": {
      "base": null,
      "refs": {
        "AssetListing$glossaryTerms": "<p>The glossary terms attached to an asset published in an Amazon DataZone catalog. </p>",
        "AssetListingItem$glossaryTerms": "<p>Glossary terms attached to the inventory asset.</p>",
        "DataProductListing$glossaryTerms": "<p>The glossary terms of the data product listing.</p>",
        "DataProductListingItem$glossaryTerms": "<p>The glossary terms of the asset of the asset of the data product. </p>",
        "ListingSummary$glossaryTerms": "<p>The glossary terms of the data product.</p>",
        "ListingSummaryItem$glossaryTerms": "<p>The glossary terms of the data product listing.</p>",
        "SubscribedAssetListing$glossaryTerms": "<p>The glossary terms attached to the published asset for which the subscription grant is created.</p>",
        "SubscribedProductListing$glossaryTerms": "<p>The glossary terms of the data product listing.</p>"
      }
    },
    "DisassociateEnvironmentRoleInput": {
      "base": null,
      "refs": {}
    },
    "DisassociateEnvironmentRoleOutput": {
      "base": null,
      "refs": {}
    },
    "DisassociateGovernedTermsInput": {
      "base": null,
      "refs": {}
    },
    "DisassociateGovernedTermsInputGovernedGlossaryTermsList": {
      "base": null,
      "refs": {
        "DisassociateGovernedTermsInput$governedGlossaryTerms": "<p>The restricted glossary terms that you want to disassociate from an asset.</p>"
      }
    },
    "DisassociateGovernedTermsOutput": {
      "base": null,
      "refs": {}
    },
    "DomainDescription": {
      "base": null,
      "refs": {
        "DomainSummary$description": "<p>A description of an Amazon DataZone domain.</p>"
      }
    },
    "DomainId": {
      "base": null,
      "refs": {
        "AcceptPredictionsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "AcceptPredictionsOutput$domainId": "<p>The identifier of the Amazon DataZone domain.</p>",
        "AcceptSubscriptionRequestInput$domainIdentifier": "<p>The Amazon DataZone domain where the specified subscription request is being accepted.</p>",
        "AcceptSubscriptionRequestOutput$domainId": "<p>The unique identifier of the Amazon DataZone domain where the specified subscription request was accepted.</p>",
        "AccountPoolSummary$domainId": "<p>The ID of the domain.</p>",
        "AddEntityOwnerInput$domainIdentifier": "<p>The ID of the domain in which you want to add the entity owner.</p>",
        "AddPolicyGrantInput$domainIdentifier": "<p>The ID of the domain where you want to add a policy grant.</p>",
        "AssetFilterSummary$domainId": "<p>The ID of the domain where the asset filter lives.</p>",
        "AssetItem$domainId": "<p>The identifier of the Amazon DataZone domain in which the inventory asset exists.</p>",
        "AssetRevision$domainId": "<p>The Amazon DataZone user who created the inventory asset.</p>",
        "AssetTypeItem$domainId": "<p>The identifier of the Amazon DataZone domain where the asset type exists.</p>",
        "AssetTypeItem$originDomainId": "<p>The identifier of the Amazon DataZone domain where the asset type was originally created.</p>",
        "AssociateEnvironmentRoleInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the environment role is associated.</p>",
        "AssociateGovernedTermsInput$domainIdentifier": "<p>The ID of the domain where governed terms are to be associated with an asset.</p>",
        "CancelMetadataGenerationRunInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the metadata generation run is to be cancelled.</p>",
        "CancelSubscriptionInput$domainIdentifier": "<p>The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.</p>",
        "CancelSubscriptionOutput$domainId": "<p>The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.</p>",
        "ConnectionSummary$domainId": "<p>The domain ID of a connection.</p>",
        "CreateAccountPoolInput$domainIdentifier": "<p>The ID of the domain where the account pool is created.</p>",
        "CreateAccountPoolOutput$domainId": "<p>The ID of the domain where the account pool is created.</p>",
        "CreateAssetFilterInput$domainIdentifier": "<p>The ID of the domain in which you want to create an asset filter.</p>",
        "CreateAssetFilterOutput$domainId": "<p>The ID of the domain where the asset filter is created.</p>",
        "CreateAssetInput$domainIdentifier": "<p>Amazon DataZone domain where the asset is created.</p>",
        "CreateAssetOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the asset was created.</p>",
        "CreateAssetRevisionInput$domainIdentifier": "<p>The unique identifier of the domain where the asset is being revised.</p>",
        "CreateAssetRevisionOutput$domainId": "<p>The unique identifier of the Amazon DataZone domain where the asset was revised.</p>",
        "CreateAssetTypeInput$domainIdentifier": "<p>The unique identifier of the Amazon DataZone domain where the custom asset type is being created.</p>",
        "CreateAssetTypeOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the asset type was created.</p>",
        "CreateAssetTypeOutput$originDomainId": "<p>The ID of the Amazon DataZone domain where the asset type was originally created.</p>",
        "CreateConnectionInput$domainIdentifier": "<p>The ID of the domain where the connection is created.</p>",
        "CreateConnectionOutput$domainId": "<p>The ID of the domain where the connection is created.</p>",
        "CreateDataProductInput$domainIdentifier": "<p>The ID of the domain where the data product is created.</p>",
        "CreateDataProductOutput$domainId": "<p>The ID of the domain where the data product lives.</p>",
        "CreateDataProductRevisionInput$domainIdentifier": "<p>The ID of the domain where the data product revision is created.</p>",
        "CreateDataProductRevisionOutput$domainId": "<p>The ID of the domain where data product revision is created.</p>",
        "CreateDataSourceInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain where the data source is created.</p>",
        "CreateDataSourceOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the data source is created.</p>",
        "CreateDomainOutput$id": "<p>The identifier of the Amazon DataZone domain.</p>",
        "CreateDomainUnitInput$domainIdentifier": "<p>The ID of the domain where you want to crate a domain unit.</p>",
        "CreateDomainUnitOutput$domainId": "<p>The ID of the domain where the domain unit was created.</p>",
        "CreateEnvironmentActionInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the environment action is created.</p>",
        "CreateEnvironmentActionOutput$domainId": "<p>The ID of the domain in which the environment action is created.</p>",
        "CreateEnvironmentBlueprintInput$domainIdentifier": "<p>The identifier of the domain in which this blueprint is created.</p>",
        "CreateEnvironmentInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which the environment is created.</p>",
        "CreateEnvironmentOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which the environment is created.</p>",
        "CreateEnvironmentProfileInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which this environment profile is created.</p>",
        "CreateEnvironmentProfileOutput$domainId": "<p>The ID of the Amazon DataZone domain in which this environment profile is created.</p>",
        "CreateFormTypeInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which this metadata form type is created.</p>",
        "CreateFormTypeOutput$domainId": "<p>The ID of the Amazon DataZone domain in which this metadata form type is created.</p>",
        "CreateFormTypeOutput$originDomainId": "<p>The ID of the Amazon DataZone domain in which this metadata form type was originally created.</p>",
        "CreateGlossaryInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which this business glossary is created.</p>",
        "CreateGlossaryOutput$domainId": "<p>The ID of the Amazon DataZone domain in which this business glossary is created.</p>",
        "CreateGlossaryTermInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which this business glossary term is created.</p>",
        "CreateGlossaryTermOutput$domainId": "<p>The ID of the Amazon DataZone domain in which this business glossary term is created.</p>",
        "CreateGroupProfileInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which the group profile is created.</p>",
        "CreateGroupProfileOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which the group profile is created.</p>",
        "CreateListingChangeSetInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain.</p>",
        "CreateProjectInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which this project is created.</p>",
        "CreateProjectMembershipInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which project membership is created.</p>",
        "CreateProjectOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which the project was created.</p>",
        "CreateProjectProfileInput$domainIdentifier": "<p>A domain ID of the project profile.</p>",
        "CreateProjectProfileOutput$domainId": "<p>The ID of the domain where a project profile is created.</p>",
        "CreateRuleInput$domainIdentifier": "<p>The ID of the domain where the rule is created.</p>",
        "CreateSubscriptionGrantInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the subscription grant is created.</p>",
        "CreateSubscriptionGrantOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the subscription grant is created.</p>",
        "CreateSubscriptionRequestInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the subscription request is created.</p>",
        "CreateSubscriptionRequestOutput$domainId": "<p>The ID of the Amazon DataZone domain in whcih the subscription request is created.</p>",
        "CreateSubscriptionTargetInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which subscription target is created.</p>",
        "CreateSubscriptionTargetOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the subscription target was created.</p>",
        "CreateUserProfileInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which a user profile is created.</p>",
        "CreateUserProfileOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which a user profile is created.</p>",
        "DataProductResultItem$domainId": "<p>The ID of the domain where the data product lives.</p>",
        "DataProductRevision$domainId": "<p>The ID of the domain where the data product revision lives.</p>",
        "DataSourceSummary$domainId": "<p>The ID of the Amazon DataZone domain in which the data source exists.</p>",
        "DeleteAccountPoolInput$domainIdentifier": "<p>The ID of the domain where the account pool is deleted.</p>",
        "DeleteAssetFilterInput$domainIdentifier": "<p>The ID of the domain where you want to delete an asset filter.</p>",
        "DeleteAssetInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the asset is deleted.</p>",
        "DeleteAssetTypeInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the asset type is deleted.</p>",
        "DeleteConnectionInput$domainIdentifier": "<p>The ID of the domain where the connection is deleted.</p>",
        "DeleteDataProductInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the data product is deleted.</p>",
        "DeleteDataSourceInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the data source is deleted.</p>",
        "DeleteDataSourceOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the data source is deleted.</p>",
        "DeleteDomainInput$identifier": "<p>The identifier of the Amazon Web Services domain that is to be deleted.</p>",
        "DeleteDomainUnitInput$domainIdentifier": "<p>The ID of the domain where you want to delete a domain unit.</p>",
        "DeleteEnvironmentActionInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which an environment action is deleted.</p>",
        "DeleteEnvironmentBlueprintConfigurationInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the blueprint configuration is deleted.</p>",
        "DeleteEnvironmentBlueprintInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the blueprint is deleted.</p>",
        "DeleteEnvironmentInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the environment is deleted.</p>",
        "DeleteEnvironmentProfileInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the environment profile is deleted.</p>",
        "DeleteFormTypeInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the metadata form type is deleted.</p>",
        "DeleteGlossaryInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the business glossary is deleted.</p>",
        "DeleteGlossaryTermInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the business glossary term is deleted.</p>",
        "DeleteListingInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain.</p>",
        "DeleteProjectInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the project is deleted.</p>",
        "DeleteProjectMembershipInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain where project membership is deleted.</p>",
        "DeleteProjectProfileInput$domainIdentifier": "<p>The ID of the domain where a project profile is deleted.</p>",
        "DeleteRuleInput$domainIdentifier": "<p>The ID of the domain that where the rule is to be deleted.</p>",
        "DeleteSubscriptionGrantInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain where the subscription grant is deleted.</p>",
        "DeleteSubscriptionGrantOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the subscription grant is deleted.</p>",
        "DeleteSubscriptionRequestInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the subscription request is deleted.</p>",
        "DeleteSubscriptionTargetInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the subscription target is deleted.</p>",
        "DeleteTimeSeriesDataPointsInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.</p>",
        "DisassociateEnvironmentRoleInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which an environment role is disassociated.</p>",
        "DisassociateGovernedTermsInput$domainIdentifier": "<p>The ID of the domain where you want to disassociate restricted terms from an asset.</p>",
        "DomainSummary$id": "<p>The ID of the Amazon DataZone domain.</p>",
        "EnvironmentActionSummary$domainId": "<p>The Amazon DataZone domain ID of the environment action.</p>",
        "EnvironmentBlueprintConfigurationItem$domainId": "<p>The identifier of the Amazon DataZone domain in which an environment blueprint exists.</p>",
        "EnvironmentProfileSummary$domainId": "<p>The identifier of the Amazon DataZone domain in which the environment profile exists.</p>",
        "EnvironmentSummary$domainId": "<p>The identifier of the Amazon DataZone domain in which the environment exists.</p>",
        "FormTypeData$domainId": "<p>The identifier of the Amazon DataZone domain in which the form type exists.</p>",
        "FormTypeData$originDomainId": "<p>The identifier of the Amazon DataZone domain in which the form type was originally created.</p>",
        "GetAccountPoolInput$domainIdentifier": "<p>The ID of the domain in which the account pool lives whose details are to be displayed.</p>",
        "GetAccountPoolOutput$domainId": "<p>The ID of the domain in which the account pool lives whose details are to be displayed.</p>",
        "GetAssetFilterInput$domainIdentifier": "<p>The ID of the domain where you want to get an asset filter.</p>",
        "GetAssetFilterOutput$domainId": "<p>The ID of the domain where you want to get an asset filter.</p>",
        "GetAssetInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain to which the asset belongs.</p>",
        "GetAssetOutput$domainId": "<p>The ID of the Amazon DataZone domain to which the asset belongs.</p>",
        "GetAssetTypeInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the asset type exists.</p>",
        "GetAssetTypeOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the asset type exists.</p>",
        "GetAssetTypeOutput$originDomainId": "<p>The ID of the Amazon DataZone domain in which the asset type was originally created.</p>",
        "GetConnectionInput$domainIdentifier": "<p>The ID of the domain where we get the connection.</p>",
        "GetConnectionOutput$domainId": "<p>The domain ID of the connection.</p>",
        "GetDataProductInput$domainIdentifier": "<p>The ID of the domain where the data product lives.</p>",
        "GetDataProductOutput$domainId": "<p>The ID of the domain where the data product lives.</p>",
        "GetDataSourceInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the data source exists.</p>",
        "GetDataSourceOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the data source exists.</p>",
        "GetDataSourceRunInput$domainIdentifier": "<p>The ID of the domain in which this data source run was performed.</p>",
        "GetDataSourceRunOutput$domainId": "<p>The ID of the domain in which this data source run was performed.</p>",
        "GetDomainInput$identifier": "<p>The identifier of the specified Amazon DataZone domain.</p>",
        "GetDomainOutput$id": "<p>The identifier of the specified Amazon DataZone domain.</p>",
        "GetDomainUnitInput$domainIdentifier": "<p>The ID of the domain where you want to get a domain unit.</p>",
        "GetDomainUnitOutput$domainId": "<p>The ID of the domain in which the domain unit lives.</p>",
        "GetEnvironmentActionInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the <code>GetEnvironmentAction</code> API is invoked. </p>",
        "GetEnvironmentActionOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the environment action lives.</p>",
        "GetEnvironmentBlueprintConfigurationInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain where this blueprint exists.</p>",
        "GetEnvironmentBlueprintConfigurationOutput$domainId": "<p>The ID of the Amazon DataZone domain where this blueprint exists.</p>",
        "GetEnvironmentBlueprintInput$domainIdentifier": "<p>The identifier of the domain in which this blueprint exists.</p>",
        "GetEnvironmentCredentialsInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which this environment and its credentials exist.</p>",
        "GetEnvironmentInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain where the environment exists.</p>",
        "GetEnvironmentOutput$domainId": "<p>The ID of the Amazon DataZone domain where the environment exists.</p>",
        "GetEnvironmentProfileInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which this environment profile exists.</p>",
        "GetEnvironmentProfileOutput$domainId": "<p>The ID of the Amazon DataZone domain in which this environment profile exists.</p>",
        "GetFormTypeInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which this metadata form type exists.</p>",
        "GetFormTypeOutput$domainId": "<p>The ID of the Amazon DataZone domain in which this metadata form type exists.</p>",
        "GetFormTypeOutput$originDomainId": "<p>The ID of the Amazon DataZone domain in which the metadata form type was originally created.</p>",
        "GetGlossaryInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which this business glossary exists.</p>",
        "GetGlossaryOutput$domainId": "<p>The ID of the Amazon DataZone domain in which this business glossary exists.</p>",
        "GetGlossaryTermInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which this business glossary term exists.</p>",
        "GetGlossaryTermOutput$domainId": "<p>The ID of the Amazon DataZone domain in which this business glossary term exists.</p>",
        "GetGroupProfileInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which the group profile exists.</p>",
        "GetGroupProfileOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which the group profile exists.</p>",
        "GetIamPortalLoginUrlInput$domainIdentifier": "<p>the ID of the Amazon DataZone domain the data portal of which you want to get.</p>",
        "GetJobRunInput$domainIdentifier": "<p>The ID of the domain.</p>",
        "GetJobRunOutput$domainId": "<p>The ID of the domain.</p>",
        "GetLineageEventInput$domainIdentifier": "<p>The ID of the domain.</p>",
        "GetLineageEventOutput$domainId": "<p>The ID of the domain.</p>",
        "GetLineageNodeInput$domainIdentifier": "<p>The ID of the domain in which you want to get the data lineage node.</p>",
        "GetLineageNodeOutput$domainId": "<p>The ID of the domain where you're getting the data lineage node.</p>",
        "GetListingInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain.</p>",
        "GetListingOutput$domainId": "<p>The ID of the Amazon DataZone domain.</p>",
        "GetMetadataGenerationRunInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain the metadata generation run of which you want to get.</p>",
        "GetMetadataGenerationRunOutput$domainId": "<p>The ID of the Amazon DataZone domain the metadata generation run of which you want to get.</p>",
        "GetProjectInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the project exists.</p>",
        "GetProjectOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the project exists.</p>",
        "GetProjectProfileInput$domainIdentifier": "<p>The ID of the domain.</p>",
        "GetProjectProfileOutput$domainId": "<p>The ID of the domain of the project profile.</p>",
        "GetRuleInput$domainIdentifier": "<p>The ID of the domain where the <code>GetRule</code> action is to be invoked.</p>",
        "GetSubscriptionGrantInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the subscription grant exists.</p>",
        "GetSubscriptionGrantOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the subscription grant exists.</p>",
        "GetSubscriptionInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the subscription exists.</p>",
        "GetSubscriptionOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the subscription exists.</p>",
        "GetSubscriptionRequestDetailsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which to get the subscription request details.</p>",
        "GetSubscriptionRequestDetailsOutput$domainId": "<p>The Amazon DataZone domain of the subscription request.</p>",
        "GetSubscriptionTargetInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the subscription target exists.</p>",
        "GetSubscriptionTargetOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the subscription target exists.</p>",
        "GetTimeSeriesDataPointInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.</p>",
        "GetTimeSeriesDataPointOutput$domainId": "<p>The ID of the Amazon DataZone domain that houses the asset data point that you want to get.</p>",
        "GetUserProfileInput$domainIdentifier": "<p>the ID of the Amazon DataZone domain the data portal of which you want to get.</p>",
        "GetUserProfileOutput$domainId": "<p>the identifier of the Amazon DataZone domain of which you want to get the user profile.</p>",
        "GlossaryItem$domainId": "<p>The identifier of the Amazon DataZone domain in which the business glossary exists.</p>",
        "GlossaryTermItem$domainId": "<p>The identifier of the Amazon DataZone domain in which the business glossary exists.</p>",
        "GroupProfileSummary$domainId": "<p>The ID of the Amazon DataZone domain of a group profile.</p>",
        "JobRunSummary$domainId": "<p>The domain ID of the job run.</p>",
        "LineageEventSummary$domainId": "<p>The domain ID of the lineage event.</p>",
        "LineageNodeSummary$domainId": "<p>The ID of the domain of the data lineage node.</p>",
        "LineageNodeTypeItem$domainId": "<p>The ID of the domain where the data lineage node type lives.</p>",
        "ListAccountPoolsInput$domainIdentifier": "<p>The ID of the domain where exsting account pools are to be listed.</p>",
        "ListAccountsInAccountPoolInput$domainIdentifier": "<p>The ID of the domain in which the accounts in the specified account pool are to be listed.</p>",
        "ListAssetFiltersInput$domainIdentifier": "<p>The ID of the domain where you want to list asset filters.</p>",
        "ListAssetRevisionsInput$domainIdentifier": "<p>The identifier of the domain.</p>",
        "ListConnectionsInput$domainIdentifier": "<p>The ID of the domain where you want to list connections.</p>",
        "ListDataProductRevisionsInput$domainIdentifier": "<p>The ID of the domain of the data product revisions that you want to list.</p>",
        "ListDataSourceRunActivitiesInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which to list data source run activities.</p>",
        "ListDataSourceRunsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which to invoke the <code>ListDataSourceRuns</code> action.</p>",
        "ListDataSourcesInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which to list the data sources.</p>",
        "ListDomainUnitsForParentInput$domainIdentifier": "<p>The ID of the domain in which you want to list domain units for a parent domain unit.</p>",
        "ListEntityOwnersInput$domainIdentifier": "<p>The ID of the domain where you want to list entity owners.</p>",
        "ListEnvironmentActionsInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which the environment actions are listed.</p>",
        "ListEnvironmentBlueprintConfigurationsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "ListEnvironmentBlueprintsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "ListEnvironmentProfilesInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "ListEnvironmentsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "ListJobRunsInput$domainIdentifier": "<p>The ID of the domain where you want to list job runs.</p>",
        "ListLineageEventsInput$domainIdentifier": "<p>The ID of the domain where you want to list lineage events.</p>",
        "ListLineageNodeHistoryInput$domainIdentifier": "<p>The ID of the domain where you want to list the history of the specified data lineage node.</p>",
        "ListMetadataGenerationRunsInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain where you want to list metadata generation runs.</p>",
        "ListNotificationsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "ListPolicyGrantsInput$domainIdentifier": "<p>The ID of the domain where you want to list policy grants.</p>",
        "ListProjectMembershipsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which you want to list project memberships.</p>",
        "ListProjectProfilesInput$domainIdentifier": "<p>The ID of the domain where you want to list project profiles.</p>",
        "ListProjectsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "ListRulesInput$domainIdentifier": "<p>The ID of the domain in which the rules are to be listed.</p>",
        "ListSubscriptionGrantsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "ListSubscriptionRequestsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "ListSubscriptionTargetsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain where you want to list subscription targets.</p>",
        "ListSubscriptionsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "ListTimeSeriesDataPointsInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.</p>",
        "MetadataGenerationRunItem$domainId": "<p>The ID of the Amazon DataZone domain in which the metadata generation run was created.</p>",
        "NotificationOutput$domainIdentifier": "<p>The identifier of a Amazon DataZone domain in which the notification exists.</p>",
        "PostLineageEventInput$domainIdentifier": "<p>The ID of the domain where you want to post a data lineage event.</p>",
        "PostLineageEventOutput$domainId": "<p>The ID of the domain.</p>",
        "PostTimeSeriesDataPointsInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain in which you want to post time series data points.</p>",
        "PostTimeSeriesDataPointsOutput$domainId": "<p>The ID of the Amazon DataZone domain in which you want to post time series data points.</p>",
        "ProjectProfileSummary$domainId": "<p>The domain ID of the project profile.</p>",
        "ProjectSummary$domainId": "<p>The identifier of a Amazon DataZone domain where the project exists.</p>",
        "PutEnvironmentBlueprintConfigurationInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "PutEnvironmentBlueprintConfigurationOutput$domainId": "<p>The identifier of the Amazon DataZone domain.</p>",
        "RejectPredictionsInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "RejectPredictionsOutput$domainId": "<p>The ID of the Amazon DataZone domain.</p>",
        "RejectSubscriptionRequestInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which the subscription request was rejected.</p>",
        "RejectSubscriptionRequestOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which the subscription request was rejected.</p>",
        "RemoveEntityOwnerInput$domainIdentifier": "<p>The ID of the domain where you want to remove an owner from an entity.</p>",
        "RemovePolicyGrantInput$domainIdentifier": "<p>The ID of the domain where you want to remove a policy grant.</p>",
        "RevokeSubscriptionInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>",
        "RevokeSubscriptionOutput$domainId": "<p>The identifier of the Amazon DataZone domain where you want to revoke a subscription.</p>",
        "SearchGroupProfilesInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which you want to search group profiles.</p>",
        "SearchInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain.</p>",
        "SearchListingsInput$domainIdentifier": "<p>The identifier of the domain in which to search listings.</p>",
        "SearchTypesInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which to invoke the <code>SearchTypes</code> action.</p>",
        "SearchUserProfilesInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which you want to search user profiles.</p>",
        "StartDataSourceRunInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which to start a data source run.</p>",
        "StartDataSourceRunOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which to start a data source run.</p>",
        "StartMetadataGenerationRunInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain where you want to start a metadata generation run.</p>",
        "StartMetadataGenerationRunOutput$domainId": "<p>The ID of the Amazon DataZone domain in which the metadata generation run was started.</p>",
        "SubscriptionGrantSummary$domainId": "<p>The identifier of the Amazon DataZone domain in which a subscription grant exists.</p>",
        "SubscriptionRequestSummary$domainId": "<p>The identifier of the Amazon DataZone domain in which a subscription request exists.</p>",
        "SubscriptionSummary$domainId": "<p>The identifier of the Amazon DataZone domain in which a subscription exists.</p>",
        "SubscriptionTargetSummary$domainId": "<p>The identifier of the Amazon DataZone domain in which the subscription target exists.</p>",
        "UpdateAccountPoolInput$domainIdentifier": "<p>The domain ID where the account pool that is to be updated lives.</p>",
        "UpdateAccountPoolOutput$domainId": "<p>The domain ID where the account pool that is to be updated lives.</p>",
        "UpdateAssetFilterInput$domainIdentifier": "<p>The ID of the domain where you want to update an asset filter.</p>",
        "UpdateAssetFilterOutput$domainId": "<p>The ID of the domain where the asset filter was created.</p>",
        "UpdateConnectionInput$domainIdentifier": "<p>The ID of the domain where a connection is to be updated.</p>",
        "UpdateConnectionOutput$domainId": "<p>The ID of the domain where a connection is to be updated.</p>",
        "UpdateDataSourceInput$domainIdentifier": "<p>The identifier of the domain in which to update a data source.</p>",
        "UpdateDataSourceOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which a data source is to be updated.</p>",
        "UpdateDomainInput$identifier": "<p>The ID of the Amazon Web Services domain that is to be updated.</p>",
        "UpdateDomainOutput$id": "<p>The identifier of the Amazon DataZone domain.</p>",
        "UpdateDomainUnitInput$domainIdentifier": "<p>The ID of the domain where you want to update a domain unit.</p>",
        "UpdateDomainUnitOutput$domainId": "<p>The ID of the domain where you want to update the domain unit.</p>",
        "UpdateEnvironmentActionInput$domainIdentifier": "<p>The domain ID of the environment action.</p>",
        "UpdateEnvironmentActionOutput$domainId": "<p>The domain ID of the environment action.</p>",
        "UpdateEnvironmentBlueprintInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which an environment blueprint is to be updated.</p>",
        "UpdateEnvironmentInput$domainIdentifier": "<p>The identifier of the domain in which the environment is to be updated.</p>",
        "UpdateEnvironmentOutput$domainId": "<p>The identifier of the domain in which the environment is to be updated.</p>",
        "UpdateEnvironmentProfileInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which an environment profile is to be updated.</p>",
        "UpdateEnvironmentProfileOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which the environment profile is to be updated.</p>",
        "UpdateGlossaryInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which a business glossary is to be updated.</p>",
        "UpdateGlossaryOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which a business glossary is to be updated.</p>",
        "UpdateGlossaryTermInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.</p>",
        "UpdateGlossaryTermOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.</p>",
        "UpdateGroupProfileInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which a group profile is updated.</p>",
        "UpdateGroupProfileOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which a group profile is updated.</p>",
        "UpdateProjectInput$domainIdentifier": "<p>The ID of the Amazon DataZone domain where a project is being updated.</p>",
        "UpdateProjectOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which a project is updated.</p>",
        "UpdateProjectProfileInput$domainIdentifier": "<p>The ID of the domain where a project profile is to be updated.</p>",
        "UpdateProjectProfileOutput$domainId": "<p>The ID of the domain where project profile is to be updated.</p>",
        "UpdateRuleInput$domainIdentifier": "<p>The ID of the domain in which a rule is to be updated.</p>",
        "UpdateSubscriptionGrantStatusInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.</p>",
        "UpdateSubscriptionGrantStatusOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.</p>",
        "UpdateSubscriptionRequestInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which a subscription request is to be updated.</p>",
        "UpdateSubscriptionRequestOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which a subscription request is to be updated.</p>",
        "UpdateSubscriptionTargetInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which a subscription target is to be updated.</p>",
        "UpdateSubscriptionTargetOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which a subscription target is to be updated.</p>",
        "UpdateUserProfileInput$domainIdentifier": "<p>The identifier of the Amazon DataZone domain in which a user profile is updated.</p>",
        "UpdateUserProfileOutput$domainId": "<p>The identifier of the Amazon DataZone domain in which a user profile is updated.</p>",
        "UserProfileSummary$domainId": "<p>The ID of the Amazon DataZone domain of the user profile.</p>"
      }
    },
    "DomainName": {
      "base": null,
      "refs": {
        "DomainSummary$name": "<p>A name of an Amazon DataZone domain.</p>"
      }
    },
    "DomainStatus": {
      "base": null,
      "refs": {
        "CreateDomainOutput$status": "<p>The status of the Amazon DataZone domain.</p>",
        "DeleteDomainOutput$status": "<p>The status of the domain.</p>",
        "DomainSummary$status": "<p>The status of the Amazon DataZone domain.</p>",
        "GetDomainOutput$status": "<p>The status of the specified Amazon DataZone domain.</p>",
        "ListDomainsInput$status": "<p>The status of the data source.</p>"
      }
    },
    "DomainSummaries": {
      "base": null,
      "refs": {
        "ListDomainsOutput$items": "<p>The results of the <code>ListDomains</code> action.</p>"
      }
    },
    "DomainSummary": {
      "base": "<p>A summary of a Amazon DataZone domain.</p>",
      "refs": {
        "DomainSummaries$member": null
      }
    },
    "DomainUnitDescription": {
      "base": null,
      "refs": {
        "CreateDomainUnitInput$description": "<p>The description of the domain unit.</p>",
        "CreateDomainUnitOutput$description": "<p>The description of the domain unit.</p>",
        "GetDomainUnitOutput$description": "<p>The description of the domain unit.</p>",
        "UpdateDomainUnitInput$description": "<p>The description of the domain unit that you want to update.</p>",
        "UpdateDomainUnitOutput$description": "<p>The description of the domain unit that you want to update.</p>"
      }
    },
    "DomainUnitDesignation": {
      "base": null,
      "refs": {
        "DomainUnitPolicyGrantPrincipal$domainUnitDesignation": "<p>Specifes the designation of the domain unit users.</p>"
      }
    },
    "DomainUnitFilterForProject": {
      "base": "<p>The domain unit filter of the project grant filter.</p>",
      "refs": {
        "ProjectGrantFilter$domainUnitFilter": "<p>The domain unit filter of the project grant filter.</p>"
      }
    },
    "DomainUnitGrantFilter": {
      "base": "<p>The grant filter for the domain unit. In the current release of Amazon DataZone, the only supported filter is the <code>allDomainUnitsGrantFilter</code>.</p>",
      "refs": {
        "DomainUnitPolicyGrantPrincipal$domainUnitGrantFilter": "<p>The grant filter for the domain unit.</p>"
      }
    },
    "DomainUnitGroupProperties": {
      "base": "<p>The properties of a domain unit group.</p>",
      "refs": {
        "DomainUnitOwnerProperties$group": "<p>Indicates that the domain unit owner is a group.</p>"
      }
    },
    "DomainUnitId": {
      "base": null,
      "refs": {
        "AccountPoolSummary$domainUnitId": "<p>The ID of the domain unit.</p>",
        "ConnectionSummary$domainUnitId": "<p>The domain unit ID of a connection.</p>",
        "CreateAccountPoolOutput$domainUnitId": "<p>The ID of the domain where the account pool is created.</p>",
        "CreateConnectionOutput$domainUnitId": "<p>The ID of the domain unit where the connection is created.</p>",
        "CreateDomainOutput$rootDomainUnitId": "<p>The ID of the root domain unit.</p>",
        "CreateDomainUnitInput$parentDomainUnitIdentifier": "<p>The ID of the parent domain unit.</p>",
        "CreateDomainUnitOutput$id": "<p>The ID of the domain unit.</p>",
        "CreateDomainUnitOutput$parentDomainUnitId": "<p>The ID of the parent domain unit.</p>",
        "CreateEnvironmentProfilePolicyGrantDetail$domainUnitId": "<p>The ID of the domain unit.</p>",
        "CreateProjectInput$domainUnitId": "<p>The ID of the domain unit. This parameter is not required and if it is not specified, then the project is created at the root domain unit level.</p>",
        "CreateProjectOutput$domainUnitId": "<p>The ID of the domain unit.</p>",
        "CreateProjectProfileInput$domainUnitIdentifier": "<p>A domain unit ID of the project profile.</p>",
        "CreateProjectProfileOutput$domainUnitId": "<p>The ID of the domain unit where a project profile is created.</p>",
        "DeleteDomainUnitInput$identifier": "<p>The ID of the domain unit that you want to delete.</p>",
        "DomainUnitFilterForProject$domainUnit": "<p>The domain unit ID to use in the filter.</p>",
        "DomainUnitIds$member": null,
        "DomainUnitPolicyGrantPrincipal$domainUnitIdentifier": "<p>The ID of the domain unit.</p>",
        "DomainUnitSummary$id": "<p>The ID of the domain unit summary.</p>",
        "DomainUnitTarget$domainUnitId": "<p>The ID of the domain unit.</p>",
        "GetAccountPoolOutput$domainUnitId": "<p>The domain unit ID of the account pool.</p>",
        "GetConnectionOutput$domainUnitId": "<p>The domain unit ID of the connection.</p>",
        "GetDomainOutput$rootDomainUnitId": "<p>The ID of the root domain in Amazon Datazone.</p>",
        "GetDomainUnitInput$identifier": "<p>The identifier of the domain unit that you want to get.</p>",
        "GetDomainUnitOutput$id": "<p>The ID of the domain unit.</p>",
        "GetDomainUnitOutput$parentDomainUnitId": "<p>The ID of the parent domain unit.</p>",
        "GetProjectOutput$domainUnitId": "<p>The ID of the domain unit.</p>",
        "GetProjectProfileOutput$domainUnitId": "<p>The ID of the domain unit of the project profile.</p>",
        "ListDomainUnitsForParentInput$parentDomainUnitIdentifier": "<p>The ID of the parent domain unit.</p>",
        "ProjectProfileSummary$domainUnitId": "<p>The domain unit ID of the project profile.</p>",
        "ProjectSummary$domainUnitId": "<p>The ID of the domain unit.</p>",
        "UpdateAccountPoolOutput$domainUnitId": "<p>The domain ID in which the account pool that is to be updated lives.</p>",
        "UpdateConnectionOutput$domainUnitId": "<p>The ID of the domain unit where a connection is to be updated.</p>",
        "UpdateDomainOutput$rootDomainUnitId": "<p>The ID of the root domain unit.</p>",
        "UpdateDomainUnitInput$identifier": "<p>The ID of the domain unit that you want to update.</p>",
        "UpdateDomainUnitOutput$id": "<p>The ID of the domain unit that you want to update.</p>",
        "UpdateDomainUnitOutput$parentDomainUnitId": "<p>The ID of the parent domain unit.</p>",
        "UpdateProjectInput$domainUnitId": "<p>The ID of the domain unit.</p>",
        "UpdateProjectOutput$domainUnitId": "<p>The ID of the domain unit.</p>",
        "UpdateProjectProfileInput$domainUnitIdentifier": "<p>The ID of the domain unit where a project profile is to be updated.</p>",
        "UpdateProjectProfileOutput$domainUnitId": "<p>The domain unit ID of the project profile to be updated.</p>",
        "UseAssetTypePolicyGrantDetail$domainUnitId": "<p>The ID of the domain unit.</p>"
      }
    },
    "DomainUnitIds": {
      "base": null,
      "refs": {
        "CreateDomainUnitOutput$ancestorDomainUnitIds": "<p>The IDs of the ancestor domain units.</p>"
      }
    },
    "DomainUnitName": {
      "base": null,
      "refs": {
        "CreateDomainUnitInput$name": "<p>The name of the domain unit.</p>",
        "CreateDomainUnitOutput$name": "<p>The name of the domain unit.</p>",
        "GetDomainUnitOutput$name": "<p>The name of the domain unit.</p>",
        "UpdateDomainUnitInput$name": "<p>The name of the domain unit that you want to update.</p>",
        "UpdateDomainUnitOutput$name": "<p>The name of the domain unit that you want to update.</p>"
      }
    },
    "DomainUnitOwnerProperties": {
      "base": "<p>The properties of the domain unit owner.</p>",
      "refs": {
        "DomainUnitOwners$member": null
      }
    },
    "DomainUnitOwners": {
      "base": null,
      "refs": {
        "CreateDomainUnitOutput$owners": "<p>The owners of the domain unit.</p>",
        "GetDomainUnitOutput$owners": "<p>The owners of the domain unit.</p>",
        "UpdateDomainUnitOutput$owners": "<p>The owners of the domain unit that you want to update.</p>"
      }
    },
    "DomainUnitPolicyGrantPrincipal": {
      "base": "<p>The domain unit principal to whom the policy is granted.</p>",
      "refs": {
        "PolicyGrantPrincipal$domainUnit": "<p>The domain unit of the policy grant principal.</p>"
      }
    },
    "DomainUnitSummaries": {
      "base": null,
      "refs": {
        "ListDomainUnitsForParentOutput$items": "<p>The results returned by this action.</p>"
      }
    },
    "DomainUnitSummary": {
      "base": "<p>The summary of the domain unit.</p>",
      "refs": {
        "DomainUnitSummaries$member": null
      }
    },
    "DomainUnitTarget": {
      "base": "<p>The target for the domain unit.</p>",
      "refs": {
        "RuleTarget$domainUnitTarget": "<p>The ID of the domain unit.</p>"
      }
    },
    "DomainUnitUserProperties": {
      "base": "<p>The properties of the domain unit user.</p>",
      "refs": {
        "DomainUnitOwnerProperties$user": "<p>Indicates that the domain unit owner is a user.</p>"
      }
    },
    "DomainVersion": {
      "base": null,
      "refs": {
        "CreateDomainInput$domainVersion": "<p>The version of the domain that is created.</p>",
        "CreateDomainOutput$domainVersion": "<p>The version of the domain that is created.</p>",
        "DomainSummary$domainVersion": "<p>The domain version.</p>",
        "GetDomainOutput$domainVersion": "<p>The version of the domain.</p>"
      }
    },
    "EdgeDirection": {
      "base": null,
      "refs": {
        "ListLineageNodeHistoryInput$direction": "<p>The direction of the data lineage node refers to the lineage node having neighbors in that direction. For example, if direction is <code>UPSTREAM</code>, the <code>ListLineageNodeHistory</code> API responds with historical versions with upstream neighbors only.</p>"
      }
    },
    "EditedValue": {
      "base": null,
      "refs": {
        "AcceptChoice$editedValue": "<p>The edit of the prediction.</p>"
      }
    },
    "EnableSetting": {
      "base": null,
      "refs": {
        "CreateDataSourceInput$enableSetting": "<p>Specifies whether the data source is enabled.</p>",
        "CreateDataSourceOutput$enableSetting": "<p>Specifies whether the data source is enabled.</p>",
        "DataSourceSummary$enableSetting": "<p>Specifies whether the data source is enabled.</p>",
        "DeleteDataSourceOutput$enableSetting": "<p>The enable setting of the data source that specifies whether the data source is enabled or disabled.</p>",
        "GetDataSourceOutput$enableSetting": "<p>Specifies whether this data source is enabled or not.</p>",
        "UpdateDataSourceInput$enableSetting": "<p>The enable setting to be updated as part of the <code>UpdateDataSource</code> action.</p>",
        "UpdateDataSourceOutput$enableSetting": "<p>The enable setting to be updated as part of the <code>UpdateDataSource</code> action.</p>"
      }
    },
    "EnabledRegionList": {
      "base": null,
      "refs": {
        "EnvironmentBlueprintConfigurationItem$enabledRegions": "<p>The enabled Amazon Web Services Regions specified in a blueprint configuration.</p>",
        "GetEnvironmentBlueprintConfigurationOutput$enabledRegions": "<p>The Amazon Web Services regions in which this blueprint is enabled.</p>",
        "PutEnvironmentBlueprintConfigurationInput$enabledRegions": "<p>Specifies the enabled Amazon Web Services Regions.</p>",
        "PutEnvironmentBlueprintConfigurationOutput$enabledRegions": "<p>Specifies the enabled Amazon Web Services Regions.</p>"
      }
    },
    "EntityId": {
      "base": null,
      "refs": {
        "GetTimeSeriesDataPointOutput$entityId": "<p>The ID of the asset for which you want to get the data point.</p>",
        "PostTimeSeriesDataPointsOutput$entityId": "<p>The ID of the asset for which you want to post time series data points.</p>"
      }
    },
    "EntityIdentifier": {
      "base": null,
      "refs": {
        "AssociateGovernedTermsInput$entityIdentifier": "<p>The ID of the asset with which you want to associate a governed term.</p>",
        "CreateListingChangeSetInput$entityIdentifier": "<p>The ID of the asset.</p>",
        "DataProductItem$identifier": "<p>The ID of the data product.</p>",
        "DeleteTimeSeriesDataPointsInput$entityIdentifier": "<p>The ID of the asset for which you want to delete a time series form.</p>",
        "DisassociateGovernedTermsInput$entityIdentifier": "<p>The ID of an asset from which you want to disassociate restricted terms.</p>",
        "GetTimeSeriesDataPointInput$entityIdentifier": "<p>The ID of the asset for which you want to get the data point.</p>",
        "ListTimeSeriesDataPointsInput$entityIdentifier": "<p>The ID of the asset for which you want to list data points.</p>",
        "PostTimeSeriesDataPointsInput$entityIdentifier": "<p>The ID of the asset for which you want to post time series data points.</p>"
      }
    },
    "EntityOwners": {
      "base": null,
      "refs": {
        "ListEntityOwnersOutput$owners": "<p>The owners of the entity.</p>"
      }
    },
    "EntityType": {
      "base": null,
      "refs": {
        "CreateListingChangeSetInput$entityType": "<p>The type of an entity.</p>"
      }
    },
    "EnvironmentActionId": {
      "base": null,
      "refs": {
        "CreateEnvironmentActionOutput$id": "<p>The ID of the environment action.</p>",
        "EnvironmentActionSummary$id": "<p>The ID of the environment action.</p>",
        "GetEnvironmentActionOutput$id": "<p>The ID of the environment action.</p>",
        "UpdateEnvironmentActionOutput$id": "<p>The ID of the environment action.</p>"
      }
    },
    "EnvironmentActionList": {
      "base": null,
      "refs": {
        "CreateEnvironmentOutput$environmentActions": "<p>The configurable actions of this Amazon DataZone environment.</p>",
        "GetEnvironmentOutput$environmentActions": "<p>The actions of the environment.</p>",
        "UpdateEnvironmentOutput$environmentActions": "<p>The environment actions to be updated as part of the <code>UpdateEnvironment</code> action.</p>"
      }
    },
    "EnvironmentActionSummary": {
      "base": "<p>The details about the specified action configured for an environment. For example, the details of the specified console links for an analytics tool that is available in this environment.</p>",
      "refs": {
        "ListEnvironmentActionSummaries$member": null
      }
    },
    "EnvironmentBlueprintConfigurationItem": {
      "base": "<p>The configuration details of an environment blueprint.</p>",
      "refs": {
        "EnvironmentBlueprintConfigurations$member": null
      }
    },
    "EnvironmentBlueprintConfigurations": {
      "base": null,
      "refs": {
        "ListEnvironmentBlueprintConfigurationsOutput$items": "<p>The results of the <code>ListEnvironmentBlueprintConfigurations</code> action.</p>"
      }
    },
    "EnvironmentBlueprintId": {
      "base": null,
      "refs": {
        "CreateEnvironmentBlueprintOutput$id": "<p>The ID of this Amazon DataZone blueprint.</p>",
        "CreateEnvironmentOutput$environmentBlueprintId": "<p>The ID of the blueprint with which this Amazon DataZone environment was created.</p>",
        "CreateEnvironmentProfileInput$environmentBlueprintIdentifier": "<p>The ID of the blueprint with which this environment profile is created.</p>",
        "CreateEnvironmentProfileOutput$environmentBlueprintId": "<p>The ID of the blueprint with which this environment profile is created.</p>",
        "DeleteEnvironmentBlueprintConfigurationInput$environmentBlueprintIdentifier": "<p>The ID of the blueprint the configuration of which is deleted.</p>",
        "DeleteEnvironmentBlueprintInput$identifier": "<p>The ID of the blueprint that is deleted.</p>",
        "EnvironmentBlueprintConfigurationItem$environmentBlueprintId": "<p>The identifier of the environment blueprint.</p>",
        "EnvironmentBlueprintSummary$id": "<p>The identifier of the blueprint.</p>",
        "EnvironmentConfiguration$environmentBlueprintId": "<p>The environment blueprint ID.</p>",
        "EnvironmentProfileSummary$environmentBlueprintId": "<p>The identifier of a blueprint with which an environment profile is created.</p>",
        "GetEnvironmentBlueprintConfigurationInput$environmentBlueprintIdentifier": "<p>He ID of the blueprint.</p>",
        "GetEnvironmentBlueprintConfigurationOutput$environmentBlueprintId": "<p>The ID of the blueprint.</p>",
        "GetEnvironmentBlueprintInput$identifier": "<p>The ID of this Amazon DataZone blueprint.</p>",
        "GetEnvironmentBlueprintOutput$id": "<p>The ID of this Amazon DataZone blueprint.</p>",
        "GetEnvironmentOutput$environmentBlueprintId": "<p>The blueprint with which the environment is created.</p>",
        "GetEnvironmentProfileOutput$environmentBlueprintId": "<p>The ID of the blueprint with which this environment profile is created.</p>",
        "ListEnvironmentProfilesInput$environmentBlueprintIdentifier": "<p>The identifier of the blueprint that was used to create the environment profiles that you want to list.</p>",
        "ListEnvironmentsInput$environmentBlueprintIdentifier": "<p>The identifier of the Amazon DataZone blueprint.</p>",
        "PutEnvironmentBlueprintConfigurationInput$environmentBlueprintIdentifier": "<p>The identifier of the environment blueprint.</p>",
        "PutEnvironmentBlueprintConfigurationOutput$environmentBlueprintId": "<p>The identifier of the environment blueprint.</p>",
        "UpdateEnvironmentBlueprintInput$identifier": "<p>The identifier of the environment blueprint to be updated.</p>",
        "UpdateEnvironmentBlueprintOutput$id": "<p>The identifier of the blueprint to be updated.</p>",
        "UpdateEnvironmentOutput$environmentBlueprintId": "<p>The blueprint identifier of the environment.</p>",
        "UpdateEnvironmentProfileOutput$environmentBlueprintId": "<p>The identifier of the blueprint of the environment profile that is to be updated.</p>"
      }
    },
    "EnvironmentBlueprintName": {
      "base": null,
      "refs": {
        "CreateEnvironmentBlueprintInput$name": "<p>The name of this Amazon DataZone blueprint.</p>",
        "CreateEnvironmentBlueprintOutput$name": "<p>The name of this Amazon DataZone blueprint.</p>",
        "EnvironmentBlueprintSummary$name": "<p>The name of the blueprint.</p>",
        "GetEnvironmentBlueprintOutput$name": "<p>The name of this Amazon DataZone blueprint.</p>",
        "ListEnvironmentBlueprintsInput$name": "<p>The name of the Amazon DataZone environment.</p>",
        "UpdateEnvironmentBlueprintOutput$name": "<p>The name to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>"
      }
    },
    "EnvironmentBlueprintSummaries": {
      "base": null,
      "refs": {
        "ListEnvironmentBlueprintsOutput$items": "<p>The results of the <code>ListEnvironmentBlueprints</code> action.</p>"
      }
    },
    "EnvironmentBlueprintSummary": {
      "base": "<p>The details of an environment blueprint summary.</p>",
      "refs": {
        "EnvironmentBlueprintSummaries$member": null
      }
    },
    "EnvironmentConfiguration": {
      "base": "<p>The configuration of an environment.</p>",
      "refs": {
        "EnvironmentConfigurationsList$member": null
      }
    },
    "EnvironmentConfigurationId": {
      "base": null,
      "refs": {
        "CreateEnvironmentOutput$environmentConfigurationId": "<p>The configuration ID of the environment.</p>",
        "EnvironmentConfiguration$id": "<p>The environment ID.</p>",
        "EnvironmentSummary$environmentConfigurationId": "<p>The configuration ID with which the environment is created.</p>",
        "GetEnvironmentOutput$environmentConfigurationId": "<p>The configuration ID that is used to create the environment.</p>",
        "UpdateEnvironmentOutput$environmentConfigurationId": "<p>The configuration ID of the environment.</p>"
      }
    },
    "EnvironmentConfigurationName": {
      "base": null,
      "refs": {
        "EnvironmentConfiguration$name": "<p>The environment name.</p>",
        "EnvironmentConfigurationUserParameter$environmentConfigurationName": "<p>The environment configuration name.</p>"
      }
    },
    "EnvironmentConfigurationParameter": {
      "base": "<p>The environment configuration parameter.</p>",
      "refs": {
        "EnvironmentConfigurationParametersList$member": null
      }
    },
    "EnvironmentConfigurationParameterName": {
      "base": null,
      "refs": {
        "EnvironmentConfigurationParameter$name": "<p>The name of the environment configuration parameter.</p>"
      }
    },
    "EnvironmentConfigurationParametersDetails": {
      "base": "<p>The details of the environment configuration parameter.</p>",
      "refs": {
        "EnvironmentConfiguration$configurationParameters": "<p>The configuration parameters of the environment.</p>"
      }
    },
    "EnvironmentConfigurationParametersList": {
      "base": null,
      "refs": {
        "EnvironmentConfigurationParametersDetails$parameterOverrides": "<p>The parameter overrides.</p>",
        "EnvironmentConfigurationParametersDetails$resolvedParameters": "<p>The resolved environment configuration parameters.</p>"
      }
    },
    "EnvironmentConfigurationUserParameter": {
      "base": "<p>The environment configuration user parameters.</p>",
      "refs": {
        "EnvironmentConfigurationUserParametersList$member": null
      }
    },
    "EnvironmentConfigurationUserParametersList": {
      "base": null,
      "refs": {
        "CreateProjectInput$userParameters": "<p>The user parameters of the project.</p>",
        "CreateProjectOutput$userParameters": "<p>The user parameters of the project.</p>",
        "GetProjectOutput$userParameters": "<p>The user parameters of a project.</p>",
        "UpdateProjectInput$userParameters": "<p>The user parameters of the project.</p>",
        "UpdateProjectOutput$userParameters": "<p>The user parameters of the project.</p>"
      }
    },
    "EnvironmentConfigurationsList": {
      "base": null,
      "refs": {
        "CreateProjectProfileInput$environmentConfigurations": "<p>Environment configurations of the project profile.</p>",
        "CreateProjectProfileOutput$environmentConfigurations": "<p>Environment configurations of a project profile.</p>",
        "GetProjectProfileOutput$environmentConfigurations": "<p>The environment configurations of the project profile.</p>",
        "UpdateProjectProfileInput$environmentConfigurations": "<p>The environment configurations of a project profile.</p>",
        "UpdateProjectProfileOutput$environmentConfigurations": "<p>The environment configurations of a project profile.</p>"
      }
    },
    "EnvironmentDeploymentDetails": {
      "base": "<p>The environment deployment details.</p>",
      "refs": {
        "CreateProjectOutput$environmentDeploymentDetails": "<p>The environment deployment details.</p>",
        "GetProjectOutput$environmentDeploymentDetails": "<p>The environment deployment status of a project.</p>",
        "UpdateProjectInput$environmentDeploymentDetails": "<p>The environment deployment details of the project.</p>",
        "UpdateProjectOutput$environmentDeploymentDetails": "<p>The environment deployment details of the project.</p>"
      }
    },
    "EnvironmentError": {
      "base": "<p>The failure reasons for the environment deployment.</p>",
      "refs": {
        "Deployment$failureReason": "<p>The failure reason of the last deployment of the environment.</p>",
        "EnvironmentFailureReasonsList$member": null
      }
    },
    "EnvironmentFailureReasons": {
      "base": null,
      "refs": {
        "EnvironmentDeploymentDetails$environmentFailureReasons": "<p>Environment failure reasons.</p>"
      }
    },
    "EnvironmentFailureReasonsList": {
      "base": null,
      "refs": {
        "EnvironmentFailureReasons$value": null
      }
    },
    "EnvironmentId": {
      "base": null,
      "refs": {
        "AssociateEnvironmentRoleInput$environmentIdentifier": "<p>The ID of the Amazon DataZone environment.</p>",
        "ConnectionSummary$environmentId": "<p>The environment ID of a connection.</p>",
        "CreateConnectionInput$environmentIdentifier": "<p>The ID of the environment where the connection is created.</p>",
        "CreateConnectionOutput$environmentId": "<p>The ID of the environment where the connection is created.</p>",
        "CreateDataSourceOutput$environmentId": "<p>The unique identifier of the Amazon DataZone environment to which the data source publishes assets. </p>",
        "CreateEnvironmentActionInput$environmentIdentifier": "<p>The ID of the environment in which the environment action is created.</p>",
        "CreateEnvironmentActionOutput$environmentId": "<p>The ID of the environment in which the environment is created.</p>",
        "CreateEnvironmentOutput$id": "<p>The ID of this Amazon DataZone environment.</p>",
        "CreateSubscriptionGrantInput$environmentIdentifier": "<p>The ID of the environment in which the subscription grant is created.</p>",
        "CreateSubscriptionTargetInput$environmentIdentifier": "<p>The ID of the environment in which subscription target is created.</p>",
        "CreateSubscriptionTargetOutput$environmentId": "<p>The ID of the environment in which the subscription target was created.</p>",
        "DeleteDataSourceOutput$environmentId": "<p>The ID of the environemnt associated with this data source.</p>",
        "DeleteEnvironmentActionInput$environmentIdentifier": "<p>The ID of the environment where an environment action is deleted.</p>",
        "DeleteEnvironmentInput$identifier": "<p>The identifier of the environment that is to be deleted.</p>",
        "DeleteSubscriptionTargetInput$environmentIdentifier": "<p>The ID of the Amazon DataZone environment in which the subscription target is deleted.</p>",
        "DisassociateEnvironmentRoleInput$environmentIdentifier": "<p>The ID of the environment.</p>",
        "EnvironmentActionSummary$environmentId": "<p>The environment ID of the environment action.</p>",
        "EnvironmentConfigurationUserParameter$environmentId": "<p>The ID of the environment.</p>",
        "EnvironmentSummary$id": "<p>The identifier of the environment.</p>",
        "GetConnectionOutput$environmentId": "<p>The ID of the environment.</p>",
        "GetDataSourceOutput$environmentId": "<p>The ID of the environment where this data source creates and publishes assets,</p>",
        "GetEnvironmentActionInput$environmentIdentifier": "<p>The environment ID of the environment action.</p>",
        "GetEnvironmentActionOutput$environmentId": "<p>The environment ID of the environment action.</p>",
        "GetEnvironmentCredentialsInput$environmentIdentifier": "<p>The ID of the environment whose credentials this operation gets.</p>",
        "GetEnvironmentInput$identifier": "<p>The ID of the Amazon DataZone environment.</p>",
        "GetEnvironmentOutput$id": "<p>The ID of the environment.</p>",
        "GetSubscriptionTargetInput$environmentIdentifier": "<p>The ID of the environment associated with the subscription target.</p>",
        "GetSubscriptionTargetOutput$environmentId": "<p>The ID of the environment associated with the subscription target.</p>",
        "ListConnectionsInput$environmentIdentifier": "<p>The ID of the environment where you want to list connections.</p>",
        "ListEnvironmentActionsInput$environmentIdentifier": "<p>The ID of the envrironment whose environment actions are listed.</p>",
        "ListSubscriptionGrantsInput$environmentId": "<p>The identifier of the Amazon DataZone environment.</p>",
        "ListSubscriptionTargetsInput$environmentIdentifier": "<p>The identifier of the environment where you want to list subscription targets.</p>",
        "SubscriptionTargetSummary$environmentId": "<p>The identifier of the environment of the subscription target.</p>",
        "UpdateConnectionOutput$environmentId": "<p>The ID of the environment where a connection is to be updated.</p>",
        "UpdateDataSourceOutput$environmentId": "<p>The identifier of the environment in which a data source is to be updated.</p>",
        "UpdateEnvironmentActionInput$environmentIdentifier": "<p>The environment ID of the environment action.</p>",
        "UpdateEnvironmentActionOutput$environmentId": "<p>The environment ID of the environment action.</p>",
        "UpdateEnvironmentInput$identifier": "<p>The identifier of the environment that is to be updated.</p>",
        "UpdateEnvironmentOutput$id": "<p>The identifier of the environment that is to be updated.</p>",
        "UpdateSubscriptionTargetInput$environmentIdentifier": "<p>The identifier of the environment in which a subscription target is to be updated.</p>",
        "UpdateSubscriptionTargetOutput$environmentId": "<p>The identifier of the environment in which a subscription target is to be updated.</p>"
      }
    },
    "EnvironmentName": {
      "base": null,
      "refs": {
        "CreateEnvironmentOutput$name": "<p>The name of this environment.</p>",
        "EnvironmentSummary$name": "<p>The name of the environment.</p>",
        "GetEnvironmentOutput$name": "<p>The name of the environment.</p>",
        "UpdateEnvironmentOutput$name": "<p>The name to be updated as part of the <code>UpdateEnvironment</code> action.</p>"
      }
    },
    "EnvironmentParameter": {
      "base": "<p>The parameter details of an evironment profile.</p>",
      "refs": {
        "EnvironmentParametersList$member": null
      }
    },
    "EnvironmentParametersList": {
      "base": null,
      "refs": {
        "CreateEnvironmentInput$userParameters": "<p>The user parameters of this Amazon DataZone environment.</p>",
        "CreateEnvironmentProfileInput$userParameters": "<p>The user parameters of this Amazon DataZone environment profile.</p>",
        "EnvironmentConfigurationUserParameter$environmentParameters": "<p>The environment parameters.</p>",
        "UpdateEnvironmentInput$userParameters": "<p>The user parameters of the environment.</p>",
        "UpdateEnvironmentProfileInput$userParameters": "<p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>"
      }
    },
    "EnvironmentProfileId": {
      "base": null,
      "refs": {
        "CreateEnvironmentInput$environmentProfileIdentifier": "<p>The identifier of the environment profile that is used to create this Amazon DataZone environment.</p>",
        "CreateEnvironmentOutput$environmentProfileId": "<p>The ID of the environment profile with which this Amazon DataZone environment was created.</p>",
        "CreateEnvironmentProfileOutput$id": "<p>The ID of this Amazon DataZone environment profile.</p>",
        "DeleteEnvironmentProfileInput$identifier": "<p>The ID of the environment profile that is deleted.</p>",
        "EnvironmentProfileSummary$id": "<p>The identifier of the environment profile.</p>",
        "EnvironmentSummary$environmentProfileId": "<p>The identifier of the environment profile with which the environment was created.</p>",
        "GetEnvironmentOutput$environmentProfileId": "<p>The ID of the environment profile with which the environment is created.</p>",
        "GetEnvironmentProfileInput$identifier": "<p>The ID of the environment profile.</p>",
        "GetEnvironmentProfileOutput$id": "<p>The ID of the environment profile.</p>",
        "ListEnvironmentsInput$environmentProfileIdentifier": "<p>The identifier of the environment profile.</p>",
        "UpdateEnvironmentOutput$environmentProfileId": "<p>The profile identifier of the environment.</p>",
        "UpdateEnvironmentProfileInput$identifier": "<p>The identifier of the environment profile that is to be updated.</p>",
        "UpdateEnvironmentProfileOutput$id": "<p>The identifier of the environment profile that is to be udpated.</p>"
      }
    },
    "EnvironmentProfileName": {
      "base": null,
      "refs": {
        "CreateEnvironmentProfileInput$name": "<p>The name of this Amazon DataZone environment profile.</p>",
        "CreateEnvironmentProfileOutput$name": "<p>The name of this Amazon DataZone environment profile.</p>",
        "EnvironmentProfileSummary$name": "<p>The name of the environment profile.</p>",
        "GetEnvironmentProfileOutput$name": "<p>The name of the environment profile.</p>",
        "ListEnvironmentProfilesInput$name": "<p/>",
        "UpdateEnvironmentProfileInput$name": "<p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>",
        "UpdateEnvironmentProfileOutput$name": "<p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>"
      }
    },
    "EnvironmentProfileSummaries": {
      "base": null,
      "refs": {
        "ListEnvironmentProfilesOutput$items": "<p>The results of the <code>ListEnvironmentProfiles</code> action. </p>"
      }
    },
    "EnvironmentProfileSummary": {
      "base": "<p>The details of an environment profile.</p>",
      "refs": {
        "EnvironmentProfileSummaries$member": null
      }
    },
    "EnvironmentResolvedAccount": {
      "base": "<p>Specifies the account/Region that is to be used during project creation for a particular blueprint.</p>",
      "refs": {
        "EnvironmentConfigurationUserParameter$environmentResolvedAccount": "<p>Specifies the account/Region that is to be used during project creation for a particular blueprint.</p>"
      }
    },
    "EnvironmentStatus": {
      "base": null,
      "refs": {
        "CreateEnvironmentOutput$status": "<p>The status of this Amazon DataZone environment.</p>",
        "EnvironmentSummary$status": "<p>The status of the environment.</p>",
        "GetEnvironmentOutput$status": "<p>The status of this Amazon DataZone environment.</p>",
        "ListEnvironmentsInput$status": "<p>The status of the environments that you want to list.</p>",
        "UpdateEnvironmentOutput$status": "<p>The status to be updated as part of the <code>UpdateEnvironment</code> action.</p>"
      }
    },
    "EnvironmentSummaries": {
      "base": null,
      "refs": {
        "ListEnvironmentsOutput$items": "<p>The results of the <code>ListEnvironments</code> action.</p>"
      }
    },
    "EnvironmentSummary": {
      "base": "<p>The details of an environment.</p>",
      "refs": {
        "EnvironmentSummaries$member": null
      }
    },
    "EqualToExpression": {
      "base": "<p>Specifies whether the value is equal to an expression.</p>",
      "refs": {
        "RowFilterExpression$equalTo": "<p>The 'equal to' clause of the row filter expression.</p>"
      }
    },
    "ErrorMessage": {
      "base": null,
      "refs": {
        "AccessDeniedException$message": null,
        "ConflictException$message": null,
        "InternalServerException$message": null,
        "ResourceNotFoundException$message": null,
        "ServiceQuotaExceededException$message": null,
        "ThrottlingException$message": null,
        "UnauthorizedException$message": null,
        "ValidationException$message": null
      }
    },
    "EventSummary": {
      "base": "<p>The event summary.</p>",
      "refs": {
        "LineageEventSummary$eventSummary": "<p>The summary of the data lineate event.</p>"
      }
    },
    "ExternalIdentifier": {
      "base": null,
      "refs": {
        "AssetItem$externalIdentifier": "<p>The external identifier of the Amazon DataZone inventory asset.</p>",
        "CreateAssetInput$externalIdentifier": "<p>The external identifier of the asset.</p> <p>If the value for the <code>externalIdentifier</code> parameter is specified, it must be a unique value.</p>",
        "CreateAssetOutput$externalIdentifier": "<p>The external identifier of the asset.</p>",
        "CreateAssetRevisionOutput$externalIdentifier": "<p>The external identifier of the asset.</p>",
        "GetAssetOutput$externalIdentifier": "<p>The external ID of the asset.</p>"
      }
    },
    "FailedQueryProcessingErrorMessages": {
      "base": null,
      "refs": {
        "LineageSqlQueryRunDetails$errorMessages": "<p>The error message of the SQL query run details of a data lineage run.</p>"
      }
    },
    "FailureCause": {
      "base": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
      "refs": {
        "SubscribedAsset$failureCause": "<p>The failure cause included in the details of the asset for which the subscription grant is created.</p>",
        "UpdateSubscriptionGrantStatusInput$failureCause": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>"
      }
    },
    "FailureReasons": {
      "base": null,
      "refs": {
        "CreateProjectOutput$failureReasons": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "GetProjectOutput$failureReasons": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "ProjectSummary$failureReasons": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
        "UpdateProjectOutput$failureReasons": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>"
      }
    },
    "Filter": {
      "base": "<p>A search filter in Amazon DataZone.</p>",
      "refs": {
        "FilterClause$filter": "<p>A search filter in Amazon DataZone.</p>"
      }
    },
    "FilterClause": {
      "base": "<p>A search filter clause in Amazon DataZone.</p>",
      "refs": {
        "FilterList$member": null,
        "SearchInput$filters": "<p>Specifies the search filters.</p>",
        "SearchListingsInput$filters": "<p>Specifies the filters for the search of listings.</p>",
        "SearchTypesInput$filters": "<p>The filters for the <code>SearchTypes</code> action.</p>"
      }
    },
    "FilterExpression": {
      "base": "<p>A filter expression in Amazon DataZone.</p>",
      "refs": {
        "FilterExpressions$member": null
      }
    },
    "FilterExpressionExpressionString": {
      "base": null,
      "refs": {
        "FilterExpression$expression": "<p>The search filter expression.</p>"
      }
    },
    "FilterExpressionType": {
      "base": null,
      "refs": {
        "FilterExpression$type": "<p>The search filter explresison type.</p>"
      }
    },
    "FilterExpressions": {
      "base": null,
      "refs": {
        "RelationalFilterConfiguration$filterExpressions": "<p>The filter expressions specified in the relational filter configuration for the data source.</p>"
      }
    },
    "FilterId": {
      "base": null,
      "refs": {
        "AssetFilterSummary$id": "<p>The ID of the asset filter.</p>",
        "CreateAssetFilterOutput$id": "<p>The ID of the asset filter.</p>",
        "DeleteAssetFilterInput$identifier": "<p>The ID of the asset filter that you want to delete.</p>",
        "FilterIds$member": null,
        "GetAssetFilterInput$identifier": "<p>The ID of the asset filter.</p>",
        "GetAssetFilterOutput$id": "<p>The ID of the asset filter.</p>",
        "UpdateAssetFilterInput$identifier": "<p>The ID of the asset filter.</p>",
        "UpdateAssetFilterOutput$id": "<p>The ID of the asset filter.</p>"
      }
    },
    "FilterIds": {
      "base": null,
      "refs": {
        "AcceptedAssetScope$filterIds": "<p>The filter IDs of the accepted asset scope.</p>",
        "AssetScope$filterIds": "<p>The filter IDs of the asset scope.</p>"
      }
    },
    "FilterList": {
      "base": null,
      "refs": {
        "FilterClause$and": "<p>The 'and' search filter clause in Amazon DataZone.</p>",
        "FilterClause$or": "<p>The 'or' search filter clause in Amazon DataZone.</p>"
      }
    },
    "FilterName": {
      "base": null,
      "refs": {
        "AssetFilterSummary$name": "<p>The name of the asset filter.</p>",
        "CreateAssetFilterInput$name": "<p>The name of the asset filter.</p>",
        "CreateAssetFilterOutput$name": "<p>The name of the asset filter.</p>",
        "GetAssetFilterOutput$name": "<p>The name of the asset filter.</p>",
        "UpdateAssetFilterOutput$name": "<p>The name of the asset filter.</p>"
      }
    },
    "FilterStatus": {
      "base": null,
      "refs": {
        "AssetFilterSummary$status": "<p>The status of the asset filter.</p>",
        "CreateAssetFilterOutput$status": "<p>The status of the asset filter.</p>",
        "GetAssetFilterOutput$status": "<p>The status of the asset filter.</p>",
        "ListAssetFiltersInput$status": "<p>The status of the asset filter.</p>",
        "UpdateAssetFilterOutput$status": "<p>The status of the asset filter.</p>"
      }
    },
    "FilterValueString": {
      "base": null,
      "refs": {
        "Filter$value": "<p>A search filter value in Amazon DataZone.</p>"
      }
    },
    "FirstName": {
      "base": null,
      "refs": {
        "SsoUserProfileDetails$firstName": "<p>The first name included in the single sign-on details of the user profile.</p>"
      }
    },
    "Float": {
      "base": null,
      "refs": {
        "AcceptRule$threshold": "<p>The confidence score that specifies the condition at which a prediction can be accepted.</p>",
        "RejectRule$threshold": "<p>The confidence score that specifies the condition at which a prediction can be rejected.</p>"
      }
    },
    "FormEntryInput": {
      "base": "<p>The details of the form entry.</p>",
      "refs": {
        "FormsInputMap$value": null
      }
    },
    "FormEntryOutput": {
      "base": "<p>The details of the form entry.</p>",
      "refs": {
        "FormsOutputMap$value": null
      }
    },
    "FormInput": {
      "base": "<p>The details of a metadata form.</p>",
      "refs": {
        "FormInputList$member": null,
        "MetadataFormInputs$member": null
      }
    },
    "FormInputContentString": {
      "base": null,
      "refs": {
        "FormInput$content": "<p>The content of the metadata form.</p>"
      }
    },
    "FormInputList": {
      "base": null,
      "refs": {
        "CreateAssetInput$formsInput": "<p>Metadata forms attached to the asset.</p>",
        "CreateAssetRevisionInput$formsInput": "<p>The metadata forms to be attached to the asset as part of asset revision.</p>",
        "CreateDataProductInput$formsInput": "<p>The metadata forms of the data product.</p>",
        "CreateDataProductRevisionInput$formsInput": "<p>The metadata forms of the data product revision.</p>",
        "CreateDataSourceInput$assetFormsInput": "<p>The metadata forms that are to be attached to the assets that this data source works with.</p>",
        "UpdateDataSourceInput$assetFormsInput": "<p>The asset forms to be updated as part of the <code>UpdateDataSource</code> action.</p>"
      }
    },
    "FormName": {
      "base": null,
      "refs": {
        "FormInput$formName": "<p>The name of the metadata form.</p>",
        "FormOutput$formName": "<p>The name of the metadata form.</p>",
        "FormsInputMap$key": null,
        "FormsOutputMap$key": null,
        "MetadataFormSummary$formName": "<p>The form name of the metadata form.</p>",
        "SubscriptionTargetForm$formName": "<p>The form name included in the subscription target configuration.</p>"
      }
    },
    "FormOutput": {
      "base": "<p>The details of a metadata form.</p>",
      "refs": {
        "FormOutputList$member": null,
        "MetadataForms$member": null
      }
    },
    "FormOutputList": {
      "base": null,
      "refs": {
        "AssetItemAdditionalAttributes$formsOutput": "<p>The forms included in the additional attributes of an inventory asset.</p>",
        "AssetItemAdditionalAttributes$readOnlyFormsOutput": "<p>The read-only forms included in the additional attributes of an inventory asset.</p>",
        "CreateAssetOutput$formsOutput": "<p>The metadata forms that are attached to the created asset.</p>",
        "CreateAssetOutput$readOnlyFormsOutput": "<p>The read-only metadata forms that are attached to the created asset.</p>",
        "CreateAssetRevisionOutput$formsOutput": "<p>The metadata forms that were attached to the asset as part of the asset revision.</p>",
        "CreateAssetRevisionOutput$readOnlyFormsOutput": "<p>The read-only metadata forms that were attached to the asset as part of the asset revision.</p>",
        "CreateDataProductOutput$formsOutput": "<p>The metadata forms of the data product.</p>",
        "CreateDataProductRevisionOutput$formsOutput": "<p>The metadata forms of the data product revision.</p>",
        "CreateDataSourceOutput$assetFormsOutput": "<p>The metadata forms attached to the assets that this data source creates.</p>",
        "DeleteDataSourceOutput$assetFormsOutput": "<p>The asset data forms associated with this data source.</p>",
        "GetAssetOutput$formsOutput": "<p>The metadata forms attached to the asset.</p>",
        "GetAssetOutput$readOnlyFormsOutput": "<p>The read-only metadata forms attached to the asset.</p>",
        "GetDataProductOutput$formsOutput": "<p>The metadata forms of the data product.</p>",
        "GetDataSourceOutput$assetFormsOutput": "<p>The metadata forms attached to the assets created by this data source.</p>",
        "GetLineageNodeOutput$formsOutput": "<p>The metadata of the specified data lineage node.</p>",
        "UpdateDataSourceOutput$assetFormsOutput": "<p>The asset forms to be updated as part of the <code>UpdateDataSource</code> action.</p>"
      }
    },
    "FormTypeData": {
      "base": "<p>The details of the metadata form type.</p>",
      "refs": {
        "SearchTypesResultItem$formTypeItem": "<p>The form type included in the results of the <code>SearchTypes</code> action.</p>"
      }
    },
    "FormTypeIdentifier": {
      "base": null,
      "refs": {
        "DeleteFormTypeInput$formTypeIdentifier": "<p>The ID of the metadata form type that is deleted.</p>",
        "FormEntryInput$typeIdentifier": "<p>The type ID of the form entry.</p>",
        "FormInput$typeIdentifier": "<p>The ID of the metadata form type.</p>",
        "GetFormTypeInput$formTypeIdentifier": "<p>The ID of the metadata form type.</p>",
        "MetadataFormReference$typeIdentifier": "<p>The type ID of the metadata form reference.</p>",
        "TimeSeriesDataPointFormInput$typeIdentifier": "<p>The ID of the type of the time series data points form.</p>",
        "TimeSeriesDataPointFormOutput$typeIdentifier": "<p>The ID of the type of the time series data points form.</p>",
        "TimeSeriesDataPointSummaryFormOutput$typeIdentifier": "<p>The type ID of the time series data points summary form.</p>"
      }
    },
    "FormTypeName": {
      "base": null,
      "refs": {
        "CreateFormTypeInput$name": "<p>The name of this Amazon DataZone metadata form type.</p>",
        "CreateFormTypeOutput$name": "<p>The name of this Amazon DataZone metadata form type.</p>",
        "FormEntryOutput$typeName": "<p>The name of the type of the form entry.</p>",
        "FormOutput$typeName": "<p>The name of the metadata form type.</p>",
        "FormTypeData$name": "<p>The name of the form type.</p>",
        "GetFormTypeOutput$name": "<p>The name of the metadata form type.</p>",
        "Import$name": "<p>The name of the import.</p>",
        "MetadataFormSummary$typeName": "<p>The type name of the metadata form.</p>"
      }
    },
    "FormTypeStatus": {
      "base": null,
      "refs": {
        "CreateFormTypeInput$status": "<p>The status of this Amazon DataZone metadata form type.</p>",
        "FormTypeData$status": "<p>The status of the form type.</p>",
        "GetFormTypeOutput$status": "<p>The status of the metadata form type.</p>"
      }
    },
    "Forms": {
      "base": null,
      "refs": {
        "AssetListing$forms": "<p>The metadata forms attached to an asset published in an Amazon DataZone catalog. </p>",
        "AssetListingItemAdditionalAttributes$forms": "<p>The metadata forms that form additional attributes of the metadata asset.</p>",
        "DataProductListing$forms": "<p>The metadata forms of the data product listing.</p>",
        "DataProductListingItemAdditionalAttributes$forms": "<p>The metadata forms of the asset of the data product. </p>",
        "SubscribedAssetListing$forms": "<p>The forms attached to the published asset for which the subscription grant is created.</p>"
      }
    },
    "FormsInputMap": {
      "base": null,
      "refs": {
        "CreateAssetTypeInput$formsInput": "<p>The metadata forms that are to be attached to the custom asset type.</p>"
      }
    },
    "FormsOutputMap": {
      "base": null,
      "refs": {
        "AssetTypeItem$formsOutput": "<p>The forms included in the details of the asset type.</p>",
        "CreateAssetTypeOutput$formsOutput": "<p>The metadata forms that are attached to the asset type.</p>",
        "GetAssetTypeOutput$formsOutput": "<p>The metadata forms attached to the asset type.</p>",
        "LineageNodeTypeItem$formsOutput": "<p>The forms output of the data lineage node type.</p>"
      }
    },
    "GetAccountPoolInput": {
      "base": null,
      "refs": {}
    },
    "GetAccountPoolOutput": {
      "base": null,
      "refs": {}
    },
    "GetAssetFilterInput": {
      "base": null,
      "refs": {}
    },
    "GetAssetFilterOutput": {
      "base": null,
      "refs": {}
    },
    "GetAssetInput": {
      "base": null,
      "refs": {}
    },
    "GetAssetOutput": {
      "base": null,
      "refs": {}
    },
    "GetAssetOutputGovernedGlossaryTermsList": {
      "base": null,
      "refs": {
        "GetAssetOutput$governedGlossaryTerms": "<p>The restricted glossary terms attached to an asset.</p>"
      }
    },
    "GetAssetTypeInput": {
      "base": null,
      "refs": {}
    },
    "GetAssetTypeOutput": {
      "base": null,
      "refs": {}
    },
    "GetConnectionInput": {
      "base": null,
      "refs": {}
    },
    "GetConnectionOutput": {
      "base": null,
      "refs": {}
    },
    "GetDataProductInput": {
      "base": null,
      "refs": {}
    },
    "GetDataProductOutput": {
      "base": null,
      "refs": {}
    },
    "GetDataSourceInput": {
      "base": null,
      "refs": {}
    },
    "GetDataSourceOutput": {
      "base": null,
      "refs": {}
    },
    "GetDataSourceRunInput": {
      "base": null,
      "refs": {}
    },
    "GetDataSourceRunOutput": {
      "base": null,
      "refs": {}
    },
    "GetDomainInput": {
      "base": null,
      "refs": {}
    },
    "GetDomainOutput": {
      "base": null,
      "refs": {}
    },
    "GetDomainUnitInput": {
      "base": null,
      "refs": {}
    },
    "GetDomainUnitOutput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentActionInput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentActionOutput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentBlueprintConfigurationInput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentBlueprintConfigurationOutput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentBlueprintInput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentBlueprintOutput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentCredentialsInput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentCredentialsOutput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentInput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentOutput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentProfileInput": {
      "base": null,
      "refs": {}
    },
    "GetEnvironmentProfileOutput": {
      "base": null,
      "refs": {}
    },
    "GetFormTypeInput": {
      "base": null,
      "refs": {}
    },
    "GetFormTypeOutput": {
      "base": null,
      "refs": {}
    },
    "GetGlossaryInput": {
      "base": null,
      "refs": {}
    },
    "GetGlossaryOutput": {
      "base": null,
      "refs": {}
    },
    "GetGlossaryTermInput": {
      "base": null,
      "refs": {}
    },
    "GetGlossaryTermOutput": {
      "base": null,
      "refs": {}
    },
    "GetGroupProfileInput": {
      "base": null,
      "refs": {}
    },
    "GetGroupProfileOutput": {
      "base": null,
      "refs": {}
    },
    "GetIamPortalLoginUrlInput": {
      "base": null,
      "refs": {}
    },
    "GetIamPortalLoginUrlOutput": {
      "base": null,
      "refs": {}
    },
    "GetJobRunInput": {
      "base": null,
      "refs": {}
    },
    "GetJobRunOutput": {
      "base": null,
      "refs": {}
    },
    "GetLineageEventInput": {
      "base": null,
      "refs": {}
    },
    "GetLineageEventOutput": {
      "base": null,
      "refs": {}
    },
    "GetLineageNodeInput": {
      "base": null,
      "refs": {}
    },
    "GetLineageNodeOutput": {
      "base": null,
      "refs": {}
    },
    "GetListingInput": {
      "base": null,
      "refs": {}
    },
    "GetListingOutput": {
      "base": null,
      "refs": {}
    },
    "GetMetadataGenerationRunInput": {
      "base": null,
      "refs": {}
    },
    "GetMetadataGenerationRunOutput": {
      "base": null,
      "refs": {}
    },
    "GetProjectInput": {
      "base": null,
      "refs": {}
    },
    "GetProjectOutput": {
      "base": null,
      "refs": {}
    },
    "GetProjectProfileInput": {
      "base": null,
      "refs": {}
    },
    "GetProjectProfileOutput": {
      "base": null,
      "refs": {}
    },
    "GetRuleInput": {
      "base": null,
      "refs": {}
    },
    "GetRuleOutput": {
      "base": null,
      "refs": {}
    },
    "GetSubscriptionGrantInput": {
      "base": null,
      "refs": {}
    },
    "GetSubscriptionGrantOutput": {
      "base": null,
      "refs": {}
    },
    "GetSubscriptionInput": {
      "base": null,
      "refs": {}
    },
    "GetSubscriptionOutput": {
      "base": null,
      "refs": {}
    },
    "GetSubscriptionRequestDetailsInput": {
      "base": null,
      "refs": {}
    },
    "GetSubscriptionRequestDetailsOutput": {
      "base": null,
      "refs": {}
    },
    "GetSubscriptionRequestDetailsOutputSubscribedListingsList": {
      "base": null,
      "refs": {
        "GetSubscriptionRequestDetailsOutput$subscribedListings": "<p>The subscribed listings in the subscription request.</p>"
      }
    },
    "GetSubscriptionRequestDetailsOutputSubscribedPrincipalsList": {
      "base": null,
      "refs": {
        "GetSubscriptionRequestDetailsOutput$subscribedPrincipals": "<p>The subscribed principals in the subscription request.</p>"
      }
    },
    "GetSubscriptionTargetInput": {
      "base": null,
      "refs": {}
    },
    "GetSubscriptionTargetOutput": {
      "base": null,
      "refs": {}
    },
    "GetTimeSeriesDataPointInput": {
      "base": null,
      "refs": {}
    },
    "GetTimeSeriesDataPointOutput": {
      "base": null,
      "refs": {}
    },
    "GetUserProfileInput": {
      "base": null,
      "refs": {}
    },
    "GetUserProfileOutput": {
      "base": null,
      "refs": {}
    },
    "GlobalParameterMap": {
      "base": null,
      "refs": {
        "PutEnvironmentBlueprintConfigurationInput$globalParameters": "<p>Region-agnostic environment blueprint parameters. </p>"
      }
    },
    "GlossaryDescription": {
      "base": null,
      "refs": {
        "CreateGlossaryInput$description": "<p>The description of this business glossary.</p>",
        "CreateGlossaryOutput$description": "<p>The description of this business glossary.</p>",
        "GetGlossaryOutput$description": "<p>The description of the business glossary.</p>",
        "GlossaryItem$description": "<p>The business glossary description.</p>",
        "UpdateGlossaryInput$description": "<p>The description to be updated as part of the <code>UpdateGlossary</code> action.</p>",
        "UpdateGlossaryOutput$description": "<p>The description to be updated as part of the <code>UpdateGlossary</code> action.</p>"
      }
    },
    "GlossaryId": {
      "base": null,
      "refs": {
        "CreateGlossaryOutput$id": "<p>The ID of this business glossary.</p>",
        "CreateGlossaryTermOutput$glossaryId": "<p>The ID of the business glossary in which this term is created.</p>",
        "DeleteGlossaryInput$identifier": "<p>The ID of the business glossary that is deleted.</p>",
        "GetGlossaryInput$identifier": "<p>The ID of the business glossary.</p>",
        "GetGlossaryOutput$id": "<p>The ID of the business glossary.</p>",
        "GetGlossaryTermOutput$glossaryId": "<p>The ID of the business glossary to which this term belongs.</p>",
        "GlossaryItem$id": "<p>The identifier of the glossary.</p>",
        "GlossaryTermItem$glossaryId": "<p>The identifier of the business glossary to which the term belongs.</p>",
        "UpdateGlossaryInput$identifier": "<p>The identifier of the business glossary to be updated.</p>",
        "UpdateGlossaryOutput$id": "<p>The identifier of the business glossary that is to be updated.</p>",
        "UpdateGlossaryTermOutput$glossaryId": "<p>The identifier of the business glossary in which a term is to be updated.</p>"
      }
    },
    "GlossaryItem": {
      "base": "<p>The details of a business glossary.</p>",
      "refs": {
        "SearchInventoryResultItem$glossaryItem": "<p>The glossary item included in the search results.</p>"
      }
    },
    "GlossaryItemAdditionalAttributes": {
      "base": "<p>The additional attributes of an Amazon DataZone glossary.</p>",
      "refs": {
        "GlossaryItem$additionalAttributes": "<p>The additional attributes of an Amazon DataZone glossary.</p>"
      }
    },
    "GlossaryName": {
      "base": null,
      "refs": {
        "CreateGlossaryInput$name": "<p>The name of this business glossary.</p>",
        "CreateGlossaryOutput$name": "<p>The name of this business glossary.</p>",
        "GetGlossaryOutput$name": "<p>The name of the business glossary.</p>",
        "GlossaryItem$name": "<p>The name of the glossary.</p>",
        "UpdateGlossaryInput$name": "<p>The name to be updated as part of the <code>UpdateGlossary</code> action.</p>",
        "UpdateGlossaryOutput$name": "<p>The name to be updated as part of the <code>UpdateGlossary</code> action.</p>"
      }
    },
    "GlossaryStatus": {
      "base": null,
      "refs": {
        "CreateGlossaryInput$status": "<p>The status of this business glossary.</p>",
        "CreateGlossaryOutput$status": "<p>The status of this business glossary.</p>",
        "GetGlossaryOutput$status": "<p>The status of the business glossary.</p>",
        "GlossaryItem$status": "<p>The business glossary status.</p>",
        "UpdateGlossaryInput$status": "<p>The status to be updated as part of the <code>UpdateGlossary</code> action.</p>",
        "UpdateGlossaryOutput$status": "<p>The status to be updated as part of the <code>UpdateGlossary</code> action.</p>"
      }
    },
    "GlossaryTermId": {
      "base": null,
      "refs": {
        "AssetItemGovernedGlossaryTermsList$member": null,
        "AssociateGovernedTermsInputGovernedGlossaryTermsList$member": null,
        "CreateAssetOutputGovernedGlossaryTermsList$member": null,
        "CreateAssetRevisionOutputGovernedGlossaryTermsList$member": null,
        "CreateGlossaryTermInput$glossaryIdentifier": "<p>The ID of the business glossary in which this term is created.</p>",
        "CreateGlossaryTermOutput$id": "<p>The ID of this business glossary term.</p>",
        "DeleteGlossaryTermInput$identifier": "<p>The ID of the business glossary term that is deleted.</p>",
        "DisassociateGovernedTermsInputGovernedGlossaryTermsList$member": null,
        "GetAssetOutputGovernedGlossaryTermsList$member": null,
        "GetGlossaryTermInput$identifier": "<p>The ID of the business glossary term.</p>",
        "GetGlossaryTermOutput$id": "<p>The ID of the business glossary term.</p>",
        "GlossaryTermItem$id": "<p>The identifier of the business glossary term.</p>",
        "GlossaryTerms$member": null,
        "ItemGlossaryTerms$member": null,
        "TermRelationsClassifiesList$member": null,
        "TermRelationsIsAList$member": null,
        "UpdateGlossaryTermInput$glossaryIdentifier": "<p>The identifier of the business glossary in which a term is to be updated.</p>",
        "UpdateGlossaryTermInput$identifier": "<p>The identifier of the business glossary term that is to be updated.</p>",
        "UpdateGlossaryTermOutput$id": "<p>The identifier of the business glossary term that is to be updated.</p>"
      }
    },
    "GlossaryTermItem": {
      "base": "<p>The details of a business glossary term.</p>",
      "refs": {
        "SearchInventoryResultItem$glossaryTermItem": "<p>The glossary term item included in the search results.</p>"
      }
    },
    "GlossaryTermItemAdditionalAttributes": {
      "base": "<p>The additional attributes of an Amazon DataZone glossary term.</p>",
      "refs": {
        "GlossaryTermItem$additionalAttributes": "<p>The additional attributes of an Amazon DataZone glossary term.</p>"
      }
    },
    "GlossaryTermName": {
      "base": null,
      "refs": {
        "CreateGlossaryTermInput$name": "<p>The name of this business glossary term.</p>",
        "CreateGlossaryTermOutput$name": "<p>The name of this business glossary term.</p>",
        "DetailedGlossaryTerm$name": "<p>The name of a glossary term attached to the inventory asset.</p>",
        "GetGlossaryTermOutput$name": "<p>The name of the business glossary term.</p>",
        "GlossaryTermItem$name": "<p>The name of the business glossary term.</p>",
        "UpdateGlossaryTermInput$name": "<p>The name to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>",
        "UpdateGlossaryTermOutput$name": "<p>The name to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>"
      }
    },
    "GlossaryTermStatus": {
      "base": null,
      "refs": {
        "CreateGlossaryTermInput$status": "<p>The status of this business glossary term.</p>",
        "CreateGlossaryTermOutput$status": "<p>The status of this business glossary term.</p>",
        "GetGlossaryTermOutput$status": "<p>The status of the business glossary term.</p>",
        "GlossaryTermItem$status": "<p>The status of the business glossary term.</p>",
        "UpdateGlossaryTermInput$status": "<p>The status to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>",
        "UpdateGlossaryTermOutput$status": "<p>The status to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>"
      }
    },
    "GlossaryTerms": {
      "base": null,
      "refs": {
        "AssetItem$glossaryTerms": "<p>The glossary terms attached to the Amazon DataZone inventory asset.</p>",
        "CreateAssetInput$glossaryTerms": "<p>Glossary terms attached to the asset.</p>",
        "CreateAssetOutput$glossaryTerms": "<p>The glossary terms that are attached to the created asset.</p>",
        "CreateAssetRevisionInput$glossaryTerms": "<p>The glossary terms to be attached to the asset as part of asset revision.</p>",
        "CreateAssetRevisionOutput$glossaryTerms": "<p>The glossary terms that were attached to the asset as part of asset revision.</p>",
        "CreateDataProductInput$glossaryTerms": "<p>The glossary terms of the data product.</p>",
        "CreateDataProductOutput$glossaryTerms": "<p>The glossary terms of the data product.</p>",
        "CreateDataProductRevisionInput$glossaryTerms": "<p>The glossary terms of the data product revision.</p>",
        "CreateDataProductRevisionOutput$glossaryTerms": "<p>The glossary terms of the data product revision.</p>",
        "CreateEnvironmentBlueprintOutput$glossaryTerms": "<p>The glossary terms attached to this Amazon DataZone blueprint.</p>",
        "CreateEnvironmentInput$glossaryTerms": "<p>The glossary terms that can be used in this Amazon DataZone environment.</p>",
        "CreateEnvironmentOutput$glossaryTerms": "<p>The glossary terms that can be used in this Amazon DataZone environment.</p>",
        "CreateProjectInput$glossaryTerms": "<p>The glossary terms that can be used in this Amazon DataZone project.</p>",
        "CreateProjectOutput$glossaryTerms": "<p>The glossary terms that can be used in the project.</p>",
        "DataProductResultItem$glossaryTerms": "<p>The glossary terms of the data product.</p>",
        "GetAssetOutput$glossaryTerms": "<p>The business glossary terms attached to the asset.</p>",
        "GetDataProductOutput$glossaryTerms": "<p>The glossary terms of the data product.</p>",
        "GetEnvironmentBlueprintOutput$glossaryTerms": "<p>The glossary terms attached to this Amazon DataZone blueprint.</p>",
        "GetEnvironmentOutput$glossaryTerms": "<p>The business glossary terms that can be used in this environment.</p>",
        "GetProjectOutput$glossaryTerms": "<p>The business glossary terms that can be used in the project.</p>",
        "UpdateEnvironmentBlueprintOutput$glossaryTerms": "<p>The glossary terms to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>",
        "UpdateEnvironmentInput$glossaryTerms": "<p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code> action.</p>",
        "UpdateEnvironmentOutput$glossaryTerms": "<p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code> action.</p>",
        "UpdateProjectInput$glossaryTerms": "<p>The glossary terms to be updated as part of the <code>UpdateProject</code> action.</p>",
        "UpdateProjectOutput$glossaryTerms": "<p>The glossary terms of the project that are to be updated.</p>"
      }
    },
    "GlossaryUsageRestriction": {
      "base": null,
      "refs": {
        "GlossaryUsageRestrictions$member": null
      }
    },
    "GlossaryUsageRestrictions": {
      "base": null,
      "refs": {
        "CreateGlossaryInput$usageRestrictions": "<p>The usage restriction of the restricted glossary.</p>",
        "CreateGlossaryOutput$usageRestrictions": "<p>The usage restriction of the restricted glossary.</p>",
        "CreateGlossaryTermOutput$usageRestrictions": "<p>The usage restriction of the restricted glossary.</p>",
        "GetGlossaryOutput$usageRestrictions": "<p>The usage restriction of the restricted glossary.</p>",
        "GetGlossaryTermOutput$usageRestrictions": "<p>The usage restriction of a term within a restricted glossary.</p>",
        "GlossaryItem$usageRestrictions": "<p>The usage restrictions associated with a goverened glossary term.</p>",
        "GlossaryTermItem$usageRestrictions": "<p>The usage restrictions associated with a goverened glossary term.</p>",
        "UpdateGlossaryOutput$usageRestrictions": "<p>The usage restriction of the restricted glossary.</p>",
        "UpdateGlossaryTermOutput$usageRestrictions": "<p>The usage restriction of a term within a restricted glossary.</p>"
      }
    },
    "GlueConnection": {
      "base": "<p>The Amazon Web Services Glue connection.</p>",
      "refs": {
        "PhysicalEndpoint$glueConnection": "<p>The Amazon Web Services Glue connection.</p>"
      }
    },
    "GlueConnectionConnectionSchemaVersionInteger": {
      "base": null,
      "refs": {
        "GlueConnection$connectionSchemaVersion": "<p>The connection schema version of the Amazon Web Services Glue connection.</p>"
      }
    },
    "GlueConnectionDescriptionString": {
      "base": null,
      "refs": {
        "GlueConnection$description": "<p>The description of the Amazon Web Services Glue connection.</p>"
      }
    },
    "GlueConnectionInput": {
      "base": "<p>The Amazon Web Services Glue connecton input.</p>",
      "refs": {
        "GluePropertiesInput$glueConnectionInput": "<p>The Amazon Web Services Glue connection.</p>"
      }
    },
    "GlueConnectionInputMatchCriteriaString": {
      "base": null,
      "refs": {
        "GlueConnectionInput$matchCriteria": "<p>The match criteria of the Amazon Web Services Glue connection.</p>"
      }
    },
    "GlueConnectionInputNameString": {
      "base": null,
      "refs": {
        "GlueConnectionInput$name": "<p>The name of the Amazon Web Services Glue connection.</p>"
      }
    },
    "GlueConnectionPatch": {
      "base": "<p>The Amazon Web Services Glue connection patch.</p>",
      "refs": {
        "GluePropertiesPatch$glueConnectionInput": "<p>The Amazon Web Services Glue properties patch of a connection.</p>"
      }
    },
    "GlueConnectionStatusReasonString": {
      "base": null,
      "refs": {
        "GlueConnection$statusReason": "<p>The status reason of the Amazon Web Services Glue connection.</p>"
      }
    },
    "GlueConnectionType": {
      "base": null,
      "refs": {
        "GlueConnectionInput$connectionType": "<p>The connection type of the Amazon Web Services Glue connection.</p>"
      }
    },
    "GlueOAuth2Credentials": {
      "base": "<p>The GlueOAuth2 credentials of a connection.</p>",
      "refs": {
        "OAuth2Properties$oAuth2Credentials": "<p>The OAuth2 credentials of the OAuth2 properties.</p>"
      }
    },
    "GlueOAuth2CredentialsAccessTokenString": {
      "base": null,
      "refs": {
        "GlueOAuth2Credentials$accessToken": "<p>The access token of a connection.</p>"
      }
    },
    "GlueOAuth2CredentialsJwtTokenString": {
      "base": null,
      "refs": {
        "GlueOAuth2Credentials$jwtToken": "<p>The jwt token of the connection.</p>"
      }
    },
    "GlueOAuth2CredentialsRefreshTokenString": {
      "base": null,
      "refs": {
        "GlueOAuth2Credentials$refreshToken": "<p>The refresh token of the connection.</p>"
      }
    },
    "GlueOAuth2CredentialsUserManagedClientApplicationClientSecretString": {
      "base": null,
      "refs": {
        "GlueOAuth2Credentials$userManagedClientApplicationClientSecret": "<p>The user managed client application client secret of the connection. </p>"
      }
    },
    "GluePropertiesInput": {
      "base": "<p>The Amazon Web Services Glue properties of a connection.</p>",
      "refs": {
        "ConnectionPropertiesInput$glueProperties": "<p>The Amazon Web Services Glue properties of a connection.</p>"
      }
    },
    "GluePropertiesOutput": {
      "base": "<p>The properties of the Amazon Web Services Glue connection.</p>",
      "refs": {
        "ConnectionPropertiesOutput$glueProperties": "<p>The Amazon Web Services Glue properties of a connection.</p>"
      }
    },
    "GluePropertiesPatch": {
      "base": "<p>The Amazon Web Services Glue properties patch of a connection.</p>",
      "refs": {
        "ConnectionPropertiesPatch$glueProperties": "<p>The Amazon Web Services Glue properties of a connection properties patch.</p>"
      }
    },
    "GlueRunConfigurationInput": {
      "base": "<p>The configuration details of the Amazon Web Services Glue data source.</p>",
      "refs": {
        "DataSourceConfigurationInput$glueRunConfiguration": "<p>The configuration of the Amazon Web Services Glue data source.</p>"
      }
    },
    "GlueRunConfigurationInputCatalogNameString": {
      "base": null,
      "refs": {
        "GlueRunConfigurationInput$catalogName": "<p>The catalog name in the Amazon Web Services Glue run configuration.</p>"
      }
    },
    "GlueRunConfigurationInputDataAccessRoleString": {
      "base": null,
      "refs": {
        "GlueRunConfigurationInput$dataAccessRole": "<p>The data access role included in the configuration details of the Amazon Web Services Glue data source.</p>"
      }
    },
    "GlueRunConfigurationOutput": {
      "base": "<p>The configuration details of the Amazon Web Services Glue data source.</p>",
      "refs": {
        "DataSourceConfigurationOutput$glueRunConfiguration": "<p>The configuration of the Amazon Web Services Glue data source.</p>"
      }
    },
    "GlueRunConfigurationOutputAccountIdString": {
      "base": null,
      "refs": {
        "GlueRunConfigurationOutput$accountId": "<p>The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source. </p>"
      }
    },
    "GlueRunConfigurationOutputCatalogNameString": {
      "base": null,
      "refs": {
        "GlueRunConfigurationOutput$catalogName": "<p>The catalog name in the Amazon Web Services Glue run configuration.</p>"
      }
    },
    "GlueRunConfigurationOutputDataAccessRoleString": {
      "base": null,
      "refs": {
        "GlueRunConfigurationOutput$dataAccessRole": "<p>The data access role included in the configuration details of the Amazon Web Services Glue data source. </p>"
      }
    },
    "GlueRunConfigurationOutputRegionString": {
      "base": null,
      "refs": {
        "GlueRunConfigurationOutput$region": "<p>The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source. </p>"
      }
    },
    "GlueSelfGrantStatusOutput": {
      "base": "<p>The details of the self granting status.</p>",
      "refs": {
        "SelfGrantStatusOutput$glueSelfGrantStatus": "<p>The details for the self granting status for a Glue data source.</p>"
      }
    },
    "GovernanceType": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesOutput$governanceType": "<p>The governance type of the Spark EMR.</p>"
      }
    },
    "GovernedEntityType": {
      "base": null,
      "refs": {
        "AssociateGovernedTermsInput$entityType": "<p>The type of the asset with which you want to associate a governed term.</p>",
        "DisassociateGovernedTermsInput$entityType": "<p>The type of the asset from which you want to disassociate restricted terms.</p>"
      }
    },
    "GrantIdentifier": {
      "base": null,
      "refs": {
        "AddPolicyGrantOutput$grantId": "<p>The ID of the policy grant that was added to a specified entity.</p>",
        "PolicyGrantMember$grantId": "<p>The ID of the policy grant.</p>",
        "RemovePolicyGrantInput$grantIdentifier": "<p>The ID of the policy grant that is to be removed from a specified entity.</p>"
      }
    },
    "GrantedEntity": {
      "base": "<p>The details of a listing for which a subscription is granted.</p>",
      "refs": {
        "CreateSubscriptionGrantOutput$grantedEntity": "<p>The entity to which the subscription is granted.</p>",
        "DeleteSubscriptionGrantOutput$grantedEntity": "<p>The entity to which the subscription is deleted.</p>",
        "GetSubscriptionGrantOutput$grantedEntity": "<p>The entity to which the subscription is granted.</p>",
        "SubscriptionGrantSummary$grantedEntity": "<p>The entity to which the subscription is granted.</p>",
        "UpdateSubscriptionGrantStatusOutput$grantedEntity": "<p>The granted entity to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>"
      }
    },
    "GrantedEntityInput": {
      "base": "<p>The details of a listing for which a subscription is to be granted.</p>",
      "refs": {
        "CreateSubscriptionGrantInput$grantedEntity": "<p>The entity to which the subscription is to be granted.</p>"
      }
    },
    "GreaterThanExpression": {
      "base": "<p>Specifies whether the value is greater than an expression.</p>",
      "refs": {
        "RowFilterExpression$greaterThan": "<p>The 'greater than' clause of the row filter expression.</p>"
      }
    },
    "GreaterThanOrEqualToExpression": {
      "base": "<p>Specifies whether the value is greater than or equal to an expression.</p>",
      "refs": {
        "RowFilterExpression$greaterThanOrEqualTo": "<p>The 'greater than or equal to' clause of the filter expression.</p>"
      }
    },
    "GroupDetails": {
      "base": "<p>The details of a group in Amazon DataZone.</p>",
      "refs": {
        "MemberDetails$group": "<p>The group details of a project member.</p>"
      }
    },
    "GroupIdentifier": {
      "base": null,
      "refs": {
        "CreateGroupProfileInput$groupIdentifier": "<p>The identifier of the group for which the group profile is created.</p>",
        "GetGroupProfileInput$groupIdentifier": "<p>The identifier of the group profile.</p>",
        "GroupPolicyGrantPrincipal$groupIdentifier": "<p>The ID Of the group of the group principal.</p>",
        "OwnerGroupProperties$groupIdentifier": "<p>The ID of the domain unit owners group.</p>",
        "UpdateGroupProfileInput$groupIdentifier": "<p>The identifier of the group profile that is updated.</p>"
      }
    },
    "GroupPolicyGrantPrincipal": {
      "base": "<p>The group principal to whom the policy is granted.</p>",
      "refs": {
        "PolicyGrantPrincipal$group": "<p>The group of the policy grant principal.</p>"
      }
    },
    "GroupProfileId": {
      "base": null,
      "refs": {
        "CreateGroupProfileOutput$id": "<p>The identifier of the group profile.</p>",
        "GetGroupProfileOutput$id": "<p>The identifier of the group profile.</p>",
        "GroupProfileSummary$id": "<p>The ID of a group profile.</p>",
        "UpdateGroupProfileOutput$id": "<p>The identifier of the group profile that is updated.</p>"
      }
    },
    "GroupProfileName": {
      "base": null,
      "refs": {
        "CreateGroupProfileOutput$groupName": "<p>The name of the group for which group profile is created.</p>",
        "GetGroupProfileOutput$groupName": "<p>The name of the group for which the specified group profile exists.</p>",
        "GroupProfileSummary$groupName": "<p>The group name of a group profile.</p>",
        "UpdateGroupProfileOutput$groupName": "<p>The name of the group profile that is updated.</p>"
      }
    },
    "GroupProfileStatus": {
      "base": null,
      "refs": {
        "CreateGroupProfileOutput$status": "<p>The status of the group profile.</p>",
        "GetGroupProfileOutput$status": "<p>The identifier of the group profile.</p>",
        "GroupProfileSummary$status": "<p>The status of a group profile.</p>",
        "UpdateGroupProfileInput$status": "<p>The status of the group profile that is updated.</p>",
        "UpdateGroupProfileOutput$status": "<p>The status of the group profile that is updated.</p>"
      }
    },
    "GroupProfileSummaries": {
      "base": null,
      "refs": {
        "SearchGroupProfilesOutput$items": "<p>The results of the <code>SearchGroupProfiles</code> action.</p>"
      }
    },
    "GroupProfileSummary": {
      "base": "<p>The details of a group profile.</p>",
      "refs": {
        "GroupProfileSummaries$member": null
      }
    },
    "GroupSearchText": {
      "base": null,
      "refs": {
        "SearchGroupProfilesInput$searchText": "<p>Specifies the text for which to search.</p>"
      }
    },
    "GroupSearchType": {
      "base": null,
      "refs": {
        "SearchGroupProfilesInput$groupType": "<p>The group type for which to search.</p>"
      }
    },
    "HyperPodOrchestrator": {
      "base": null,
      "refs": {
        "HyperPodPropertiesOutput$orchestrator": "<p>The orchestrator of the hyper pod properties.</p>"
      }
    },
    "HyperPodPropertiesInput": {
      "base": "<p>The hyper pod properties of a Amazon Web Services Glue properties patch.</p>",
      "refs": {
        "ConnectionPropertiesInput$hyperPodProperties": "<p>The hyper pod properties of a connection.</p>"
      }
    },
    "HyperPodPropertiesInputClusterNameString": {
      "base": null,
      "refs": {
        "HyperPodPropertiesInput$clusterName": "<p>The cluster name the hyper pod properties.</p>"
      }
    },
    "HyperPodPropertiesOutput": {
      "base": "<p>The hyper pod properties of a Amazon Web Services Glue properties patch.</p>",
      "refs": {
        "ConnectionPropertiesOutput$hyperPodProperties": "<p>The hyper pod properties of a connection.</p>"
      }
    },
    "IamPropertiesInput": {
      "base": "<p>The IAM properties of a connection.</p>",
      "refs": {
        "ConnectionPropertiesInput$iamProperties": "<p>The IAM properties of a connection.</p>"
      }
    },
    "IamPropertiesOutput": {
      "base": "<p>The IAM properties of a connection.</p>",
      "refs": {
        "ConnectionPropertiesOutput$iamProperties": "<p>The IAM properties of a connection.</p>"
      }
    },
    "IamPropertiesPatch": {
      "base": "<p>The IAM properties patch of a connection.</p>",
      "refs": {
        "ConnectionPropertiesPatch$iamProperties": "<p>The IAM properties of a connection properties patch.</p>"
      }
    },
    "IamRoleArn": {
      "base": null,
      "refs": {
        "CreateSubscriptionTargetInput$manageAccessRole": "<p>The manage access role that is used to create the subscription target.</p>",
        "CreateSubscriptionTargetOutput$manageAccessRole": "<p>The manage access role with which the subscription target was created.</p>",
        "GetSubscriptionTargetOutput$manageAccessRole": "<p>The manage access role with which the subscription target was created.</p>",
        "SubscriptionTargetSummary$manageAccessRole": "<p>The manage access role specified in the subscription target.</p>",
        "UpdateSubscriptionTargetInput$manageAccessRole": "<p>The manage access role to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>",
        "UpdateSubscriptionTargetOutput$manageAccessRole": "<p>The manage access role to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>"
      }
    },
    "IamUserProfileDetails": {
      "base": "<p>The details of an IAM user profile in Amazon DataZone.</p>",
      "refs": {
        "UserProfileDetails$iam": "<p>The IAM details included in the user profile details.</p>"
      }
    },
    "Import": {
      "base": "<p>The details of the import of the metadata form type.</p>",
      "refs": {
        "ImportList$member": null
      }
    },
    "ImportList": {
      "base": null,
      "refs": {
        "FormTypeData$imports": "<p>The imports specified in the form type.</p>",
        "GetFormTypeOutput$imports": "<p>The imports of the metadata form type.</p>"
      }
    },
    "InExpression": {
      "base": "<p>Specifies whether values are in the expression.</p>",
      "refs": {
        "RowFilterExpression$in": "<p>The 'in' clause of the row filter expression.</p>"
      }
    },
    "Integer": {
      "base": null,
      "refs": {
        "AcceptChoice$predictionChoice": "<p>Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.</p>",
        "AggregationOutputItem$count": "<p>The count of the aggregation output item.</p>",
        "CreateEnvironmentInput$deploymentOrder": "<p>The deployment order of the environment.</p>",
        "DataSourceSummary$lastRunAssetCount": "<p>The count of the assets created during the last data source run.</p>",
        "GetDataSourceOutput$lastRunAssetCount": "<p>The number of assets created by the data source during its last run.</p>",
        "LineageSqlQueryRunDetails$numQueriesFailed": "<p>The number of queries that failed in the SQL query run details of a data lineage run.</p>",
        "LineageSqlQueryRunDetails$totalQueriesProcessed": "<p>The total queries processed in the SQL query run details of a data lineage run.</p>",
        "MatchOffset$endOffset": "<p>The 0-indexed number indicating the end position (exclusive) of a matched term.</p>",
        "MatchOffset$startOffset": "<p>The 0-indexed number indicating the start position (inclusive) of a matched term.</p>",
        "PhysicalEndpoint$port": "<p>The port in the physical endpoints of a connection.</p>",
        "PredictionChoices$member": null,
        "RedshiftPropertiesInput$port": "<p>The Amaon Redshift port.</p>",
        "RedshiftPropertiesPatch$port": "<p>The port in the Amazon Redshift properties patch.</p>",
        "RunStatisticsForAssets$added": "<p>The <code>added</code> statistic for the data source run.</p>",
        "RunStatisticsForAssets$failed": "<p>The <code>failed</code> statistic for the data source run.</p>",
        "RunStatisticsForAssets$skipped": "<p>The <code>skipped</code> statistic for the data source run.</p>",
        "RunStatisticsForAssets$unchanged": "<p>The <code>unchanged</code> statistic for the data source run.</p>",
        "RunStatisticsForAssets$updated": "<p>The <code>updated</code> statistic for the data source run.</p>",
        "SearchListingsOutput$totalMatchCount": "<p>Total number of search results.</p>",
        "SearchOutput$totalMatchCount": "<p>Total number of search results.</p>",
        "SearchTypesOutput$totalMatchCount": "<p>Total number of search results.</p>",
        "SparkGluePropertiesInput$idleTimeout": "<p>The idle timeout in the Spark Amazon Web Services Glue properties.</p>",
        "SparkGluePropertiesInput$numberOfWorkers": "<p>The number of workers in the Spark Amazon Web Services Glue properties. </p>",
        "SparkGluePropertiesOutput$idleTimeout": "<p>The idle timeout in the Spark Amazon Web Services Glue properties. </p>",
        "SparkGluePropertiesOutput$numberOfWorkers": "<p>The number of workers in the Spark Amazon Web Services Glue properties. </p>"
      }
    },
    "InternalServerException": {
      "base": "<p>The request has failed because of an unknown error, exception or failure.</p>",
      "refs": {}
    },
    "InventorySearchScope": {
      "base": null,
      "refs": {
        "SearchInput$searchScope": "<p>The scope of the search.</p>"
      }
    },
    "IsNotNullExpression": {
      "base": "<p>Specifies that the expression is not null.</p>",
      "refs": {
        "RowFilterExpression$isNotNull": "<p>The 'is not null' clause of the row filter expression.</p>"
      }
    },
    "IsNullExpression": {
      "base": "<p>Specifies that the expression is null.</p>",
      "refs": {
        "RowFilterExpression$isNull": "<p>The 'is null' clause of the row filter expression.</p>"
      }
    },
    "ItemGlossaryTerms": {
      "base": null,
      "refs": {
        "DataProductItem$glossaryTerms": "<p>The glossary terms of the data product.</p>"
      }
    },
    "JobRunDetails": {
      "base": "<p>The details of a job run.</p>",
      "refs": {
        "GetJobRunOutput$details": "<p>The details of the job run.</p>"
      }
    },
    "JobRunError": {
      "base": "<p>The job run error.</p>",
      "refs": {
        "GetJobRunOutput$error": "<p>The error generated if the action is not completed successfully.</p>",
        "JobRunSummary$error": "<p>The error of a job run.</p>"
      }
    },
    "JobRunMode": {
      "base": null,
      "refs": {
        "GetJobRunOutput$runMode": "<p>The mode of the job run.</p>",
        "JobRunSummary$runMode": "<p>The run mode of a job run.</p>"
      }
    },
    "JobRunStatus": {
      "base": null,
      "refs": {
        "GetJobRunOutput$status": "<p>The status of the job run.</p>",
        "JobRunSummary$status": "<p>The status of a job run.</p>",
        "ListJobRunsInput$status": "<p>The status of a job run.</p>"
      }
    },
    "JobRunSummaries": {
      "base": null,
      "refs": {
        "ListJobRunsOutput$items": "<p>The results of the ListJobRuns action.</p>"
      }
    },
    "JobRunSummary": {
      "base": "<p>The job run summary.</p>",
      "refs": {
        "JobRunSummaries$member": null
      }
    },
    "JobType": {
      "base": null,
      "refs": {
        "GetJobRunOutput$jobType": "<p>The type of the job run.</p>",
        "JobRunSummary$jobType": "<p>The job type of a job run.</p>"
      }
    },
    "KmsKeyArn": {
      "base": null,
      "refs": {
        "CreateDomainInput$kmsKeyIdentifier": "<p>The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data. </p>",
        "CreateDomainOutput$kmsKeyIdentifier": "<p>The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data. </p>",
        "GetDomainOutput$kmsKeyIdentifier": "<p>The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data. </p>"
      }
    },
    "LakeFormationConfiguration": {
      "base": "<p>The Lake Formation configuration of the Data Lake blueprint.</p>",
      "refs": {
        "ProvisioningConfiguration$lakeFormationConfiguration": "<p>The Lake Formation configuration of the Data Lake blueprint.</p>"
      }
    },
    "LambdaExecutionRoleArn": {
      "base": null,
      "refs": {
        "CustomAccountPoolHandler$lambdaExecutionRoleArn": "<p>The ARN of the IAM role that enables Amazon SageMaker Unified Studio to invoke the Amazon Web Services Lambda funtion if the account source is the custom account pool handler.</p>"
      }
    },
    "LambdaFunctionArn": {
      "base": null,
      "refs": {
        "CustomAccountPoolHandler$lambdaFunctionArn": "<p>The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services Lambda handler.</p>"
      }
    },
    "LastName": {
      "base": null,
      "refs": {
        "SsoUserProfileDetails$lastName": "<p>The last name included in the single sign-on details of the user profile.</p>"
      }
    },
    "LessThanExpression": {
      "base": "<p>Specifies that a value is less than an expression.</p>",
      "refs": {
        "RowFilterExpression$lessThan": "<p>The 'less than' clause of the row filter expression.</p>"
      }
    },
    "LessThanOrEqualToExpression": {
      "base": "<p>Specifies that a value is less than or equal to an expression.</p>",
      "refs": {
        "RowFilterExpression$lessThanOrEqualTo": "<p>The 'less than or equal to' clause of the row filter expression.</p>"
      }
    },
    "LikeExpression": {
      "base": "<p>Specifies that a value is like the expression.</p>",
      "refs": {
        "RowFilterExpression$like": "<p>The 'like' clause of the row filter expression.</p>"
      }
    },
    "LineageEvent": {
      "base": null,
      "refs": {
        "GetLineageEventOutput$event": "<p>The lineage event details.</p>",
        "PostLineageEventInput$event": "<p>The data lineage event that you want to post. Only open-lineage run event are supported as events. </p>"
      }
    },
    "LineageEventErrorMessage": {
      "base": null,
      "refs": {
        "LineageInfo$errorMessage": "<p>The data lineage error message.</p>"
      }
    },
    "LineageEventIdentifier": {
      "base": null,
      "refs": {
        "GetLineageEventInput$identifier": "<p>The ID of the lineage event.</p>",
        "GetLineageEventOutput$id": "<p>The ID of the lineage event.</p>",
        "LineageEventSummary$id": "<p>The ID of the data lineage event.</p>",
        "PostLineageEventOutput$id": "<p>The ID of the lineage event.</p>"
      }
    },
    "LineageEventProcessingStatus": {
      "base": null,
      "refs": {
        "GetLineageEventOutput$processingStatus": "<p>The progressing status of the lineage event.</p>",
        "LineageEventSummary$processingStatus": "<p>The processing status of the data lineage event.</p>",
        "LineageInfo$eventStatus": "<p>The data lineage event status.</p>",
        "ListLineageEventsInput$processingStatus": "<p>The processing status of a lineage event.</p>"
      }
    },
    "LineageEventSummaries": {
      "base": null,
      "refs": {
        "ListLineageEventsOutput$items": "<p>The results of the ListLineageEvents action.</p>"
      }
    },
    "LineageEventSummary": {
      "base": "<p>The data lineage event summary.</p>",
      "refs": {
        "LineageEventSummaries$member": null
      }
    },
    "LineageImportStatus": {
      "base": null,
      "refs": {
        "DataSourceRunLineageSummary$importStatus": "<p>The import status that's part of the run lineage summary of a data source.</p>"
      }
    },
    "LineageInfo": {
      "base": "<p>The data lineage information.</p>",
      "refs": {
        "DataSourceRunActivity$lineageSummary": "<p>The data lineage summary.</p>"
      }
    },
    "LineageNodeId": {
      "base": null,
      "refs": {
        "GetLineageNodeOutput$id": "<p>The ID of the data lineage node.</p>",
        "LineageNodeReference$id": "<p>The ID of the data lineage node.</p>",
        "LineageNodeSummary$id": "<p>The ID of the data lineage node.</p>"
      }
    },
    "LineageNodeIdentifier": {
      "base": null,
      "refs": {
        "GetLineageNodeInput$identifier": "<p>The ID of the data lineage node that you want to get.</p> <p>Both, a lineage node identifier generated by Amazon DataZone and a <code>sourceIdentifier</code> of the lineage node are supported. If <code>sourceIdentifier</code> is greater than 1800 characters, you can use lineage node identifier generated by Amazon DataZone to get the node details.</p>",
        "ListLineageNodeHistoryInput$identifier": "<p>The ID of the data lineage node whose history you want to list.</p>"
      }
    },
    "LineageNodeReference": {
      "base": "<p>The reference details for the data lineage node.</p>",
      "refs": {
        "LineageNodeReferenceList$member": null
      }
    },
    "LineageNodeReferenceList": {
      "base": null,
      "refs": {
        "GetLineageNodeOutput$downstreamNodes": "<p>The downsteam nodes of the specified data lineage node.</p>",
        "GetLineageNodeOutput$upstreamNodes": "<p>The upstream nodes of the specified data lineage node.</p>"
      }
    },
    "LineageNodeSummaries": {
      "base": null,
      "refs": {
        "ListLineageNodeHistoryOutput$nodes": "<p>The nodes returned by the ListLineageNodeHistory action.</p>"
      }
    },
    "LineageNodeSummary": {
      "base": "<p>The summary of the data lineage node.</p>",
      "refs": {
        "LineageNodeSummaries$member": null
      }
    },
    "LineageNodeTypeItem": {
      "base": "<p>The details of a data lineage node type.</p>",
      "refs": {
        "SearchTypesResultItem$lineageNodeTypeItem": "<p>The details of a data lineage node type.</p>"
      }
    },
    "LineageRunDetails": {
      "base": "<p>The data lineage run details.</p>",
      "refs": {
        "JobRunDetails$lineageRunDetails": "<p>The data lineage details of a job run.</p>"
      }
    },
    "LineageSqlQueryRunDetails": {
      "base": "<p>The SQL query run details of a data lineage run.</p>",
      "refs": {
        "LineageRunDetails$sqlQueryRunDetails": "<p>The SQL query run details of a data lineage run.</p>"
      }
    },
    "LineageSyncSchedule": {
      "base": "<p>The lineage sync schedule.</p>",
      "refs": {
        "RedshiftLineageSyncConfigurationInput$schedule": "<p>The schedule of the Amaon Redshift lineage sync configuration.</p>",
        "RedshiftLineageSyncConfigurationOutput$schedule": "<p>The schedule of teh Amaon Redshift lineage sync configuration.</p>"
      }
    },
    "LineageSyncScheduleScheduleString": {
      "base": null,
      "refs": {
        "LineageSyncSchedule$schedule": "<p>The lineage sync schedule.</p>"
      }
    },
    "ListAccountPoolsInput": {
      "base": null,
      "refs": {}
    },
    "ListAccountPoolsOutput": {
      "base": null,
      "refs": {}
    },
    "ListAccountsInAccountPoolInput": {
      "base": null,
      "refs": {}
    },
    "ListAccountsInAccountPoolOutput": {
      "base": null,
      "refs": {}
    },
    "ListAssetFiltersInput": {
      "base": null,
      "refs": {}
    },
    "ListAssetFiltersOutput": {
      "base": null,
      "refs": {}
    },
    "ListAssetRevisionsInput": {
      "base": null,
      "refs": {}
    },
    "ListAssetRevisionsOutput": {
      "base": null,
      "refs": {}
    },
    "ListConnectionsInput": {
      "base": null,
      "refs": {}
    },
    "ListConnectionsOutput": {
      "base": null,
      "refs": {}
    },
    "ListDataProductRevisionsInput": {
      "base": null,
      "refs": {}
    },
    "ListDataProductRevisionsOutput": {
      "base": null,
      "refs": {}
    },
    "ListDataSourceRunActivitiesInput": {
      "base": null,
      "refs": {}
    },
    "ListDataSourceRunActivitiesOutput": {
      "base": null,
      "refs": {}
    },
    "ListDataSourceRunsInput": {
      "base": null,
      "refs": {}
    },
    "ListDataSourceRunsOutput": {
      "base": null,
      "refs": {}
    },
    "ListDataSourcesInput": {
      "base": null,
      "refs": {}
    },
    "ListDataSourcesOutput": {
      "base": null,
      "refs": {}
    },
    "ListDomainUnitsForParentInput": {
      "base": null,
      "refs": {}
    },
    "ListDomainUnitsForParentOutput": {
      "base": null,
      "refs": {}
    },
    "ListDomainsInput": {
      "base": null,
      "refs": {}
    },
    "ListDomainsOutput": {
      "base": null,
      "refs": {}
    },
    "ListEntityOwnersInput": {
      "base": null,
      "refs": {}
    },
    "ListEntityOwnersOutput": {
      "base": null,
      "refs": {}
    },
    "ListEnvironmentActionSummaries": {
      "base": null,
      "refs": {
        "ListEnvironmentActionsOutput$items": "<p>The results of <code>ListEnvironmentActions</code>.</p>"
      }
    },
    "ListEnvironmentActionsInput": {
      "base": null,
      "refs": {}
    },
    "ListEnvironmentActionsOutput": {
      "base": null,
      "refs": {}
    },
    "ListEnvironmentBlueprintConfigurationsInput": {
      "base": null,
      "refs": {}
    },
    "ListEnvironmentBlueprintConfigurationsOutput": {
      "base": null,
      "refs": {}
    },
    "ListEnvironmentBlueprintsInput": {
      "base": null,
      "refs": {}
    },
    "ListEnvironmentBlueprintsOutput": {
      "base": null,
      "refs": {}
    },
    "ListEnvironmentProfilesInput": {
      "base": null,
      "refs": {}
    },
    "ListEnvironmentProfilesOutput": {
      "base": null,
      "refs": {}
    },
    "ListEnvironmentsInput": {
      "base": null,
      "refs": {}
    },
    "ListEnvironmentsOutput": {
      "base": null,
      "refs": {}
    },
    "ListJobRunsInput": {
      "base": null,
      "refs": {}
    },
    "ListJobRunsInputJobIdentifierString": {
      "base": null,
      "refs": {
        "ListJobRunsInput$jobIdentifier": "<p>The ID of the job run.</p>"
      }
    },
    "ListJobRunsOutput": {
      "base": null,
      "refs": {}
    },
    "ListLineageEventsInput": {
      "base": null,
      "refs": {}
    },
    "ListLineageEventsOutput": {
      "base": null,
      "refs": {}
    },
    "ListLineageNodeHistoryInput": {
      "base": null,
      "refs": {}
    },
    "ListLineageNodeHistoryOutput": {
      "base": null,
      "refs": {}
    },
    "ListMetadataGenerationRunsInput": {
      "base": null,
      "refs": {}
    },
    "ListMetadataGenerationRunsOutput": {
      "base": null,
      "refs": {}
    },
    "ListNotificationsInput": {
      "base": null,
      "refs": {}
    },
    "ListNotificationsOutput": {
      "base": null,
      "refs": {}
    },
    "ListPolicyGrantsInput": {
      "base": null,
      "refs": {}
    },
    "ListPolicyGrantsOutput": {
      "base": null,
      "refs": {}
    },
    "ListProjectMembershipsInput": {
      "base": null,
      "refs": {}
    },
    "ListProjectMembershipsOutput": {
      "base": null,
      "refs": {}
    },
    "ListProjectProfilesInput": {
      "base": null,
      "refs": {}
    },
    "ListProjectProfilesOutput": {
      "base": null,
      "refs": {}
    },
    "ListProjectsInput": {
      "base": null,
      "refs": {}
    },
    "ListProjectsOutput": {
      "base": null,
      "refs": {}
    },
    "ListRulesInput": {
      "base": null,
      "refs": {}
    },
    "ListRulesInputMaxResultsInteger": {
      "base": null,
      "refs": {
        "ListRulesInput$maxResults": "<p>The maximum number of rules to return in a single call to <code>ListRules</code>. When the number of rules to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>"
      }
    },
    "ListRulesOutput": {
      "base": null,
      "refs": {}
    },
    "ListSubscriptionGrantsInput": {
      "base": null,
      "refs": {}
    },
    "ListSubscriptionGrantsOutput": {
      "base": null,
      "refs": {}
    },
    "ListSubscriptionRequestsInput": {
      "base": null,
      "refs": {}
    },
    "ListSubscriptionRequestsOutput": {
      "base": null,
      "refs": {}
    },
    "ListSubscriptionTargetsInput": {
      "base": null,
      "refs": {}
    },
    "ListSubscriptionTargetsOutput": {
      "base": null,
      "refs": {}
    },
    "ListSubscriptionsInput": {
      "base": null,
      "refs": {}
    },
    "ListSubscriptionsOutput": {
      "base": null,
      "refs": {}
    },
    "ListTagsForResourceRequest": {
      "base": null,
      "refs": {}
    },
    "ListTagsForResourceResponse": {
      "base": null,
      "refs": {}
    },
    "ListTimeSeriesDataPointsInput": {
      "base": null,
      "refs": {}
    },
    "ListTimeSeriesDataPointsOutput": {
      "base": null,
      "refs": {}
    },
    "ListingId": {
      "base": null,
      "refs": {
        "AssetListingDetails$listingId": "<p>The identifier of an asset published in an Amazon DataZone catalog. </p>",
        "AssetListingItem$listingId": "<p>The identifier of the listing (asset published in Amazon DataZone catalog).</p>",
        "CreateListingChangeSetOutput$listingId": "<p>The ID of the listing (a record of an asset at a given time).</p>",
        "DataProductListingItem$listingId": "<p>The ID of the listing.</p>",
        "DeleteListingInput$identifier": "<p>The ID of the listing to be deleted.</p>",
        "GetListingInput$identifier": "<p>The ID of the listing.</p>",
        "GetListingOutput$id": "<p>The ID of the listing.</p>",
        "ListSubscriptionGrantsInput$subscribedListingId": "<p>The identifier of the subscribed listing.</p>",
        "ListSubscriptionRequestsInput$subscribedListingId": "<p>The identifier of the subscribed listing.</p>",
        "ListSubscriptionsInput$subscribedListingId": "<p>The identifier of the subscribed listing for the subscriptions that you want to list.</p>",
        "ListingRevision$id": "<p>An identifier of a revision of an asset published in a Amazon DataZone catalog.</p>",
        "ListingRevisionInput$identifier": "<p>An identifier of revision to be made to an asset published in a Amazon DataZone catalog.</p>",
        "ListingSummary$listingId": "<p>The ID of the data product listing.</p>",
        "ListingSummaryItem$listingId": "<p>The ID of the data product listing.</p>",
        "SubscribedListing$id": "<p>The identifier of the published asset for which the subscription grant is created.</p>",
        "SubscribedListingInput$identifier": "<p>The identifier of the published asset for which the subscription grant is to be created.</p>"
      }
    },
    "ListingItem": {
      "base": "<p>The details of a listing (aka asset published in a Amazon DataZone catalog).</p>",
      "refs": {
        "GetListingOutput$item": "<p>The details of a listing.</p>"
      }
    },
    "ListingName": {
      "base": null,
      "refs": {
        "GetListingOutput$name": "<p>The name of the listing.</p>",
        "SubscribedListing$name": "<p>The name of the published asset for which the subscription grant is created.</p>"
      }
    },
    "ListingRevision": {
      "base": "<p>A revision of an asset published in a Amazon DataZone catalog.</p>",
      "refs": {
        "GrantedEntity$listing": "<p>The listing for which a subscription is granted.</p>"
      }
    },
    "ListingRevisionInput": {
      "base": "<p>A revision to be made to an asset published in a Amazon DataZone catalog.</p>",
      "refs": {
        "GrantedEntityInput$listing": "<p>The listing for which a subscription is to be granted.</p>"
      }
    },
    "ListingStatus": {
      "base": null,
      "refs": {
        "AssetListingDetails$listingStatus": "<p>The status of an asset published in an Amazon DataZone catalog. </p>",
        "CreateListingChangeSetOutput$status": "<p>Specifies the status of the listing.</p>",
        "GetListingOutput$status": "<p>The status of the listing.</p>"
      }
    },
    "ListingSummaries": {
      "base": null,
      "refs": {
        "DataProductListing$items": "<p>The data assets of the data product listing.</p>"
      }
    },
    "ListingSummary": {
      "base": "<p>The summary of the listing of the data product.</p>",
      "refs": {
        "ListingSummaries$member": null
      }
    },
    "ListingSummaryItem": {
      "base": "<p>The results of the data product summary.</p>",
      "refs": {
        "ListingSummaryItems$member": null
      }
    },
    "ListingSummaryItems": {
      "base": null,
      "refs": {
        "DataProductListingItem$items": "<p>The data of the asset of the data product. </p>"
      }
    },
    "LongDescription": {
      "base": null,
      "refs": {
        "CreateGlossaryTermInput$longDescription": "<p>The long description of this business glossary term.</p>",
        "CreateGlossaryTermOutput$longDescription": "<p>The long description of this business glossary term.</p>",
        "GetGlossaryTermOutput$longDescription": "<p>The long description of the business glossary term.</p>",
        "GlossaryTermItem$longDescription": "<p>The long description of the business glossary term.</p>",
        "UpdateGlossaryTermInput$longDescription": "<p>The long description to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>",
        "UpdateGlossaryTermOutput$longDescription": "<p>The long description to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>"
      }
    },
    "ManagedPolicyType": {
      "base": null,
      "refs": {
        "AddPolicyGrantInput$policyType": "<p>The type of policy that you want to grant.</p>",
        "ListPolicyGrantsInput$policyType": "<p>The type of policy that you want to list.</p>",
        "RemovePolicyGrantInput$policyType": "<p>The type of the policy that you want to remove.</p>"
      }
    },
    "MatchCriteria": {
      "base": null,
      "refs": {
        "GlueConnection$matchCriteria": "<p>The match criteria of the Amazon Web Services Glue connection.</p>"
      }
    },
    "MatchOffset": {
      "base": "<p>The offset of a matched term.</p>",
      "refs": {
        "MatchOffsets$member": null
      }
    },
    "MatchOffsets": {
      "base": null,
      "refs": {
        "TextMatchItem$matchOffsets": "<p>List of offsets indicating matching terms in the TextMatchItem text.</p>"
      }
    },
    "MatchRationale": {
      "base": null,
      "refs": {
        "AssetItemAdditionalAttributes$matchRationale": "<p>List of rationales indicating why this item was matched by search.</p>",
        "AssetListingItemAdditionalAttributes$matchRationale": "<p>List of rationales indicating why this item was matched by search.</p>",
        "DataProductItemAdditionalAttributes$matchRationale": "<p>List of rationales indicating why this item was matched by search.</p>",
        "DataProductListingItemAdditionalAttributes$matchRationale": "<p>List of rationales indicating why this item was matched by search.</p>",
        "GlossaryItemAdditionalAttributes$matchRationale": "<p>List of rationales indicating why this item was matched by search.</p>",
        "GlossaryTermItemAdditionalAttributes$matchRationale": "<p>List of rationales indicating why this item was matched by search.</p>"
      }
    },
    "MatchRationaleItem": {
      "base": "<p>A rationale indicating why this item was matched by search. </p>",
      "refs": {
        "MatchRationale$member": null
      }
    },
    "MaxResults": {
      "base": null,
      "refs": {
        "ListAccountPoolsInput$maxResults": "<p>The maximum number of account pools to return in a single call to ListAccountPools. When the number of account pools to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListAccountPools to list the next set of account pools.</p>",
        "ListAccountsInAccountPoolInput$maxResults": "<p>The maximum number of accounts to return in a single call to ListAccountsInAccountPool. When the number of accounts to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListAccountsInAccountPool to list the next set of accounts.</p>",
        "ListAssetFiltersInput$maxResults": "<p>The maximum number of asset filters to return in a single call to <code>ListAssetFilters</code>. When the number of asset filters to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListAssetFilters</code> to list the next set of asset filters.</p>",
        "ListAssetRevisionsInput$maxResults": "<p>The maximum number of revisions to return in a single call to <code>ListAssetRevisions</code>. When the number of revisions to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListAssetRevisions</code> to list the next set of revisions.</p>",
        "ListConnectionsInput$maxResults": "<p>The maximum number of connections to return in a single call to ListConnections. When the number of connections to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListConnections to list the next set of connections.</p>",
        "ListDataProductRevisionsInput$maxResults": "<p>The maximum number of asset filters to return in a single call to <code>ListDataProductRevisions</code>. When the number of data product revisions to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListDataProductRevisions</code> to list the next set of data product revisions.</p>",
        "ListDataSourceRunActivitiesInput$maxResults": "<p>The maximum number of activities to return in a single call to <code>ListDataSourceRunActivities</code>. When the number of activities to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListDataSourceRunActivities</code> to list the next set of activities.</p>",
        "ListDataSourceRunsInput$maxResults": "<p>The maximum number of runs to return in a single call to <code>ListDataSourceRuns</code>. When the number of runs to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListDataSourceRuns</code> to list the next set of runs.</p>",
        "ListDataSourcesInput$maxResults": "<p>The maximum number of data sources to return in a single call to <code>ListDataSources</code>. When the number of data sources to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListDataSources</code> to list the next set of data sources.</p>",
        "ListEnvironmentActionsInput$maxResults": "<p>The maximum number of environment actions to return in a single call to <code>ListEnvironmentActions</code>. When the number of environment actions to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListEnvironmentActions</code> to list the next set of environment actions.</p>",
        "ListEnvironmentBlueprintConfigurationsInput$maxResults": "<p>The maximum number of blueprint configurations to return in a single call to <code>ListEnvironmentBlueprintConfigurations</code>. When the number of configurations to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListEnvironmentBlueprintConfigurations</code> to list the next set of configurations.</p>",
        "ListEnvironmentBlueprintsInput$maxResults": "<p>The maximum number of blueprints to return in a single call to <code>ListEnvironmentBlueprints</code>. When the number of blueprints to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListEnvironmentBlueprints</code> to list the next set of blueprints.</p>",
        "ListEnvironmentProfilesInput$maxResults": "<p>The maximum number of environment profiles to return in a single call to <code>ListEnvironmentProfiles</code>. When the number of environment profiles to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListEnvironmentProfiles</code> to list the next set of environment profiles.</p>",
        "ListEnvironmentsInput$maxResults": "<p>The maximum number of environments to return in a single call to <code>ListEnvironments</code>. When the number of environments to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListEnvironments</code> to list the next set of environments.</p>",
        "ListJobRunsInput$maxResults": "<p>The maximum number of job runs to return in a single call to ListJobRuns. When the number of job runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListJobRuns to list the next set of job runs.</p>",
        "ListLineageEventsInput$maxResults": "<p>The maximum number of lineage events to return in a single call to ListLineageEvents. When the number of lineage events to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListLineageEvents to list the next set of lineage events.</p>",
        "ListLineageNodeHistoryInput$maxResults": "<p>The maximum number of history items to return in a single call to ListLineageNodeHistory. When the number of memberships to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListLineageNodeHistory to list the next set of items.</p>",
        "ListMetadataGenerationRunsInput$maxResults": "<p>The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.</p>",
        "ListNotificationsInput$maxResults": "<p>The maximum number of notifications to return in a single call to <code>ListNotifications</code>. When the number of notifications to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListNotifications</code> to list the next set of notifications.</p>",
        "ListProjectMembershipsInput$maxResults": "<p>The maximum number of memberships to return in a single call to <code>ListProjectMemberships</code>. When the number of memberships to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListProjectMemberships</code> to list the next set of memberships.</p>",
        "ListProjectProfilesInput$maxResults": "<p>The maximum number of project profiles to return in a single call to ListProjectProfiles. When the number of project profiles to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListProjectProfiles to list the next set of project profiles.</p>",
        "ListProjectsInput$maxResults": "<p>The maximum number of projects to return in a single call to <code>ListProjects</code>. When the number of projects to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListProjects</code> to list the next set of projects.</p>",
        "ListSubscriptionGrantsInput$maxResults": "<p>The maximum number of subscription grants to return in a single call to <code>ListSubscriptionGrants</code>. When the number of subscription grants to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListSubscriptionGrants</code> to list the next set of subscription grants.</p>",
        "ListSubscriptionRequestsInput$maxResults": "<p>The maximum number of subscription requests to return in a single call to <code>ListSubscriptionRequests</code>. When the number of subscription requests to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListSubscriptionRequests</code> to list the next set of subscription requests.</p>",
        "ListSubscriptionTargetsInput$maxResults": "<p>The maximum number of subscription targets to return in a single call to <code>ListSubscriptionTargets</code>. When the number of subscription targets to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListSubscriptionTargets</code> to list the next set of subscription targets. </p>",
        "ListSubscriptionsInput$maxResults": "<p>The maximum number of subscriptions to return in a single call to <code>ListSubscriptions</code>. When the number of subscriptions to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListSubscriptions</code> to list the next set of Subscriptions. </p>",
        "ListTimeSeriesDataPointsInput$maxResults": "<p>The maximum number of data points to return in a single call to ListTimeSeriesDataPoints. When the number of data points to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.</p>",
        "SearchGroupProfilesInput$maxResults": "<p>The maximum number of results to return in a single call to <code>SearchGroupProfiles</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of results. </p>",
        "SearchInput$maxResults": "<p>The maximum number of results to return in a single call to <code>Search</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>Search</code> to list the next set of results.</p>",
        "SearchListingsInput$maxResults": "<p>The maximum number of results to return in a single call to <code>SearchListings</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchListings</code> to list the next set of results. </p>",
        "SearchTypesInput$maxResults": "<p>The maximum number of results to return in a single call to <code>SearchTypes</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchTypes</code> to list the next set of results. </p>",
        "SearchUserProfilesInput$maxResults": "<p>The maximum number of results to return in a single call to <code>SearchUserProfiles</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchUserProfiles</code> to list the next set of results. </p>"
      }
    },
    "MaxResultsForListDomains": {
      "base": null,
      "refs": {
        "ListDomainUnitsForParentInput$maxResults": "<p>The maximum number of domain units to return in a single call to ListDomainUnitsForParent. When the number of domain units to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDomainUnitsForParent to list the next set of domain units.</p>",
        "ListDomainsInput$maxResults": "<p>The maximum number of domains to return in a single call to <code>ListDomains</code>. When the number of domains to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListDomains</code> to list the next set of domains.</p>",
        "ListEntityOwnersInput$maxResults": "<p>The maximum number of entities to return in a single call to <code>ListEntityOwners</code>. When the number of entities to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListEntityOwners</code> to list the next set of entities.</p>",
        "ListPolicyGrantsInput$maxResults": "<p>The maximum number of grants to return in a single call to <code>ListPolicyGrants</code>. When the number of grants to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListPolicyGrants</code> to list the next set of grants.</p>"
      }
    },
    "Member": {
      "base": "<p>The details about a project member.</p>",
      "refs": {
        "CreateProjectMembershipInput$member": "<p>The project member whose project membership was created.</p>",
        "DeleteProjectMembershipInput$member": "<p>The project member whose project membership is deleted.</p>"
      }
    },
    "MemberDetails": {
      "base": "<p>The details about a project member.</p>",
      "refs": {
        "ProjectMember$memberDetails": "<p>The membership details of a project member.</p>"
      }
    },
    "Message": {
      "base": null,
      "refs": {
        "NotificationOutput$message": "<p>The message included in the notification.</p>"
      }
    },
    "MetadataFormEnforcementDetail": {
      "base": "<p>The enforcement details of a metadata form.</p>",
      "refs": {
        "RuleDetail$metadataFormEnforcementDetail": "<p>The enforcement detail of the metadata form.</p>"
      }
    },
    "MetadataFormInputs": {
      "base": null,
      "refs": {
        "CreateSubscriptionRequestInput$metadataForms": "<p>The metadata form included in the subscription request.</p>"
      }
    },
    "MetadataFormReference": {
      "base": "<p>The reference of a metadata form.</p>",
      "refs": {
        "RequiredMetadataFormList$member": null
      }
    },
    "MetadataFormSummary": {
      "base": "<p>The summary of the metadata form.</p>",
      "refs": {
        "MetadataFormsSummary$member": null
      }
    },
    "MetadataForms": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestOutput$metadataForms": "<p>The metadata form in the subscription request.</p>",
        "CreateSubscriptionRequestOutput$metadataForms": "<p>The metadata form included in the subscription request.</p>",
        "GetSubscriptionRequestDetailsOutput$metadataForms": "<p>The metadata forms included in the subscription request.</p>",
        "RejectSubscriptionRequestOutput$metadataForms": "<p>Metadata forms included in the subscription request.</p>",
        "UpdateSubscriptionRequestOutput$metadataForms": "<p>Metadata forms included in the subscription request.</p>"
      }
    },
    "MetadataFormsSummary": {
      "base": null,
      "refs": {
        "SubscriptionRequestSummary$metadataFormsSummary": "<p>The summary of the metadata forms.</p>"
      }
    },
    "MetadataGenerationRunIdentifier": {
      "base": null,
      "refs": {
        "CancelMetadataGenerationRunInput$identifier": "<p>The ID of the metadata generation run.</p>",
        "GetMetadataGenerationRunInput$identifier": "<p>The identifier of the metadata generation run.</p>",
        "GetMetadataGenerationRunOutput$id": "<p>The ID of the metadata generation run.</p>",
        "MetadataGenerationRunItem$id": "<p>The ID of the metadata generation run.</p>",
        "StartMetadataGenerationRunOutput$id": "<p>The ID of the metadata generation run.</p>"
      }
    },
    "MetadataGenerationRunItem": {
      "base": "<p>The metadata generation run.</p>",
      "refs": {
        "MetadataGenerationRuns$member": null
      }
    },
    "MetadataGenerationRunStatus": {
      "base": null,
      "refs": {
        "GetMetadataGenerationRunOutput$status": "<p>The status of the metadata generation run.</p>",
        "ListMetadataGenerationRunsInput$status": "<p>The status of the metadata generation runs.</p>",
        "MetadataGenerationRunItem$status": "<p>The status of the metadata generation run.</p>",
        "StartMetadataGenerationRunOutput$status": "<p>The status of the metadata generation run.</p>"
      }
    },
    "MetadataGenerationRunTarget": {
      "base": "<p>The asset for which metadata was generated.</p>",
      "refs": {
        "GetMetadataGenerationRunOutput$target": "<p>The asset for which you're generating metadata.</p>",
        "MetadataGenerationRunItem$target": "<p>The asset for which metadata was generated.</p>",
        "StartMetadataGenerationRunInput$target": "<p>The asset for which you want to start a metadata generation run.</p>"
      }
    },
    "MetadataGenerationRunType": {
      "base": null,
      "refs": {
        "GetMetadataGenerationRunOutput$type": "<p>The type of metadata generation run.</p>",
        "ListMetadataGenerationRunsInput$type": "<p>The type of the metadata generation runs.</p>",
        "MetadataGenerationRunItem$type": "<p>The type of the metadata generation run.</p>",
        "StartMetadataGenerationRunInput$type": "<p>The type of the metadata generation run.</p>",
        "StartMetadataGenerationRunOutput$type": "<p>The type of the metadata generation run.</p>"
      }
    },
    "MetadataGenerationRuns": {
      "base": null,
      "refs": {
        "ListMetadataGenerationRunsOutput$items": "<p>The results of the ListMetadataGenerationRuns action.</p>"
      }
    },
    "MetadataGenerationTargetType": {
      "base": null,
      "refs": {
        "MetadataGenerationRunTarget$type": "<p>The type of the asset for which metadata was generated.</p>"
      }
    },
    "MetadataMap": {
      "base": null,
      "refs": {
        "NotificationOutput$metadata": "<p>The metadata included in the notification.</p>"
      }
    },
    "Model": {
      "base": "<p>The model of the API.</p>",
      "refs": {
        "CreateFormTypeInput$model": "<p>The model of this Amazon DataZone metadata form type.</p>",
        "FormTypeData$model": "<p>The model of the form type.</p>",
        "GetFormTypeOutput$model": "<p>The model of the metadata form type.</p>"
      }
    },
    "Name": {
      "base": null,
      "refs": {
        "CreateDataSourceInput$name": "<p>The name of the data source.</p>",
        "CreateDataSourceOutput$name": "<p>The name of the data source.</p>",
        "DataSourceRunActivity$database": "<p>The database included in the data source run activity.</p>",
        "DataSourceRunActivity$technicalName": "<p>The technical name included in the data source run activity.</p>",
        "DataSourceSummary$name": "<p>The name of the data source.</p>",
        "DeleteDataSourceOutput$name": "<p>The name of the data source that is deleted.</p>",
        "GetDataSourceOutput$name": "<p>The name of the data source.</p>",
        "ListDataSourcesInput$name": "<p>The name of the data source.</p>",
        "UpdateDataSourceInput$name": "<p>The name to be updated as part of the <code>UpdateDataSource</code> action.</p>",
        "UpdateDataSourceOutput$name": "<p>The name to be updated as part of the <code>UpdateDataSource</code> action.</p>"
      }
    },
    "NameIdentifier": {
      "base": "<p>The name identifier.</p>",
      "refs": {
        "NameIdentifiers$member": null,
        "OpenLineageRunEventSummary$job": "<p>The job of the open lineage run event summary.</p>"
      }
    },
    "NameIdentifiers": {
      "base": null,
      "refs": {
        "OpenLineageRunEventSummary$inputs": "<p>The inputs of the open lineage run event summary.</p>",
        "OpenLineageRunEventSummary$outputs": "<p>The outputs of the open lineage run event summary.</p>"
      }
    },
    "NotEqualToExpression": {
      "base": "<p>Specifies that a value is not equal to the expression.</p>",
      "refs": {
        "RowFilterExpression$notEqualTo": "<p>The 'no equal to' clause of the row filter expression.</p>"
      }
    },
    "NotInExpression": {
      "base": "<p>Specifies that a value is not in the expression.</p>",
      "refs": {
        "RowFilterExpression$notIn": "<p>The 'not in' clause of the row filter expression.</p>"
      }
    },
    "NotLikeExpression": {
      "base": "<p>Specifies that a value might be not like the expression.</p>",
      "refs": {
        "RowFilterExpression$notLike": "<p>The 'not like' clause of the row filter expression.</p>"
      }
    },
    "NotificationOutput": {
      "base": "<p>The details of a notification generated in Amazon DataZone.</p>",
      "refs": {
        "NotificationsList$member": null
      }
    },
    "NotificationResource": {
      "base": "<p>The details of the resource mentioned in a notification.</p>",
      "refs": {
        "Topic$resource": null
      }
    },
    "NotificationResourceType": {
      "base": null,
      "refs": {
        "NotificationResource$type": "<p>The type of the resource mentioned in a notification.</p>"
      }
    },
    "NotificationRole": {
      "base": null,
      "refs": {
        "Topic$role": "<p>The role of the resource mentioned in a notification.</p>"
      }
    },
    "NotificationSubjects": {
      "base": null,
      "refs": {
        "ListNotificationsInput$subjects": "<p>The subjects of notifications.</p>"
      }
    },
    "NotificationType": {
      "base": null,
      "refs": {
        "ListNotificationsInput$type": "<p>The type of notifications.</p>",
        "NotificationOutput$type": "<p>The type of the notification.</p>"
      }
    },
    "NotificationsList": {
      "base": null,
      "refs": {
        "ListNotificationsOutput$notifications": "<p>The results of the <code>ListNotifications</code> action.</p>"
      }
    },
    "OAuth2ClientApplication": {
      "base": "<p>The OAuth2Client application.</p>",
      "refs": {
        "OAuth2Properties$oAuth2ClientApplication": "<p>The OAuth2 client application of the OAuth2 properties.</p>"
      }
    },
    "OAuth2ClientApplicationAWSManagedClientApplicationReferenceString": {
      "base": null,
      "refs": {
        "OAuth2ClientApplication$aWSManagedClientApplicationReference": "<p>The Amazon Web Services managed client application reference in the OAuth2Client application.</p>"
      }
    },
    "OAuth2ClientApplicationUserManagedClientApplicationClientIdString": {
      "base": null,
      "refs": {
        "OAuth2ClientApplication$userManagedClientApplicationClientId": "<p>The user managed client application client ID in the OAuth2Client application.</p>"
      }
    },
    "OAuth2GrantType": {
      "base": null,
      "refs": {
        "OAuth2Properties$oAuth2GrantType": "<p>The OAuth2 grant type of the OAuth2 properties.</p>"
      }
    },
    "OAuth2Properties": {
      "base": "<p>The OAuth2 properties.</p>",
      "refs": {
        "AuthenticationConfiguration$oAuth2Properties": "<p>The oAuth2 properties of a connection.</p>",
        "AuthenticationConfigurationInput$oAuth2Properties": "<p>The oAuth2 properties of a connection.</p>"
      }
    },
    "OAuth2PropertiesTokenUrlString": {
      "base": null,
      "refs": {
        "OAuth2Properties$tokenUrl": "<p>The OAuth2 token URL of the OAuth2 properties.</p>"
      }
    },
    "OpenLineageRunEventSummary": {
      "base": "<p>The open lineage run event summary.</p>",
      "refs": {
        "EventSummary$openLineageRunEventSummary": "<p>The open lineage run event summary.</p>"
      }
    },
    "OpenLineageRunState": {
      "base": null,
      "refs": {
        "OpenLineageRunEventSummary$eventType": "<p>The event type of the open lineage run event summary.</p>"
      }
    },
    "OverallDeploymentStatus": {
      "base": null,
      "refs": {
        "EnvironmentDeploymentDetails$overallDeploymentStatus": "<p>The overall deployment status of the environment.</p>"
      }
    },
    "OverrideDomainUnitOwnersPolicyGrantDetail": {
      "base": "<p>The grant details of the override domain unit owners policy.</p>",
      "refs": {
        "PolicyGrantDetail$overrideDomainUnitOwners": "<p>Specifies whether to override domain unit owners.</p>"
      }
    },
    "OverrideProjectOwnersPolicyGrantDetail": {
      "base": "<p>The details of the override project owners policy grant.</p>",
      "refs": {
        "PolicyGrantDetail$overrideProjectOwners": "<p>Specifies whether to override project owners.</p>"
      }
    },
    "OwnerGroupProperties": {
      "base": "<p>The properties of the domain unit owners group.</p>",
      "refs": {
        "OwnerProperties$group": "<p>Specifies that the domain unit owner is a group.</p>"
      }
    },
    "OwnerGroupPropertiesOutput": {
      "base": "<p>The properties of the domain unit owners group.</p>",
      "refs": {
        "OwnerPropertiesOutput$group": "<p>Specifies that the domain unit owner is a group.</p>"
      }
    },
    "OwnerProperties": {
      "base": "<p>The properties of a domain unit's owner.</p>",
      "refs": {
        "AddEntityOwnerInput$owner": "<p>The owner that you want to add to the entity.</p>",
        "RemoveEntityOwnerInput$owner": "<p>The owner that you want to remove from an entity.</p>"
      }
    },
    "OwnerPropertiesOutput": {
      "base": "<p>The ID of the domain unit owners group.</p>",
      "refs": {
        "EntityOwners$member": null
      }
    },
    "OwnerUserProperties": {
      "base": "<p>The properties of the owner user.</p>",
      "refs": {
        "OwnerProperties$user": "<p>Specifies that the domain unit owner is a user.</p>"
      }
    },
    "OwnerUserPropertiesOutput": {
      "base": "<p>The properties of the owner user.</p>",
      "refs": {
        "OwnerPropertiesOutput$user": "<p>Specifies that the domain unit owner is a user.</p>"
      }
    },
    "PaginationToken": {
      "base": null,
      "refs": {
        "ListAccountPoolsInput$nextToken": "<p>When the number of account pools is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of account pools, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAccountPools to list the next set of account pools.</p>",
        "ListAccountPoolsOutput$nextToken": "<p>When the number of account pools is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of account pools, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAccountPools to list the next set of account pools.</p>",
        "ListAccountsInAccountPoolInput$nextToken": "<p>When the number of accounts is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of accounts, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAccountsInAccountPool to list the next set of accounts.</p>",
        "ListAccountsInAccountPoolOutput$nextToken": "<p>When the number of accounts is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of accounts, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAccountsInAccountPool to list the next set of accounts.</p>",
        "ListAssetFiltersInput$nextToken": "<p>When the number of asset filters is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of asset filters, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListAssetFilters</code> to list the next set of asset filters.</p>",
        "ListAssetFiltersOutput$nextToken": "<p>When the number of asset filters is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of asset filters, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListAssetFilters</code> to list the next set of asset filters.</p>",
        "ListAssetRevisionsInput$nextToken": "<p>When the number of revisions is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of revisions, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListAssetRevisions</code> to list the next set of revisions.</p>",
        "ListAssetRevisionsOutput$nextToken": "<p>When the number of revisions is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of revisions, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListAssetRevisions</code> to list the next set of revisions.</p>",
        "ListConnectionsInput$nextToken": "<p>When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListConnections to list the next set of connections.</p>",
        "ListConnectionsOutput$nextToken": "<p>When the number of connections is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of connections, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListConnections to list the next set of connections.</p>",
        "ListDataProductRevisionsInput$nextToken": "<p>When the number of data product revisions is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of data product revisions, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDataProductRevisions</code> to list the next set of data product revisions.</p>",
        "ListDataProductRevisionsOutput$nextToken": "<p>When the number of data product revisions is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of data product revisions, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDataProductRevisions</code> to list the next set of data product revisions.</p>",
        "ListDataSourceRunActivitiesInput$nextToken": "<p>When the number of activities is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of activities, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDataSourceRunActivities</code> to list the next set of activities.</p>",
        "ListDataSourceRunActivitiesOutput$nextToken": "<p>When the number of activities is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of activities, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDataSourceRunActivities</code> to list the next set of activities.</p>",
        "ListDataSourceRunsInput$nextToken": "<p>When the number of runs is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of runs, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDataSourceRuns</code> to list the next set of runs.</p>",
        "ListDataSourceRunsOutput$nextToken": "<p>When the number of runs is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of runs, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDataSourceRuns</code> to list the next set of runs.</p>",
        "ListDataSourcesInput$nextToken": "<p>When the number of data sources is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of data sources, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDataSources</code> to list the next set of data sources.</p>",
        "ListDataSourcesOutput$nextToken": "<p>When the number of data sources is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of data sources, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDataSources</code> to list the next set of data sources.</p>",
        "ListDomainUnitsForParentInput$nextToken": "<p>When the number of domain units is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of domain units, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDomainUnitsForParent to list the next set of domain units.</p>",
        "ListDomainUnitsForParentOutput$nextToken": "<p>When the number of domain units is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of domain units, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDomainUnitsForParent to list the next set of domain units.</p>",
        "ListDomainsInput$nextToken": "<p>When the number of domains is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of domains, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDomains</code> to list the next set of domains.</p>",
        "ListDomainsOutput$nextToken": "<p>When the number of domains is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of domains, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListDomains</code> to list the next set of domains.</p>",
        "ListEntityOwnersInput$nextToken": "<p>When the number of entities is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of entities, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEntityOwners</code> to list the next set of entities.</p>",
        "ListEntityOwnersOutput$nextToken": "<p>When the number of entities is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of entities, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEntityOwners</code> to list the next set of entities.</p>",
        "ListEnvironmentActionsInput$nextToken": "<p>When the number of environment actions is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of environment actions, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEnvironmentActions</code> to list the next set of environment actions.</p>",
        "ListEnvironmentActionsOutput$nextToken": "<p>When the number of environment actions is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of environment actions, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEnvironmentActions</code> to list the next set of environment actions.</p>",
        "ListEnvironmentBlueprintConfigurationsInput$nextToken": "<p>When the number of blueprint configurations is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of configurations, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEnvironmentBlueprintConfigurations</code> to list the next set of configurations.</p>",
        "ListEnvironmentBlueprintConfigurationsOutput$nextToken": "<p>When the number of blueprint configurations is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of configurations, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEnvironmentBlueprintConfigurations</code> to list the next set of configurations.</p>",
        "ListEnvironmentBlueprintsInput$nextToken": "<p>When the number of blueprints in the environment is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of blueprints in the environment, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEnvironmentBlueprints</code>to list the next set of blueprints.</p>",
        "ListEnvironmentBlueprintsOutput$nextToken": "<p>When the number of blueprints in the environment is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of blueprints in the environment, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEnvironmentBlueprints</code>to list the next set of blueprints.</p>",
        "ListEnvironmentProfilesInput$nextToken": "<p>When the number of environment profiles is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of environment profiles, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEnvironmentProfiles</code> to list the next set of environment profiles.</p>",
        "ListEnvironmentProfilesOutput$nextToken": "<p>When the number of environment profiles is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of environment profiles, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEnvironmentProfiles</code> to list the next set of environment profiles.</p>",
        "ListEnvironmentsInput$nextToken": "<p>When the number of environments is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of environments, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEnvironments</code> to list the next set of environments.</p>",
        "ListEnvironmentsOutput$nextToken": "<p>When the number of environments is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of environments, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListEnvironments</code> to list the next set of environments.</p>",
        "ListJobRunsInput$nextToken": "<p>When the number of job runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of job runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListJobRuns to list the next set of job runs.</p>",
        "ListJobRunsOutput$nextToken": "<p>When the number of job runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of job runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListJobRuns to list the next set of job runs.</p>",
        "ListLineageEventsInput$nextToken": "<p>When the number of lineage events is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of lineage events, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageEvents to list the next set of lineage events.</p>",
        "ListLineageEventsOutput$nextToken": "<p>When the number of lineage events is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of lineage events, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageEvents to list the next set of lineage events.</p>",
        "ListLineageNodeHistoryInput$nextToken": "<p>When the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.</p>",
        "ListLineageNodeHistoryOutput$nextToken": "<p>When the number of history items is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of items, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageNodeHistory to list the next set of items.</p>",
        "ListMetadataGenerationRunsInput$nextToken": "<p>When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.</p>",
        "ListMetadataGenerationRunsOutput$nextToken": "<p>When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.</p>",
        "ListNotificationsInput$nextToken": "<p>When the number of notifications is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notifications, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotifications</code> to list the next set of notifications.</p>",
        "ListNotificationsOutput$nextToken": "<p>When the number of notifications is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notifications, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotifications</code> to list the next set of notifications.</p>",
        "ListPolicyGrantsInput$nextToken": "<p>When the number of grants is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of grants, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListPolicyGrants</code> to list the next set of grants.</p>",
        "ListPolicyGrantsOutput$nextToken": "<p>When the number of grants is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of grants, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListPolicyGrants</code> to list the next set of grants.</p>",
        "ListProjectMembershipsInput$nextToken": "<p>When the number of memberships is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of memberships, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListProjectMemberships</code> to list the next set of memberships.</p>",
        "ListProjectMembershipsOutput$nextToken": "<p>When the number of memberships is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of memberships, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListProjectMemberships</code> to list the next set of memberships.</p>",
        "ListProjectProfilesInput$nextToken": "<p>When the number of project profiles is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of project profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjectProfiles to list the next set of project profiles.</p>",
        "ListProjectProfilesOutput$nextToken": "<p>When the number of project profiles is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of project profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjectProfiles to list the next set of project profiles.</p>",
        "ListProjectsInput$nextToken": "<p>When the number of projects is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of projects, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListProjects</code> to list the next set of projects.</p>",
        "ListProjectsOutput$nextToken": "<p>When the number of projects is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of projects, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListProjects</code> to list the next set of projects.</p>",
        "ListRulesInput$nextToken": "<p>When the number of rules is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of rules, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>",
        "ListRulesOutput$nextToken": "<p>When the number of rules is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of rules, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>",
        "ListSubscriptionGrantsInput$nextToken": "<p>When the number of subscription grants is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of subscription grants, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListSubscriptionGrants</code> to list the next set of subscription grants.</p>",
        "ListSubscriptionGrantsOutput$nextToken": "<p>When the number of subscription grants is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of subscription grants, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListSubscriptionGrants</code> to list the next set of subscription grants.</p>",
        "ListSubscriptionRequestsInput$nextToken": "<p>When the number of subscription requests is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of subscription requests, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListSubscriptionRequests</code> to list the next set of subscription requests.</p>",
        "ListSubscriptionRequestsOutput$nextToken": "<p>When the number of subscription requests is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of subscription requests, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListSubscriptionRequests</code> to list the next set of subscription requests.</p>",
        "ListSubscriptionTargetsInput$nextToken": "<p>When the number of subscription targets is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of subscription targets, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListSubscriptionTargets</code> to list the next set of subscription targets.</p>",
        "ListSubscriptionTargetsOutput$nextToken": "<p>When the number of subscription targets is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of subscription targets, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListSubscriptionTargets</code> to list the next set of subscription targets.</p>",
        "ListSubscriptionsInput$nextToken": "<p>When the number of subscriptions is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of subscriptions, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListSubscriptions</code> to list the next set of subscriptions.</p>",
        "ListSubscriptionsOutput$nextToken": "<p>When the number of subscriptions is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of subscriptions, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListSubscriptions</code> to list the next set of subscriptions.</p>",
        "ListTimeSeriesDataPointsInput$nextToken": "<p>When the number of data points is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.</p>",
        "ListTimeSeriesDataPointsOutput$nextToken": "<p>When the number of data points is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.</p>",
        "SearchGroupProfilesInput$nextToken": "<p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of results.</p>",
        "SearchGroupProfilesOutput$nextToken": "<p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of results.</p>",
        "SearchInput$nextToken": "<p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>Search</code> to list the next set of results.</p>",
        "SearchListingsInput$nextToken": "<p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchListings</code> to list the next set of results.</p>",
        "SearchListingsOutput$nextToken": "<p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchListings</code> to list the next set of results.</p>",
        "SearchOutput$nextToken": "<p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>Search</code> to list the next set of results.</p>",
        "SearchTypesInput$nextToken": "<p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchTypes</code> to list the next set of results.</p>",
        "SearchTypesOutput$nextToken": "<p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchTypes</code> to list the next set of results.</p>",
        "SearchUserProfilesInput$nextToken": "<p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of results.</p>",
        "SearchUserProfilesOutput$nextToken": "<p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of results.</p>"
      }
    },
    "ParameterStorePath": {
      "base": null,
      "refs": {
        "AwsAccount$awsAccountIdPath": "<p>The account ID path of a project.</p>",
        "EnvironmentConfigurationParametersDetails$ssmPath": "<p>Ssm path environment configuration parameters.</p>",
        "Region$regionNamePath": "<p>The region name path.</p>"
      }
    },
    "Password": {
      "base": null,
      "refs": {
        "UsernamePassword$password": "<p>The password of a connection.</p>"
      }
    },
    "PhysicalConnectionRequirements": {
      "base": "<p>Physical connection requirements of a connection.</p>",
      "refs": {
        "GlueConnection$physicalConnectionRequirements": "<p>The physical connection requirements of the Amazon Web Services Glue connection.</p>",
        "GlueConnectionInput$physicalConnectionRequirements": "<p>The physical connection requirements for the Amazon Web Services Glue connection.</p>"
      }
    },
    "PhysicalConnectionRequirementsAvailabilityZoneString": {
      "base": null,
      "refs": {
        "PhysicalConnectionRequirements$availabilityZone": "<p>The availability zone of the physical connection requirements of a connection. </p>"
      }
    },
    "PhysicalEndpoint": {
      "base": "<p>The physical endpoints of a connection.</p>",
      "refs": {
        "PhysicalEndpoints$member": null
      }
    },
    "PhysicalEndpoints": {
      "base": null,
      "refs": {
        "ConnectionSummary$physicalEndpoints": "<p>The connection physical endpoints.</p>",
        "CreateConnectionOutput$physicalEndpoints": "<p>The physical endpoints of the connection.</p>",
        "GetConnectionOutput$physicalEndpoints": "<p>The physical endpoints of the connection.</p>",
        "UpdateConnectionOutput$physicalEndpoints": "<p>The physical endpoints of the connection.</p>"
      }
    },
    "PolicyArn": {
      "base": null,
      "refs": {
        "EnvironmentBlueprintConfigurationItem$environmentRolePermissionBoundary": "<p>The environment role permission boundary.</p>",
        "GetEnvironmentBlueprintConfigurationOutput$environmentRolePermissionBoundary": "<p>The environment role permissions boundary.</p>",
        "PutEnvironmentBlueprintConfigurationInput$environmentRolePermissionBoundary": "<p>The environment role permissions boundary.</p>",
        "PutEnvironmentBlueprintConfigurationOutput$environmentRolePermissionBoundary": "<p>The environment role permissions boundary.</p>"
      }
    },
    "PolicyGrantDetail": {
      "base": "<p>The details of the policy grant.</p>",
      "refs": {
        "AddPolicyGrantInput$detail": "<p>The details of the policy grant.</p>",
        "PolicyGrantMember$detail": "<p>The details of the policy grant member.</p>"
      }
    },
    "PolicyGrantList": {
      "base": null,
      "refs": {
        "ListPolicyGrantsOutput$grantList": "<p>The results of this action - the listed grants.</p>"
      }
    },
    "PolicyGrantMember": {
      "base": "<p>A member of the policy grant list.</p>",
      "refs": {
        "PolicyGrantList$member": null
      }
    },
    "PolicyGrantPrincipal": {
      "base": "<p>The policy grant principal.</p>",
      "refs": {
        "AddPolicyGrantInput$principal": "<p>The principal to whom the permissions are granted.</p>",
        "PolicyGrantMember$principal": "<p>The principal of the policy grant member.</p>",
        "RemovePolicyGrantInput$principal": "<p>The principal from which you want to remove a policy grant.</p>"
      }
    },
    "PostLineageEventInput": {
      "base": null,
      "refs": {}
    },
    "PostLineageEventOutput": {
      "base": null,
      "refs": {}
    },
    "PostTimeSeriesDataPointsInput": {
      "base": null,
      "refs": {}
    },
    "PostTimeSeriesDataPointsOutput": {
      "base": null,
      "refs": {}
    },
    "PredictionChoices": {
      "base": null,
      "refs": {
        "RejectChoice$predictionChoices": "<p>Specifies the the automatically generated business metadata that can be rejected.</p>"
      }
    },
    "PredictionConfiguration": {
      "base": "<p>The configuration of the prediction.</p>",
      "refs": {
        "CreateAssetInput$predictionConfiguration": "<p>The configuration of the automatically generated business-friendly metadata for the asset.</p>",
        "CreateAssetOutput$predictionConfiguration": "<p>The configuration of the automatically generated business-friendly metadata for the asset.</p>",
        "CreateAssetRevisionInput$predictionConfiguration": "<p>The configuration of the automatically generated business-friendly metadata for the asset.</p>",
        "CreateAssetRevisionOutput$predictionConfiguration": "<p>The configuration of the automatically generated business-friendly metadata for the asset.</p>"
      }
    },
    "ProjectDeletionError": {
      "base": "<p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>",
      "refs": {
        "FailureReasons$member": null
      }
    },
    "ProjectDesignation": {
      "base": null,
      "refs": {
        "ProjectPolicyGrantPrincipal$projectDesignation": "<p>The project designation of the project policy grant principal.</p>"
      }
    },
    "ProjectGrantFilter": {
      "base": "<p>The project grant filter.</p>",
      "refs": {
        "ProjectPolicyGrantPrincipal$projectGrantFilter": "<p>The project grant filter of the project policy grant principal.</p>"
      }
    },
    "ProjectId": {
      "base": null,
      "refs": {
        "AssetItem$owningProjectId": "<p>The identifier of the Amazon DataZone project that owns the inventory asset.</p>",
        "AssetListing$owningProjectId": "<p>The identifier of the project where an asset published in an Amazon DataZone catalog exists. </p>",
        "AssetListingItem$owningProjectId": "<p>The identifier of the project that owns the inventory asset.</p>",
        "AssetTypeItem$originProjectId": "<p>The identifier of the Amazon DataZone project where the asset type exists.</p>",
        "AssetTypeItem$owningProjectId": "<p>The identifier of the Amazon DataZone project that owns the asset type.</p>",
        "ConnectionSummary$projectId": "<p>The connection project ID.</p>",
        "CreateAssetInput$owningProjectIdentifier": "<p>The unique identifier of the project that owns this asset.</p>",
        "CreateAssetOutput$owningProjectId": "<p>The ID of the Amazon DataZone project that owns the created asset. </p>",
        "CreateAssetRevisionOutput$owningProjectId": "<p>The unique identifier of the revised project that owns the asset.</p>",
        "CreateAssetTypeInput$owningProjectIdentifier": "<p>The identifier of the Amazon DataZone project that is to own the custom asset type.</p>",
        "CreateAssetTypeOutput$originProjectId": "<p>The ID of the Amazon DataZone project where the asset type was originally created.</p>",
        "CreateAssetTypeOutput$owningProjectId": "<p>The ID of the Amazon DataZone project that currently owns this asset type.</p>",
        "CreateConnectionOutput$projectId": "<p>The ID of the project where the connection is created.</p>",
        "CreateDataProductInput$owningProjectIdentifier": "<p>The ID of the owning project of the data product.</p>",
        "CreateDataProductOutput$owningProjectId": "<p>The ID of the owning project of the data product.</p>",
        "CreateDataProductRevisionOutput$owningProjectId": "<p>The ID of the owning project of the data product revision.</p>",
        "CreateDataSourceOutput$projectId": "<p>The ID of the Amazon DataZone project to which the data source is added.</p>",
        "CreateEnvironmentInput$projectIdentifier": "<p>The identifier of the Amazon DataZone project in which this environment is created.</p>",
        "CreateEnvironmentOutput$projectId": "<p>The ID of the Amazon DataZone project in which this environment is created.</p>",
        "CreateEnvironmentProfileInput$projectIdentifier": "<p>The identifier of the project in which to create the environment profile.</p>",
        "CreateEnvironmentProfileOutput$projectId": "<p>The ID of the Amazon DataZone project in which this environment profile is created.</p>",
        "CreateFormTypeInput$owningProjectIdentifier": "<p>The ID of the Amazon DataZone project that owns this metadata form type.</p>",
        "CreateFormTypeOutput$originProjectId": "<p>The ID of the project in which this Amazon DataZone metadata form type was originally created.</p>",
        "CreateFormTypeOutput$owningProjectId": "<p>The ID of the project that owns this Amazon DataZone metadata form type.</p>",
        "CreateGlossaryInput$owningProjectIdentifier": "<p>The ID of the project that currently owns business glossary.</p>",
        "CreateGlossaryOutput$owningProjectId": "<p>The ID of the project that currently owns this business glossary.</p>",
        "CreateProjectMembershipInput$projectIdentifier": "<p>The ID of the project for which this project membership was created.</p>",
        "CreateProjectOutput$id": "<p>The ID of the Amazon DataZone project.</p>",
        "CreateSubscriptionTargetOutput$projectId": "<p>???</p>",
        "DataProductListing$owningProjectId": "<p>The ID of the owning project of the data product listing.</p>",
        "DataProductListingItem$owningProjectId": "<p>The ID of the owning project of the asset of the data product. </p>",
        "DataProductResultItem$owningProjectId": "<p>The ID of the owning project of the data product.</p>",
        "DataSourceRunActivity$projectId": "<p>The project ID included in the data source run activity.</p>",
        "DataSourceRunSummary$projectId": "<p>The project ID of the data source run.</p>",
        "DeleteDataSourceOutput$projectId": "<p>The ID of the project in which this data source exists and from which it's deleted.</p>",
        "DeleteProjectInput$identifier": "<p>The identifier of the project that is to be deleted.</p>",
        "DeleteProjectMembershipInput$projectIdentifier": "<p>The ID of the Amazon DataZone project the membership to which is deleted.</p>",
        "EnvironmentProfileSummary$projectId": "<p>The identifier of a project in which an environment profile exists.</p>",
        "EnvironmentSummary$projectId": "<p>The identifier of the project in which the environment exists.</p>",
        "FormTypeData$originProjectId": "<p>The identifier of the project in which the form type was originally created.</p>",
        "FormTypeData$owningProjectId": "<p>The identifier of the project that owns the form type.</p>",
        "GetAssetOutput$owningProjectId": "<p>The ID of the project that owns the asset.</p>",
        "GetAssetTypeOutput$originProjectId": "<p>The ID of the Amazon DataZone project in which the asset type was originally created.</p>",
        "GetAssetTypeOutput$owningProjectId": "<p>The ID of the Amazon DataZone project that owns the asset type.</p>",
        "GetConnectionOutput$projectId": "<p>The ID of the project.</p>",
        "GetDataProductOutput$owningProjectId": "<p>The ID of the owning project of the data product.</p>",
        "GetDataSourceOutput$projectId": "<p>The ID of the project where the data source creates and publishes assets.</p>",
        "GetDataSourceRunOutput$projectId": "<p>The ID of the project in which this data source run occured.</p>",
        "GetEnvironmentOutput$projectId": "<p>The ID of the Amazon DataZone project in which this environment is created.</p>",
        "GetEnvironmentProfileOutput$projectId": "<p>The ID of the Amazon DataZone project in which this environment profile is created.</p>",
        "GetFormTypeOutput$originProjectId": "<p>The ID of the project in which this metadata form type was originally created.</p>",
        "GetFormTypeOutput$owningProjectId": "<p>The ID of the project that owns this metadata form type.</p>",
        "GetGlossaryOutput$owningProjectId": "<p>The ID of the project that owns this business glossary.</p>",
        "GetMetadataGenerationRunOutput$owningProjectId": "<p>The ID of the project that owns the assets for which you're running metadata generation.</p>",
        "GetProjectInput$identifier": "<p>The ID of the project.</p>",
        "GetProjectOutput$id": "<p>&gt;The ID of the project.</p>",
        "GetSubscriptionTargetOutput$projectId": "<p>The ID of the project associated with the subscription target.</p>",
        "GlossaryItem$owningProjectId": "<p>The identifier of the project that owns the business glosary.</p>",
        "ListConnectionsInput$projectIdentifier": "<p>The ID of the project where you want to list connections.</p>",
        "ListEnvironmentProfilesInput$projectIdentifier": "<p>The identifier of the Amazon DataZone project.</p>",
        "ListEnvironmentsInput$projectIdentifier": "<p>The identifier of the Amazon DataZone project.</p>",
        "ListProjectMembershipsInput$projectIdentifier": "<p>The identifier of the project whose memberships you want to list.</p>",
        "ListSubscriptionGrantsInput$owningProjectId": "<p>The ID of the owning project of the subscription grants.</p>",
        "ListSubscriptionRequestsInput$approverProjectId": "<p>The identifier of the subscription request approver's project.</p>",
        "ListSubscriptionRequestsInput$owningProjectId": "<p>The identifier of the project for the subscription requests.</p>",
        "ListSubscriptionsInput$approverProjectId": "<p>The identifier of the project for the subscription's approver.</p>",
        "ListSubscriptionsInput$owningProjectId": "<p>The identifier of the owning project.</p>",
        "MetadataGenerationRunItem$owningProjectId": "<p>The ID of the project that owns the asset for which the metadata generation was ran.</p>",
        "ProjectIds$member": null,
        "ProjectPolicyGrantPrincipal$projectIdentifier": "<p>The project ID of the project policy grant principal.</p>",
        "ProjectSummary$id": "<p>The identifier of a project.</p>",
        "RuleProjectIdentifierList$member": null,
        "SearchInput$owningProjectIdentifier": "<p>The identifier of the owning project specified for the search.</p>",
        "StartDataSourceRunOutput$projectId": "<p>The identifier of the project.</p>",
        "StartMetadataGenerationRunInput$owningProjectIdentifier": "<p>The ID of the project that owns the asset for which you want to start a metadata generation run.</p>",
        "StartMetadataGenerationRunOutput$owningProjectId": "<p>The ID of the project that owns the asset for which the metadata generation run was started.</p>",
        "SubscribedListing$ownerProjectId": "<p>The identifier of the project of the published asset for which the subscription grant is created.</p>",
        "SubscribedProject$id": "<p>The identifier of the project that has the subscription grant.</p>",
        "SubscribedProjectInput$identifier": "<p>The identifier of the project that is to be given a subscription grant.</p>",
        "SubscriptionTargetSummary$projectId": "<p>The identifier of the project specified in the subscription target.</p>",
        "UpdateConnectionOutput$projectId": "<p>The project ID of the connection.</p>",
        "UpdateDataSourceOutput$projectId": "<p>The identifier of the project where data source is to be updated.</p>",
        "UpdateEnvironmentOutput$projectId": "<p>The project identifier of the environment.</p>",
        "UpdateEnvironmentProfileOutput$projectId": "<p>The identifier of the project of the environment profile that is to be updated.</p>",
        "UpdateGlossaryOutput$owningProjectId": "<p>The identifier of the project in which to update a business glossary.</p>",
        "UpdateProjectInput$identifier": "<p>The identifier of the project that is to be updated.</p>",
        "UpdateProjectOutput$id": "<p>The identifier of the project that is to be updated.</p>",
        "UpdateSubscriptionTargetOutput$projectId": "<p>The identifier of the project in which a subscription target is to be updated.</p>"
      }
    },
    "ProjectIds": {
      "base": null,
      "refs": {
        "ListRulesInput$projectIds": "<p>The IDs of projects in which rules are to be listed.</p>"
      }
    },
    "ProjectMember": {
      "base": "<p>The details of a project member.</p>",
      "refs": {
        "ProjectMembers$member": null
      }
    },
    "ProjectMembers": {
      "base": null,
      "refs": {
        "ListProjectMembershipsOutput$members": "<p>The members of the project.</p>"
      }
    },
    "ProjectName": {
      "base": null,
      "refs": {
        "CreateProjectInput$name": "<p>The name of the Amazon DataZone project.</p>",
        "CreateProjectOutput$name": "<p>The name of the project.</p>",
        "GetProjectOutput$name": "<p>The name of the project.</p>",
        "ListProjectsInput$name": "<p>The name of the project.</p>",
        "ProjectSummary$name": "<p>The name of a project.</p>",
        "SubscribedProject$name": "<p>The name of the project that has the subscription grant.</p>",
        "UpdateProjectInput$name": "<p>The name to be updated as part of the <code>UpdateProject</code> action.</p>",
        "UpdateProjectOutput$name": "<p>The name of the project that is to be updated.</p>"
      }
    },
    "ProjectPolicyGrantPrincipal": {
      "base": "<p>The project policy grant principal.</p>",
      "refs": {
        "PolicyGrantPrincipal$project": "<p>The project of the policy grant principal.</p>"
      }
    },
    "ProjectProfileId": {
      "base": null,
      "refs": {
        "CreateProjectInput$projectProfileId": "<p>The ID of the project profile.</p>",
        "CreateProjectOutput$projectProfileId": "<p>The project profile ID.</p>",
        "CreateProjectProfileOutput$id": "<p>Project profile ID.</p>",
        "DeleteProjectProfileInput$identifier": "<p>The ID of the project profile that is deleted.</p>",
        "GetProjectOutput$projectProfileId": "<p>The ID of the project profile of a project.</p>",
        "GetProjectProfileInput$identifier": "<p>The ID of the project profile.</p>",
        "GetProjectProfileOutput$id": "<p>The ID of the project profile.</p>",
        "ProjectProfileSummary$id": "<p>The ID of the project profile.</p>",
        "UpdateProjectOutput$projectProfileId": "<p>The ID of the project profile.</p>",
        "UpdateProjectProfileInput$identifier": "<p>The ID of a project profile that is to be updated.</p>",
        "UpdateProjectProfileOutput$id": "<p>The ID of the project profile.</p>"
      }
    },
    "ProjectProfileList": {
      "base": null,
      "refs": {
        "CreateProjectFromProjectProfilePolicyGrantDetail$projectProfiles": "<p>Specifies project profiles when creating a project from project profile policy grant details</p>"
      }
    },
    "ProjectProfileName": {
      "base": null,
      "refs": {
        "CreateProjectProfileInput$name": "<p>Project profile name.</p>",
        "CreateProjectProfileOutput$name": "<p>Project profile name.</p>",
        "GetProjectProfileOutput$name": "<p>The name of the project profile.</p>",
        "ListProjectProfilesInput$name": "<p>The name of a project profile.</p>",
        "ProjectProfileSummary$name": "<p>The name of a project profile.</p>",
        "UpdateProjectProfileInput$name": "<p>The name of a project profile.</p>",
        "UpdateProjectProfileOutput$name": "<p>The name of the project profile.</p>"
      }
    },
    "ProjectProfileSummaries": {
      "base": null,
      "refs": {
        "ListProjectProfilesOutput$items": "<p>The results of the ListProjectProfiles action.</p>"
      }
    },
    "ProjectProfileSummary": {
      "base": "<p>The summary of a project profile.</p>",
      "refs": {
        "ProjectProfileSummaries$member": null
      }
    },
    "ProjectStatus": {
      "base": null,
      "refs": {
        "CreateProjectOutput$projectStatus": "<p>The status of the Amazon DataZone project that was created.</p>",
        "GetProjectOutput$projectStatus": "<p>The status of the project.</p>",
        "ProjectSummary$projectStatus": "<p>The status of the project.</p>",
        "UpdateProjectOutput$projectStatus": "<p>The status of the project.</p>"
      }
    },
    "ProjectSummaries": {
      "base": null,
      "refs": {
        "ListProjectsOutput$items": "<p>The results of the <code>ListProjects</code> action.</p>"
      }
    },
    "ProjectSummary": {
      "base": "<p>The details of a Amazon DataZone project.</p>",
      "refs": {
        "ProjectSummaries$member": null
      }
    },
    "ProjectsForRule": {
      "base": "<p>Specifies projects in which the rule is created.</p>",
      "refs": {
        "RuleScope$project": "<p>The project included in the rule scope.</p>"
      }
    },
    "PropertyMap": {
      "base": null,
      "refs": {
        "GlueConnection$athenaProperties": "<p>The Amazon Athena properties of the Amazon Web Services Glue connection.</p>",
        "GlueConnection$pythonProperties": "<p>The Python properties of the Amazon Web Services Glue connection.</p>",
        "GlueConnection$sparkProperties": "<p>The Spark properties of the Amazon Web Services Glue connection.</p>",
        "GlueConnectionInput$athenaProperties": "<p>The Amazon Athena properties of the Amazon Web Services Glue connection.</p>",
        "GlueConnectionInput$pythonProperties": "<p>The Python properties of the Amazon Web Services Glue connection.</p>",
        "GlueConnectionInput$sparkProperties": "<p>The Spark properties of the Amazon Web Services Glue connection.</p>"
      }
    },
    "PropertyMapKeyString": {
      "base": null,
      "refs": {
        "PropertyMap$key": null
      }
    },
    "PropertyMapValueString": {
      "base": null,
      "refs": {
        "PropertyMap$value": null
      }
    },
    "Protocol": {
      "base": null,
      "refs": {
        "PhysicalEndpoint$protocol": "<p>The protocol in the physical endpoints of a connection.</p>"
      }
    },
    "ProvisioningConfiguration": {
      "base": "<p>The provisioning configuration of the blueprint.</p>",
      "refs": {
        "ProvisioningConfigurationList$member": null
      }
    },
    "ProvisioningConfigurationList": {
      "base": null,
      "refs": {
        "EnvironmentBlueprintConfigurationItem$provisioningConfigurations": "<p>The provisioning configuration of a blueprint.</p>",
        "GetEnvironmentBlueprintConfigurationOutput$provisioningConfigurations": "<p>The provisioning configuration of a blueprint.</p>",
        "PutEnvironmentBlueprintConfigurationInput$provisioningConfigurations": "<p>The provisioning configuration of a blueprint.</p>",
        "PutEnvironmentBlueprintConfigurationOutput$provisioningConfigurations": "<p>The provisioning configuration of a blueprint.</p>"
      }
    },
    "ProvisioningProperties": {
      "base": "<p>The provisioning properties of an environment blueprint.</p>",
      "refs": {
        "CreateEnvironmentBlueprintInput$provisioningProperties": "<p>The provisioning properties of this Amazon DataZone blueprint.</p>",
        "CreateEnvironmentBlueprintOutput$provisioningProperties": "<p>The provisioning properties of this Amazon DataZone blueprint.</p>",
        "CreateEnvironmentOutput$provisioningProperties": "<p>The provisioning properties of this Amazon DataZone environment.</p>",
        "EnvironmentBlueprintSummary$provisioningProperties": "<p>The provisioning properties of the blueprint.</p>",
        "GetEnvironmentBlueprintOutput$provisioningProperties": "<p>The provisioning properties of this Amazon DataZone blueprint.</p>",
        "GetEnvironmentOutput$provisioningProperties": "<p>The provisioning properties of this Amazon DataZone environment.</p>",
        "UpdateEnvironmentBlueprintInput$provisioningProperties": "<p>The provisioning properties to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>",
        "UpdateEnvironmentBlueprintOutput$provisioningProperties": "<p>The provisioning properties to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>",
        "UpdateEnvironmentOutput$provisioningProperties": "<p>The provisioning properties to be updated as part of the <code>UpdateEnvironment</code> action.</p>"
      }
    },
    "PutEnvironmentBlueprintConfigurationInput": {
      "base": null,
      "refs": {}
    },
    "PutEnvironmentBlueprintConfigurationOutput": {
      "base": null,
      "refs": {}
    },
    "RecommendationConfiguration": {
      "base": "<p>The recommendation to be updated as part of the <code>UpdateDataSource</code> action.</p>",
      "refs": {
        "CreateDataSourceInput$recommendation": "<p>Specifies whether the business name generation is to be enabled for this data source.</p>",
        "CreateDataSourceOutput$recommendation": "<p>Specifies whether the business name generation is to be enabled for this data source.</p>",
        "GetDataSourceOutput$recommendation": "<p>The recommendation configuration of the data source.</p>",
        "UpdateDataSourceInput$recommendation": "<p>The recommendation to be updated as part of the <code>UpdateDataSource</code> action.</p>",
        "UpdateDataSourceOutput$recommendation": "<p>The recommendation to be updated as part of the <code>UpdateDataSource</code> action.</p>"
      }
    },
    "RedshiftClusterStorage": {
      "base": "<p>The details of the Amazon Redshift cluster storage.</p>",
      "refs": {
        "RedshiftStorage$redshiftClusterSource": "<p>The details of the Amazon Redshift cluster source.</p>"
      }
    },
    "RedshiftClusterStorageClusterNameString": {
      "base": null,
      "refs": {
        "RedshiftClusterStorage$clusterName": "<p>The name of an Amazon Redshift cluster.</p>"
      }
    },
    "RedshiftCredentialConfiguration": {
      "base": "<p>The details of the credentials required to access an Amazon Redshift cluster.</p>",
      "refs": {
        "RedshiftRunConfigurationInput$redshiftCredentialConfiguration": null,
        "RedshiftRunConfigurationOutput$redshiftCredentialConfiguration": null
      }
    },
    "RedshiftCredentialConfigurationSecretManagerArnString": {
      "base": null,
      "refs": {
        "RedshiftCredentialConfiguration$secretManagerArn": "<p>The ARN of a secret manager for an Amazon Redshift cluster.</p>"
      }
    },
    "RedshiftCredentials": {
      "base": "<p>Amazon Redshift credentials of a connection.</p>",
      "refs": {
        "RedshiftPropertiesInput$credentials": "<p>The Amaon Redshift credentials.</p>",
        "RedshiftPropertiesOutput$credentials": "<p>The Amazon Redshift credentials.</p>",
        "RedshiftPropertiesPatch$credentials": "<p>The credentials in the Amazon Redshift properties patch.</p>"
      }
    },
    "RedshiftCredentialsSecretArnString": {
      "base": null,
      "refs": {
        "RedshiftCredentials$secretArn": "<p>The secret ARN of the Amazon Redshift credentials of a connection.</p>"
      }
    },
    "RedshiftLineageSyncConfigurationInput": {
      "base": "<p>The Amaon Redshift lineage sync configuration.</p>",
      "refs": {
        "RedshiftPropertiesInput$lineageSync": "<p>The lineage sync of the Amazon Redshift.</p>",
        "RedshiftPropertiesPatch$lineageSync": "<p>The lineage sync in the Amazon Redshift properties patch.</p>"
      }
    },
    "RedshiftLineageSyncConfigurationOutput": {
      "base": "<p>The Amaon Redshift lineage sync configuration.</p>",
      "refs": {
        "RedshiftPropertiesOutput$lineageSync": "<p>The lineage syn of the Amazon Redshift properties.</p>"
      }
    },
    "RedshiftPropertiesInput": {
      "base": "<p>The Amazon Redshift properties.</p>",
      "refs": {
        "ConnectionPropertiesInput$redshiftProperties": "<p>The Amazon Redshift properties of a connection.</p>"
      }
    },
    "RedshiftPropertiesInputDatabaseNameString": {
      "base": null,
      "refs": {
        "RedshiftPropertiesInput$databaseName": "<p>The Amazon Redshift database name.</p>"
      }
    },
    "RedshiftPropertiesInputHostString": {
      "base": null,
      "refs": {
        "RedshiftPropertiesInput$host": "<p>The Amazon Redshift host.</p>"
      }
    },
    "RedshiftPropertiesOutput": {
      "base": "<p>The Amazon Redshift properties.</p>",
      "refs": {
        "ConnectionPropertiesOutput$redshiftProperties": "<p>The Amazon Redshift properties of a connection.</p>"
      }
    },
    "RedshiftPropertiesPatch": {
      "base": "<p>Amazon Redshift properties patch.</p>",
      "refs": {
        "ConnectionPropertiesPatch$redshiftProperties": "<p>The Amazon Redshift properties of a connection properties patch.</p>"
      }
    },
    "RedshiftPropertiesPatchDatabaseNameString": {
      "base": null,
      "refs": {
        "RedshiftPropertiesPatch$databaseName": "<p>The name in the Amazon Redshift properties patch.</p>"
      }
    },
    "RedshiftPropertiesPatchHostString": {
      "base": null,
      "refs": {
        "RedshiftPropertiesPatch$host": "<p>The host in the Amazon Redshift properties patch.</p>"
      }
    },
    "RedshiftRunConfigurationInput": {
      "base": "<p>The configuration details of the Amazon Redshift data source.</p>",
      "refs": {
        "DataSourceConfigurationInput$redshiftRunConfiguration": "<p>The configuration of the Amazon Redshift data source.</p>"
      }
    },
    "RedshiftRunConfigurationInputDataAccessRoleString": {
      "base": null,
      "refs": {
        "RedshiftRunConfigurationInput$dataAccessRole": "<p>The data access role included in the configuration details of the Amazon Redshift data source.</p>"
      }
    },
    "RedshiftRunConfigurationOutput": {
      "base": "<p>The configuration details of the Amazon Redshift data source.</p>",
      "refs": {
        "DataSourceConfigurationOutput$redshiftRunConfiguration": "<p>The configuration of the Amazon Redshift data source.</p>"
      }
    },
    "RedshiftRunConfigurationOutputAccountIdString": {
      "base": null,
      "refs": {
        "RedshiftRunConfigurationOutput$accountId": "<p>The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.</p>"
      }
    },
    "RedshiftRunConfigurationOutputDataAccessRoleString": {
      "base": null,
      "refs": {
        "RedshiftRunConfigurationOutput$dataAccessRole": "<p>The data access role included in the configuration details of the Amazon Redshift data source.</p>"
      }
    },
    "RedshiftRunConfigurationOutputRegionString": {
      "base": null,
      "refs": {
        "RedshiftRunConfigurationOutput$region": "<p>The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.</p>"
      }
    },
    "RedshiftSelfGrantStatusOutput": {
      "base": "<p>The details for the self granting status for an Amazon Redshift data source.</p>",
      "refs": {
        "SelfGrantStatusOutput$redshiftSelfGrantStatus": "<p>The details for the self granting status for an Amazon Redshift data source.</p>"
      }
    },
    "RedshiftServerlessStorage": {
      "base": "<p>The details of the Amazon Redshift Serverless workgroup storage.</p>",
      "refs": {
        "RedshiftStorage$redshiftServerlessSource": "<p>The details of the Amazon Redshift Serverless workgroup source.</p>"
      }
    },
    "RedshiftServerlessStorageWorkgroupNameString": {
      "base": null,
      "refs": {
        "RedshiftServerlessStorage$workgroupName": "<p>The name of the Amazon Redshift Serverless workgroup.</p>"
      }
    },
    "RedshiftStorage": {
      "base": "<p>The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.</p>",
      "refs": {
        "RedshiftRunConfigurationInput$redshiftStorage": null,
        "RedshiftRunConfigurationOutput$redshiftStorage": null
      }
    },
    "RedshiftStorageProperties": {
      "base": "<p>The Amazon Redshift storage properties.</p>",
      "refs": {
        "RedshiftPropertiesInput$storage": "<p>The Amazon Redshift storage.</p>",
        "RedshiftPropertiesOutput$storage": "<p>The storage in the Amazon Redshift properties.</p>",
        "RedshiftPropertiesPatch$storage": "<p>The storage in the Amazon Redshift properties patch.</p>"
      }
    },
    "RedshiftStoragePropertiesClusterNameString": {
      "base": null,
      "refs": {
        "RedshiftStorageProperties$clusterName": "<p>The cluster name in the Amazon Redshift storage properties.</p>"
      }
    },
    "RedshiftStoragePropertiesWorkgroupNameString": {
      "base": null,
      "refs": {
        "RedshiftStorageProperties$workgroupName": "<p>The workgroup name in the Amazon Redshift storage properties.</p>"
      }
    },
    "Region": {
      "base": "<p>The Amazon Web Services Region.</p>",
      "refs": {
        "EnvironmentConfiguration$awsRegion": "<p>The Amazon Web Services Region of the environment.</p>"
      }
    },
    "RegionName": {
      "base": null,
      "refs": {
        "EnabledRegionList$member": null,
        "Region$regionName": "<p>The Amazon Web Services Region name.</p>",
        "RegionalParameterMap$key": null
      }
    },
    "RegionalParameter": {
      "base": null,
      "refs": {
        "RegionalParameterMap$value": null
      }
    },
    "RegionalParameterMap": {
      "base": null,
      "refs": {
        "EnvironmentBlueprintConfigurationItem$regionalParameters": "<p>The regional parameters of the environment blueprint.</p>",
        "GetEnvironmentBlueprintConfigurationOutput$regionalParameters": "<p>The regional parameters of the blueprint.</p>",
        "PutEnvironmentBlueprintConfigurationInput$regionalParameters": "<p>The regional parameters in the environment blueprint.</p>",
        "PutEnvironmentBlueprintConfigurationOutput$regionalParameters": "<p>The regional parameters in the environment blueprint.</p>"
      }
    },
    "RejectChoice": {
      "base": "<p>The details of the automatically generated business metadata that is rejected.</p>",
      "refs": {
        "RejectChoices$member": null
      }
    },
    "RejectChoices": {
      "base": null,
      "refs": {
        "RejectPredictionsInput$rejectChoices": "<p>Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected.</p>"
      }
    },
    "RejectPredictionsInput": {
      "base": null,
      "refs": {}
    },
    "RejectPredictionsOutput": {
      "base": null,
      "refs": {}
    },
    "RejectRule": {
      "base": "<p>Specifies the rule and the threshold under which a prediction can be rejected.</p>",
      "refs": {
        "RejectPredictionsInput$rejectRule": "<p>Specifies the rule (or the conditions) under which a prediction can be rejected.</p>"
      }
    },
    "RejectRuleBehavior": {
      "base": null,
      "refs": {
        "RejectRule$rule": "<p>Specifies whether you want to reject the top prediction for all targets or none.</p>"
      }
    },
    "RejectSubscriptionRequestInput": {
      "base": null,
      "refs": {}
    },
    "RejectSubscriptionRequestOutput": {
      "base": null,
      "refs": {}
    },
    "RejectSubscriptionRequestOutputSubscribedListingsList": {
      "base": null,
      "refs": {
        "RejectSubscriptionRequestOutput$subscribedListings": "<p>The subscribed listings of the subscription request.</p>"
      }
    },
    "RejectSubscriptionRequestOutputSubscribedPrincipalsList": {
      "base": null,
      "refs": {
        "RejectSubscriptionRequestOutput$subscribedPrincipals": "<p>The subscribed principals of the subscription request.</p>"
      }
    },
    "RelationalFilterConfiguration": {
      "base": "<p>The relational filter configuration for the data source.</p>",
      "refs": {
        "RelationalFilterConfigurations$member": null
      }
    },
    "RelationalFilterConfigurationDatabaseNameString": {
      "base": null,
      "refs": {
        "RelationalFilterConfiguration$databaseName": "<p>The database name specified in the relational filter configuration for the data source.</p>"
      }
    },
    "RelationalFilterConfigurationSchemaNameString": {
      "base": null,
      "refs": {
        "RelationalFilterConfiguration$schemaName": "<p>The schema name specified in the relational filter configuration for the data source.</p>"
      }
    },
    "RelationalFilterConfigurations": {
      "base": null,
      "refs": {
        "GlueRunConfigurationInput$relationalFilterConfigurations": "<p>The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.</p>",
        "GlueRunConfigurationOutput$relationalFilterConfigurations": "<p>The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.</p>",
        "RedshiftRunConfigurationInput$relationalFilterConfigurations": "<p>The relational filger configurations included in the configuration details of the Amazon Redshift data source.</p>",
        "RedshiftRunConfigurationOutput$relationalFilterConfigurations": "<p>The relational filger configurations included in the configuration details of the Amazon Redshift data source.</p>"
      }
    },
    "RemoveEntityOwnerInput": {
      "base": null,
      "refs": {}
    },
    "RemoveEntityOwnerOutput": {
      "base": null,
      "refs": {}
    },
    "RemovePolicyGrantInput": {
      "base": null,
      "refs": {}
    },
    "RemovePolicyGrantOutput": {
      "base": null,
      "refs": {}
    },
    "RequestReason": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestOutput$requestReason": "<p>Specifies the reason for requesting a subscription to the asset.</p>",
        "CreateSubscriptionRequestInput$requestReason": "<p>The reason for the subscription request.</p>",
        "CreateSubscriptionRequestOutput$requestReason": "<p>The reason for the subscription request.</p>",
        "GetSubscriptionRequestDetailsOutput$requestReason": "<p>The reason for the subscription request.</p>",
        "RejectSubscriptionRequestOutput$requestReason": "<p>The reason for the subscription request.</p>",
        "SubscriptionRequestSummary$requestReason": "<p>The reason for the subscription request.</p>",
        "UpdateSubscriptionRequestInput$requestReason": "<p>The reason for the <code>UpdateSubscriptionRequest</code> action.</p>",
        "UpdateSubscriptionRequestOutput$requestReason": "<p>The reason for the <code>UpdateSubscriptionRequest</code> action.</p>"
      }
    },
    "RequiredMetadataFormList": {
      "base": null,
      "refs": {
        "MetadataFormEnforcementDetail$requiredMetadataForms": "<p>The required metadata forms.</p>"
      }
    },
    "ResolutionStrategy": {
      "base": null,
      "refs": {
        "AccountPoolSummary$resolutionStrategy": "<p>The mechanism used to resolve the account selection from the account pool.</p>",
        "CreateAccountPoolInput$resolutionStrategy": "<p>The mechanism used to resolve the account selection from the account pool.</p>",
        "CreateAccountPoolOutput$resolutionStrategy": "<p>The mechanism used to resolve the account selection from the account pool.</p>",
        "GetAccountPoolOutput$resolutionStrategy": "<p>The mechanism used to resolve the account selection from the account pool.</p>",
        "UpdateAccountPoolInput$resolutionStrategy": "<p>The mechanism used to resolve the account selection from the account pool.</p>",
        "UpdateAccountPoolOutput$resolutionStrategy": "<p>The mechanism used to resolve the account selection from the account pool.</p>"
      }
    },
    "Resource": {
      "base": "<p>The details of a provisioned resource of this Amazon DataZone environment.</p>",
      "refs": {
        "ResourceList$member": null
      }
    },
    "ResourceList": {
      "base": null,
      "refs": {
        "CreateEnvironmentOutput$provisionedResources": "<p>The provisioned resources of this Amazon DataZone environment.</p>",
        "GetEnvironmentOutput$provisionedResources": "<p>The provisioned resources of this Amazon DataZone environment.</p>",
        "UpdateEnvironmentOutput$provisionedResources": "<p>The provisioned resources to be updated as part of the <code>UpdateEnvironment</code> action.</p>"
      }
    },
    "ResourceNotFoundException": {
      "base": "<p>The specified resource cannot be found.</p>",
      "refs": {}
    },
    "Revision": {
      "base": null,
      "refs": {
        "AcceptPredictionsInput$revision": "<p>The revision that is to be made to the asset.</p>",
        "AcceptPredictionsOutput$revision": "<p>The revision that is to be made to the asset.</p>",
        "AssetItem$typeRevision": "<p>The revision of the inventory asset type.</p>",
        "AssetListing$assetRevision": "<p>The revision of an asset published in an Amazon DataZone catalog. </p>",
        "AssetListingItem$entityRevision": "<p>The revision of the inventory asset.</p>",
        "AssetListingItem$listingRevision": "<p>The revision of the listing (asset published in Amazon DataZone catalog).</p>",
        "AssetRevision$revision": "<p>The revision details of the inventory asset.</p>",
        "AssetTypeItem$revision": "<p>The revision of the asset type.</p>",
        "CreateAssetInput$typeRevision": "<p>The revision of this asset's type.</p>",
        "CreateAssetOutput$revision": "<p>The revision of the asset.</p>",
        "CreateAssetOutput$typeRevision": "<p>The revision type of the asset.</p>",
        "CreateAssetRevisionInput$typeRevision": "<p>The revision type of the asset.</p>",
        "CreateAssetRevisionOutput$revision": "<p>The revision of the asset.</p>",
        "CreateAssetRevisionOutput$typeRevision": "<p>The revision type of the asset.</p>",
        "CreateAssetTypeOutput$revision": "<p>The revision of the custom asset type.</p>",
        "CreateDataProductOutput$revision": "<p>The revision of the data product.</p>",
        "CreateDataProductRevisionOutput$revision": "<p>The revision of the data product revision.</p>",
        "CreateFormTypeOutput$revision": "<p>The revision of this Amazon DataZone metadata form type.</p>",
        "CreateListingChangeSetInput$entityRevision": "<p>The revision of an asset.</p>",
        "CreateListingChangeSetOutput$listingRevision": "<p>The revision of a listing.</p>",
        "DataProductItem$revision": "<p>The revision of the data product.</p>",
        "DataProductListing$dataProductRevision": "<p>The revision of the data product listing.</p>",
        "DataProductListingItem$entityRevision": "<p>The revision of the asset of the asset of the data product. </p>",
        "DataProductListingItem$listingRevision": "<p>The revision of the listing.</p>",
        "DataProductRevision$revision": "<p>The data product revision.</p>",
        "FormEntryInput$typeRevision": "<p>The type revision of the form entry.</p>",
        "FormEntryOutput$typeRevision": "<p>The type revision of the form entry.</p>",
        "FormOutput$typeRevision": "<p>The revision of the metadata form type.</p>",
        "FormTypeData$revision": "<p>The revision of the form type.</p>",
        "GetAssetInput$revision": "<p>The revision of the Amazon DataZone asset.</p>",
        "GetAssetOutput$revision": "<p>The revision of the asset.</p>",
        "GetAssetOutput$typeRevision": "<p>The revision of the asset type.</p>",
        "GetAssetTypeInput$revision": "<p>The revision of the asset type.</p>",
        "GetAssetTypeOutput$revision": "<p>The revision of the asset type.</p>",
        "GetDataProductInput$revision": "<p>The revision of the data product.</p>",
        "GetDataProductOutput$revision": "<p>The revision of the data product.</p>",
        "GetFormTypeInput$revision": "<p>The revision of this metadata form type.</p>",
        "GetFormTypeOutput$revision": "<p>The revision of the metadata form type.</p>",
        "GetLineageNodeOutput$typeRevision": "<p>The revision type of the specified data lineage node.</p>",
        "GetListingInput$listingRevision": "<p>The revision of the listing.</p>",
        "GetListingOutput$listingRevision": "<p>The revision of a listing.</p>",
        "GetRuleInput$revision": "<p>The revision of the rule.</p>",
        "GetRuleOutput$revision": "<p>The revision of the rule.</p>",
        "Import$revision": "<p>The revision of the import.</p>",
        "LineageNodeSummary$typeRevision": "<p>The type of the revision of the data lineage node.</p>",
        "LineageNodeTypeItem$revision": "<p>The revision of the data lineage node type.</p>",
        "ListingRevision$revision": "<p>The details of a revision of an asset published in a Amazon DataZone catalog.</p>",
        "ListingRevisionInput$revision": "<p>The details of a revision to be made to an asset published in a Amazon DataZone catalog.</p>",
        "ListingSummary$listingRevision": "<p>The revision of the data product listing.</p>",
        "ListingSummaryItem$listingRevision": "<p>The revision of the data product listing.</p>",
        "MetadataFormReference$typeRevision": "<p>The type revision of the metadata form reference.</p>",
        "MetadataFormSummary$typeRevision": "<p>The type revision of the metadata form.</p>",
        "MetadataGenerationRunTarget$revision": "<p>The revision of the asset for which metadata was generated.</p>",
        "RejectPredictionsInput$revision": "<p>The revision that is to be made to the asset.</p>",
        "RejectPredictionsOutput$assetRevision": "<p>The revision that is to be made to the asset.</p>",
        "RuleSummary$revision": "<p>The revision of the rule.</p>",
        "SubscribedAsset$assetRevision": "<p>The revision of the asset for which the subscription grant is created.</p>",
        "SubscribedAssetListing$entityRevision": "<p>The revision of the published asset for which the subscription grant is created.</p>",
        "SubscribedListing$revision": "<p>The revision of the published asset for which the subscription grant is created.</p>",
        "SubscribedProductListing$entityRevision": "<p>The revision of the data product listing.</p>",
        "TimeSeriesDataPointFormInput$typeRevision": "<p>The revision type of the time series data points form.</p>",
        "TimeSeriesDataPointFormOutput$typeRevision": "<p>The revision type of the time series data points form.</p>",
        "TimeSeriesDataPointSummaryFormOutput$typeRevision": "<p>The type revision of the time series data points summary form.</p>",
        "UpdateRuleOutput$revision": "<p>The revision of the rule.</p>"
      }
    },
    "RevisionInput": {
      "base": null,
      "refs": {
        "FormInput$typeRevision": "<p>The revision of the metadata form type.</p>"
      }
    },
    "RevokeSubscriptionInput": {
      "base": null,
      "refs": {}
    },
    "RevokeSubscriptionOutput": {
      "base": null,
      "refs": {}
    },
    "RoleArn": {
      "base": null,
      "refs": {
        "CreateDomainInput$domainExecutionRole": "<p>The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.</p>",
        "CreateDomainInput$serviceRole": "<p>The service role of the domain that is created.</p>",
        "CreateDomainOutput$domainExecutionRole": "<p>The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.</p>",
        "CreateDomainOutput$serviceRole": "<p>Te service role of the domain that is created.</p>",
        "EnvironmentBlueprintConfigurationItem$manageAccessRoleArn": "<p>The ARN of the manage access role specified in the environment blueprint configuration.</p>",
        "EnvironmentBlueprintConfigurationItem$provisioningRoleArn": "<p>The ARN of the provisioning role specified in the environment blueprint configuration.</p>",
        "GetDomainOutput$domainExecutionRole": "<p>The domain execution role with which the Amazon DataZone domain is created.</p>",
        "GetDomainOutput$serviceRole": "<p>The service role of the domain.</p>",
        "GetEnvironmentBlueprintConfigurationOutput$manageAccessRoleArn": "<p>The ARN of the manage access role with which this blueprint is created.</p>",
        "GetEnvironmentBlueprintConfigurationOutput$provisioningRoleArn": "<p>The ARN of the provisioning role with which this blueprint is created.</p>",
        "LakeFormationConfiguration$locationRegistrationRole": "<p>The role that is used to manage read/write access to the chosen Amazon S3 bucket(s) for Data Lake using Amazon Web Services Lake Formation hybrid access mode.</p>",
        "PutEnvironmentBlueprintConfigurationInput$manageAccessRoleArn": "<p>The ARN of the manage access role.</p>",
        "PutEnvironmentBlueprintConfigurationInput$provisioningRoleArn": "<p>The ARN of the provisioning role.</p>",
        "PutEnvironmentBlueprintConfigurationOutput$manageAccessRoleArn": "<p>The ARN of the manage access role.</p>",
        "PutEnvironmentBlueprintConfigurationOutput$provisioningRoleArn": "<p>The ARN of the provisioning role.</p>",
        "UpdateDomainInput$domainExecutionRole": "<p>The domain execution role to be updated as part of the <code>UpdateDomain</code> action.</p>",
        "UpdateDomainInput$serviceRole": "<p>The service role of the domain.</p>",
        "UpdateDomainOutput$domainExecutionRole": "<p>The domain execution role to be updated as part of the <code>UpdateDomain</code> action.</p>",
        "UpdateDomainOutput$serviceRole": "<p>The service role of the domain.</p>"
      }
    },
    "RowFilter": {
      "base": "<p>The row filter.</p>",
      "refs": {
        "RowFilterConfiguration$rowFilter": "<p>The row filter.</p>",
        "RowFilterList$member": null
      }
    },
    "RowFilterConfiguration": {
      "base": "<p>The row filter configuration details.</p>",
      "refs": {
        "AssetFilterConfiguration$rowConfiguration": "<p>The row configuration of the asset filter.</p>"
      }
    },
    "RowFilterExpression": {
      "base": "<p>The row filter expression.</p>",
      "refs": {
        "RowFilter$expression": "<p>The expression of the row filter.</p>"
      }
    },
    "RowFilterList": {
      "base": null,
      "refs": {
        "RowFilter$and": "<p>The 'and' clause of the row filter.</p>",
        "RowFilter$or": "<p>The 'or' clause of the row filter.</p>"
      }
    },
    "RuleAction": {
      "base": null,
      "refs": {
        "CreateRuleInput$action": "<p>The action of the rule.</p>",
        "CreateRuleOutput$action": "<p>The action of the rule.</p>",
        "GetRuleOutput$action": "<p>The action of the rule.</p>",
        "ListRulesInput$action": "<p>The action of the rule.</p>",
        "RuleSummary$action": "<p>The action of the rule.</p>",
        "UpdateRuleOutput$action": "<p>The action of the rule.</p>"
      }
    },
    "RuleAssetTypeList": {
      "base": null,
      "refs": {
        "AssetTypesForRule$specificAssetTypes": "<p>The specific asset types that are included in the rule.</p>"
      }
    },
    "RuleDetail": {
      "base": "<p>The details of a rule.</p>",
      "refs": {
        "CreateRuleInput$detail": "<p>The detail of the rule.</p>",
        "CreateRuleOutput$detail": "<p>The detail of the rule.</p>",
        "GetRuleOutput$detail": "<p>The detail of the rule.</p>",
        "UpdateRuleInput$detail": "<p>The detail of the rule.</p>",
        "UpdateRuleOutput$detail": "<p>The detail of the rule.</p>"
      }
    },
    "RuleId": {
      "base": null,
      "refs": {
        "CreateRuleOutput$identifier": "<p>The ID of the rule.</p>",
        "DeleteRuleInput$identifier": "<p>The ID of the rule that is to be deleted.</p>",
        "GetRuleInput$identifier": "<p>The ID of the rule.</p>",
        "GetRuleOutput$identifier": "<p>The ID of the rule.</p>",
        "RuleSummary$identifier": "<p>The ID of the rule.</p>",
        "UpdateRuleInput$identifier": "<p>The ID of the rule that is to be updated</p>",
        "UpdateRuleOutput$identifier": "<p>The ID of the rule.</p>"
      }
    },
    "RuleName": {
      "base": null,
      "refs": {
        "CreateRuleInput$name": "<p>The name of the rule.</p>",
        "CreateRuleOutput$name": "<p>The name of the rule.</p>",
        "GetRuleOutput$name": "<p>The name of the rule.</p>",
        "RuleSummary$name": "<p>The name of the rule.</p>",
        "UpdateRuleInput$name": "<p>The name of the rule.</p>",
        "UpdateRuleOutput$name": "<p>The name of the rule.</p>"
      }
    },
    "RuleProjectIdentifierList": {
      "base": null,
      "refs": {
        "ProjectsForRule$specificProjects": "<p>The specific projects in which the rule is created.</p>"
      }
    },
    "RuleScope": {
      "base": "<p>The scope of a rule.</p>",
      "refs": {
        "CreateRuleInput$scope": "<p>The scope of the rule.</p>",
        "CreateRuleOutput$scope": "<p>The scope of the rule.</p>",
        "GetRuleOutput$scope": "<p>The scope of the rule.</p>",
        "RuleSummary$scope": "<p>The scope of the rule.</p>",
        "UpdateRuleInput$scope": "<p>The scrope of the rule.</p>",
        "UpdateRuleOutput$scope": "<p>The scope of the rule.</p>"
      }
    },
    "RuleScopeSelectionMode": {
      "base": null,
      "refs": {
        "AssetTypesForRule$selectionMode": "<p>The selection mode for the rule.</p>",
        "ProjectsForRule$selectionMode": "<p>The selection mode of the rule.</p>"
      }
    },
    "RuleSummaries": {
      "base": null,
      "refs": {
        "ListRulesOutput$items": "<p>The results of the <code>ListRules</code> action.</p>"
      }
    },
    "RuleSummary": {
      "base": "<p>The summary of the rule.</p>",
      "refs": {
        "RuleSummaries$member": null
      }
    },
    "RuleTarget": {
      "base": "<p>The target of the rule.</p>",
      "refs": {
        "CreateRuleInput$target": "<p>The target of the rule.</p>",
        "CreateRuleOutput$target": "<p>The target of the rule.</p>",
        "GetRuleOutput$target": "<p>The target of the rule.</p>",
        "RuleSummary$target": "<p>The target of the rule.</p>",
        "UpdateRuleOutput$target": "<p>The target of the rule.</p>"
      }
    },
    "RuleTargetType": {
      "base": null,
      "refs": {
        "CreateRuleOutput$targetType": "<p>The target type of the rule.</p>",
        "GetRuleOutput$targetType": "<p>The target type of the rule.</p>",
        "ListRulesInput$targetType": "<p>The target type of the rule.</p>",
        "RuleSummary$targetType": "<p>The target type of the rule.</p>"
      }
    },
    "RuleType": {
      "base": null,
      "refs": {
        "CreateRuleOutput$ruleType": "<p>The type of the rule.</p>",
        "GetRuleOutput$ruleType": "<p>The type of the rule.</p>",
        "ListRulesInput$ruleType": "<p>The type of the rule.</p>",
        "RuleSummary$ruleType": "<p>The type of the rule.</p>",
        "UpdateRuleOutput$ruleType": "<p>The type of the rule.</p>"
      }
    },
    "RunIdentifier": {
      "base": null,
      "refs": {
        "GetJobRunInput$identifier": "<p>The ID of the job run.</p>"
      }
    },
    "RunStatisticsForAssets": {
      "base": "<p>The asset statistics from the data source run.</p>",
      "refs": {
        "DataSourceRunSummary$runStatisticsForAssets": null,
        "GetDataSourceRunOutput$runStatisticsForAssets": "<p>The asset statistics from this data source run.</p>",
        "StartDataSourceRunOutput$runStatisticsForAssets": "<p>Specifies run statistics for assets.</p>"
      }
    },
    "S3AccessGrantLocationId": {
      "base": null,
      "refs": {
        "S3PropertiesInput$s3AccessGrantLocationId": "<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.</p>",
        "S3PropertiesOutput$s3AccessGrantLocationId": "<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.</p>",
        "S3PropertiesPatch$s3AccessGrantLocationId": "<p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties patch of a connection.</p>"
      }
    },
    "S3Location": {
      "base": null,
      "refs": {
        "S3LocationList$member": null
      }
    },
    "S3LocationList": {
      "base": null,
      "refs": {
        "LakeFormationConfiguration$locationRegistrationExcludeS3Locations": "<p>Specifies certain Amazon S3 locations if you do not want Amazon DataZone to automatically register them in hybrid mode. </p>"
      }
    },
    "S3PropertiesInput": {
      "base": "<p>The Amazon S3 properties of a connection.</p>",
      "refs": {
        "ConnectionPropertiesInput$s3Properties": "<p>The Amazon S3 properties of a connection.</p>"
      }
    },
    "S3PropertiesOutput": {
      "base": "<p>The Amazon S3 properties of a connection.</p>",
      "refs": {
        "ConnectionPropertiesOutput$s3Properties": "<p>The Amazon S3 properties of a connection.</p>"
      }
    },
    "S3PropertiesPatch": {
      "base": "<p>The Amazon S3 properties patch of a connection.</p>",
      "refs": {
        "ConnectionPropertiesPatch$s3Properties": "<p>The Amazon S3 properties of a connection properties patch.</p>"
      }
    },
    "S3Uri": {
      "base": null,
      "refs": {
        "S3PropertiesInput$s3Uri": "<p>The Amazon S3 URI that's part of the Amazon S3 properties of a connection.</p>",
        "S3PropertiesOutput$s3Uri": "<p>The Amazon S3 URI that's part of the Amazon S3 properties of a connection.</p>",
        "S3PropertiesPatch$s3Uri": "<p>The Amazon S3 URI that's part of the Amazon S3 properties patch of a connection.</p>"
      }
    },
    "SageMakerAssetType": {
      "base": null,
      "refs": {
        "TrackingAssets$key": null
      }
    },
    "SageMakerResourceArn": {
      "base": null,
      "refs": {
        "TrackingAssetArns$member": null
      }
    },
    "SageMakerRunConfigurationInput": {
      "base": "<p>The Amazon SageMaker run configuration.</p>",
      "refs": {
        "DataSourceConfigurationInput$sageMakerRunConfiguration": "<p>The Amazon SageMaker run configuration.</p>"
      }
    },
    "SageMakerRunConfigurationOutput": {
      "base": "<p>The Amazon SageMaker run configuration.</p>",
      "refs": {
        "DataSourceConfigurationOutput$sageMakerRunConfiguration": "<p>The Amazon SageMaker run configuration.</p>"
      }
    },
    "SageMakerRunConfigurationOutputAccountIdString": {
      "base": null,
      "refs": {
        "SageMakerRunConfigurationOutput$accountId": "<p>The Amazon SageMaker account ID.</p>"
      }
    },
    "SageMakerRunConfigurationOutputRegionString": {
      "base": null,
      "refs": {
        "SageMakerRunConfigurationOutput$region": "<p>The Amazon SageMaker Region.</p>"
      }
    },
    "ScheduleConfiguration": {
      "base": "<p>The details of the schedule of the data source runs.</p>",
      "refs": {
        "CreateDataSourceInput$schedule": "<p>The schedule of the data source runs.</p>",
        "CreateDataSourceOutput$schedule": "<p>The schedule of the data source runs.</p>",
        "DataSourceSummary$schedule": null,
        "DeleteDataSourceOutput$schedule": "<p>The schedule of runs for this data source.</p>",
        "GetDataSourceOutput$schedule": "<p>The schedule of the data source runs.</p>",
        "UpdateDataSourceInput$schedule": "<p>The schedule to be updated as part of the <code>UpdateDataSource</code> action.</p>",
        "UpdateDataSourceOutput$schedule": "<p>The schedule to be updated as part of the <code>UpdateDataSource</code> action.</p>"
      }
    },
    "SearchGroupProfilesInput": {
      "base": null,
      "refs": {}
    },
    "SearchGroupProfilesOutput": {
      "base": null,
      "refs": {}
    },
    "SearchInItem": {
      "base": "<p>The details of the search.</p>",
      "refs": {
        "SearchInList$member": null
      }
    },
    "SearchInList": {
      "base": null,
      "refs": {
        "SearchInput$searchIn": "<p>The details of the search.</p>",
        "SearchListingsInput$searchIn": "<p>The details of the search.</p>",
        "SearchTypesInput$searchIn": "<p>The details of the search.</p>"
      }
    },
    "SearchInput": {
      "base": null,
      "refs": {}
    },
    "SearchInventoryResultItem": {
      "base": "<p>The details of the search results.</p>",
      "refs": {
        "SearchInventoryResultItems$member": null
      }
    },
    "SearchInventoryResultItems": {
      "base": null,
      "refs": {
        "SearchOutput$items": "<p>The results of the <code>Search</code> action.</p>"
      }
    },
    "SearchListingsInput": {
      "base": null,
      "refs": {}
    },
    "SearchListingsInputSearchTextString": {
      "base": null,
      "refs": {
        "SearchListingsInput$searchText": "<p>Specifies the text for which to search.</p>"
      }
    },
    "SearchListingsOutput": {
      "base": null,
      "refs": {}
    },
    "SearchOutput": {
      "base": null,
      "refs": {}
    },
    "SearchOutputAdditionalAttribute": {
      "base": null,
      "refs": {
        "SearchOutputAdditionalAttributes$member": null
      }
    },
    "SearchOutputAdditionalAttributes": {
      "base": null,
      "refs": {
        "SearchInput$additionalAttributes": "<p>Specifies additional attributes for the <code>Search</code> action.</p>",
        "SearchListingsInput$additionalAttributes": "<p>Specifies additional attributes for the search.</p>"
      }
    },
    "SearchResultItem": {
      "base": "<p>The details of the results of the <code>SearchListings</code> action.</p>",
      "refs": {
        "SearchResultItems$member": null
      }
    },
    "SearchResultItems": {
      "base": null,
      "refs": {
        "SearchListingsOutput$items": "<p>The results of the <code>SearchListings</code> action.</p>"
      }
    },
    "SearchSort": {
      "base": "<p>The details of the way to sort search results.</p>",
      "refs": {
        "SearchInput$sort": "<p>Specifies the way in which the search results are to be sorted.</p>",
        "SearchListingsInput$sort": "<p>Specifies the way for sorting the search results.</p>",
        "SearchTypesInput$sort": "<p>The specifies the way to sort the <code>SearchTypes</code> results.</p>"
      }
    },
    "SearchText": {
      "base": null,
      "refs": {
        "SearchInput$searchText": "<p>Specifies the text for which to search.</p>",
        "SearchTypesInput$searchText": "<p>Specifies the text for which to search.</p>"
      }
    },
    "SearchTypesInput": {
      "base": null,
      "refs": {}
    },
    "SearchTypesOutput": {
      "base": null,
      "refs": {}
    },
    "SearchTypesResultItem": {
      "base": "<p>The details of the results of the <code>SearchTypes</code> action.</p>",
      "refs": {
        "SearchTypesResultItems$member": null
      }
    },
    "SearchTypesResultItems": {
      "base": null,
      "refs": {
        "SearchTypesOutput$items": "<p>The results of the <code>SearchTypes</code> action.</p>"
      }
    },
    "SearchUserProfilesInput": {
      "base": null,
      "refs": {}
    },
    "SearchUserProfilesOutput": {
      "base": null,
      "refs": {}
    },
    "SecurityGroupIdList": {
      "base": null,
      "refs": {
        "PhysicalConnectionRequirements$securityGroupIdList": "<p>The group ID list of the physical connection requirements of a connection. </p>"
      }
    },
    "SecurityGroupIdListMemberString": {
      "base": null,
      "refs": {
        "SecurityGroupIdList$member": null
      }
    },
    "SelfGrantStatus": {
      "base": null,
      "refs": {
        "SelfGrantStatusDetail$status": "<p>The self granting status of the data source.</p>"
      }
    },
    "SelfGrantStatusDetail": {
      "base": "<p>The details for the self granting status.</p>",
      "refs": {
        "SelfGrantStatusDetails$member": null
      }
    },
    "SelfGrantStatusDetailDatabaseNameString": {
      "base": null,
      "refs": {
        "SelfGrantStatusDetail$databaseName": "<p>The name of the database used for the data source.</p>"
      }
    },
    "SelfGrantStatusDetailSchemaNameString": {
      "base": null,
      "refs": {
        "SelfGrantStatusDetail$schemaName": "<p>The name of the schema used in the data source.</p>"
      }
    },
    "SelfGrantStatusDetails": {
      "base": null,
      "refs": {
        "GlueSelfGrantStatusOutput$selfGrantStatusDetails": "<p>The details for the self granting status for a Glue data source.</p>",
        "RedshiftSelfGrantStatusOutput$selfGrantStatusDetails": "<p>The details for the self granting status for an Amazon Redshift data source.</p>"
      }
    },
    "SelfGrantStatusOutput": {
      "base": "<p>The details for the self granting status for a data source.</p>",
      "refs": {
        "DeleteDataSourceOutput$selfGrantStatus": "<p>Specifies the status of the self-granting functionality.</p>",
        "GetDataSourceOutput$selfGrantStatus": "<p>Specifies the status of the self-granting functionality.</p>",
        "UpdateDataSourceOutput$selfGrantStatus": "<p>Specifies the status of the self-granting functionality.</p>"
      }
    },
    "ServiceQuotaExceededException": {
      "base": "<p>The request has exceeded the specified service quota.</p>",
      "refs": {}
    },
    "ShortDescription": {
      "base": null,
      "refs": {
        "CreateGlossaryTermInput$shortDescription": "<p>The short description of this business glossary term.</p>",
        "CreateGlossaryTermOutput$shortDescription": "<p>The short description of this business glossary term.</p>",
        "DetailedGlossaryTerm$shortDescription": "<p>The shoft description of a glossary term attached to the inventory asset.</p>",
        "GetGlossaryTermOutput$shortDescription": "<p>The short decription of the business glossary term.</p>",
        "GlossaryTermItem$shortDescription": "<p>The short description of the business glossary term.</p>",
        "UpdateGlossaryTermInput$shortDescription": "<p>The short description to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>",
        "UpdateGlossaryTermOutput$shortDescription": "<p>The short description to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>"
      }
    },
    "SingleSignOn": {
      "base": "<p>The single sign-on details in Amazon DataZone.</p>",
      "refs": {
        "CreateDomainInput$singleSignOn": "<p>The single-sign on configuration of the Amazon DataZone domain.</p>",
        "CreateDomainOutput$singleSignOn": "<p>The single-sign on configuration of the Amazon DataZone domain.</p>",
        "GetDomainOutput$singleSignOn": "<p>The single sing-on option of the specified Amazon DataZone domain.</p>",
        "UpdateDomainInput$singleSignOn": "<p>The single sign-on option to be updated as part of the <code>UpdateDomain</code> action.</p>",
        "UpdateDomainOutput$singleSignOn": "<p>The single sign-on option of the Amazon DataZone domain.</p>"
      }
    },
    "SingleSignOnIdcInstanceArnString": {
      "base": null,
      "refs": {
        "SingleSignOn$idcInstanceArn": "<p>The ARN of the IDC instance.</p>"
      }
    },
    "Smithy": {
      "base": null,
      "refs": {
        "Model$smithy": "<p>Indicates the smithy model of the API.</p>"
      }
    },
    "SortFieldAccountPool": {
      "base": null,
      "refs": {
        "ListAccountPoolsInput$sortBy": "<p>The sort by mechanism in which the existing account pools are to be listed.</p>"
      }
    },
    "SortFieldConnection": {
      "base": null,
      "refs": {
        "ListConnectionsInput$sortBy": "<p>Specifies how you want to sort the listed connections.</p>"
      }
    },
    "SortFieldProject": {
      "base": null,
      "refs": {
        "ListProjectMembershipsInput$sortBy": "<p>The method by which you want to sort the project memberships.</p>",
        "ListProjectProfilesInput$sortBy": "<p>Specifies by what to sort project profiles.</p>"
      }
    },
    "SortKey": {
      "base": null,
      "refs": {
        "ListSubscriptionGrantsInput$sortBy": "<p>Specifies the way of sorting the results of this action.</p>",
        "ListSubscriptionRequestsInput$sortBy": "<p>Specifies the way to sort the results of this action.</p>",
        "ListSubscriptionTargetsInput$sortBy": "<p>Specifies the way in which the results of this action are to be sorted.</p>",
        "ListSubscriptionsInput$sortBy": "<p>Specifies the way in which the results of this action are to be sorted.</p>"
      }
    },
    "SortOrder": {
      "base": null,
      "refs": {
        "ListAccountPoolsInput$sortOrder": "<p>The sort order in which the existing account pools are to be listed.</p>",
        "ListConnectionsInput$sortOrder": "<p>Specifies the sort order for the listed connections.</p>",
        "ListJobRunsInput$sortOrder": "<p>Specifies the order in which job runs are to be sorted.</p>",
        "ListLineageEventsInput$sortOrder": "<p>The sort order of the lineage events.</p>",
        "ListLineageNodeHistoryInput$sortOrder": "<p>The order by which you want data lineage node history to be sorted.</p>",
        "ListProjectMembershipsInput$sortOrder": "<p>The sort order of the project memberships.</p>",
        "ListProjectProfilesInput$sortOrder": "<p>Specifies the sort order of the project profiles.</p>",
        "ListSubscriptionGrantsInput$sortOrder": "<p>Specifies the sort order of this action.</p>",
        "ListSubscriptionRequestsInput$sortOrder": "<p>Specifies the sort order for the results of this action.</p>",
        "ListSubscriptionTargetsInput$sortOrder": "<p>Specifies the sort order for the results of this action.</p>",
        "ListSubscriptionsInput$sortOrder": "<p>Specifies the sort order for the results of this action.</p>",
        "SearchSort$order": "<p>The order detail of the wya to sort search results.</p>"
      }
    },
    "SparkEmrPropertiesInput": {
      "base": "<p>The Spark EMR properties.</p>",
      "refs": {
        "ConnectionPropertiesInput$sparkEmrProperties": "<p>The Spark EMR properties of a connection.</p>"
      }
    },
    "SparkEmrPropertiesInputComputeArnString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesInput$computeArn": "<p>The compute ARN of Spark EMR.</p>"
      }
    },
    "SparkEmrPropertiesInputInstanceProfileArnString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesInput$instanceProfileArn": "<p>The instance profile ARN of Spark EMR.</p>"
      }
    },
    "SparkEmrPropertiesInputJavaVirtualEnvString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesInput$javaVirtualEnv": "<p>The java virtual env of the Spark EMR.</p>"
      }
    },
    "SparkEmrPropertiesInputLogUriString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesInput$logUri": "<p>The log URI of the Spark EMR.</p>"
      }
    },
    "SparkEmrPropertiesInputPythonVirtualEnvString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesInput$pythonVirtualEnv": "<p>The Python virtual env of the Spark EMR.</p>"
      }
    },
    "SparkEmrPropertiesInputRuntimeRoleString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesInput$runtimeRole": "<p>The runtime role of the Spark EMR.</p>"
      }
    },
    "SparkEmrPropertiesInputTrustedCertificatesS3UriString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesInput$trustedCertificatesS3Uri": "<p>The certificates S3 URI of the Spark EMR.</p>"
      }
    },
    "SparkEmrPropertiesOutput": {
      "base": "<p>The Spark EMR properties.</p>",
      "refs": {
        "ConnectionPropertiesOutput$sparkEmrProperties": "<p>The Spark EMR properties of a connection.</p>"
      }
    },
    "SparkEmrPropertiesPatch": {
      "base": "<p>The Spark EMR properties patch.</p>",
      "refs": {
        "ConnectionPropertiesPatch$sparkEmrProperties": "<p>The Spark EMR properties of a connection properties patch.</p>"
      }
    },
    "SparkEmrPropertiesPatchComputeArnString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesPatch$computeArn": "<p>The compute ARN in the Spark EMR properties patch.</p>"
      }
    },
    "SparkEmrPropertiesPatchInstanceProfileArnString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesPatch$instanceProfileArn": "<p>The instance profile ARN in the Spark EMR properties patch.</p>"
      }
    },
    "SparkEmrPropertiesPatchJavaVirtualEnvString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesPatch$javaVirtualEnv": "<p>The Java virtual evn in the Spark EMR properties patch.</p>"
      }
    },
    "SparkEmrPropertiesPatchLogUriString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesPatch$logUri": "<p>The log URI in the Spark EMR properties patch.</p>"
      }
    },
    "SparkEmrPropertiesPatchPythonVirtualEnvString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesPatch$pythonVirtualEnv": "<p>The Python virtual env in the Spark EMR properties patch.</p>"
      }
    },
    "SparkEmrPropertiesPatchRuntimeRoleString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesPatch$runtimeRole": "<p>The runtime role in the Spark EMR properties patch.</p>"
      }
    },
    "SparkEmrPropertiesPatchTrustedCertificatesS3UriString": {
      "base": null,
      "refs": {
        "SparkEmrPropertiesPatch$trustedCertificatesS3Uri": "<p>The trusted certificates S3 URI in the Spark EMR properties patch.</p>"
      }
    },
    "SparkGlueArgs": {
      "base": "<p>The Spark Amazon Web Services Glue args.</p>",
      "refs": {
        "SparkGluePropertiesInput$additionalArgs": "<p>The additional args in the Spark Amazon Web Services Glue properties.</p>",
        "SparkGluePropertiesOutput$additionalArgs": "<p>The additional args in the Spark Amazon Web Services Glue properties. </p>"
      }
    },
    "SparkGluePropertiesInput": {
      "base": "<p>The Spark Amazon Web Services Glue properties. </p>",
      "refs": {
        "ConnectionPropertiesInput$sparkGlueProperties": "<p>The Spark Amazon Web Services Glue properties of a connection.</p>"
      }
    },
    "SparkGluePropertiesInputGlueConnectionNameString": {
      "base": null,
      "refs": {
        "SparkGluePropertiesInput$glueConnectionName": "<p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties.</p>"
      }
    },
    "SparkGluePropertiesInputGlueVersionString": {
      "base": null,
      "refs": {
        "SparkGluePropertiesInput$glueVersion": "<p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties.</p>"
      }
    },
    "SparkGluePropertiesInputJavaVirtualEnvString": {
      "base": null,
      "refs": {
        "SparkGluePropertiesInput$javaVirtualEnv": "<p>The Java virtual env in the Spark Amazon Web Services Glue properties. </p>"
      }
    },
    "SparkGluePropertiesInputPythonVirtualEnvString": {
      "base": null,
      "refs": {
        "SparkGluePropertiesInput$pythonVirtualEnv": "<p>The Python virtual env in the Spark Amazon Web Services Glue properties. </p>"
      }
    },
    "SparkGluePropertiesInputWorkerTypeString": {
      "base": null,
      "refs": {
        "SparkGluePropertiesInput$workerType": "<p>The worker type in the Spark Amazon Web Services Glue properties. </p>"
      }
    },
    "SparkGluePropertiesOutput": {
      "base": "<p>The Spark Amazon Web Services Glue properties. </p>",
      "refs": {
        "ConnectionPropertiesOutput$sparkGlueProperties": "<p>The Spark Amazon Web Services Glue properties of a connection.</p>"
      }
    },
    "SsoUserProfileDetails": {
      "base": "<p>The single sign-on details of the user profile.</p>",
      "refs": {
        "UserProfileDetails$sso": "<p>The single sign-on details included in the user profile details.</p>"
      }
    },
    "StartDataSourceRunInput": {
      "base": null,
      "refs": {}
    },
    "StartDataSourceRunOutput": {
      "base": null,
      "refs": {}
    },
    "StartMetadataGenerationRunInput": {
      "base": null,
      "refs": {}
    },
    "StartMetadataGenerationRunOutput": {
      "base": null,
      "refs": {}
    },
    "Status": {
      "base": null,
      "refs": {
        "CreateProjectProfileInput$status": "<p>Project profile status.</p>",
        "CreateProjectProfileOutput$status": "<p>Project profile status.</p>",
        "GetProjectProfileOutput$status": "<p>The status of the project profile.</p>",
        "ProjectProfileSummary$status": "<p>The status of a project profile.</p>",
        "UpdateProjectProfileInput$status": "<p>The status of a project profile.</p>",
        "UpdateProjectProfileOutput$status": "<p>The status of the project profile.</p>"
      }
    },
    "String": {
      "base": null,
      "refs": {
        "AcceptChoice$predictionTarget": "<p>Specifies the target (for example, a column name) where a prediction can be accepted.</p>",
        "AcceptSubscriptionRequestOutput$reviewerId": "<p>Specifes the ID of the Amazon DataZone user who reviewed the subscription request.</p>",
        "AddEntityOwnerInput$entityIdentifier": "<p>The ID of the entity to which you want to add an owner.</p>",
        "AddPolicyGrantInput$entityIdentifier": "<p>The ID of the entity (resource) to which you want to add a policy grant.</p>",
        "AssetFilterSummary$effectiveRowFilter": "<p>The effective row filter of the asset filter.</p>",
        "AssetFilterSummary$errorMessage": "<p>The error message that is displayed if the action does not succeed.</p>",
        "AssetInDataProductListingItem$entityId": "<p>The entity ID of the listing of the asset in a data product.</p>",
        "AssetInDataProductListingItem$entityRevision": "<p>The entity revision of the listing of the asset in a data product.</p>",
        "AssetInDataProductListingItem$entityType": "<p>The entity type of the listing of the asset in a data product.</p>",
        "AssetScope$errorMessage": "<p>The error message of the asset scope.</p>",
        "AssetScope$status": "<p>The status of the asset scope.</p>",
        "AssetTargetNameMap$targetName": "<p>The target name in the asset target name map.</p>",
        "AssociateEnvironmentRoleInput$environmentRoleArn": "<p>The ARN of the environment role.</p>",
        "AwsConsoleLinkParameters$uri": "<p>The URI of the console link specified as part of the environment action.</p>",
        "CloudFormationProperties$templateUrl": "<p>The template URL of the cloud formation provisioning properties of the environment blueprint.</p>",
        "ColumnNameList$member": null,
        "ConfigurableActionParameter$key": "<p>The key of the configurable action parameter.</p>",
        "ConfigurableActionParameter$value": "<p>The value of the configurable action parameter.</p>",
        "ConfigurableEnvironmentAction$type": "<p>The type of a configurable action in a Amazon DataZone environment.</p>",
        "ConnectionCredentials$accessKeyId": "<p>The access key ID of a connection.</p>",
        "ConnectionCredentials$secretAccessKey": "<p>The secret access key of a connection.</p>",
        "ConnectionCredentials$sessionToken": "<p>The session token of a connection credentials.</p>",
        "ConnectionProperties$key": null,
        "CreateAssetFilterInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateAssetFilterOutput$effectiveRowFilter": "<p>The row filter in the asset filter.</p>",
        "CreateAssetFilterOutput$errorMessage": "<p>The error message that is displayed if the asset filter is not created successfully.</p>",
        "CreateConnectionInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateDataSourceInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateDataSourceOutput$connectionId": "<p>The ID of the connection.</p>",
        "CreateDomainInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateDomainInput$description": "<p>The description of the Amazon DataZone domain.</p>",
        "CreateDomainInput$name": "<p>The name of the Amazon DataZone domain.</p>",
        "CreateDomainOutput$arn": "<p>The ARN of the Amazon DataZone domain.</p>",
        "CreateDomainOutput$description": "<p>The description of the Amazon DataZone domain.</p>",
        "CreateDomainOutput$name": "<p>The name of the Amazon DataZone domain.</p>",
        "CreateDomainOutput$portalUrl": "<p>The URL of the data portal for this Amazon DataZone domain.</p>",
        "CreateEnvironmentActionInput$description": "<p>The description of the environment action that is being created in the environment.</p>",
        "CreateEnvironmentActionInput$name": "<p>The name of the environment action.</p>",
        "CreateEnvironmentActionOutput$description": "<p>The description of the environment action.</p>",
        "CreateEnvironmentActionOutput$name": "<p>The name of the environment action.</p>",
        "CreateEnvironmentBlueprintOutput$provider": "<p>The provider of this Amazon DataZone blueprint.</p>",
        "CreateEnvironmentInput$description": "<p>The description of the Amazon DataZone environment.</p>",
        "CreateEnvironmentInput$environmentAccountIdentifier": "<p>The ID of the account in which the environment is being created.</p>",
        "CreateEnvironmentInput$environmentAccountRegion": "<p>The region of the account in which the environment is being created.</p>",
        "CreateEnvironmentInput$environmentBlueprintIdentifier": "<p>The ID of the blueprint with which the environment is being created.</p>",
        "CreateEnvironmentInput$environmentConfigurationId": "<p>The configuration ID of the environment.</p>",
        "CreateEnvironmentInput$name": "<p>The name of the Amazon DataZone environment.</p>",
        "CreateEnvironmentOutput$createdBy": "<p>The Amazon DataZone user who created this environment.</p>",
        "CreateEnvironmentOutput$provider": "<p>The provider of this Amazon DataZone environment.</p>",
        "CreateEnvironmentProfileOutput$createdBy": "<p>The Amazon DataZone user who created this environment profile.</p>",
        "CreateGroupProfileInput$clientToken": "<p> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateSubscriptionGrantInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateSubscriptionRequestInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateSubscriptionRequestOutput$reviewerId": "<p>The ID of the reviewer of the subscription request.</p>",
        "CreateSubscriptionTargetInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CreateSubscriptionTargetInput$provider": "<p>The provider of the subscription target.</p>",
        "CreateSubscriptionTargetInput$type": "<p>The type of the subscription target.</p>",
        "CreateSubscriptionTargetOutput$provider": "<p>The provider of the subscription target.</p>",
        "CreateSubscriptionTargetOutput$type": "<p>The type of the subscription target.</p>",
        "CreateUserProfileInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "CustomParameter$defaultValue": "<p>The default value of the parameter.</p>",
        "CustomParameter$fieldType": "<p>The filed type of the parameter.</p>",
        "DataSourceErrorMessage$errorDetail": "<p>The details of the error message that is returned if the operation cannot be successfully completed.</p>",
        "DataSourceRunActivity$dataAssetId": "<p>The identifier of the asset included in the data source run activity.</p>",
        "DataSourceSummary$connectionId": "<p>The connection ID that's part of the data source summary.</p>",
        "DataSourceSummary$environmentId": "<p>The ID of the environment in which the data source exists.</p>",
        "DataSourceSummary$type": "<p>The type of the data source.</p>",
        "DeleteConnectionOutput$status": "<p>The status of the action.</p>",
        "DeleteDataSourceInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "DeleteDataSourceOutput$connectionId": "<p>The ID of the connection that is deleted.</p>",
        "DeleteDomainInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "DeleteEnvironmentActionInput$identifier": "<p>The ID of the environment action that is deleted.</p>",
        "Deployment$deploymentId": "<p>The identifier of the last deployment of the environment.</p>",
        "DisassociateEnvironmentRoleInput$environmentRoleArn": "<p>The ARN of the environment role.</p>",
        "DomainSummary$arn": "<p>The ARN of the Amazon DataZone domain.</p>",
        "DomainSummary$managedAccountId": "<p>The identifier of the Amazon Web Services account that manages the domain.</p>",
        "DomainSummary$portalUrl": "<p>The data portal URL for the Amazon DataZone domain.</p>",
        "DomainUnitGroupProperties$groupId": "<p>The ID of the domain unit group.</p>",
        "DomainUnitSummary$name": "<p>The name of the domain unit summary.</p>",
        "DomainUnitUserProperties$userId": "<p>The ID of teh domain unit user.</p>",
        "EnvironmentActionSummary$description": "<p>The environment action description.</p>",
        "EnvironmentActionSummary$name": "<p>The name of the environment action.</p>",
        "EnvironmentBlueprintSummary$provider": "<p>The provider of the blueprint.</p>",
        "EnvironmentConfigurationParameter$value": "<p>The value of the environment configuration parameter.</p>",
        "EnvironmentError$code": "<p>The error code for the failure reason for the environment deployment.</p>",
        "EnvironmentError$message": "<p>The error message for the failure reason for the environment deployment.</p>",
        "EnvironmentFailureReasons$key": null,
        "EnvironmentParameter$name": "<p>The name of an environment profile parameter.</p>",
        "EnvironmentParameter$value": "<p>The value of an environment profile parameter.</p>",
        "EnvironmentProfileSummary$createdBy": "<p>The Amazon DataZone user who created the environment profile.</p>",
        "EnvironmentSummary$createdBy": "<p>The Amazon DataZone user who created the environment.</p>",
        "EnvironmentSummary$provider": "<p>The provider of the environment.</p>",
        "EqualToExpression$columnName": "<p>The name of the column.</p>",
        "EqualToExpression$value": "<p>The value that might be equal to an expression.</p>",
        "FailedQueryProcessingErrorMessages$member": null,
        "FailureCause$message": "<p>The description of the error message.</p>",
        "FormOutput$content": "<p>The content of the metadata form.</p>",
        "GetAssetFilterOutput$effectiveRowFilter": "<p>The row filter of the asset filter.</p>",
        "GetAssetFilterOutput$errorMessage": "<p>The error message that is displayed if the action does not complete successfully.</p>",
        "GetConnectionOutput$environmentUserRole": "<p>The environment user role.</p>",
        "GetDataSourceOutput$connectionId": "<p>The ID of the connection.</p>",
        "GetDataSourceRunOutput$dataSourceConfigurationSnapshot": "<p>The configuration snapshot of the data source run.</p>",
        "GetDomainOutput$arn": "<p>The ARN of the specified Amazon DataZone domain.</p>",
        "GetDomainOutput$description": "<p>The description of the Amazon DataZone domain.</p>",
        "GetDomainOutput$name": "<p>The name of the Amazon DataZone domain.</p>",
        "GetDomainOutput$portalUrl": "<p>The URL of the data portal for this Amazon DataZone domain.</p>",
        "GetEnvironmentActionInput$identifier": "<p>The ID of the environment action</p>",
        "GetEnvironmentActionOutput$description": "<p>The description of the environment action.</p>",
        "GetEnvironmentActionOutput$name": "<p>The name of the environment action.</p>",
        "GetEnvironmentBlueprintOutput$provider": "<p>The provider of this Amazon DataZone blueprint.</p>",
        "GetEnvironmentCredentialsOutput$accessKeyId": "<p>The access key ID of the environment.</p>",
        "GetEnvironmentCredentialsOutput$secretAccessKey": "<p>The secret access key of the environment credentials.</p>",
        "GetEnvironmentCredentialsOutput$sessionToken": "<p>The session token of the environment credentials.</p>",
        "GetEnvironmentOutput$createdBy": "<p>The Amazon DataZone user who created the environment.</p>",
        "GetEnvironmentOutput$provider": "<p>The provider of this Amazon DataZone environment.</p>",
        "GetEnvironmentProfileOutput$createdBy": "<p>The Amazon DataZone user who created this environment profile.</p>",
        "GetIamPortalLoginUrlOutput$authCodeUrl": "<p>The data portal URL of the specified Amazon DataZone domain.</p>",
        "GetIamPortalLoginUrlOutput$userProfileId": "<p>The ID of the user profile.</p>",
        "GetJobRunOutput$createdBy": "<p>The user who created the job run.</p>",
        "GetJobRunOutput$id": "<p>The ID of the job run.</p>",
        "GetJobRunOutput$jobId": "<p>The ID of the job run.</p>",
        "GetLineageNodeOutput$description": "<p>The description of the data lineage node.</p>",
        "GetLineageNodeOutput$name": "<p>The name of the data lineage node.</p>",
        "GetLineageNodeOutput$sourceIdentifier": "<p>The source identifier of the data lineage node.</p>",
        "GetLineageNodeOutput$typeName": "<p>The name of the type of the specified data lineage node.</p>",
        "GetSubscriptionRequestDetailsOutput$reviewerId": "<p>The identifier of the Amazon DataZone user who reviewed the subscription request.</p>",
        "GetSubscriptionTargetOutput$provider": "<p>The provider of the subscription target.</p>",
        "GetSubscriptionTargetOutput$type": "<p>The type of the subscription target.</p>",
        "GlobalParameterMap$key": null,
        "GlobalParameterMap$value": null,
        "GlueConnection$lastUpdatedBy": "<p>The user who last updated the Amazon Web Services Glue connection.</p>",
        "GlueConnection$name": "<p>The name of the Amazon Web Services Glue connection.</p>",
        "GlueConnectionInput$description": "<p>The description of the Amazon Web Services Glue connection.</p>",
        "GlueConnectionPatch$description": "<p>The description of the Amazon Web Services Glue connection patch.</p>",
        "GluePropertiesOutput$errorMessage": "<p>The error message generated if the action is not completed successfully.</p>",
        "GreaterThanExpression$columnName": "<p>The name of the column.</p>",
        "GreaterThanExpression$value": "<p>The value that might be greater than an expression.</p>",
        "GreaterThanOrEqualToExpression$columnName": "<p>The name of the column.</p>",
        "GreaterThanOrEqualToExpression$value": "<p>The value that might be greater than or equal to an expression.</p>",
        "GroupDetails$groupId": "<p>The identifier of the group in Amazon DataZone.</p>",
        "HyperPodPropertiesOutput$clusterArn": "<p>The cluster ARN of the hyper pod properties.</p>",
        "HyperPodPropertiesOutput$clusterName": "<p>The cluster name the hyper pod properties.</p>",
        "IamPropertiesOutput$environmentId": "<p>The environment ID of the connection.</p>",
        "IamUserProfileDetails$arn": "<p>The ARN of an IAM user profile in Amazon DataZone.</p>",
        "IamUserProfileDetails$principalId": "<p>Principal ID of the IAM user.</p>",
        "InExpression$columnName": "<p>The name of the column.</p>",
        "IsNotNullExpression$columnName": "<p>The name of the column.</p>",
        "IsNullExpression$columnName": "<p>The name of the column.</p>",
        "JobRunError$message": "<p>The job run error message.</p>",
        "JobRunSummary$createdBy": "<p>The user who created the job run.</p>",
        "JobRunSummary$jobId": "<p>The job ID of a job run.</p>",
        "JobRunSummary$runId": "<p>The run ID of a job run.</p>",
        "LessThanExpression$columnName": "<p>The name of the column.</p>",
        "LessThanExpression$value": "<p>The value that might be less than the expression.</p>",
        "LessThanOrEqualToExpression$columnName": "<p>The name of the column.</p>",
        "LessThanOrEqualToExpression$value": "<p>The value that might be less than or equal to an expression.</p>",
        "LikeExpression$columnName": "<p>The name of the column.</p>",
        "LikeExpression$value": "<p>The value that might be like the expression.</p>",
        "LineageInfo$eventId": "<p>The data lineage event ID.</p>",
        "LineageNodeSummary$description": "<p>The description of the data lineage node.</p>",
        "LineageNodeSummary$name": "<p>The name of the data lineage node.</p>",
        "LineageNodeSummary$sourceIdentifier": "<p>The alternate ID of the data lineage node.</p>",
        "LineageNodeSummary$typeName": "<p>The name of the type of the data lineage node.</p>",
        "LineageNodeTypeItem$description": "<p>The description of the data lineage node type.</p>",
        "LineageNodeTypeItem$name": "<p>The name of the data lineage node type.</p>",
        "ListDataSourcesInput$connectionIdentifier": "<p>The ID of the connection.</p>",
        "ListDataSourcesInput$environmentIdentifier": "<p>The identifier of the environment in which to list the data sources.</p>",
        "ListDataSourcesInput$projectIdentifier": "<p>The identifier of the project in which to list data sources.</p>",
        "ListEntityOwnersInput$entityIdentifier": "<p>The ID of the entity that you want to list.</p>",
        "ListEnvironmentsInput$name": "<p>The name of the environment.</p>",
        "ListEnvironmentsInput$provider": "<p>The provider of the environment.</p>",
        "ListPolicyGrantsInput$entityIdentifier": "<p>The ID of the entity for which you want to list policy grants.</p>",
        "ListProjectsInput$groupIdentifier": "<p>The identifier of a group.</p>",
        "ListProjectsInput$userIdentifier": "<p>The identifier of the Amazon DataZone user.</p>",
        "ListRulesInput$targetIdentifier": "<p>The target ID of the rule.</p>",
        "ListTagsForResourceRequest$resourceArn": "<p>The ARN of the resource whose tags you want to list.</p>",
        "MatchCriteria$member": null,
        "Member$groupIdentifier": "<p>The ID of the group of a project member.</p>",
        "Member$userIdentifier": "<p>The user ID of a project member.</p>",
        "MetadataGenerationRunTarget$identifier": "<p>The ID of the metadata generation run's target.</p>",
        "MetadataMap$key": null,
        "MetadataMap$value": null,
        "NameIdentifier$name": "<p>The name in the name identifier.</p>",
        "NameIdentifier$namespace": "<p>The namespace in the name identifier.</p>",
        "NotEqualToExpression$columnName": "<p>The name of the column.</p>",
        "NotEqualToExpression$value": "<p>The value that might not be equal to the expression.</p>",
        "NotInExpression$columnName": "<p>The name of the column.</p>",
        "NotLikeExpression$columnName": "<p>The name of the column.</p>",
        "NotLikeExpression$value": "<p>The value that might not be like the expression.</p>",
        "NotificationResource$id": "<p>The ID of the resource mentioned in a notification.</p>",
        "NotificationResource$name": "<p>The name of the resource mentioned in a notification.</p>",
        "NotificationSubjects$member": null,
        "OpenLineageRunEventSummary$runId": "<p>The runID of the open lineage run event summary.</p>",
        "OwnerGroupPropertiesOutput$groupId": "<p>The ID of the domain unit owners group.</p>",
        "OwnerUserPropertiesOutput$userId": "<p>The ID of the owner user.</p>",
        "PhysicalEndpoint$glueConnectionName": "<p>The Amazon Web Services Glue connection name.</p>",
        "PhysicalEndpoint$host": "<p>The host in the physical endpoints of a connection.</p>",
        "PhysicalEndpoint$stage": "<p>The stage in the physical endpoints of a connection.</p>",
        "ProjectDeletionError$code": "<p>The code of the project deletion error.</p>",
        "ProjectDeletionError$message": "<p>The message of the project deletion error.</p>",
        "ProjectProfileList$member": null,
        "RedshiftLineageSyncConfigurationOutput$lineageJobId": "<p>The lineage job ID of the Amaon Redshift lineage sync configuration.</p>",
        "RedshiftPropertiesOutput$databaseName": "<p>The Amazon Redshift database name.</p>",
        "RedshiftPropertiesOutput$jdbcIamUrl": "<p>The jdbcIam URL of the Amazon Redshift properties.</p>",
        "RedshiftPropertiesOutput$jdbcUrl": "<p>The jdbcURL of the Amazon Redshift properties. </p>",
        "RedshiftPropertiesOutput$redshiftTempDir": "<p>The redshiftTempDir of the Amazon Redshift properties.</p>",
        "RegionalParameter$key": null,
        "RegionalParameter$value": null,
        "RejectChoice$predictionTarget": "<p>Specifies the target (for example, a column name) where a prediction can be rejected.</p>",
        "RejectSubscriptionRequestOutput$reviewerId": "<p>The identifier of the subscription request reviewer.</p>",
        "RemoveEntityOwnerInput$entityIdentifier": "<p>The ID of the entity from which you want to remove an owner.</p>",
        "RemovePolicyGrantInput$entityIdentifier": "<p>The ID of the entity from which you want to remove a policy grant.</p>",
        "Resource$name": "<p>The name of a provisioned resource of this Amazon DataZone environment.</p>",
        "Resource$provider": "<p>The provider of a provisioned resource of this Amazon DataZone environment.</p>",
        "Resource$type": "<p>The type of a provisioned resource of this Amazon DataZone environment.</p>",
        "Resource$value": "<p>The value of a provisioned resource of this Amazon DataZone environment.</p>",
        "S3PropertiesOutput$errorMessage": "<p>The error message that gets displayed.</p>",
        "SelfGrantStatusDetail$failureCause": "<p>The reason for why the operation failed.</p>",
        "SparkEmrPropertiesOutput$computeArn": "<p>The compute ARN of the Spark EMR.</p>",
        "SparkEmrPropertiesOutput$instanceProfileArn": "<p>The instance profile ARN of the Spark EMR.</p>",
        "SparkEmrPropertiesOutput$javaVirtualEnv": "<p>The Java virtual env of the Spark EMR.</p>",
        "SparkEmrPropertiesOutput$livyEndpoint": "<p>The livy endpoint of the Spark EMR.</p>",
        "SparkEmrPropertiesOutput$logUri": "<p>The log URI of the Spark EMR.</p>",
        "SparkEmrPropertiesOutput$pythonVirtualEnv": "<p>The Python virtual env of the Spark EMR.</p>",
        "SparkEmrPropertiesOutput$runtimeRole": "<p>The runtime role of the Spark EMR.</p>",
        "SparkEmrPropertiesOutput$trustedCertificatesS3Uri": "<p>The trusted certificate S3 URL of the Spark EMR.</p>",
        "SparkGlueArgs$connection": "<p>The connection in the Spark Amazon Web Services Glue args.</p>",
        "SparkGluePropertiesOutput$glueConnectionName": "<p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties. </p>",
        "SparkGluePropertiesOutput$glueVersion": "<p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties. </p>",
        "SparkGluePropertiesOutput$javaVirtualEnv": "<p>The Java virtual env in the Spark Amazon Web Services Glue properties. </p>",
        "SparkGluePropertiesOutput$pythonVirtualEnv": "<p>The Python virtual env in the Spark Amazon Web Services Glue properties. </p>",
        "SparkGluePropertiesOutput$workerType": "<p>The worker type in the Spark Amazon Web Services Glue properties. </p>",
        "StartDataSourceRunInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "StartDataSourceRunOutput$dataSourceConfigurationSnapshot": "<p>The configuration snapshot of the data source that is being run.</p>",
        "StringList$member": null,
        "SubscribedAsset$targetName": "<p>The target name of the asset for which the subscription grant is created.</p>",
        "SubscribedListing$ownerProjectName": "<p>The name of the project that owns the published asset for which the subscription grant is created.</p>",
        "SubscribedProductListing$description": "<p>The description of the data product listing.</p>",
        "SubscribedProductListing$name": "<p>The name of the data product listing.</p>",
        "SubscriptionRequestSummary$reviewerId": "<p>The identifier of the subscription request reviewer.</p>",
        "SubscriptionTargetForm$content": "<p>The content of the subscription target configuration.</p>",
        "SubscriptionTargetSummary$provider": "<p>The provider of the subscription target.</p>",
        "SubscriptionTargetSummary$type": "<p>The type of the subscription target.</p>",
        "TagResourceRequest$resourceArn": "<p>The ARN of the resource to be tagged in Amazon DataZone.</p>",
        "TextMatchItem$text": "<p>Snippet of attribute text containing highlighted content.</p>",
        "Topic$subject": "<p>The subject of the resource mentioned in a notification.</p>",
        "UntagResourceRequest$resourceArn": "<p>The ARN of the resource to be untagged in Amazon DataZone.</p>",
        "UpdateAssetFilterInput$name": "<p>The name of the asset filter.</p>",
        "UpdateAssetFilterOutput$effectiveRowFilter": "<p>The row filter of the asset filter.</p>",
        "UpdateAssetFilterOutput$errorMessage": "<p>The error message that is displayed if the action is not completed successfully.</p>",
        "UpdateDataSourceOutput$connectionId": "<p>The connection ID.</p>",
        "UpdateDomainInput$clientToken": "<p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>",
        "UpdateDomainInput$description": "<p>The description to be updated as part of the <code>UpdateDomain</code> action.</p>",
        "UpdateDomainInput$name": "<p>The name to be updated as part of the <code>UpdateDomain</code> action.</p>",
        "UpdateDomainOutput$description": "<p>The description to be updated as part of the <code>UpdateDomain</code> action.</p>",
        "UpdateDomainOutput$name": "<p>The name to be updated as part of the <code>UpdateDomain</code> action.</p>",
        "UpdateEnvironmentActionInput$description": "<p>The description of the environment action.</p>",
        "UpdateEnvironmentActionInput$identifier": "<p>The ID of the environment action.</p>",
        "UpdateEnvironmentActionInput$name": "<p>The name of the environment action.</p>",
        "UpdateEnvironmentActionOutput$description": "<p>The description of the environment action.</p>",
        "UpdateEnvironmentActionOutput$name": "<p>The name of the environment action.</p>",
        "UpdateEnvironmentBlueprintInput$description": "<p>The description to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>",
        "UpdateEnvironmentBlueprintOutput$provider": "<p>The provider of the blueprint to be udpated.</p>",
        "UpdateEnvironmentInput$blueprintVersion": "<p>The blueprint version to which the environment should be updated. You can only specify the following string for this parameter: <code>latest</code>.</p>",
        "UpdateEnvironmentInput$description": "<p>The description to be updated as part of the <code>UpdateEnvironment</code> action.</p>",
        "UpdateEnvironmentInput$name": "<p>The name to be updated as part of the <code>UpdateEnvironment</code> action.</p>",
        "UpdateEnvironmentOutput$createdBy": "<p>The Amazon DataZone user who created the environment.</p>",
        "UpdateEnvironmentOutput$provider": "<p>The provider identifier of the environment.</p>",
        "UpdateEnvironmentProfileInput$description": "<p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>",
        "UpdateEnvironmentProfileOutput$createdBy": "<p>The Amazon DataZone user who created the environment profile.</p>",
        "UpdateProjectInput$projectProfileVersion": "<p>The project profile version to which the project should be updated. You can only specify the following string for this parameter: <code>latest</code>.</p>",
        "UpdateSubscriptionGrantStatusInput$targetName": "<p>The target name to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>",
        "UpdateSubscriptionRequestOutput$reviewerId": "<p>The identifier of the Amazon DataZone user who reviews the subscription request.</p>",
        "UpdateSubscriptionTargetInput$provider": "<p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>",
        "UpdateSubscriptionTargetOutput$provider": "<p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>",
        "UpdateSubscriptionTargetOutput$type": "<p>The type to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>",
        "UserDetails$userId": "<p>The identifier of the Amazon DataZone user.</p>"
      }
    },
    "StringList": {
      "base": null,
      "refs": {
        "InExpression$values": "<p>The values that might be in the expression.</p>",
        "NotInExpression$values": "<p>The value that might not be in the expression.</p>"
      }
    },
    "SubnetId": {
      "base": null,
      "refs": {
        "PhysicalConnectionRequirements$subnetId": "<p>The subnet ID of the physical connection requirements of a connection. </p>",
        "SubnetIdList$member": null
      }
    },
    "SubnetIdList": {
      "base": null,
      "refs": {
        "PhysicalConnectionRequirements$subnetIdList": "<p>The subnet ID list of the physical connection requirements of a connection. </p>"
      }
    },
    "SubscribedAsset": {
      "base": "<p>The details of the asset for which the subscription grant is created.</p>",
      "refs": {
        "SubscribedAssets$member": null
      }
    },
    "SubscribedAssetListing": {
      "base": "<p>The details of the published asset for which the subscription grant is created.</p>",
      "refs": {
        "SubscribedListingItem$assetListing": "<p>The asset for which the subscription grant is created.</p>"
      }
    },
    "SubscribedAssets": {
      "base": null,
      "refs": {
        "CreateSubscriptionGrantOutput$assets": "<p>The assets for which the subscription grant is created.</p>",
        "DeleteSubscriptionGrantOutput$assets": "<p>The assets for which the subsctiption grant that is deleted gave access.</p>",
        "GetSubscriptionGrantOutput$assets": "<p>The assets for which the subscription grant is created.</p>",
        "SubscriptionGrantSummary$assets": "<p>The assets included in the subscription grant.</p>",
        "UpdateSubscriptionGrantStatusOutput$assets": "<p>The details of the asset for which the subscription grant is created.</p>"
      }
    },
    "SubscribedListing": {
      "base": "<p>The details of the published asset for which the subscription grant is created.</p>",
      "refs": {
        "AcceptSubscriptionRequestOutputSubscribedListingsList$member": null,
        "CancelSubscriptionOutput$subscribedListing": "<p>The asset to which a subscription is being cancelled.</p>",
        "CreateSubscriptionRequestOutputSubscribedListingsList$member": null,
        "GetSubscriptionOutput$subscribedListing": "<p>The details of the published asset for which the subscription grant is created.</p>",
        "GetSubscriptionRequestDetailsOutputSubscribedListingsList$member": null,
        "RejectSubscriptionRequestOutputSubscribedListingsList$member": null,
        "RevokeSubscriptionOutput$subscribedListing": "<p>The subscribed listing of the revoked subscription.</p>",
        "SubscriptionRequestSummarySubscribedListingsList$member": null,
        "SubscriptionSummary$subscribedListing": "<p>The listing included in the subscription.</p>",
        "UpdateSubscriptionRequestOutputSubscribedListingsList$member": null
      }
    },
    "SubscribedListingInput": {
      "base": "<p>The published asset for which the subscription grant is to be created.</p>",
      "refs": {
        "SubscribedListingInputs$member": null
      }
    },
    "SubscribedListingInputs": {
      "base": null,
      "refs": {
        "CreateSubscriptionRequestInput$subscribedListings": "<p>The published asset for which the subscription grant is to be created.</p>"
      }
    },
    "SubscribedListingItem": {
      "base": "<p>The published asset for which the subscription grant is created.</p>",
      "refs": {
        "SubscribedListing$item": "<p>The published asset for which the subscription grant is created.</p>"
      }
    },
    "SubscribedPrincipal": {
      "base": "<p>The principal that has the subscription grant for the asset.</p>",
      "refs": {
        "AcceptSubscriptionRequestOutputSubscribedPrincipalsList$member": null,
        "CancelSubscriptionOutput$subscribedPrincipal": "<p>The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being cancelled.</p>",
        "CreateSubscriptionRequestOutputSubscribedPrincipalsList$member": null,
        "GetSubscriptionOutput$subscribedPrincipal": "<p>The principal that owns the subscription.</p>",
        "GetSubscriptionRequestDetailsOutputSubscribedPrincipalsList$member": null,
        "RejectSubscriptionRequestOutputSubscribedPrincipalsList$member": null,
        "RevokeSubscriptionOutput$subscribedPrincipal": "<p>The subscribed principal of the revoked subscription.</p>",
        "SubscriptionRequestSummarySubscribedPrincipalsList$member": null,
        "SubscriptionSummary$subscribedPrincipal": "<p>The principal included in the subscription.</p>",
        "UpdateSubscriptionRequestOutputSubscribedPrincipalsList$member": null
      }
    },
    "SubscribedPrincipalInput": {
      "base": "<p>The principal that is to be given a subscriptiong grant.</p>",
      "refs": {
        "SubscribedPrincipalInputs$member": null
      }
    },
    "SubscribedPrincipalInputs": {
      "base": null,
      "refs": {
        "CreateSubscriptionRequestInput$subscribedPrincipals": "<p>The Amazon DataZone principals for whom the subscription request is created.</p>"
      }
    },
    "SubscribedProductListing": {
      "base": "<p>The data product listing.</p>",
      "refs": {
        "SubscribedListingItem$productListing": "<p>The data product listing.</p>"
      }
    },
    "SubscribedProject": {
      "base": "<p>The project that has the subscription grant.</p>",
      "refs": {
        "SubscribedPrincipal$project": "<p>The project that has the subscription grant.</p>"
      }
    },
    "SubscribedProjectInput": {
      "base": "<p>The project that is to be given a subscription grant.</p>",
      "refs": {
        "SubscribedPrincipalInput$project": "<p>The project that is to be given a subscription grant.</p>"
      }
    },
    "SubscriptionGrantId": {
      "base": null,
      "refs": {
        "CreateSubscriptionGrantOutput$id": "<p>The ID of the subscription grant.</p>",
        "DeleteSubscriptionGrantInput$identifier": "<p>The ID of the subscription grant that is deleted.</p>",
        "DeleteSubscriptionGrantOutput$id": "<p>The ID of the subscription grant that is deleted.</p>",
        "GetSubscriptionGrantInput$identifier": "<p>The ID of the subscription grant.</p>",
        "GetSubscriptionGrantOutput$id": "<p>The ID of the subscription grant.</p>",
        "SubscriptionGrantSummary$id": "<p>The identifier of the subscription grant.</p>",
        "UpdateSubscriptionGrantStatusInput$identifier": "<p>The identifier of the subscription grant the status of which is to be updated.</p>",
        "UpdateSubscriptionGrantStatusOutput$id": "<p>The identifier of the subscription grant.</p>"
      }
    },
    "SubscriptionGrantOverallStatus": {
      "base": null,
      "refs": {
        "CreateSubscriptionGrantOutput$status": "<p>The status of the subscription grant.</p>",
        "DeleteSubscriptionGrantOutput$status": "<p>The status of the subscription grant that is deleted.</p>",
        "GetSubscriptionGrantOutput$status": "<p>The status of the subscription grant.</p>",
        "SubscriptionGrantSummary$status": "<p>The status of the subscription grant.</p>",
        "UpdateSubscriptionGrantStatusOutput$status": "<p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>"
      }
    },
    "SubscriptionGrantStatus": {
      "base": null,
      "refs": {
        "SubscribedAsset$status": "<p>The status of the asset for which the subscription grant is created.</p>",
        "UpdateSubscriptionGrantStatusInput$status": "<p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>"
      }
    },
    "SubscriptionGrantSummary": {
      "base": "<p>The details of the subscription grant.</p>",
      "refs": {
        "SubscriptionGrants$member": null
      }
    },
    "SubscriptionGrants": {
      "base": null,
      "refs": {
        "ListSubscriptionGrantsOutput$items": "<p>The results of the <code>ListSubscriptionGrants</code> action. </p>"
      }
    },
    "SubscriptionId": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestOutput$existingSubscriptionId": "<p>The ID of the existing subscription.</p>",
        "CancelSubscriptionInput$identifier": "<p>The unique identifier of the subscription that is being cancelled.</p>",
        "CancelSubscriptionOutput$id": "<p>The identifier of the subscription.</p>",
        "CreateSubscriptionGrantOutput$subscriptionId": "<p>The identifier of the subscription grant.</p>",
        "CreateSubscriptionRequestOutput$existingSubscriptionId": "<p>The ID of the existing subscription.</p>",
        "DeleteSubscriptionGrantOutput$subscriptionId": "<p>The identifier of the subsctiption whose subscription grant is to be deleted.</p>",
        "GetSubscriptionGrantOutput$subscriptionId": "<p>The identifier of the subscription.</p>",
        "GetSubscriptionInput$identifier": "<p>The ID of the subscription.</p>",
        "GetSubscriptionOutput$id": "<p>The ID of the subscription.</p>",
        "GetSubscriptionRequestDetailsOutput$existingSubscriptionId": "<p>The ID of the existing subscription.</p>",
        "ListSubscriptionGrantsInput$subscriptionId": "<p>The identifier of the subscription.</p>",
        "RejectSubscriptionRequestOutput$existingSubscriptionId": "<p>The ID of the existing subscription.</p>",
        "RevokeSubscriptionInput$identifier": "<p>The identifier of the revoked subscription.</p>",
        "RevokeSubscriptionOutput$id": "<p>The identifier of the revoked subscription.</p>",
        "SubscriptionGrantSummary$subscriptionId": "<p>The ID of the subscription.</p>",
        "SubscriptionRequestSummary$existingSubscriptionId": "<p>The ID of the existing subscription.</p>",
        "SubscriptionSummary$id": "<p>The identifier of the subscription.</p>",
        "UpdateSubscriptionGrantStatusOutput$subscriptionId": "<p>The identifier of the subscription.</p>",
        "UpdateSubscriptionRequestOutput$existingSubscriptionId": "<p>The ID of the existing subscription.</p>"
      }
    },
    "SubscriptionRequestId": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestInput$identifier": "<p>The unique identifier of the subscription request that is to be accepted.</p>",
        "AcceptSubscriptionRequestOutput$id": "<p>The identifier of the subscription request.</p>",
        "CancelSubscriptionOutput$subscriptionRequestId": "<p>The unique ID of the subscripton request for the subscription that is being cancelled.</p>",
        "CreateSubscriptionRequestOutput$id": "<p>The ID of the subscription request.</p>",
        "DeleteSubscriptionRequestInput$identifier": "<p>The ID of the subscription request that is deleted.</p>",
        "GetSubscriptionOutput$subscriptionRequestId": "<p>The ID of the subscription request.</p>",
        "GetSubscriptionRequestDetailsInput$identifier": "<p>The identifier of the subscription request the details of which to get.</p>",
        "GetSubscriptionRequestDetailsOutput$id": "<p>The identifier of the subscription request.</p>",
        "ListSubscriptionsInput$subscriptionRequestIdentifier": "<p>The identifier of the subscription request for the subscriptions that you want to list.</p>",
        "RejectSubscriptionRequestInput$identifier": "<p>The identifier of the subscription request that was rejected.</p>",
        "RejectSubscriptionRequestOutput$id": "<p>The identifier of the subscription request that was rejected.</p>",
        "RevokeSubscriptionOutput$subscriptionRequestId": "<p>The identifier of the subscription request for the revoked subscription.</p>",
        "SubscriptionRequestSummary$id": "<p>The identifier of the subscription request.</p>",
        "SubscriptionSummary$subscriptionRequestId": "<p>The identifier of the subscription request for the subscription.</p>",
        "UpdateSubscriptionRequestInput$identifier": "<p>The identifier of the subscription request that is to be updated.</p>",
        "UpdateSubscriptionRequestOutput$id": "<p>The identifier of the subscription request that is to be updated.</p>"
      }
    },
    "SubscriptionRequestStatus": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestOutput$status": "<p>Specifies the status of the subscription request.</p>",
        "CreateSubscriptionRequestOutput$status": "<p>The status of the subscription request.</p>",
        "GetSubscriptionRequestDetailsOutput$status": "<p>The status of the subscription request.</p>",
        "ListSubscriptionRequestsInput$status": "<p>Specifies the status of the subscription requests.</p> <note> <p>This is not a required parameter, but if not specified, by default, Amazon DataZone returns only <code>PENDING</code> subscription requests. </p> </note>",
        "RejectSubscriptionRequestOutput$status": "<p>The status of the subscription request.</p>",
        "SubscriptionRequestSummary$status": "<p>The status of the subscription request.</p>",
        "UpdateSubscriptionRequestOutput$status": "<p>The status of the subscription request.</p>"
      }
    },
    "SubscriptionRequestSummary": {
      "base": "<p>The details of the subscription request.</p>",
      "refs": {
        "SubscriptionRequests$member": null
      }
    },
    "SubscriptionRequestSummarySubscribedListingsList": {
      "base": null,
      "refs": {
        "SubscriptionRequestSummary$subscribedListings": "<p>The listings included in the subscription request.</p>"
      }
    },
    "SubscriptionRequestSummarySubscribedPrincipalsList": {
      "base": null,
      "refs": {
        "SubscriptionRequestSummary$subscribedPrincipals": "<p>The principals included in the subscription request. </p>"
      }
    },
    "SubscriptionRequests": {
      "base": null,
      "refs": {
        "ListSubscriptionRequestsOutput$items": "<p>The results of the <code>ListSubscriptionRequests</code> action. </p>"
      }
    },
    "SubscriptionStatus": {
      "base": null,
      "refs": {
        "CancelSubscriptionOutput$status": "<p>The status of the request to cancel the subscription.</p>",
        "GetSubscriptionOutput$status": "<p>The status of the subscription.</p>",
        "ListSubscriptionsInput$status": "<p>The status of the subscriptions that you want to list.</p> <note> <p>This is not a required parameter, but if not provided, by default, Amazon DataZone returns only <code>APPROVED</code> subscriptions. </p> </note>",
        "RevokeSubscriptionOutput$status": "<p>The status of the revoked subscription.</p>",
        "SubscriptionSummary$status": "<p>The status of the subscription.</p>"
      }
    },
    "SubscriptionSummary": {
      "base": "<p>The details of the subscription.</p>",
      "refs": {
        "Subscriptions$member": null
      }
    },
    "SubscriptionTargetForm": {
      "base": "<p>The details of the subscription target configuration.</p>",
      "refs": {
        "SubscriptionTargetForms$member": null
      }
    },
    "SubscriptionTargetForms": {
      "base": null,
      "refs": {
        "CreateSubscriptionTargetInput$subscriptionTargetConfig": "<p>The configuration of the subscription target.</p>",
        "CreateSubscriptionTargetOutput$subscriptionTargetConfig": "<p>The configuration of the subscription target.</p>",
        "GetSubscriptionTargetOutput$subscriptionTargetConfig": "<p>The configuration of teh subscription target.</p>",
        "SubscriptionTargetSummary$subscriptionTargetConfig": "<p>The configuration of the subscription target.</p>",
        "UpdateSubscriptionTargetInput$subscriptionTargetConfig": "<p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>",
        "UpdateSubscriptionTargetOutput$subscriptionTargetConfig": "<p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>"
      }
    },
    "SubscriptionTargetId": {
      "base": null,
      "refs": {
        "CreateSubscriptionGrantInput$subscriptionTargetIdentifier": "<p>The ID of the subscription target for which the subscription grant is created.</p>",
        "CreateSubscriptionGrantOutput$subscriptionTargetId": "<p>The ID of the subscription target for which the subscription grant is created.</p>",
        "CreateSubscriptionTargetOutput$id": "<p>The ID of the subscription target.</p>",
        "DeleteSubscriptionGrantOutput$subscriptionTargetId": "<p>The ID of the subscription target associated with the subscription grant that is deleted.</p>",
        "DeleteSubscriptionTargetInput$identifier": "<p>The ID of the subscription target that is deleted.</p>",
        "GetSubscriptionGrantOutput$subscriptionTargetId": "<p>The subscription target ID associated with the subscription grant.</p>",
        "GetSubscriptionTargetInput$identifier": "<p>The ID of the subscription target.</p>",
        "GetSubscriptionTargetOutput$id": "<p>The ID of the subscription target.</p>",
        "ListSubscriptionGrantsInput$subscriptionTargetId": "<p>The identifier of the subscription target.</p>",
        "SubscriptionGrantSummary$subscriptionTargetId": "<p>The identifier of the target of the subscription grant.</p>",
        "SubscriptionTargetSummary$id": "<p>The identifier of the subscription target.</p>",
        "UpdateSubscriptionGrantStatusOutput$subscriptionTargetId": "<p>The identifier of the subscription target whose subscription grant status is to be updated.</p>",
        "UpdateSubscriptionTargetInput$identifier": "<p>Identifier of the subscription target that is to be updated.</p>",
        "UpdateSubscriptionTargetOutput$id": "<p>Identifier of the subscription target that is to be updated.</p>"
      }
    },
    "SubscriptionTargetName": {
      "base": null,
      "refs": {
        "CreateSubscriptionTargetInput$name": "<p>The name of the subscription target.</p>",
        "CreateSubscriptionTargetOutput$name": "<p>The name of the subscription target.</p>",
        "GetSubscriptionTargetOutput$name": "<p>The name of the subscription target.</p>",
        "SubscriptionTargetSummary$name": "<p>The name of the subscription target.</p>",
        "UpdateSubscriptionTargetInput$name": "<p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>",
        "UpdateSubscriptionTargetOutput$name": "<p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>"
      }
    },
    "SubscriptionTargetSummary": {
      "base": "<p>The details of the subscription target.</p>",
      "refs": {
        "SubscriptionTargets$member": null
      }
    },
    "SubscriptionTargets": {
      "base": null,
      "refs": {
        "ListSubscriptionTargetsOutput$items": "<p>The results of the <code>ListSubscriptionTargets</code> action.</p>"
      }
    },
    "Subscriptions": {
      "base": null,
      "refs": {
        "ListSubscriptionsOutput$items": "<p>The results of the <code>ListSubscriptions</code> action.</p>"
      }
    },
    "SyntheticTimestamp_date_time": {
      "base": null,
      "refs": {
        "ConnectionCredentials$expiration": "<p>The expiration of the connection credentials.</p>",
        "CreateAccountPoolOutput$createdAt": "<p>The timestamp at which the account pool was created.</p>",
        "CreateAccountPoolOutput$lastUpdatedAt": "<p>The timestamp at which the account pool was last updated.</p>",
        "CreateEnvironmentBlueprintOutput$createdAt": "<p>The timestamp at which the environment blueprint was created.</p>",
        "CreateEnvironmentBlueprintOutput$updatedAt": "<p>The timestamp of when this blueprint was updated.</p>",
        "CreateEnvironmentOutput$createdAt": "<p>The timestamp of when the environment was created.</p>",
        "CreateEnvironmentOutput$updatedAt": "<p>The timestamp of when this environment was updated.</p>",
        "CreateEnvironmentProfileOutput$createdAt": "<p>The timestamp of when this environment profile was created.</p>",
        "CreateEnvironmentProfileOutput$updatedAt": "<p>The timestamp of when this environment profile was updated.</p>",
        "CreateProjectOutput$createdAt": "<p>The timestamp of when the project was created.</p>",
        "CreateProjectOutput$lastUpdatedAt": "<p>The timestamp of when the project was last updated.</p>",
        "CreateProjectProfileOutput$createdAt": "<p>A timestamp at which a project profile is created.</p>",
        "CreateProjectProfileOutput$lastUpdatedAt": "<p>A timestamp when a project profile was last updated.</p>",
        "EnvironmentBlueprintConfigurationItem$createdAt": "<p>The timestamp of when an environment blueprint was created.</p>",
        "EnvironmentBlueprintConfigurationItem$updatedAt": "<p>The timestamp of when the environment blueprint was updated.</p>",
        "EnvironmentBlueprintSummary$createdAt": "<p>The timestamp of when an environment blueprint was created.</p>",
        "EnvironmentBlueprintSummary$updatedAt": "<p>The timestamp of when the blueprint was enabled.</p>",
        "EnvironmentProfileSummary$createdAt": "<p>The timestamp of when an environment profile was created.</p>",
        "EnvironmentProfileSummary$updatedAt": "<p>The timestamp of when the environment profile was updated.</p>",
        "EnvironmentSummary$createdAt": "<p>The timestamp of when the environment was created.</p>",
        "EnvironmentSummary$updatedAt": "<p>The timestamp of when the environment was updated.</p>",
        "GetAccountPoolOutput$createdAt": "<p>The timestamp at which the account pool was created.</p>",
        "GetAccountPoolOutput$lastUpdatedAt": "<p>The timestamp at which the account pool was last updated.</p>",
        "GetEnvironmentBlueprintConfigurationOutput$createdAt": "<p>The timestamp of when this blueprint was created.</p>",
        "GetEnvironmentBlueprintConfigurationOutput$updatedAt": "<p>The timestamp of when this blueprint was upated.</p>",
        "GetEnvironmentBlueprintOutput$createdAt": "<p>A timestamp of when this blueprint was created.</p>",
        "GetEnvironmentBlueprintOutput$updatedAt": "<p>The timestamp of when this blueprint was updated.</p>",
        "GetEnvironmentCredentialsOutput$expiration": "<p>The expiration timestamp of the environment credentials.</p>",
        "GetEnvironmentOutput$createdAt": "<p>The timestamp of when the environment was created.</p>",
        "GetEnvironmentOutput$updatedAt": "<p>The timestamp of when this environment was updated.</p>",
        "GetEnvironmentProfileOutput$createdAt": "<p>The timestamp of when this environment profile was created.</p>",
        "GetEnvironmentProfileOutput$updatedAt": "<p>The timestamp of when this environment profile was upated.</p>",
        "GetProjectOutput$createdAt": "<p>The timestamp of when the project was created.</p>",
        "GetProjectOutput$lastUpdatedAt": "<p>The timestamp of when the project was last updated.</p>",
        "GetProjectProfileOutput$createdAt": "<p>The timestamp of when the project profile was created.</p>",
        "GetProjectProfileOutput$lastUpdatedAt": "<p>The timestamp of when project profile was last updated.</p>",
        "ProjectProfileSummary$createdAt": "<p>The timestamp of when the project profile was created.</p>",
        "ProjectProfileSummary$lastUpdatedAt": "<p>The timestamp at which a project profile was last updated.</p>",
        "ProjectSummary$createdAt": "<p>The timestamp of when a project was created.</p>",
        "ProjectSummary$updatedAt": "<p>The timestamp of when the project was updated.</p>",
        "PutEnvironmentBlueprintConfigurationOutput$createdAt": "<p>The timestamp of when the environment blueprint was created.</p>",
        "PutEnvironmentBlueprintConfigurationOutput$updatedAt": "<p>The timestamp of when the environment blueprint was updated.</p>",
        "SparkEmrPropertiesOutput$credentialsExpiration": "<p>The credential expiration of the Spark EMR.</p>",
        "UpdateAccountPoolOutput$createdAt": "<p>The timestamp at which the account pool was created.</p>",
        "UpdateAccountPoolOutput$lastUpdatedAt": "<p>The timestamp at which the account pool was last updated.</p>",
        "UpdateEnvironmentBlueprintOutput$createdAt": "<p>The timestamp of when the environment blueprint was created.</p>",
        "UpdateEnvironmentBlueprintOutput$updatedAt": "<p>The timestamp of when the blueprint was updated.</p>",
        "UpdateEnvironmentOutput$createdAt": "<p>The timestamp of when the environment was created.</p>",
        "UpdateEnvironmentOutput$updatedAt": "<p>The timestamp of when the environment was updated.</p>",
        "UpdateEnvironmentProfileOutput$createdAt": "<p>The timestamp of when the environment profile was created.</p>",
        "UpdateEnvironmentProfileOutput$updatedAt": "<p>The timestamp of when the environment profile was updated.</p>",
        "UpdateProjectOutput$createdAt": "<p>The timestamp of when the project was created.</p>",
        "UpdateProjectOutput$lastUpdatedAt": "<p>The timestamp of when the project was last updated.</p>",
        "UpdateProjectProfileOutput$createdAt": "<p>The timestamp at which a project profile is created.</p>",
        "UpdateProjectProfileOutput$lastUpdatedAt": "<p>The timestamp at which a project profile was last updated.</p>"
      }
    },
    "TagKey": {
      "base": null,
      "refs": {
        "TagKeyList$member": null,
        "Tags$key": null
      }
    },
    "TagKeyList": {
      "base": null,
      "refs": {
        "UntagResourceRequest$tagKeys": "<p>Specifies the tag keys for the <code>UntagResource</code> action.</p>"
      }
    },
    "TagResourceRequest": {
      "base": null,
      "refs": {}
    },
    "TagResourceResponse": {
      "base": null,
      "refs": {}
    },
    "TagValue": {
      "base": null,
      "refs": {
        "Tags$value": null
      }
    },
    "Tags": {
      "base": null,
      "refs": {
        "CreateDomainInput$tags": "<p>The tags specified for the Amazon DataZone domain.</p>",
        "CreateDomainOutput$tags": "<p>The tags specified for the Amazon DataZone domain.</p>",
        "GetDomainOutput$tags": "<p>The tags specified for the Amazon DataZone domain.</p>",
        "ListTagsForResourceResponse$tags": "<p>The tags of the specified resource.</p>",
        "TagResourceRequest$tags": "<p>Specifies the tags for the <code>TagResource</code> action.</p>"
      }
    },
    "TargetEntityType": {
      "base": null,
      "refs": {
        "AddPolicyGrantInput$entityType": "<p>The type of entity (resource) to which the grant is added.</p>",
        "ListPolicyGrantsInput$entityType": "<p>The type of entity for which you want to list policy grants.</p>",
        "RemovePolicyGrantInput$entityType": "<p>The type of the entity from which you want to remove a policy grant.</p>"
      }
    },
    "TaskId": {
      "base": null,
      "refs": {
        "NotificationOutput$identifier": "<p>The identifier of the notification.</p>"
      }
    },
    "TaskStatus": {
      "base": null,
      "refs": {
        "ListNotificationsInput$taskStatus": "<p>The task status of notifications.</p>",
        "NotificationOutput$status": "<p>The status included in the notification.</p>"
      }
    },
    "TermRelations": {
      "base": "<p>The details of the term relations.</p>",
      "refs": {
        "CreateGlossaryTermInput$termRelations": "<p>The term relations of this business glossary term.</p>",
        "CreateGlossaryTermOutput$termRelations": "<p>The term relations of this business glossary term.</p>",
        "GetGlossaryTermOutput$termRelations": "<p>The relations of the business glossary term.</p>",
        "GlossaryTermItem$termRelations": "<p>The relations of the business glossary term.</p>",
        "UpdateGlossaryTermInput$termRelations": "<p>The term relations to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>",
        "UpdateGlossaryTermOutput$termRelations": "<p>The term relations to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>"
      }
    },
    "TermRelationsClassifiesList": {
      "base": null,
      "refs": {
        "TermRelations$classifies": "<p>The classifies of the term relations.</p>"
      }
    },
    "TermRelationsIsAList": {
      "base": null,
      "refs": {
        "TermRelations$isA": "<p>The <code>isA</code> property of the term relations.</p>"
      }
    },
    "TextMatchItem": {
      "base": "<p>A structure indicating matched terms for an attribute.</p>",
      "refs": {
        "TextMatches$member": null
      }
    },
    "TextMatches": {
      "base": null,
      "refs": {
        "MatchRationaleItem$textMatches": "<p>A list of TextMatchItems.</p>"
      }
    },
    "ThrottlingException": {
      "base": "<p>The request was denied due to request throttling.</p>",
      "refs": {}
    },
    "TimeSeriesDataPointFormInput": {
      "base": "<p>The time series data points form.</p>",
      "refs": {
        "TimeSeriesDataPointFormInputList$member": null
      }
    },
    "TimeSeriesDataPointFormInputContentString": {
      "base": null,
      "refs": {
        "TimeSeriesDataPointFormInput$content": "<p>The content of the time series data points form.</p>"
      }
    },
    "TimeSeriesDataPointFormInputList": {
      "base": null,
      "refs": {
        "PostTimeSeriesDataPointsInput$forms": "<p>The forms that contain the data points that you want to post.</p>"
      }
    },
    "TimeSeriesDataPointFormOutput": {
      "base": "<p>The time series data points form.</p>",
      "refs": {
        "GetTimeSeriesDataPointOutput$form": "<p>The time series form that houses the data point that you want to get.</p>",
        "TimeSeriesDataPointFormOutputList$member": null
      }
    },
    "TimeSeriesDataPointFormOutputContentString": {
      "base": null,
      "refs": {
        "TimeSeriesDataPointFormOutput$content": "<p>The content of the time series data points form.</p>"
      }
    },
    "TimeSeriesDataPointFormOutputList": {
      "base": null,
      "refs": {
        "PostTimeSeriesDataPointsOutput$forms": "<p>The forms that contain the data points that you have posted.</p>"
      }
    },
    "TimeSeriesDataPointIdentifier": {
      "base": null,
      "refs": {
        "GetTimeSeriesDataPointInput$identifier": "<p>The ID of the data point that you want to get.</p>"
      }
    },
    "TimeSeriesDataPointSummaryFormOutput": {
      "base": "<p>The summary of the time series data points form.</p>",
      "refs": {
        "TimeSeriesDataPointSummaryFormOutputList$member": null
      }
    },
    "TimeSeriesDataPointSummaryFormOutputContentSummaryString": {
      "base": null,
      "refs": {
        "TimeSeriesDataPointSummaryFormOutput$contentSummary": "<p>The content of the summary of the time series data points form.</p>"
      }
    },
    "TimeSeriesDataPointSummaryFormOutputList": {
      "base": null,
      "refs": {
        "AssetItemAdditionalAttributes$latestTimeSeriesDataPointFormsOutput": "<p>The latest time series data points forms included in the additional attributes of an asset.</p>",
        "AssetListing$latestTimeSeriesDataPointForms": "<p>The latest time series data points forms included in the additional attributes of an asset.</p>",
        "AssetListingItemAdditionalAttributes$latestTimeSeriesDataPointForms": "<p>The latest time series data points forms included in the additional attributes of an asset.</p>",
        "CreateAssetOutput$latestTimeSeriesDataPointFormsOutput": "<p>The latest data point that was imported into the time series form for the asset. </p>",
        "CreateAssetRevisionOutput$latestTimeSeriesDataPointFormsOutput": "<p>The latest data point that was imported into the time series form for the asset. </p>",
        "GetAssetOutput$latestTimeSeriesDataPointFormsOutput": "<p>The latest data point that was imported into the time series form for the asset. </p>",
        "ListTimeSeriesDataPointsOutput$items": "<p>The results of the ListTimeSeriesDataPoints action. </p>"
      }
    },
    "TimeSeriesEntityType": {
      "base": null,
      "refs": {
        "DeleteTimeSeriesDataPointsInput$entityType": "<p>The type of the asset for which you want to delete a time series form.</p>",
        "GetTimeSeriesDataPointInput$entityType": "<p>The type of the asset for which you want to get the data point.</p>",
        "GetTimeSeriesDataPointOutput$entityType": "<p>The type of the asset for which you want to get the data point.</p>",
        "ListTimeSeriesDataPointsInput$entityType": "<p>The type of the asset for which you want to list data points.</p>",
        "PostTimeSeriesDataPointsInput$entityType": "<p>The type of the asset for which you want to post data points.</p>",
        "PostTimeSeriesDataPointsOutput$entityType": "<p>The type of the asset for which you want to post data points.</p>"
      }
    },
    "TimeSeriesFormName": {
      "base": null,
      "refs": {
        "DeleteTimeSeriesDataPointsInput$formName": "<p>The name of the time series form that you want to delete.</p>",
        "GetTimeSeriesDataPointInput$formName": "<p>The name of the time series form that houses the data point that you want to get.</p>",
        "GetTimeSeriesDataPointOutput$formName": "<p>The name of the time series form that houses the data point that you want to get.</p>",
        "ListTimeSeriesDataPointsInput$formName": "<p>The name of the time series data points form.</p>",
        "TimeSeriesDataPointFormInput$formName": "<p>The name of the time series data points form.</p>",
        "TimeSeriesDataPointFormOutput$formName": "<p>The name of the time series data points form.</p>",
        "TimeSeriesDataPointSummaryFormOutput$formName": "<p>The name of the time series data points summary form.</p>"
      }
    },
    "Timestamp": {
      "base": null,
      "refs": {
        "GetJobRunOutput$createdAt": "<p>The timestamp of when the job run was created.</p>",
        "GetJobRunOutput$endTime": "<p>The timestamp of when the job run ended.</p>",
        "GetJobRunOutput$startTime": "<p>The timestamp of when the job run started.</p>",
        "GetLineageEventOutput$eventTime": "<p>The time of the lineage event.</p>",
        "GetLineageNodeInput$eventTimestamp": "<p>The event time stamp for which you want to get the data lineage node.</p>",
        "GetLineageNodeOutput$eventTimestamp": "<p>The timestamp of the event described in the data lineage node.</p>",
        "GlueConnection$creationTime": "<p>The creation time of the Amazon Web Services Glue connection.</p>",
        "GlueConnection$lastConnectionValidationTime": "<p>The last validation time of the Amazon Web Services Glue connection.</p>",
        "GlueConnection$lastUpdatedTime": "<p>The timestamp at which the Amazon Web Services Glue connection was last updated.</p>",
        "JobRunSummary$createdAt": "<p>The timestamp at which job run was created.</p>",
        "JobRunSummary$endTime": "<p>The end time of a job run.</p>",
        "JobRunSummary$startTime": "<p>The start time of a job run.</p>",
        "LineageEventSummary$eventTime": "<p>The time of the data lineage event.</p>",
        "LineageNodeReference$eventTimestamp": "<p>The event timestamp of the data lineage node.</p>",
        "LineageNodeSummary$eventTimestamp": "<p>The event timestamp of the data lineage node.</p>",
        "LineageSqlQueryRunDetails$queryEndTime": "<p>The query end time in the SQL query run details of a data lineage run.</p>",
        "LineageSqlQueryRunDetails$queryStartTime": "<p>The query start time in the SQL query run details of a data lineage run.</p>",
        "ListLineageEventsInput$timestampAfter": "<p>The after timestamp of a lineage event.</p>",
        "ListLineageEventsInput$timestampBefore": "<p>The before timestamp of a lineage event.</p>",
        "ListLineageNodeHistoryInput$eventTimestampGTE": "<p>Specifies whether the action is to return data lineage node history from the time after the event timestamp.</p>",
        "ListLineageNodeHistoryInput$eventTimestampLTE": "<p>Specifies whether the action is to return data lineage node history from the time prior of the event timestamp.</p>",
        "ListNotificationsInput$afterTimestamp": "<p>The time after which you want to list notifications.</p>",
        "ListNotificationsInput$beforeTimestamp": "<p>The time before which you want to list notifications.</p>",
        "ListTimeSeriesDataPointsInput$endedAt": "<p>The timestamp at which the data points that you wanted to list ended.</p>",
        "ListTimeSeriesDataPointsInput$startedAt": "<p>The timestamp at which the data points that you want to list started.</p>",
        "NotificationOutput$creationTimestamp": "<p>The timestamp of when a notification was created.</p>",
        "NotificationOutput$lastUpdatedTimestamp": "<p>The timestamp of when the notification was last updated.</p>",
        "SubscribedAsset$failureTimestamp": "<p>The failure timestamp included in the details of the asset for which the subscription grant is created.</p>",
        "SubscribedAsset$grantedTimestamp": "<p>The timestamp of when the subscription grant to the asset is created.</p>",
        "TimeSeriesDataPointFormInput$timestamp": "<p>The timestamp of the time series data points form.</p>",
        "TimeSeriesDataPointFormOutput$timestamp": "<p>The timestamp of the time series data points form.</p>",
        "TimeSeriesDataPointSummaryFormOutput$timestamp": "<p>The timestamp of the time series data points summary form.</p>"
      }
    },
    "Timezone": {
      "base": null,
      "refs": {
        "ScheduleConfiguration$timezone": "<p>The timezone of the data source run. </p>"
      }
    },
    "Title": {
      "base": null,
      "refs": {
        "NotificationOutput$title": "<p>The title of the notification.</p>"
      }
    },
    "TokenUrlParametersMap": {
      "base": null,
      "refs": {
        "OAuth2Properties$tokenUrlParametersMap": "<p>The OAuth2 token URL parameter map of the OAuth2 properties.</p>"
      }
    },
    "TokenUrlParametersMapKeyString": {
      "base": null,
      "refs": {
        "TokenUrlParametersMap$key": null
      }
    },
    "TokenUrlParametersMapValueString": {
      "base": null,
      "refs": {
        "TokenUrlParametersMap$value": null
      }
    },
    "Topic": {
      "base": "<p>The topic of the notification.</p>",
      "refs": {
        "NotificationOutput$topic": "<p>The topic of the notification.</p>"
      }
    },
    "TrackingAssetArns": {
      "base": null,
      "refs": {
        "TrackingAssets$value": null
      }
    },
    "TrackingAssets": {
      "base": null,
      "refs": {
        "SageMakerRunConfigurationInput$trackingAssets": "<p>The tracking assets of the Amazon SageMaker run.</p>",
        "SageMakerRunConfigurationOutput$trackingAssets": "<p>The tracking assets of the Amazon SageMaker.</p>"
      }
    },
    "TypeName": {
      "base": null,
      "refs": {
        "ApplicableAssetTypes$member": null,
        "AssetListing$assetType": "<p>The type of an asset published in an Amazon DataZone catalog. </p>",
        "AssetListingItem$entityType": "<p>The type of the inventory asset.</p>",
        "AssetTypeItem$name": "<p>The name of the asset type.</p>",
        "CreateAssetTypeInput$name": "<p>The name of the custom asset type.</p>",
        "CreateAssetTypeOutput$name": "<p>The name of the asset type.</p>",
        "GetAssetTypeOutput$name": "<p>The name of the asset type.</p>",
        "SubscribedAssetListing$entityType": "<p>The type of the published asset for which the subscription grant is created.</p>"
      }
    },
    "TypesSearchScope": {
      "base": null,
      "refs": {
        "SearchTypesInput$searchScope": "<p>Specifies the scope of the search for types.</p>"
      }
    },
    "UnauthorizedException": {
      "base": "<p>You do not have permission to perform this action.</p>",
      "refs": {}
    },
    "Unit": {
      "base": "<p>The details of the policy of creating an environment.</p>",
      "refs": {
        "PolicyGrantDetail$createEnvironment": "<p>Specifies that this is a create environment policy.</p>",
        "PolicyGrantDetail$createEnvironmentFromBlueprint": null,
        "PolicyGrantDetail$delegateCreateEnvironmentProfile": "<p>Specifies that this is the delegation of the create environment profile policy.</p>"
      }
    },
    "UntagResourceRequest": {
      "base": null,
      "refs": {}
    },
    "UntagResourceResponse": {
      "base": null,
      "refs": {}
    },
    "UpdateAccountPoolInput": {
      "base": null,
      "refs": {}
    },
    "UpdateAccountPoolOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateAssetFilterInput": {
      "base": null,
      "refs": {}
    },
    "UpdateAssetFilterOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateConnectionInput": {
      "base": null,
      "refs": {}
    },
    "UpdateConnectionInputDescriptionString": {
      "base": null,
      "refs": {
        "UpdateConnectionInput$description": "<p>The description of a connection.</p>"
      }
    },
    "UpdateConnectionOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateDataSourceInput": {
      "base": null,
      "refs": {}
    },
    "UpdateDataSourceOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateDomainInput": {
      "base": null,
      "refs": {}
    },
    "UpdateDomainOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateDomainUnitInput": {
      "base": null,
      "refs": {}
    },
    "UpdateDomainUnitOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateEnvironmentActionInput": {
      "base": null,
      "refs": {}
    },
    "UpdateEnvironmentActionOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateEnvironmentBlueprintInput": {
      "base": null,
      "refs": {}
    },
    "UpdateEnvironmentBlueprintOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateEnvironmentInput": {
      "base": null,
      "refs": {}
    },
    "UpdateEnvironmentOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateEnvironmentProfileInput": {
      "base": null,
      "refs": {}
    },
    "UpdateEnvironmentProfileOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateGlossaryInput": {
      "base": null,
      "refs": {}
    },
    "UpdateGlossaryOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateGlossaryTermInput": {
      "base": null,
      "refs": {}
    },
    "UpdateGlossaryTermOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateGroupProfileInput": {
      "base": null,
      "refs": {}
    },
    "UpdateGroupProfileOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateProjectInput": {
      "base": null,
      "refs": {}
    },
    "UpdateProjectOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateProjectProfileInput": {
      "base": null,
      "refs": {}
    },
    "UpdateProjectProfileOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateRuleInput": {
      "base": null,
      "refs": {}
    },
    "UpdateRuleOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateSubscriptionGrantStatusInput": {
      "base": null,
      "refs": {}
    },
    "UpdateSubscriptionGrantStatusOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateSubscriptionRequestInput": {
      "base": null,
      "refs": {}
    },
    "UpdateSubscriptionRequestOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateSubscriptionRequestOutputSubscribedListingsList": {
      "base": null,
      "refs": {
        "UpdateSubscriptionRequestOutput$subscribedListings": "<p>The subscribed listings of the subscription request.</p>"
      }
    },
    "UpdateSubscriptionRequestOutputSubscribedPrincipalsList": {
      "base": null,
      "refs": {
        "UpdateSubscriptionRequestOutput$subscribedPrincipals": "<p>The subscribed principals of the subscription request.</p>"
      }
    },
    "UpdateSubscriptionTargetInput": {
      "base": null,
      "refs": {}
    },
    "UpdateSubscriptionTargetOutput": {
      "base": null,
      "refs": {}
    },
    "UpdateUserProfileInput": {
      "base": null,
      "refs": {}
    },
    "UpdateUserProfileOutput": {
      "base": null,
      "refs": {}
    },
    "UpdatedAt": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestOutput$updatedAt": "<p>Specifies the timestamp when subscription request was updated.</p>",
        "AssetTypeItem$updatedAt": "<p>The timestamp of when the asset type was updated.</p>",
        "CancelSubscriptionOutput$updatedAt": "<p>The timestamp that specifies when the subscription was cancelled.</p>",
        "CreateAssetTypeOutput$updatedAt": "<p>The timestamp of when the custom type was created.</p>",
        "CreateSubscriptionGrantOutput$updatedAt": "<p>A timestamp of when the subscription grant was updated.</p>",
        "CreateSubscriptionRequestOutput$updatedAt": "<p>The timestamp of when the subscription request was updated.</p>",
        "CreateSubscriptionTargetOutput$updatedAt": "<p>The timestamp of when the subscription target was updated.</p>",
        "DeleteSubscriptionGrantOutput$updatedAt": "<p>The timestamp of when the subscription grant that is deleted was updated.</p>",
        "DomainSummary$lastUpdatedAt": "<p>A timestamp of when a Amazon DataZone domain was last updated.</p>",
        "GetAssetTypeOutput$updatedAt": "<p>The timestamp of when the asset type was updated.</p>",
        "GetDomainOutput$lastUpdatedAt": "<p>The timestamp of when the Amazon DataZone domain was last updated.</p>",
        "GetDomainUnitOutput$lastUpdatedAt": "<p>The timestamp at which the domain unit was last updated.</p>",
        "GetGlossaryOutput$updatedAt": "<p>The timestamp of when the business glossary was updated.</p>",
        "GetGlossaryTermOutput$updatedAt": "<p>The timestamp of when the business glossary term was updated.</p>",
        "GetLineageNodeOutput$updatedAt": "<p>The timestamp at which the data lineage node was updated.</p>",
        "GetListingOutput$updatedAt": "<p>The timestamp of when the listing was updated.</p>",
        "GetRuleOutput$updatedAt": "<p>The timestamp at which the rule was last updated.</p>",
        "GetSubscriptionGrantOutput$updatedAt": "<p>The timestamp of when the subscription grant was upated.</p>",
        "GetSubscriptionOutput$updatedAt": "<p>The timestamp of when the subscription was updated.</p>",
        "GetSubscriptionRequestDetailsOutput$updatedAt": "<p>The timestamp of when the subscription request was updated.</p>",
        "GetSubscriptionTargetOutput$updatedAt": "<p>The timestamp of when the subscription target was updated.</p>",
        "GlossaryItem$updatedAt": "<p>The timestamp of when the business glossary was updated.</p>",
        "GlossaryTermItem$updatedAt": "<p>The timestamp of when a business glossary term was updated.</p>",
        "LineageNodeSummary$updatedAt": "<p>The timestamp at which the data lineage node was updated.</p>",
        "LineageNodeTypeItem$updatedAt": "<p>The timestamp at which the data lineage node type was updated.</p>",
        "RejectSubscriptionRequestOutput$updatedAt": "<p>The timestamp of when the subscription request was updated.</p>",
        "RevokeSubscriptionOutput$updatedAt": "<p>The timestamp of when the subscription was revoked.</p>",
        "RuleSummary$updatedAt": "<p>The timestamp at which the rule was last updated.</p>",
        "SubscriptionGrantSummary$updatedAt": "<p>The timestamp of when the subscription grant was updated.</p>",
        "SubscriptionRequestSummary$updatedAt": "<p>The timestamp of when the subscription request was updated.</p>",
        "SubscriptionSummary$updatedAt": "<p>The timestamp of when the subscription was updated.</p>",
        "SubscriptionTargetSummary$updatedAt": "<p>The timestamp of when the subscription target was updated.</p>",
        "UpdateDomainOutput$lastUpdatedAt": "<p>Specifies the timestamp of when the domain was last updated.</p>",
        "UpdateDomainUnitOutput$lastUpdatedAt": "<p>The timestamp at which the domain unit was last updated.</p>",
        "UpdateRuleOutput$updatedAt": "<p>The timestamp at which the rule was last updated.</p>",
        "UpdateSubscriptionGrantStatusOutput$updatedAt": "<p>The timestamp of when the subscription grant status is to be updated.</p>",
        "UpdateSubscriptionRequestOutput$updatedAt": "<p>The timestamp of when the subscription request was updated.</p>",
        "UpdateSubscriptionTargetOutput$updatedAt": "<p>The timestamp of when the subscription target was updated.</p>"
      }
    },
    "UpdatedBy": {
      "base": null,
      "refs": {
        "AcceptSubscriptionRequestOutput$updatedBy": "<p>Specifies the Amazon DataZone user who updated the subscription request.</p>",
        "AccountPoolSummary$updatedBy": "<p>The user who updated the account pool.</p>",
        "AssetListingItem$listingUpdatedBy": "<p>The Amazon DataZone user who updated the listing.</p>",
        "AssetTypeItem$updatedBy": "<p>The Amazon DataZone user who updated the asset type.</p>",
        "CancelSubscriptionOutput$updatedBy": "<p>The Amazon DataZone user that cancelled the subscription.</p>",
        "CreateAccountPoolOutput$updatedBy": "<p>The user who last updated the account pool.</p>",
        "CreateAssetTypeOutput$updatedBy": "<p>The Amazon DataZone user that created the custom asset type.</p>",
        "CreateSubscriptionGrantOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription grant.</p>",
        "CreateSubscriptionRequestOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription request.</p>",
        "CreateSubscriptionTargetOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription target.</p>",
        "DataProductListingItem$listingUpdatedBy": "<p>The user who updated the listing.</p>",
        "DeleteSubscriptionGrantOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription grant that is deleted.</p>",
        "GetAccountPoolOutput$updatedBy": "<p>The user who last updated the account pool.</p>",
        "GetAssetTypeOutput$updatedBy": "<p>The Amazon DataZone user that updated the asset type.</p>",
        "GetDomainUnitOutput$lastUpdatedBy": "<p>The user who last updated the domain unit.</p>",
        "GetGlossaryOutput$updatedBy": "<p>The Amazon DataZone user who updated the business glossary.</p>",
        "GetGlossaryTermOutput$updatedBy": "<p>The Amazon DataZone user who updated the business glossary term.</p>",
        "GetLineageNodeOutput$updatedBy": "<p>The user who updated the data lineage node.</p>",
        "GetListingOutput$updatedBy": "<p>The Amazon DataZone user who updated the listing.</p>",
        "GetRuleOutput$lastUpdatedBy": "<p>The timestamp at which the rule was last updated.</p>",
        "GetSubscriptionGrantOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription grant.</p>",
        "GetSubscriptionOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription.</p>",
        "GetSubscriptionRequestDetailsOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription request.</p>",
        "GetSubscriptionTargetOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription target.</p>",
        "GlossaryItem$updatedBy": "<p>The Amazon DataZone user who updated the business glossary.</p>",
        "GlossaryTermItem$updatedBy": "<p>The Amazon DataZone user who updated the business glossary term.</p>",
        "LineageNodeSummary$updatedBy": "<p>The user who updated the data lineage node.</p>",
        "LineageNodeTypeItem$updatedBy": "<p>The user who updated the data lineage node type.</p>",
        "RejectSubscriptionRequestOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription request.</p>",
        "RevokeSubscriptionOutput$updatedBy": "<p>The Amazon DataZone user who revoked the subscription.</p>",
        "RuleSummary$lastUpdatedBy": "<p>The timestamp at which the rule was last updated.</p>",
        "SubscriptionGrantSummary$updatedBy": "<p>The Amazon DataZone user who updated the subscription grant.</p>",
        "SubscriptionRequestSummary$updatedBy": "<p>The identifier of the Amazon DataZone user who updated the subscription request.</p>",
        "SubscriptionSummary$updatedBy": "<p>The Amazon DataZone user who updated the subscription.</p>",
        "SubscriptionTargetSummary$updatedBy": "<p>The Amazon DataZone user who updated the subscription target.</p>",
        "UpdateAccountPoolOutput$updatedBy": "<p>The user who last updated the account pool.</p>",
        "UpdateDomainUnitOutput$lastUpdatedBy": "<p>The user who last updated the domain unit.</p>",
        "UpdateRuleOutput$lastUpdatedBy": "<p>The timestamp at which the rule was last updated.</p>",
        "UpdateSubscriptionGrantStatusOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription grant status.</p>",
        "UpdateSubscriptionRequestOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription request.</p>",
        "UpdateSubscriptionTargetOutput$updatedBy": "<p>The Amazon DataZone user who updated the subscription target.</p>"
      }
    },
    "UseAssetTypePolicyGrantDetail": {
      "base": "<p>Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>",
      "refs": {
        "PolicyGrantDetail$useAssetType": "<p> Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>"
      }
    },
    "UserAssignment": {
      "base": null,
      "refs": {
        "SingleSignOn$userAssignment": "<p>The single sign-on user assignment in Amazon DataZone.</p>"
      }
    },
    "UserDesignation": {
      "base": null,
      "refs": {
        "CreateProjectMembershipInput$designation": "<p>The designation of the project membership.</p>",
        "ProjectMember$designation": "<p>The designated role of a project member.</p>"
      }
    },
    "UserDetails": {
      "base": "<p>The user details of a project member.</p>",
      "refs": {
        "MemberDetails$user": "<p>The user details of a project member.</p>"
      }
    },
    "UserIdentifier": {
      "base": null,
      "refs": {
        "CreateUserProfileInput$userIdentifier": "<p>The identifier of the user for which the user profile is created.</p>",
        "GetUserProfileInput$userIdentifier": "<p>The identifier of the user for which you want to get the user profile.</p>",
        "OwnerUserProperties$userIdentifier": "<p>The ID of the owner user.</p>",
        "UpdateUserProfileInput$userIdentifier": "<p>The identifier of the user whose user profile is to be updated.</p>",
        "UserPolicyGrantPrincipal$userIdentifier": "<p>The user ID of the user policy grant principal.</p>"
      }
    },
    "UserPolicyGrantPrincipal": {
      "base": "<p>The user policy grant principal.</p>",
      "refs": {
        "PolicyGrantPrincipal$user": "<p>The user of the policy grant principal.</p>"
      }
    },
    "UserProfileDetails": {
      "base": "<p>The details of the user profile in Amazon DataZone.</p>",
      "refs": {
        "CreateUserProfileOutput$details": null,
        "GetUserProfileOutput$details": null,
        "UpdateUserProfileOutput$details": null,
        "UserProfileSummary$details": "<p>The details of the user profile.</p>"
      }
    },
    "UserProfileId": {
      "base": null,
      "refs": {
        "CreateUserProfileOutput$id": "<p>The identifier of the user profile.</p>",
        "GetUserProfileOutput$id": "<p>The identifier of the user profile.</p>",
        "UpdateUserProfileOutput$id": "<p>The identifier of the user profile.</p>",
        "UserProfileSummary$id": "<p>The ID of the user profile.</p>"
      }
    },
    "UserProfileName": {
      "base": null,
      "refs": {
        "SsoUserProfileDetails$username": "<p>The username included in the single sign-on details of the user profile.</p>"
      }
    },
    "UserProfileStatus": {
      "base": null,
      "refs": {
        "CreateUserProfileOutput$status": "<p>The status of the user profile.</p>",
        "GetUserProfileOutput$status": "<p>The status of the user profile.</p>",
        "UpdateUserProfileInput$status": "<p>The status of the user profile that are to be updated.</p>",
        "UpdateUserProfileOutput$status": "<p>The status of the user profile.</p>",
        "UserProfileSummary$status": "<p>The status of the user profile.</p>"
      }
    },
    "UserProfileSummaries": {
      "base": null,
      "refs": {
        "SearchUserProfilesOutput$items": "<p>The results of the <code>SearchUserProfiles</code> action.</p>"
      }
    },
    "UserProfileSummary": {
      "base": "<p>The details of the user profile.</p>",
      "refs": {
        "UserProfileSummaries$member": null
      }
    },
    "UserProfileType": {
      "base": null,
      "refs": {
        "CreateUserProfileOutput$type": "<p>The type of the user profile.</p>",
        "GetUserProfileInput$type": "<p>The type of the user profile.</p>",
        "GetUserProfileOutput$type": "<p>The type of the user profile.</p>",
        "UpdateUserProfileInput$type": "<p>The type of the user profile that are to be updated.</p>",
        "UpdateUserProfileOutput$type": "<p>The type of the user profile.</p>",
        "UserProfileSummary$type": "<p>The type of the user profile.</p>"
      }
    },
    "UserSearchText": {
      "base": null,
      "refs": {
        "SearchUserProfilesInput$searchText": "<p>Specifies the text for which to search.</p>"
      }
    },
    "UserSearchType": {
      "base": null,
      "refs": {
        "SearchUserProfilesInput$userType": "<p>Specifies the user type for the <code>SearchUserProfiles</code> action.</p>"
      }
    },
    "UserType": {
      "base": null,
      "refs": {
        "CreateUserProfileInput$userType": "<p>The user type of the user for which the user profile is created.</p>"
      }
    },
    "Username": {
      "base": null,
      "refs": {
        "UsernamePassword$username": "<p>The username of a connection.</p>"
      }
    },
    "UsernamePassword": {
      "base": "<p>The username and password of a connection.</p>",
      "refs": {
        "RedshiftCredentials$usernamePassword": "<p>The username and password of the Amazon Redshift credentials of a connection.</p>",
        "SparkEmrPropertiesOutput$credentials": "<p>The credentials of the Spark EMR.</p>"
      }
    },
    "ValidationException": {
      "base": "<p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>",
      "refs": {}
    }
  }
}
