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.
import boto3 client = boto3.client('datazone')
These are the available methods:
- accept_predictions
- accept_subscription_request
- can_paginate
- cancel_subscription
- close
- create_asset
- create_asset_revision
- create_asset_type
- create_data_source
- create_domain
- create_environment
- create_environment_profile
- create_form_type
- create_glossary
- create_glossary_term
- create_group_profile
- create_listing_change_set
- create_project
- create_project_membership
- create_subscription_grant
- create_subscription_request
- create_subscription_target
- create_user_profile
- delete_asset
- delete_asset_type
- delete_data_source
- delete_domain
- delete_environment
- delete_environment_blueprint_configuration
- delete_environment_profile
- delete_form_type
- delete_glossary
- delete_glossary_term
- delete_listing
- delete_project
- delete_project_membership
- delete_subscription_grant
- delete_subscription_request
- delete_subscription_target
- get_asset
- get_asset_type
- get_data_source
- get_data_source_run
- get_domain
- get_environment
- get_environment_blueprint
- get_environment_blueprint_configuration
- get_environment_profile
- get_form_type
- get_glossary
- get_glossary_term
- get_group_profile
- get_iam_portal_login_url
- get_listing
- get_paginator
- get_project
- get_subscription
- get_subscription_grant
- get_subscription_request_details
- get_subscription_target
- get_user_profile
- get_waiter
- list_asset_revisions
- list_data_source_run_activities
- list_data_source_runs
- list_data_sources
- list_domains
- list_environment_blueprint_configurations
- list_environment_blueprints
- list_environment_profiles
- list_environments
- list_notifications
- list_project_memberships
- list_projects
- list_subscription_grants
- list_subscription_requests
- list_subscription_targets
- list_subscriptions
- list_tags_for_resource
- put_environment_blueprint_configuration
- reject_predictions
- reject_subscription_request
- revoke_subscription
- search
- search_group_profiles
- search_listings
- search_types
- search_user_profiles
- start_data_source_run
- tag_resource
- untag_resource
- update_data_source
- update_domain
- update_environment
- update_environment_profile
- update_glossary
- update_glossary_term
- update_group_profile
- update_project
- update_subscription_grant_status
- update_subscription_request
- update_subscription_target
- update_user_profile
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:
- ListAssetRevisions
- ListDataSourceRunActivities
- ListDataSourceRuns
- ListDataSources
- ListDomains
- ListEnvironmentBlueprintConfigurations
- ListEnvironmentBlueprints
- ListEnvironmentProfiles
- ListEnvironments
- ListNotifications
- ListProjectMemberships
- ListProjects
- ListSubscriptionGrants
- ListSubscriptionRequests
- ListSubscriptionTargets
- ListSubscriptions
- Search
- SearchGroupProfiles
- SearchListings
- SearchTypes
- SearchUserProfiles