Literals#
Auto-generated documentation for DataZone type annotations stubs module types-boto3-datazone.
AcceptRuleBehaviorType#
# AcceptRuleBehaviorType usage example
from types_boto3_datazone.literals import AcceptRuleBehaviorType
def get_value() -> AcceptRuleBehaviorType:
    return "ALL"# AcceptRuleBehaviorType definition
AcceptRuleBehaviorType = Literal[
    "ALL",
    "NONE",
]AuthTypeType#
# AuthTypeType usage example
from types_boto3_datazone.literals import AuthTypeType
def get_value() -> AuthTypeType:
    return "DISABLED"# AuthTypeType definition
AuthTypeType = Literal[
    "DISABLED",
    "IAM_IDC",
]AuthenticationTypeType#
# AuthenticationTypeType usage example
from types_boto3_datazone.literals import AuthenticationTypeType
def get_value() -> AuthenticationTypeType:
    return "BASIC"# AuthenticationTypeType definition
AuthenticationTypeType = Literal[
    "BASIC",
    "CUSTOM",
    "OAUTH2",
]ChangeActionType#
# ChangeActionType usage example
from types_boto3_datazone.literals import ChangeActionType
def get_value() -> ChangeActionType:
    return "PUBLISH"# ChangeActionType definition
ChangeActionType = Literal[
    "PUBLISH",
    "UNPUBLISH",
]ComputeEnvironmentsType#
# ComputeEnvironmentsType usage example
from types_boto3_datazone.literals import ComputeEnvironmentsType
def get_value() -> ComputeEnvironmentsType:
    return "ATHENA"# ComputeEnvironmentsType definition
ComputeEnvironmentsType = Literal[
    "ATHENA",
    "PYTHON",
    "SPARK",
]ConfigurableActionTypeAuthorizationType#
# ConfigurableActionTypeAuthorizationType usage example
from types_boto3_datazone.literals import ConfigurableActionTypeAuthorizationType
def get_value() -> ConfigurableActionTypeAuthorizationType:
    return "HTTPS"# ConfigurableActionTypeAuthorizationType definition
ConfigurableActionTypeAuthorizationType = Literal[
    "HTTPS",
    "IAM",
]ConnectionScopeType#
# ConnectionScopeType usage example
from types_boto3_datazone.literals import ConnectionScopeType
def get_value() -> ConnectionScopeType:
    return "DOMAIN"# ConnectionScopeType definition
ConnectionScopeType = Literal[
    "DOMAIN",
    "PROJECT",
]ConnectionStatusType#
# ConnectionStatusType usage example
from types_boto3_datazone.literals import ConnectionStatusType
def get_value() -> ConnectionStatusType:
    return "CREATE_FAILED"# ConnectionStatusType definition
ConnectionStatusType = Literal[
    "CREATE_FAILED",
    "CREATING",
    "DELETE_FAILED",
    "DELETED",
    "DELETING",
    "READY",
    "UPDATE_FAILED",
    "UPDATING",
]ConnectionTypeType#
# ConnectionTypeType usage example
from types_boto3_datazone.literals import ConnectionTypeType
def get_value() -> ConnectionTypeType:
    return "AMAZON_Q"# ConnectionTypeType definition
ConnectionTypeType = Literal[
    "AMAZON_Q",
    "ATHENA",
    "BIGQUERY",
    "DATABRICKS",
    "DOCUMENTDB",
    "DYNAMODB",
    "HYPERPOD",
    "IAM",
    "MLFLOW",
    "MYSQL",
    "OPENSEARCH",
    "ORACLE",
    "POSTGRESQL",
    "REDSHIFT",
    "S3",
    "SAPHANA",
    "SNOWFLAKE",
    "SPARK",
    "SQLSERVER",
    "TERADATA",
    "VERTICA",
    "WORKFLOWS_MWAA",
]DataAssetActivityStatusType#
# DataAssetActivityStatusType usage example
from types_boto3_datazone.literals import DataAssetActivityStatusType
def get_value() -> DataAssetActivityStatusType:
    return "FAILED"# DataAssetActivityStatusType definition
DataAssetActivityStatusType = Literal[
    "FAILED",
    "PUBLISHING_FAILED",
    "SKIPPED_ALREADY_IMPORTED",
    "SKIPPED_ARCHIVED",
    "SKIPPED_NO_ACCESS",
    "SUCCEEDED_CREATED",
    "SUCCEEDED_UPDATED",
    "UNCHANGED",
]DataProductItemTypeType#
# DataProductItemTypeType usage example
from types_boto3_datazone.literals import DataProductItemTypeType
def get_value() -> DataProductItemTypeType:
    return "ASSET"# DataProductItemTypeType definition
DataProductItemTypeType = Literal[
    "ASSET",
]DataProductStatusType#
# DataProductStatusType usage example
from types_boto3_datazone.literals import DataProductStatusType
def get_value() -> DataProductStatusType:
    return "CREATED"# DataProductStatusType definition
DataProductStatusType = Literal[
    "CREATE_FAILED",
    "CREATED",
    "CREATING",
]DataSourceErrorTypeType#
# DataSourceErrorTypeType usage example
from types_boto3_datazone.literals import DataSourceErrorTypeType
def get_value() -> DataSourceErrorTypeType:
    return "ACCESS_DENIED_EXCEPTION"# DataSourceErrorTypeType definition
DataSourceErrorTypeType = Literal[
    "ACCESS_DENIED_EXCEPTION",
    "CONFLICT_EXCEPTION",
    "INTERNAL_SERVER_EXCEPTION",
    "RESOURCE_NOT_FOUND_EXCEPTION",
    "SERVICE_QUOTA_EXCEEDED_EXCEPTION",
    "THROTTLING_EXCEPTION",
    "VALIDATION_EXCEPTION",
]DataSourceRunStatusType#
# DataSourceRunStatusType usage example
from types_boto3_datazone.literals import DataSourceRunStatusType
def get_value() -> DataSourceRunStatusType:
    return "FAILED"# DataSourceRunStatusType definition
DataSourceRunStatusType = Literal[
    "FAILED",
    "PARTIALLY_SUCCEEDED",
    "REQUESTED",
    "RUNNING",
    "SUCCESS",
]DataSourceRunTypeType#
# DataSourceRunTypeType usage example
from types_boto3_datazone.literals import DataSourceRunTypeType
def get_value() -> DataSourceRunTypeType:
    return "PRIORITIZED"# DataSourceRunTypeType definition
DataSourceRunTypeType = Literal[
    "PRIORITIZED",
    "SCHEDULED",
]DataSourceStatusType#
# DataSourceStatusType usage example
from types_boto3_datazone.literals import DataSourceStatusType
def get_value() -> DataSourceStatusType:
    return "CREATING"# DataSourceStatusType definition
DataSourceStatusType = Literal[
    "CREATING",
    "DELETING",
    "FAILED_CREATION",
    "FAILED_DELETION",
    "FAILED_UPDATE",
    "READY",
    "RUNNING",
    "UPDATING",
]DataZoneEntityTypeType#
# DataZoneEntityTypeType usage example
from types_boto3_datazone.literals import DataZoneEntityTypeType
def get_value() -> DataZoneEntityTypeType:
    return "DOMAIN_UNIT"# DataZoneEntityTypeType definition
DataZoneEntityTypeType = Literal[
    "DOMAIN_UNIT",
]DeploymentModeType#
# DeploymentModeType usage example
from types_boto3_datazone.literals import DeploymentModeType
def get_value() -> DeploymentModeType:
    return "ON_CREATE"# DeploymentModeType definition
DeploymentModeType = Literal[
    "ON_CREATE",
    "ON_DEMAND",
]DeploymentStatusType#
# DeploymentStatusType usage example
from types_boto3_datazone.literals import DeploymentStatusType
def get_value() -> DeploymentStatusType:
    return "FAILED"# DeploymentStatusType definition
DeploymentStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "PENDING_DEPLOYMENT",
    "SUCCESSFUL",
]DeploymentTypeType#
# DeploymentTypeType usage example
from types_boto3_datazone.literals import DeploymentTypeType
def get_value() -> DeploymentTypeType:
    return "CREATE"# DeploymentTypeType definition
DeploymentTypeType = Literal[
    "CREATE",
    "DELETE",
    "UPDATE",
]DomainStatusType#
# DomainStatusType usage example
from types_boto3_datazone.literals import DomainStatusType
def get_value() -> DomainStatusType:
    return "AVAILABLE"# DomainStatusType definition
DomainStatusType = Literal[
    "AVAILABLE",
    "CREATING",
    "CREATION_FAILED",
    "DELETED",
    "DELETING",
    "DELETION_FAILED",
]DomainUnitDesignationType#
# DomainUnitDesignationType usage example
from types_boto3_datazone.literals import DomainUnitDesignationType
def get_value() -> DomainUnitDesignationType:
    return "OWNER"# DomainUnitDesignationType definition
DomainUnitDesignationType = Literal[
    "OWNER",
]DomainVersionType#
# DomainVersionType usage example
from types_boto3_datazone.literals import DomainVersionType
def get_value() -> DomainVersionType:
    return "V1"# DomainVersionType definition
DomainVersionType = Literal[
    "V1",
    "V2",
]EdgeDirectionType#
# EdgeDirectionType usage example
from types_boto3_datazone.literals import EdgeDirectionType
def get_value() -> EdgeDirectionType:
    return "DOWNSTREAM"# EdgeDirectionType definition
EdgeDirectionType = Literal[
    "DOWNSTREAM",
    "UPSTREAM",
]EnableSettingType#
# EnableSettingType usage example
from types_boto3_datazone.literals import EnableSettingType
def get_value() -> EnableSettingType:
    return "DISABLED"# EnableSettingType definition
EnableSettingType = Literal[
    "DISABLED",
    "ENABLED",
]EntityTypeType#
# EntityTypeType usage example
from types_boto3_datazone.literals import EntityTypeType
def get_value() -> EntityTypeType:
    return "ASSET"# EntityTypeType definition
EntityTypeType = Literal[
    "ASSET",
    "DATA_PRODUCT",
]EnvironmentStatusType#
# EnvironmentStatusType usage example
from types_boto3_datazone.literals import EnvironmentStatusType
def get_value() -> EnvironmentStatusType:
    return "ACTIVE"# EnvironmentStatusType definition
EnvironmentStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATING",
    "DELETE_FAILED",
    "DELETED",
    "DELETING",
    "DISABLED",
    "EXPIRED",
    "INACCESSIBLE",
    "SUSPENDED",
    "UPDATE_FAILED",
    "UPDATING",
    "VALIDATION_FAILED",
]FilterExpressionTypeType#
# FilterExpressionTypeType usage example
from types_boto3_datazone.literals import FilterExpressionTypeType
def get_value() -> FilterExpressionTypeType:
    return "EXCLUDE"# FilterExpressionTypeType definition
FilterExpressionTypeType = Literal[
    "EXCLUDE",
    "INCLUDE",
]FilterStatusType#
# FilterStatusType usage example
from types_boto3_datazone.literals import FilterStatusType
def get_value() -> FilterStatusType:
    return "INVALID"# FilterStatusType definition
FilterStatusType = Literal[
    "INVALID",
    "VALID",
]FormTypeStatusType#
# FormTypeStatusType usage example
from types_boto3_datazone.literals import FormTypeStatusType
def get_value() -> FormTypeStatusType:
    return "DISABLED"# FormTypeStatusType definition
FormTypeStatusType = Literal[
    "DISABLED",
    "ENABLED",
]GlossaryStatusType#
# GlossaryStatusType usage example
from types_boto3_datazone.literals import GlossaryStatusType
def get_value() -> GlossaryStatusType:
    return "DISABLED"# GlossaryStatusType definition
GlossaryStatusType = Literal[
    "DISABLED",
    "ENABLED",
]GlossaryTermStatusType#
# GlossaryTermStatusType usage example
from types_boto3_datazone.literals import GlossaryTermStatusType
def get_value() -> GlossaryTermStatusType:
    return "DISABLED"# GlossaryTermStatusType definition
GlossaryTermStatusType = Literal[
    "DISABLED",
    "ENABLED",
]GlossaryUsageRestrictionType#
# GlossaryUsageRestrictionType usage example
from types_boto3_datazone.literals import GlossaryUsageRestrictionType
def get_value() -> GlossaryUsageRestrictionType:
    return "ASSET_GOVERNED_TERMS"# GlossaryUsageRestrictionType definition
GlossaryUsageRestrictionType = Literal[
    "ASSET_GOVERNED_TERMS",
]GlueConnectionTypeType#
# GlueConnectionTypeType usage example
from types_boto3_datazone.literals import GlueConnectionTypeType
def get_value() -> GlueConnectionTypeType:
    return "BIGQUERY"# GlueConnectionTypeType definition
GlueConnectionTypeType = Literal[
    "BIGQUERY",
    "DOCUMENTDB",
    "DYNAMODB",
    "MYSQL",
    "OPENSEARCH",
    "ORACLE",
    "POSTGRESQL",
    "REDSHIFT",
    "SAPHANA",
    "SNOWFLAKE",
    "SQLSERVER",
    "TERADATA",
    "VERTICA",
]GovernanceTypeType#
# GovernanceTypeType usage example
from types_boto3_datazone.literals import GovernanceTypeType
def get_value() -> GovernanceTypeType:
    return "AWS_MANAGED"# GovernanceTypeType definition
GovernanceTypeType = Literal[
    "AWS_MANAGED",
    "USER_MANAGED",
]GovernedEntityTypeType#
# GovernedEntityTypeType usage example
from types_boto3_datazone.literals import GovernedEntityTypeType
def get_value() -> GovernedEntityTypeType:
    return "ASSET"# GovernedEntityTypeType definition
GovernedEntityTypeType = Literal[
    "ASSET",
]GroupProfileStatusType#
# GroupProfileStatusType usage example
from types_boto3_datazone.literals import GroupProfileStatusType
def get_value() -> GroupProfileStatusType:
    return "ASSIGNED"# GroupProfileStatusType definition
GroupProfileStatusType = Literal[
    "ASSIGNED",
    "NOT_ASSIGNED",
]GroupSearchTypeType#
# GroupSearchTypeType usage example
from types_boto3_datazone.literals import GroupSearchTypeType
def get_value() -> GroupSearchTypeType:
    return "DATAZONE_SSO_GROUP"# GroupSearchTypeType definition
GroupSearchTypeType = Literal[
    "DATAZONE_SSO_GROUP",
    "SSO_GROUP",
]HyperPodOrchestratorType#
# HyperPodOrchestratorType usage example
from types_boto3_datazone.literals import HyperPodOrchestratorType
def get_value() -> HyperPodOrchestratorType:
    return "EKS"# HyperPodOrchestratorType definition
HyperPodOrchestratorType = Literal[
    "EKS",
    "SLURM",
]InventorySearchScopeType#
# InventorySearchScopeType usage example
from types_boto3_datazone.literals import InventorySearchScopeType
def get_value() -> InventorySearchScopeType:
    return "ASSET"# InventorySearchScopeType definition
InventorySearchScopeType = Literal[
    "ASSET",
    "DATA_PRODUCT",
    "GLOSSARY",
    "GLOSSARY_TERM",
]JobRunModeType#
# JobRunModeType usage example
from types_boto3_datazone.literals import JobRunModeType
def get_value() -> JobRunModeType:
    return "ON_DEMAND"# JobRunModeType definition
JobRunModeType = Literal[
    "ON_DEMAND",
    "SCHEDULED",
]JobRunStatusType#
# JobRunStatusType usage example
from types_boto3_datazone.literals import JobRunStatusType
def get_value() -> JobRunStatusType:
    return "ABORTED"# JobRunStatusType definition
JobRunStatusType = Literal[
    "ABORTED",
    "CANCELED",
    "FAILED",
    "IN_PROGRESS",
    "PARTIALLY_SUCCEEDED",
    "SCHEDULED",
    "SUCCESS",
    "TIMED_OUT",
]JobTypeType#
# JobTypeType usage example
from types_boto3_datazone.literals import JobTypeType
def get_value() -> JobTypeType:
    return "LINEAGE"# JobTypeType definition
JobTypeType = Literal[
    "LINEAGE",
]LineageEventProcessingStatusType#
# LineageEventProcessingStatusType usage example
from types_boto3_datazone.literals import LineageEventProcessingStatusType
def get_value() -> LineageEventProcessingStatusType:
    return "FAILED"# LineageEventProcessingStatusType definition
LineageEventProcessingStatusType = Literal[
    "FAILED",
    "PROCESSING",
    "REQUESTED",
    "SUCCESS",
]LineageImportStatusType#
# LineageImportStatusType usage example
from types_boto3_datazone.literals import LineageImportStatusType
def get_value() -> LineageImportStatusType:
    return "FAILED"# LineageImportStatusType definition
LineageImportStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "PARTIALLY_SUCCEEDED",
    "SUCCESS",
]ListAccountPoolsPaginatorName#
# ListAccountPoolsPaginatorName usage example
from types_boto3_datazone.literals import ListAccountPoolsPaginatorName
def get_value() -> ListAccountPoolsPaginatorName:
    return "list_account_pools"# ListAccountPoolsPaginatorName definition
ListAccountPoolsPaginatorName = Literal[
    "list_account_pools",
]ListAccountsInAccountPoolPaginatorName#
# ListAccountsInAccountPoolPaginatorName usage example
from types_boto3_datazone.literals import ListAccountsInAccountPoolPaginatorName
def get_value() -> ListAccountsInAccountPoolPaginatorName:
    return "list_accounts_in_account_pool"# ListAccountsInAccountPoolPaginatorName definition
ListAccountsInAccountPoolPaginatorName = Literal[
    "list_accounts_in_account_pool",
]ListAssetFiltersPaginatorName#
# ListAssetFiltersPaginatorName usage example
from types_boto3_datazone.literals import ListAssetFiltersPaginatorName
def get_value() -> ListAssetFiltersPaginatorName:
    return "list_asset_filters"# ListAssetFiltersPaginatorName definition
ListAssetFiltersPaginatorName = Literal[
    "list_asset_filters",
]ListAssetRevisionsPaginatorName#
# ListAssetRevisionsPaginatorName usage example
from types_boto3_datazone.literals import ListAssetRevisionsPaginatorName
def get_value() -> ListAssetRevisionsPaginatorName:
    return "list_asset_revisions"# ListAssetRevisionsPaginatorName definition
ListAssetRevisionsPaginatorName = Literal[
    "list_asset_revisions",
]ListConnectionsPaginatorName#
# ListConnectionsPaginatorName usage example
from types_boto3_datazone.literals import ListConnectionsPaginatorName
def get_value() -> ListConnectionsPaginatorName:
    return "list_connections"# ListConnectionsPaginatorName definition
ListConnectionsPaginatorName = Literal[
    "list_connections",
]ListDataProductRevisionsPaginatorName#
# ListDataProductRevisionsPaginatorName usage example
from types_boto3_datazone.literals import ListDataProductRevisionsPaginatorName
def get_value() -> ListDataProductRevisionsPaginatorName:
    return "list_data_product_revisions"# ListDataProductRevisionsPaginatorName definition
ListDataProductRevisionsPaginatorName = Literal[
    "list_data_product_revisions",
]ListDataSourceRunActivitiesPaginatorName#
# ListDataSourceRunActivitiesPaginatorName usage example
from types_boto3_datazone.literals import ListDataSourceRunActivitiesPaginatorName
def get_value() -> ListDataSourceRunActivitiesPaginatorName:
    return "list_data_source_run_activities"# ListDataSourceRunActivitiesPaginatorName definition
ListDataSourceRunActivitiesPaginatorName = Literal[
    "list_data_source_run_activities",
]ListDataSourceRunsPaginatorName#
# ListDataSourceRunsPaginatorName usage example
from types_boto3_datazone.literals import ListDataSourceRunsPaginatorName
def get_value() -> ListDataSourceRunsPaginatorName:
    return "list_data_source_runs"# ListDataSourceRunsPaginatorName definition
ListDataSourceRunsPaginatorName = Literal[
    "list_data_source_runs",
]ListDataSourcesPaginatorName#
# ListDataSourcesPaginatorName usage example
from types_boto3_datazone.literals import ListDataSourcesPaginatorName
def get_value() -> ListDataSourcesPaginatorName:
    return "list_data_sources"# ListDataSourcesPaginatorName definition
ListDataSourcesPaginatorName = Literal[
    "list_data_sources",
]ListDomainUnitsForParentPaginatorName#
# ListDomainUnitsForParentPaginatorName usage example
from types_boto3_datazone.literals import ListDomainUnitsForParentPaginatorName
def get_value() -> ListDomainUnitsForParentPaginatorName:
    return "list_domain_units_for_parent"# ListDomainUnitsForParentPaginatorName definition
ListDomainUnitsForParentPaginatorName = Literal[
    "list_domain_units_for_parent",
]ListDomainsPaginatorName#
# ListDomainsPaginatorName usage example
from types_boto3_datazone.literals import ListDomainsPaginatorName
def get_value() -> ListDomainsPaginatorName:
    return "list_domains"# ListDomainsPaginatorName definition
ListDomainsPaginatorName = Literal[
    "list_domains",
]ListEntityOwnersPaginatorName#
# ListEntityOwnersPaginatorName usage example
from types_boto3_datazone.literals import ListEntityOwnersPaginatorName
def get_value() -> ListEntityOwnersPaginatorName:
    return "list_entity_owners"# ListEntityOwnersPaginatorName definition
ListEntityOwnersPaginatorName = Literal[
    "list_entity_owners",
]ListEnvironmentActionsPaginatorName#
# ListEnvironmentActionsPaginatorName usage example
from types_boto3_datazone.literals import ListEnvironmentActionsPaginatorName
def get_value() -> ListEnvironmentActionsPaginatorName:
    return "list_environment_actions"# ListEnvironmentActionsPaginatorName definition
ListEnvironmentActionsPaginatorName = Literal[
    "list_environment_actions",
]ListEnvironmentBlueprintConfigurationsPaginatorName#
# ListEnvironmentBlueprintConfigurationsPaginatorName usage example
from types_boto3_datazone.literals import ListEnvironmentBlueprintConfigurationsPaginatorName
def get_value() -> ListEnvironmentBlueprintConfigurationsPaginatorName:
    return "list_environment_blueprint_configurations"# ListEnvironmentBlueprintConfigurationsPaginatorName definition
ListEnvironmentBlueprintConfigurationsPaginatorName = Literal[
    "list_environment_blueprint_configurations",
]ListEnvironmentBlueprintsPaginatorName#
# ListEnvironmentBlueprintsPaginatorName usage example
from types_boto3_datazone.literals import ListEnvironmentBlueprintsPaginatorName
def get_value() -> ListEnvironmentBlueprintsPaginatorName:
    return "list_environment_blueprints"# ListEnvironmentBlueprintsPaginatorName definition
ListEnvironmentBlueprintsPaginatorName = Literal[
    "list_environment_blueprints",
]ListEnvironmentProfilesPaginatorName#
# ListEnvironmentProfilesPaginatorName usage example
from types_boto3_datazone.literals import ListEnvironmentProfilesPaginatorName
def get_value() -> ListEnvironmentProfilesPaginatorName:
    return "list_environment_profiles"# ListEnvironmentProfilesPaginatorName definition
ListEnvironmentProfilesPaginatorName = Literal[
    "list_environment_profiles",
]ListEnvironmentsPaginatorName#
# ListEnvironmentsPaginatorName usage example
from types_boto3_datazone.literals import ListEnvironmentsPaginatorName
def get_value() -> ListEnvironmentsPaginatorName:
    return "list_environments"# ListEnvironmentsPaginatorName definition
ListEnvironmentsPaginatorName = Literal[
    "list_environments",
]ListJobRunsPaginatorName#
# ListJobRunsPaginatorName usage example
from types_boto3_datazone.literals import ListJobRunsPaginatorName
def get_value() -> ListJobRunsPaginatorName:
    return "list_job_runs"# ListJobRunsPaginatorName definition
ListJobRunsPaginatorName = Literal[
    "list_job_runs",
]ListLineageEventsPaginatorName#
# ListLineageEventsPaginatorName usage example
from types_boto3_datazone.literals import ListLineageEventsPaginatorName
def get_value() -> ListLineageEventsPaginatorName:
    return "list_lineage_events"# ListLineageEventsPaginatorName definition
ListLineageEventsPaginatorName = Literal[
    "list_lineage_events",
]ListLineageNodeHistoryPaginatorName#
# ListLineageNodeHistoryPaginatorName usage example
from types_boto3_datazone.literals import ListLineageNodeHistoryPaginatorName
def get_value() -> ListLineageNodeHistoryPaginatorName:
    return "list_lineage_node_history"# ListLineageNodeHistoryPaginatorName definition
ListLineageNodeHistoryPaginatorName = Literal[
    "list_lineage_node_history",
]ListMetadataGenerationRunsPaginatorName#
# ListMetadataGenerationRunsPaginatorName usage example
from types_boto3_datazone.literals import ListMetadataGenerationRunsPaginatorName
def get_value() -> ListMetadataGenerationRunsPaginatorName:
    return "list_metadata_generation_runs"# ListMetadataGenerationRunsPaginatorName definition
ListMetadataGenerationRunsPaginatorName = Literal[
    "list_metadata_generation_runs",
]ListNotificationsPaginatorName#
# ListNotificationsPaginatorName usage example
from types_boto3_datazone.literals import ListNotificationsPaginatorName
def get_value() -> ListNotificationsPaginatorName:
    return "list_notifications"# ListNotificationsPaginatorName definition
ListNotificationsPaginatorName = Literal[
    "list_notifications",
]ListPolicyGrantsPaginatorName#
# ListPolicyGrantsPaginatorName usage example
from types_boto3_datazone.literals import ListPolicyGrantsPaginatorName
def get_value() -> ListPolicyGrantsPaginatorName:
    return "list_policy_grants"# ListPolicyGrantsPaginatorName definition
ListPolicyGrantsPaginatorName = Literal[
    "list_policy_grants",
]ListProjectMembershipsPaginatorName#
# ListProjectMembershipsPaginatorName usage example
from types_boto3_datazone.literals import ListProjectMembershipsPaginatorName
def get_value() -> ListProjectMembershipsPaginatorName:
    return "list_project_memberships"# ListProjectMembershipsPaginatorName definition
ListProjectMembershipsPaginatorName = Literal[
    "list_project_memberships",
]ListProjectProfilesPaginatorName#
# ListProjectProfilesPaginatorName usage example
from types_boto3_datazone.literals import ListProjectProfilesPaginatorName
def get_value() -> ListProjectProfilesPaginatorName:
    return "list_project_profiles"# ListProjectProfilesPaginatorName definition
ListProjectProfilesPaginatorName = Literal[
    "list_project_profiles",
]ListProjectsPaginatorName#
# ListProjectsPaginatorName usage example
from types_boto3_datazone.literals import ListProjectsPaginatorName
def get_value() -> ListProjectsPaginatorName:
    return "list_projects"# ListProjectsPaginatorName definition
ListProjectsPaginatorName = Literal[
    "list_projects",
]ListRulesPaginatorName#
# ListRulesPaginatorName usage example
from types_boto3_datazone.literals import ListRulesPaginatorName
def get_value() -> ListRulesPaginatorName:
    return "list_rules"# ListRulesPaginatorName definition
ListRulesPaginatorName = Literal[
    "list_rules",
]ListSubscriptionGrantsPaginatorName#
# ListSubscriptionGrantsPaginatorName usage example
from types_boto3_datazone.literals import ListSubscriptionGrantsPaginatorName
def get_value() -> ListSubscriptionGrantsPaginatorName:
    return "list_subscription_grants"# ListSubscriptionGrantsPaginatorName definition
ListSubscriptionGrantsPaginatorName = Literal[
    "list_subscription_grants",
]ListSubscriptionRequestsPaginatorName#
# ListSubscriptionRequestsPaginatorName usage example
from types_boto3_datazone.literals import ListSubscriptionRequestsPaginatorName
def get_value() -> ListSubscriptionRequestsPaginatorName:
    return "list_subscription_requests"# ListSubscriptionRequestsPaginatorName definition
ListSubscriptionRequestsPaginatorName = Literal[
    "list_subscription_requests",
]ListSubscriptionTargetsPaginatorName#
# ListSubscriptionTargetsPaginatorName usage example
from types_boto3_datazone.literals import ListSubscriptionTargetsPaginatorName
def get_value() -> ListSubscriptionTargetsPaginatorName:
    return "list_subscription_targets"# ListSubscriptionTargetsPaginatorName definition
ListSubscriptionTargetsPaginatorName = Literal[
    "list_subscription_targets",
]ListSubscriptionsPaginatorName#
# ListSubscriptionsPaginatorName usage example
from types_boto3_datazone.literals import ListSubscriptionsPaginatorName
def get_value() -> ListSubscriptionsPaginatorName:
    return "list_subscriptions"# ListSubscriptionsPaginatorName definition
ListSubscriptionsPaginatorName = Literal[
    "list_subscriptions",
]ListTimeSeriesDataPointsPaginatorName#
# ListTimeSeriesDataPointsPaginatorName usage example
from types_boto3_datazone.literals import ListTimeSeriesDataPointsPaginatorName
def get_value() -> ListTimeSeriesDataPointsPaginatorName:
    return "list_time_series_data_points"# ListTimeSeriesDataPointsPaginatorName definition
ListTimeSeriesDataPointsPaginatorName = Literal[
    "list_time_series_data_points",
]ListingStatusType#
# ListingStatusType usage example
from types_boto3_datazone.literals import ListingStatusType
def get_value() -> ListingStatusType:
    return "ACTIVE"# ListingStatusType definition
ListingStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "INACTIVE",
]ManagedPolicyTypeType#
# ManagedPolicyTypeType usage example
from types_boto3_datazone.literals import ManagedPolicyTypeType
def get_value() -> ManagedPolicyTypeType:
    return "ADD_TO_PROJECT_MEMBER_POOL"# ManagedPolicyTypeType definition
ManagedPolicyTypeType = Literal[
    "ADD_TO_PROJECT_MEMBER_POOL",
    "CREATE_ASSET_TYPE",
    "CREATE_DOMAIN_UNIT",
    "CREATE_ENVIRONMENT",
    "CREATE_ENVIRONMENT_FROM_BLUEPRINT",
    "CREATE_ENVIRONMENT_PROFILE",
    "CREATE_FORM_TYPE",
    "CREATE_GLOSSARY",
    "CREATE_PROJECT",
    "CREATE_PROJECT_FROM_PROJECT_PROFILE",
    "DELEGATE_CREATE_ENVIRONMENT_PROFILE",
    "OVERRIDE_DOMAIN_UNIT_OWNERS",
    "OVERRIDE_PROJECT_OWNERS",
    "USE_ASSET_TYPE",
]MetadataGenerationRunStatusType#
# MetadataGenerationRunStatusType usage example
from types_boto3_datazone.literals import MetadataGenerationRunStatusType
def get_value() -> MetadataGenerationRunStatusType:
    return "CANCELED"# MetadataGenerationRunStatusType definition
MetadataGenerationRunStatusType = Literal[
    "CANCELED",
    "FAILED",
    "IN_PROGRESS",
    "SUBMITTED",
    "SUCCEEDED",
]MetadataGenerationRunTypeType#
# MetadataGenerationRunTypeType usage example
from types_boto3_datazone.literals import MetadataGenerationRunTypeType
def get_value() -> MetadataGenerationRunTypeType:
    return "BUSINESS_DESCRIPTIONS"# MetadataGenerationRunTypeType definition
MetadataGenerationRunTypeType = Literal[
    "BUSINESS_DESCRIPTIONS",
]MetadataGenerationTargetTypeType#
# MetadataGenerationTargetTypeType usage example
from types_boto3_datazone.literals import MetadataGenerationTargetTypeType
def get_value() -> MetadataGenerationTargetTypeType:
    return "ASSET"# MetadataGenerationTargetTypeType definition
MetadataGenerationTargetTypeType = Literal[
    "ASSET",
]NotificationResourceTypeType#
# NotificationResourceTypeType usage example
from types_boto3_datazone.literals import NotificationResourceTypeType
def get_value() -> NotificationResourceTypeType:
    return "PROJECT"# NotificationResourceTypeType definition
NotificationResourceTypeType = Literal[
    "PROJECT",
]NotificationRoleType#
# NotificationRoleType usage example
from types_boto3_datazone.literals import NotificationRoleType
def get_value() -> NotificationRoleType:
    return "DOMAIN_OWNER"# NotificationRoleType definition
NotificationRoleType = Literal[
    "DOMAIN_OWNER",
    "PROJECT_CONTRIBUTOR",
    "PROJECT_OWNER",
    "PROJECT_SUBSCRIBER",
    "PROJECT_VIEWER",
]NotificationTypeType#
# NotificationTypeType usage example
from types_boto3_datazone.literals import NotificationTypeType
def get_value() -> NotificationTypeType:
    return "EVENT"# NotificationTypeType definition
NotificationTypeType = Literal[
    "EVENT",
    "TASK",
]OAuth2GrantTypeType#
# OAuth2GrantTypeType usage example
from types_boto3_datazone.literals import OAuth2GrantTypeType
def get_value() -> OAuth2GrantTypeType:
    return "AUTHORIZATION_CODE"# OAuth2GrantTypeType definition
OAuth2GrantTypeType = Literal[
    "AUTHORIZATION_CODE",
    "CLIENT_CREDENTIALS",
    "JWT_BEARER",
]OpenLineageRunStateType#
# OpenLineageRunStateType usage example
from types_boto3_datazone.literals import OpenLineageRunStateType
def get_value() -> OpenLineageRunStateType:
    return "ABORT"# OpenLineageRunStateType definition
OpenLineageRunStateType = Literal[
    "ABORT",
    "COMPLETE",
    "FAIL",
    "OTHER",
    "RUNNING",
    "START",
]OverallDeploymentStatusType#
# OverallDeploymentStatusType usage example
from types_boto3_datazone.literals import OverallDeploymentStatusType
def get_value() -> OverallDeploymentStatusType:
    return "FAILED_DEPLOYMENT"# OverallDeploymentStatusType definition
OverallDeploymentStatusType = Literal[
    "FAILED_DEPLOYMENT",
    "FAILED_VALIDATION",
    "IN_PROGRESS",
    "PENDING_DEPLOYMENT",
    "SUCCESSFUL",
]ProjectDesignationType#
# ProjectDesignationType usage example
from types_boto3_datazone.literals import ProjectDesignationType
def get_value() -> ProjectDesignationType:
    return "CONTRIBUTOR"# ProjectDesignationType definition
ProjectDesignationType = Literal[
    "CONTRIBUTOR",
    "OWNER",
    "PROJECT_CATALOG_STEWARD",
]ProjectStatusType#
# ProjectStatusType usage example
from types_boto3_datazone.literals import ProjectStatusType
def get_value() -> ProjectStatusType:
    return "ACTIVE"# ProjectStatusType definition
ProjectStatusType = Literal[
    "ACTIVE",
    "DELETE_FAILED",
    "DELETING",
    "MOVING",
    "UPDATE_FAILED",
    "UPDATING",
]ProtocolType#
# ProtocolType usage example
from types_boto3_datazone.literals import ProtocolType
def get_value() -> ProtocolType:
    return "ATHENA"# ProtocolType definition
ProtocolType = Literal[
    "ATHENA",
    "GLUE_INTERACTIVE_SESSION",
    "HTTPS",
    "JDBC",
    "LIVY",
    "ODBC",
    "PRISM",
]RejectRuleBehaviorType#
# RejectRuleBehaviorType usage example
from types_boto3_datazone.literals import RejectRuleBehaviorType
def get_value() -> RejectRuleBehaviorType:
    return "ALL"# RejectRuleBehaviorType definition
RejectRuleBehaviorType = Literal[
    "ALL",
    "NONE",
]ResolutionStrategyType#
# ResolutionStrategyType usage example
from types_boto3_datazone.literals import ResolutionStrategyType
def get_value() -> ResolutionStrategyType:
    return "MANUAL"# ResolutionStrategyType definition
ResolutionStrategyType = Literal[
    "MANUAL",
]RuleActionType#
# RuleActionType usage example
from types_boto3_datazone.literals import RuleActionType
def get_value() -> RuleActionType:
    return "CREATE_LISTING_CHANGE_SET"# RuleActionType definition
RuleActionType = Literal[
    "CREATE_LISTING_CHANGE_SET",
    "CREATE_SUBSCRIPTION_REQUEST",
]RuleScopeSelectionModeType#
# RuleScopeSelectionModeType usage example
from types_boto3_datazone.literals import RuleScopeSelectionModeType
def get_value() -> RuleScopeSelectionModeType:
    return "ALL"# RuleScopeSelectionModeType definition
RuleScopeSelectionModeType = Literal[
    "ALL",
    "SPECIFIC",
]RuleTargetTypeType#
# RuleTargetTypeType usage example
from types_boto3_datazone.literals import RuleTargetTypeType
def get_value() -> RuleTargetTypeType:
    return "DOMAIN_UNIT"# RuleTargetTypeType definition
RuleTargetTypeType = Literal[
    "DOMAIN_UNIT",
]RuleTypeType#
# RuleTypeType usage example
from types_boto3_datazone.literals import RuleTypeType
def get_value() -> RuleTypeType:
    return "METADATA_FORM_ENFORCEMENT"# RuleTypeType definition
RuleTypeType = Literal[
    "METADATA_FORM_ENFORCEMENT",
]SearchGroupProfilesPaginatorName#
# SearchGroupProfilesPaginatorName usage example
from types_boto3_datazone.literals import SearchGroupProfilesPaginatorName
def get_value() -> SearchGroupProfilesPaginatorName:
    return "search_group_profiles"# SearchGroupProfilesPaginatorName definition
SearchGroupProfilesPaginatorName = Literal[
    "search_group_profiles",
]SearchListingsPaginatorName#
# SearchListingsPaginatorName usage example
from types_boto3_datazone.literals import SearchListingsPaginatorName
def get_value() -> SearchListingsPaginatorName:
    return "search_listings"# SearchListingsPaginatorName definition
SearchListingsPaginatorName = Literal[
    "search_listings",
]SearchOutputAdditionalAttributeType#
# SearchOutputAdditionalAttributeType usage example
from types_boto3_datazone.literals import SearchOutputAdditionalAttributeType
def get_value() -> SearchOutputAdditionalAttributeType:
    return "FORMS"# SearchOutputAdditionalAttributeType definition
SearchOutputAdditionalAttributeType = Literal[
    "FORMS",
    "TEXT_MATCH_RATIONALE",
    "TIME_SERIES_DATA_POINT_FORMS",
]SearchPaginatorName#
# SearchPaginatorName usage example
from types_boto3_datazone.literals import SearchPaginatorName
def get_value() -> SearchPaginatorName:
    return "search"# SearchPaginatorName definition
SearchPaginatorName = Literal[
    "search",
]SearchTypesPaginatorName#
# SearchTypesPaginatorName usage example
from types_boto3_datazone.literals import SearchTypesPaginatorName
def get_value() -> SearchTypesPaginatorName:
    return "search_types"# SearchTypesPaginatorName definition
SearchTypesPaginatorName = Literal[
    "search_types",
]SearchUserProfilesPaginatorName#
# SearchUserProfilesPaginatorName usage example
from types_boto3_datazone.literals import SearchUserProfilesPaginatorName
def get_value() -> SearchUserProfilesPaginatorName:
    return "search_user_profiles"# SearchUserProfilesPaginatorName definition
SearchUserProfilesPaginatorName = Literal[
    "search_user_profiles",
]SelfGrantStatusType#
# SelfGrantStatusType usage example
from types_boto3_datazone.literals import SelfGrantStatusType
def get_value() -> SelfGrantStatusType:
    return "GRANTED"# SelfGrantStatusType definition
SelfGrantStatusType = Literal[
    "GRANT_FAILED",
    "GRANT_IN_PROGRESS",
    "GRANT_PENDING",
    "GRANTED",
    "REVOKE_FAILED",
    "REVOKE_IN_PROGRESS",
    "REVOKE_PENDING",
]SortFieldAccountPoolType#
# SortFieldAccountPoolType usage example
from types_boto3_datazone.literals import SortFieldAccountPoolType
def get_value() -> SortFieldAccountPoolType:
    return "NAME"# SortFieldAccountPoolType definition
SortFieldAccountPoolType = Literal[
    "NAME",
]SortFieldConnectionType#
# SortFieldConnectionType usage example
from types_boto3_datazone.literals import SortFieldConnectionType
def get_value() -> SortFieldConnectionType:
    return "NAME"# SortFieldConnectionType definition
SortFieldConnectionType = Literal[
    "NAME",
]SortFieldProjectType#
# SortFieldProjectType usage example
from types_boto3_datazone.literals import SortFieldProjectType
def get_value() -> SortFieldProjectType:
    return "NAME"# SortFieldProjectType definition
SortFieldProjectType = Literal[
    "NAME",
]SortKeyType#
# SortKeyType usage example
from types_boto3_datazone.literals import SortKeyType
def get_value() -> SortKeyType:
    return "CREATED_AT"# SortKeyType definition
SortKeyType = Literal[
    "CREATED_AT",
    "UPDATED_AT",
]SortOrderType#
# SortOrderType usage example
from types_boto3_datazone.literals import SortOrderType
def get_value() -> SortOrderType:
    return "ASCENDING"# SortOrderType definition
SortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]StatusType#
# StatusType usage example
from types_boto3_datazone.literals import StatusType
def get_value() -> StatusType:
    return "DISABLED"# StatusType definition
StatusType = Literal[
    "DISABLED",
    "ENABLED",
]SubscriptionGrantOverallStatusType#
# SubscriptionGrantOverallStatusType usage example
from types_boto3_datazone.literals import SubscriptionGrantOverallStatusType
def get_value() -> SubscriptionGrantOverallStatusType:
    return "COMPLETED"# SubscriptionGrantOverallStatusType definition
SubscriptionGrantOverallStatusType = Literal[
    "COMPLETED",
    "GRANT_AND_REVOKE_FAILED",
    "GRANT_FAILED",
    "IN_PROGRESS",
    "INACCESSIBLE",
    "PENDING",
    "REVOKE_FAILED",
]SubscriptionGrantStatusType#
# SubscriptionGrantStatusType usage example
from types_boto3_datazone.literals import SubscriptionGrantStatusType
def get_value() -> SubscriptionGrantStatusType:
    return "GRANTED"# SubscriptionGrantStatusType definition
SubscriptionGrantStatusType = Literal[
    "GRANT_FAILED",
    "GRANT_IN_PROGRESS",
    "GRANT_PENDING",
    "GRANTED",
    "REVOKE_FAILED",
    "REVOKE_IN_PROGRESS",
    "REVOKE_PENDING",
    "REVOKED",
]SubscriptionRequestStatusType#
# SubscriptionRequestStatusType usage example
from types_boto3_datazone.literals import SubscriptionRequestStatusType
def get_value() -> SubscriptionRequestStatusType:
    return "ACCEPTED"# SubscriptionRequestStatusType definition
SubscriptionRequestStatusType = Literal[
    "ACCEPTED",
    "PENDING",
    "REJECTED",
]SubscriptionStatusType#
# SubscriptionStatusType usage example
from types_boto3_datazone.literals import SubscriptionStatusType
def get_value() -> SubscriptionStatusType:
    return "APPROVED"# SubscriptionStatusType definition
SubscriptionStatusType = Literal[
    "APPROVED",
    "CANCELLED",
    "REVOKED",
]TargetEntityTypeType#
# TargetEntityTypeType usage example
from types_boto3_datazone.literals import TargetEntityTypeType
def get_value() -> TargetEntityTypeType:
    return "ASSET_TYPE"# TargetEntityTypeType definition
TargetEntityTypeType = Literal[
    "ASSET_TYPE",
    "DOMAIN_UNIT",
    "ENVIRONMENT_BLUEPRINT_CONFIGURATION",
    "ENVIRONMENT_PROFILE",
]TaskStatusType#
# TaskStatusType usage example
from types_boto3_datazone.literals import TaskStatusType
def get_value() -> TaskStatusType:
    return "ACTIVE"# TaskStatusType definition
TaskStatusType = Literal[
    "ACTIVE",
    "INACTIVE",
]TimeSeriesEntityTypeType#
# TimeSeriesEntityTypeType usage example
from types_boto3_datazone.literals import TimeSeriesEntityTypeType
def get_value() -> TimeSeriesEntityTypeType:
    return "ASSET"# TimeSeriesEntityTypeType definition
TimeSeriesEntityTypeType = Literal[
    "ASSET",
    "LISTING",
]TimezoneType#
# TimezoneType usage example
from types_boto3_datazone.literals import TimezoneType
def get_value() -> TimezoneType:
    return "AFRICA_JOHANNESBURG"# TimezoneType definition
TimezoneType = Literal[
    "AFRICA_JOHANNESBURG",
    "AMERICA_MONTREAL",
    "AMERICA_SAO_PAULO",
    "ASIA_BAHRAIN",
    "ASIA_BANGKOK",
    "ASIA_CALCUTTA",
    "ASIA_DUBAI",
    "ASIA_HONG_KONG",
    "ASIA_JAKARTA",
    "ASIA_KUALA_LUMPUR",
    "ASIA_SEOUL",
    "ASIA_SHANGHAI",
    "ASIA_SINGAPORE",
    "ASIA_TAIPEI",
    "ASIA_TOKYO",
    "AUSTRALIA_MELBOURNE",
    "AUSTRALIA_SYDNEY",
    "CANADA_CENTRAL",
    "CET",
    "CST6CDT",
    "ETC_GMT",
    "ETC_GMT0",
    "ETC_GMT_ADD_0",
    "ETC_GMT_ADD_1",
    "ETC_GMT_ADD_10",
    "ETC_GMT_ADD_11",
    "ETC_GMT_ADD_12",
    "ETC_GMT_ADD_2",
    "ETC_GMT_ADD_3",
    "ETC_GMT_ADD_4",
    "ETC_GMT_ADD_5",
    "ETC_GMT_ADD_6",
    "ETC_GMT_ADD_7",
    "ETC_GMT_ADD_8",
    "ETC_GMT_ADD_9",
    "ETC_GMT_NEG_0",
    "ETC_GMT_NEG_1",
    "ETC_GMT_NEG_10",
    "ETC_GMT_NEG_11",
    "ETC_GMT_NEG_12",
    "ETC_GMT_NEG_13",
    "ETC_GMT_NEG_14",
    "ETC_GMT_NEG_2",
    "ETC_GMT_NEG_3",
    "ETC_GMT_NEG_4",
    "ETC_GMT_NEG_5",
    "ETC_GMT_NEG_6",
    "ETC_GMT_NEG_7",
    "ETC_GMT_NEG_8",
    "ETC_GMT_NEG_9",
    "EUROPE_DUBLIN",
    "EUROPE_LONDON",
    "EUROPE_PARIS",
    "EUROPE_STOCKHOLM",
    "EUROPE_ZURICH",
    "ISRAEL",
    "MEXICO_GENERAL",
    "MST7MDT",
    "PACIFIC_AUCKLAND",
    "US_CENTRAL",
    "US_EASTERN",
    "US_MOUNTAIN",
    "US_PACIFIC",
    "UTC",
]TypesSearchScopeType#
# TypesSearchScopeType usage example
from types_boto3_datazone.literals import TypesSearchScopeType
def get_value() -> TypesSearchScopeType:
    return "ASSET_TYPE"# TypesSearchScopeType definition
TypesSearchScopeType = Literal[
    "ASSET_TYPE",
    "FORM_TYPE",
    "LINEAGE_NODE_TYPE",
]UserAssignmentType#
# UserAssignmentType usage example
from types_boto3_datazone.literals import UserAssignmentType
def get_value() -> UserAssignmentType:
    return "AUTOMATIC"# UserAssignmentType definition
UserAssignmentType = Literal[
    "AUTOMATIC",
    "MANUAL",
]UserDesignationType#
# UserDesignationType usage example
from types_boto3_datazone.literals import UserDesignationType
def get_value() -> UserDesignationType:
    return "PROJECT_CATALOG_CONSUMER"# UserDesignationType definition
UserDesignationType = Literal[
    "PROJECT_CATALOG_CONSUMER",
    "PROJECT_CATALOG_STEWARD",
    "PROJECT_CATALOG_VIEWER",
    "PROJECT_CONTRIBUTOR",
    "PROJECT_OWNER",
]UserProfileStatusType#
# UserProfileStatusType usage example
from types_boto3_datazone.literals import UserProfileStatusType
def get_value() -> UserProfileStatusType:
    return "ACTIVATED"# UserProfileStatusType definition
UserProfileStatusType = Literal[
    "ACTIVATED",
    "ASSIGNED",
    "DEACTIVATED",
    "NOT_ASSIGNED",
]UserProfileTypeType#
# UserProfileTypeType usage example
from types_boto3_datazone.literals import UserProfileTypeType
def get_value() -> UserProfileTypeType:
    return "IAM"# UserProfileTypeType definition
UserProfileTypeType = Literal[
    "IAM",
    "SSO",
]UserSearchTypeType#
# UserSearchTypeType usage example
from types_boto3_datazone.literals import UserSearchTypeType
def get_value() -> UserSearchTypeType:
    return "DATAZONE_IAM_USER"# UserSearchTypeType definition
UserSearchTypeType = Literal[
    "DATAZONE_IAM_USER",
    "DATAZONE_SSO_USER",
    "DATAZONE_USER",
    "SSO_USER",
]UserTypeType#
# UserTypeType usage example
from types_boto3_datazone.literals import UserTypeType
def get_value() -> UserTypeType:
    return "IAM_ROLE"# UserTypeType definition
UserTypeType = Literal[
    "IAM_ROLE",
    "IAM_USER",
    "SSO_USER",
]DataZoneServiceName#
# DataZoneServiceName usage example
from types_boto3_datazone.literals import DataZoneServiceName
def get_value() -> DataZoneServiceName:
    return "datazone"# DataZoneServiceName definition
DataZoneServiceName = Literal[
    "datazone",
]ServiceName#
# ServiceName usage example
from types_boto3_datazone.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_datazone.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_datazone.literals import PaginatorName
def get_value() -> PaginatorName:
    return "list_account_pools"# PaginatorName definition
PaginatorName = Literal[
    "list_account_pools",
    "list_accounts_in_account_pool",
    "list_asset_filters",
    "list_asset_revisions",
    "list_connections",
    "list_data_product_revisions",
    "list_data_source_run_activities",
    "list_data_source_runs",
    "list_data_sources",
    "list_domain_units_for_parent",
    "list_domains",
    "list_entity_owners",
    "list_environment_actions",
    "list_environment_blueprint_configurations",
    "list_environment_blueprints",
    "list_environment_profiles",
    "list_environments",
    "list_job_runs",
    "list_lineage_events",
    "list_lineage_node_history",
    "list_metadata_generation_runs",
    "list_notifications",
    "list_policy_grants",
    "list_project_memberships",
    "list_project_profiles",
    "list_projects",
    "list_rules",
    "list_subscription_grants",
    "list_subscription_requests",
    "list_subscription_targets",
    "list_subscriptions",
    "list_time_series_data_points",
    "search",
    "search_group_profiles",
    "search_listings",
    "search_types",
    "search_user_profiles",
]RegionName#
# RegionName usage example
from types_boto3_datazone.literals import RegionName
def get_value() -> RegionName:
    return "ap-east-1"# RegionName definition
RegionName = Literal[
    "ap-east-1",
    "ap-east-2",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ap-southeast-5",
    "ap-southeast-6",
    "ap-southeast-7",
    "ca-central-1",
    "ca-west-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]