DataZone#
Client#
- class DataZone.Client#
A low-level client representing Amazon DataZone
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.
client = session.create_client('datazone')
These are the available methods:
- accept_predictions
- accept_subscription_request
- add_entity_owner
- add_policy_grant
- associate_environment_role
- can_paginate
- cancel_metadata_generation_run
- cancel_subscription
- close
- create_asset
- create_asset_filter
- create_asset_revision
- create_asset_type
- create_data_product
- create_data_product_revision
- create_data_source
- create_domain
- create_domain_unit
- create_environment
- create_environment_action
- create_environment_profile
- create_form_type
- create_glossary
- create_glossary_term
- create_group_profile
- create_listing_change_set
- create_project
- create_project_membership
- create_rule
- create_subscription_grant
- create_subscription_request
- create_subscription_target
- create_user_profile
- delete_asset
- delete_asset_filter
- delete_asset_type
- delete_data_product
- delete_data_source
- delete_domain
- delete_domain_unit
- delete_environment
- delete_environment_action
- delete_environment_blueprint_configuration
- delete_environment_profile
- delete_form_type
- delete_glossary
- delete_glossary_term
- delete_listing
- delete_project
- delete_project_membership
- delete_rule
- delete_subscription_grant
- delete_subscription_request
- delete_subscription_target
- delete_time_series_data_points
- disassociate_environment_role
- get_asset
- get_asset_filter
- get_asset_type
- get_data_product
- get_data_source
- get_data_source_run
- get_domain
- get_domain_unit
- get_environment
- get_environment_action
- get_environment_blueprint
- get_environment_blueprint_configuration
- get_environment_credentials
- get_environment_profile
- get_form_type
- get_glossary
- get_glossary_term
- get_group_profile
- get_iam_portal_login_url
- get_lineage_node
- get_listing
- get_metadata_generation_run
- get_paginator
- get_project
- get_rule
- get_subscription
- get_subscription_grant
- get_subscription_request_details
- get_subscription_target
- get_time_series_data_point
- get_user_profile
- get_waiter
- list_asset_filters
- list_asset_revisions
- 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_lineage_node_history
- list_metadata_generation_runs
- list_notifications
- list_policy_grants
- list_project_memberships
- list_projects
- list_rules
- list_subscription_grants
- list_subscription_requests
- list_subscription_targets
- list_subscriptions
- list_tags_for_resource
- list_time_series_data_points
- post_lineage_event
- post_time_series_data_points
- put_environment_blueprint_configuration
- reject_predictions
- reject_subscription_request
- remove_entity_owner
- remove_policy_grant
- revoke_subscription
- search
- search_group_profiles
- search_listings
- search_types
- search_user_profiles
- start_data_source_run
- start_metadata_generation_run
- tag_resource
- untag_resource
- update_asset_filter
- update_data_source
- update_domain
- update_domain_unit
- update_environment
- update_environment_action
- update_environment_profile
- update_glossary
- update_glossary_term
- update_group_profile
- update_project
- update_rule
- update_subscription_grant_status
- update_subscription_request
- update_subscription_target
- update_user_profile
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
- ListAssetFilters
- ListAssetRevisions
- ListDataProductRevisions
- ListDataSourceRunActivities
- ListDataSourceRuns
- ListDataSources
- ListDomainUnitsForParent
- ListDomains
- ListEntityOwners
- ListEnvironmentActions
- ListEnvironmentBlueprintConfigurations
- ListEnvironmentBlueprints
- ListEnvironmentProfiles
- ListEnvironments
- ListLineageNodeHistory
- ListMetadataGenerationRuns
- ListNotifications
- ListPolicyGrants
- ListProjectMemberships
- ListProjects
- ListRules
- ListSubscriptionGrants
- ListSubscriptionRequests
- ListSubscriptionTargets
- ListSubscriptions
- ListTimeSeriesDataPoints
- Search
- SearchGroupProfiles
- SearchListings
- SearchTypes
- SearchUserProfiles