View Source AWS.DataZone (aws-elixir v1.0.0)

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.

Summary

Functions

Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.

Creates an asset in Amazon DataZone catalog.

Creates an Amazon DataZone domain.

Creates an Amazon DataZone environment profile.

Creates an Amazon DataZone business glossary.

Creates a group profile in Amazon DataZone.

Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.

Creates a subsscription grant in Amazon DataZone.

Creates a subscription request in Amazon DataZone.

Deletes a business glossary term in Amazon DataZone.

Deletes a listing (a record of an asset at a given time).

Gets an Amazon DataZone domain.

Gets a business glossary in Amazon DataZone.

Gets a business glossary term in Amazon DataZone.

Gets the data portal URL for the specified Amazon DataZone domain.

Gets the details of the specified subscription request.

Lists tags for the specified resource in Amazon DataZone.

Posts time series data points to Amazon DataZone for the specified asset.

Writes the configuration for the specified environment blueprint in Amazon DataZone.

Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.

Revokes a specified subscription in Amazon DataZone.

Searches for assets in Amazon DataZone.

Searches listings (records of an asset at a given time) in Amazon DataZone.

Searches for types in Amazon DataZone.

Start the run of the specified data source in Amazon DataZone.

Tags a resource in Amazon DataZone.

Untags a resource in Amazon DataZone.

Updates the specified data source in Amazon DataZone.

Updates the specified environment in Amazon DataZone.

Updates the specified environment profile in Amazon DataZone.

Updates the business glossary in Amazon DataZone.

Updates a business glossary term in Amazon DataZone.

Updates the specified group profile in Amazon DataZone.

Updates the specified project in Amazon DataZone.

Updates the status of the specified subscription grant status in Amazon DataZone.

Updates a specified subscription request in Amazon DataZone.

Updates the specified user profile in Amazon DataZone.

Functions

Link to this function

accept_predictions(client, domain_identifier, identifier, input, options \\ [])

View Source

Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.

Link to this function

accept_subscription_request(client, domain_identifier, identifier, input, options \\ [])

View Source

Accepts a subscription request to a specific asset.

Link to this function

cancel_metadata_generation_run(client, domain_identifier, identifier, input, options \\ [])

View Source

Cancels the metadata generation run.

Link to this function

cancel_subscription(client, domain_identifier, identifier, input, options \\ [])

View Source

Cancels the subscription to the specified asset.

Link to this function

create_asset(client, domain_identifier, input, options \\ [])

View Source

Creates an asset in Amazon DataZone catalog.

Link to this function

create_asset_revision(client, domain_identifier, identifier, input, options \\ [])

View Source

Creates a revision of the asset.

Link to this function

create_asset_type(client, domain_identifier, input, options \\ [])

View Source

Creates a custom asset type.

Link to this function

create_data_source(client, domain_identifier, input, options \\ [])

View Source

Creates an Amazon DataZone data source.

Link to this function

create_domain(client, input, options \\ [])

View Source

Creates an Amazon DataZone domain.

Link to this function

create_environment(client, domain_identifier, input, options \\ [])

View Source

Create an Amazon DataZone environment.

Link to this function

create_environment_profile(client, domain_identifier, input, options \\ [])

View Source

Creates an Amazon DataZone environment profile.

Link to this function

create_form_type(client, domain_identifier, input, options \\ [])

View Source

Creates a metadata form type.

Link to this function

create_glossary(client, domain_identifier, input, options \\ [])

View Source

Creates an Amazon DataZone business glossary.

Link to this function

create_glossary_term(client, domain_identifier, input, options \\ [])

View Source

Creates a business glossary term.

Link to this function

create_group_profile(client, domain_identifier, input, options \\ [])

View Source

Creates a group profile in Amazon DataZone.

Link to this function

create_listing_change_set(client, domain_identifier, input, options \\ [])

View Source

Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.

Link to this function

create_project(client, domain_identifier, input, options \\ [])

View Source

Creates an Amazon DataZone project.

Link to this function

create_project_membership(client, domain_identifier, project_identifier, input, options \\ [])

View Source

Creates a project membership in Amazon DataZone.

Link to this function

create_subscription_grant(client, domain_identifier, input, options \\ [])

View Source

Creates a subsscription grant in Amazon DataZone.

Link to this function

create_subscription_request(client, domain_identifier, input, options \\ [])

View Source

Creates a subscription request in Amazon DataZone.

Link to this function

create_subscription_target(client, domain_identifier, environment_identifier, input, options \\ [])

View Source

Creates a subscription target in Amazon DataZone.

Link to this function

create_user_profile(client, domain_identifier, input, options \\ [])

View Source

Creates a user profile in Amazon DataZone.

Link to this function

delete_asset(client, domain_identifier, identifier, input, options \\ [])

View Source

Delets an asset in Amazon DataZone.

Link to this function

delete_asset_type(client, domain_identifier, identifier, input, options \\ [])

View Source

Deletes an asset type in Amazon DataZone.

Link to this function

delete_data_source(client, domain_identifier, identifier, input, options \\ [])

View Source

Deletes a data source in Amazon DataZone.

Link to this function

delete_domain(client, identifier, input, options \\ [])

View Source

Deletes a Amazon DataZone domain.

Link to this function

delete_environment(client, domain_identifier, identifier, input, options \\ [])

View Source

Deletes an environment in Amazon DataZone.

Link to this function

delete_environment_blueprint_configuration(client, domain_identifier, environment_blueprint_identifier, input, options \\ [])

View Source

Deletes the blueprint configuration in Amazon DataZone.

Link to this function

delete_environment_profile(client, domain_identifier, identifier, input, options \\ [])

View Source

Deletes an environment profile in Amazon DataZone.

Link to this function

delete_form_type(client, domain_identifier, form_type_identifier, input, options \\ [])

View Source

Delets and metadata form type in Amazon DataZone.

Link to this function

delete_glossary(client, domain_identifier, identifier, input, options \\ [])

View Source

Deletes a business glossary in Amazon DataZone.

Link to this function

delete_glossary_term(client, domain_identifier, identifier, input, options \\ [])

View Source

Deletes a business glossary term in Amazon DataZone.

Link to this function

delete_listing(client, domain_identifier, identifier, input, options \\ [])

View Source

Deletes a listing (a record of an asset at a given time).

Link to this function

delete_project(client, domain_identifier, identifier, input, options \\ [])

View Source

Deletes a project in Amazon DataZone.

Link to this function

delete_project_membership(client, domain_identifier, project_identifier, input, options \\ [])

View Source

Deletes project membership in Amazon DataZone.

Link to this function

delete_subscription_grant(client, domain_identifier, identifier, input, options \\ [])

View Source

Deletes and subscription grant in Amazon DataZone.

Link to this function

delete_subscription_request(client, domain_identifier, identifier, input, options \\ [])

View Source

Deletes a subscription request in Amazon DataZone.

Link to this function

delete_subscription_target(client, domain_identifier, environment_identifier, identifier, input, options \\ [])

View Source

Deletes a subscription target in Amazon DataZone.

Link to this function

delete_time_series_data_points(client, domain_identifier, entity_identifier, entity_type, input, options \\ [])

View Source

Deletes the specified time series form for the specified asset.

Link to this function

get_asset(client, domain_identifier, identifier, revision \\ nil, options \\ [])

View Source

Gets an Amazon DataZone asset.

Link to this function

get_asset_type(client, domain_identifier, identifier, revision \\ nil, options \\ [])

View Source

Gets an Amazon DataZone asset type.

Link to this function

get_data_source(client, domain_identifier, identifier, options \\ [])

View Source

Gets an Amazon DataZone data source.

Link to this function

get_data_source_run(client, domain_identifier, identifier, options \\ [])

View Source

Gets an Amazon DataZone data source run.

Link to this function

get_domain(client, identifier, options \\ [])

View Source

Gets an Amazon DataZone domain.

Link to this function

get_environment(client, domain_identifier, identifier, options \\ [])

View Source

Gets an Amazon DataZone environment.

Link to this function

get_environment_blueprint(client, domain_identifier, identifier, options \\ [])

View Source

Gets an Amazon DataZone blueprint.

Link to this function

get_environment_blueprint_configuration(client, domain_identifier, environment_blueprint_identifier, options \\ [])

View Source

Gets the blueprint configuration in Amazon DataZone.

Link to this function

get_environment_profile(client, domain_identifier, identifier, options \\ [])

View Source

Gets an evinronment profile in Amazon DataZone.

Link to this function

get_form_type(client, domain_identifier, form_type_identifier, revision \\ nil, options \\ [])

View Source

Gets a metadata form type in Amazon DataZone.

Link to this function

get_glossary(client, domain_identifier, identifier, options \\ [])

View Source

Gets a business glossary in Amazon DataZone.

Link to this function

get_glossary_term(client, domain_identifier, identifier, options \\ [])

View Source

Gets a business glossary term in Amazon DataZone.

Link to this function

get_group_profile(client, domain_identifier, group_identifier, options \\ [])

View Source

Gets a group profile in Amazon DataZone.

Link to this function

get_iam_portal_login_url(client, domain_identifier, input, options \\ [])

View Source

Gets the data portal URL for the specified Amazon DataZone domain.

Link to this function

get_listing(client, domain_identifier, identifier, listing_revision \\ nil, options \\ [])

View Source

Gets a listing (a record of an asset at a given time).

Link to this function

get_metadata_generation_run(client, domain_identifier, identifier, options \\ [])

View Source

Gets a metadata generation run in Amazon DataZone.

Link to this function

get_project(client, domain_identifier, identifier, options \\ [])

View Source

Gets a project in Amazon DataZone.

Link to this function

get_subscription(client, domain_identifier, identifier, options \\ [])

View Source

Gets a subscription in Amazon DataZone.

Link to this function

get_subscription_grant(client, domain_identifier, identifier, options \\ [])

View Source

Gets the subscription grant in Amazon DataZone.

Link to this function

get_subscription_request_details(client, domain_identifier, identifier, options \\ [])

View Source

Gets the details of the specified subscription request.

Link to this function

get_subscription_target(client, domain_identifier, environment_identifier, identifier, options \\ [])

View Source

Gets the subscription target in Amazon DataZone.

Link to this function

get_time_series_data_point(client, domain_identifier, entity_identifier, entity_type, identifier, form_name, options \\ [])

View Source

Gets the existing data point for the asset.

Link to this function

get_user_profile(client, domain_identifier, user_identifier, type \\ nil, options \\ [])

View Source

Gets a user profile in Amazon DataZone.

Link to this function

list_asset_revisions(client, domain_identifier, identifier, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists the revisions for the asset.

Link to this function

list_data_source_run_activities(client, domain_identifier, identifier, max_results \\ nil, next_token \\ nil, status \\ nil, options \\ [])

View Source

Lists data source run activities.

Link to this function

list_data_source_runs(client, data_source_identifier, domain_identifier, max_results \\ nil, next_token \\ nil, status \\ nil, options \\ [])

View Source

Lists data source runs in Amazon DataZone.

Link to this function

list_data_sources(client, domain_identifier, environment_identifier \\ nil, max_results \\ nil, name \\ nil, next_token \\ nil, project_identifier, status \\ nil, type \\ nil, options \\ [])

View Source

Lists data sources in Amazon DataZone.

Link to this function

list_domains(client, max_results \\ nil, next_token \\ nil, status \\ nil, options \\ [])

View Source

Lists Amazon DataZone domains.

Link to this function

list_environment_blueprint_configurations(client, domain_identifier, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists blueprint configurations for a Amazon DataZone environment.

Link to this function

list_environment_blueprints(client, domain_identifier, managed \\ nil, max_results \\ nil, name \\ nil, next_token \\ nil, options \\ [])

View Source

Lists blueprints in an Amazon DataZone environment.

Link to this function

list_environment_profiles(client, domain_identifier, aws_account_id \\ nil, aws_account_region \\ nil, environment_blueprint_identifier \\ nil, max_results \\ nil, name \\ nil, next_token \\ nil, project_identifier \\ nil, options \\ [])

View Source

Lists Amazon DataZone environment profiles.

Link to this function

list_environments(client, domain_identifier, aws_account_id \\ nil, aws_account_region \\ nil, environment_blueprint_identifier \\ nil, environment_profile_identifier \\ nil, max_results \\ nil, name \\ nil, next_token \\ nil, project_identifier, provider \\ nil, status \\ nil, options \\ [])

View Source

Lists Amazon DataZone environments.

Link to this function

list_metadata_generation_runs(client, domain_identifier, max_results \\ nil, next_token \\ nil, status \\ nil, type \\ nil, options \\ [])

View Source

Lists all metadata generation runs.

Link to this function

list_notifications(client, domain_identifier, after_timestamp \\ nil, before_timestamp \\ nil, max_results \\ nil, next_token \\ nil, subjects \\ nil, task_status \\ nil, type, options \\ [])

View Source

Lists all Amazon DataZone notifications.

Link to this function

list_project_memberships(client, domain_identifier, project_identifier, max_results \\ nil, next_token \\ nil, sort_by \\ nil, sort_order \\ nil, options \\ [])

View Source

Lists all members of the specified project.

Link to this function

list_projects(client, domain_identifier, group_identifier \\ nil, max_results \\ nil, name \\ nil, next_token \\ nil, user_identifier \\ nil, options \\ [])

View Source

Lists Amazon DataZone projects.

Link to this function

list_subscription_grants(client, domain_identifier, environment_id \\ nil, max_results \\ nil, next_token \\ nil, sort_by \\ nil, sort_order \\ nil, subscribed_listing_id \\ nil, subscription_id \\ nil, subscription_target_id \\ nil, options \\ [])

View Source

Lists subscription grants.

Link to this function

list_subscription_requests(client, domain_identifier, approver_project_id \\ nil, max_results \\ nil, next_token \\ nil, owning_project_id \\ nil, sort_by \\ nil, sort_order \\ nil, status \\ nil, subscribed_listing_id \\ nil, options \\ [])

View Source

Lists Amazon DataZone subscription requests.

Link to this function

list_subscription_targets(client, domain_identifier, environment_identifier, max_results \\ nil, next_token \\ nil, sort_by \\ nil, sort_order \\ nil, options \\ [])

View Source

Lists subscription targets in Amazon DataZone.

Link to this function

list_subscriptions(client, domain_identifier, approver_project_id \\ nil, max_results \\ nil, next_token \\ nil, owning_project_id \\ nil, sort_by \\ nil, sort_order \\ nil, status \\ nil, subscribed_listing_id \\ nil, subscription_request_identifier \\ nil, options \\ [])

View Source

Lists subscriptions in Amazon DataZone.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Lists tags for the specified resource in Amazon DataZone.

Link to this function

list_time_series_data_points(client, domain_identifier, entity_identifier, entity_type, ended_at \\ nil, form_name, max_results \\ nil, next_token \\ nil, started_at \\ nil, options \\ [])

View Source

Lists time series data points.

Link to this function

post_time_series_data_points(client, domain_identifier, entity_identifier, entity_type, input, options \\ [])

View Source

Posts time series data points to Amazon DataZone for the specified asset.

Link to this function

put_environment_blueprint_configuration(client, domain_identifier, environment_blueprint_identifier, input, options \\ [])

View Source

Writes the configuration for the specified environment blueprint in Amazon DataZone.

Link to this function

reject_predictions(client, domain_identifier, identifier, input, options \\ [])

View Source

Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.

Link to this function

reject_subscription_request(client, domain_identifier, identifier, input, options \\ [])

View Source

Rejects the specified subscription request.

Link to this function

revoke_subscription(client, domain_identifier, identifier, input, options \\ [])

View Source

Revokes a specified subscription in Amazon DataZone.

Link to this function

search(client, domain_identifier, input, options \\ [])

View Source

Searches for assets in Amazon DataZone.

Link to this function

search_group_profiles(client, domain_identifier, input, options \\ [])

View Source

Searches group profiles in Amazon DataZone.

Link to this function

search_listings(client, domain_identifier, input, options \\ [])

View Source

Searches listings (records of an asset at a given time) in Amazon DataZone.

Link to this function

search_types(client, domain_identifier, input, options \\ [])

View Source

Searches for types in Amazon DataZone.

Link to this function

search_user_profiles(client, domain_identifier, input, options \\ [])

View Source

Searches user profiles in Amazon DataZone.

Link to this function

start_data_source_run(client, data_source_identifier, domain_identifier, input, options \\ [])

View Source

Start the run of the specified data source in Amazon DataZone.

Link to this function

start_metadata_generation_run(client, domain_identifier, input, options \\ [])

View Source

Starts the metadata generation run.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Tags a resource in Amazon DataZone.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Untags a resource in Amazon DataZone.

Link to this function

update_data_source(client, domain_identifier, identifier, input, options \\ [])

View Source

Updates the specified data source in Amazon DataZone.

Link to this function

update_domain(client, identifier, input, options \\ [])

View Source

Updates a Amazon DataZone domain.

Link to this function

update_environment(client, domain_identifier, identifier, input, options \\ [])

View Source

Updates the specified environment in Amazon DataZone.

Link to this function

update_environment_profile(client, domain_identifier, identifier, input, options \\ [])

View Source

Updates the specified environment profile in Amazon DataZone.

Link to this function

update_glossary(client, domain_identifier, identifier, input, options \\ [])

View Source

Updates the business glossary in Amazon DataZone.

Link to this function

update_glossary_term(client, domain_identifier, identifier, input, options \\ [])

View Source

Updates a business glossary term in Amazon DataZone.

Link to this function

update_group_profile(client, domain_identifier, group_identifier, input, options \\ [])

View Source

Updates the specified group profile in Amazon DataZone.

Link to this function

update_project(client, domain_identifier, identifier, input, options \\ [])

View Source

Updates the specified project in Amazon DataZone.

Link to this function

update_subscription_grant_status(client, asset_identifier, domain_identifier, identifier, input, options \\ [])

View Source

Updates the status of the specified subscription grant status in Amazon DataZone.

Link to this function

update_subscription_request(client, domain_identifier, identifier, input, options \\ [])

View Source

Updates a specified subscription request in Amazon DataZone.

Link to this function

update_subscription_target(client, domain_identifier, environment_identifier, identifier, input, options \\ [])

View Source

Updates the specified subscription target in Amazon DataZone.

Link to this function

update_user_profile(client, domain_identifier, user_identifier, input, options \\ [])

View Source

Updates the specified user profile in Amazon DataZone.