AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Implementation for accessing 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonServiceClient
    Amazon.DataZone.AmazonDataZoneClient

Namespace: Amazon.DataZone
Assembly: AWSSDK.DataZone.dll
Version: 3.x.y.z

Syntax

C#
public class AmazonDataZoneClient : AmazonServiceClient
         IAmazonDataZone, IAmazonService, IDisposable

The AmazonDataZoneClient type exposes the following members

Constructors

NameDescription
Public Method AmazonDataZoneClient()

Constructs AmazonDataZoneClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
             

Public Method AmazonDataZoneClient(RegionEndpoint)

Constructs AmazonDataZoneClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
             

Public Method AmazonDataZoneClient(AmazonDataZoneConfig)

Constructs AmazonDataZoneClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="AWSProfileName" value="AWS Default"/>
    </appSettings>
</configuration>
             

Public Method AmazonDataZoneClient(AWSCredentials)

Constructs AmazonDataZoneClient with AWS Credentials

Public Method AmazonDataZoneClient(AWSCredentials, RegionEndpoint)

Constructs AmazonDataZoneClient with AWS Credentials

Public Method AmazonDataZoneClient(AWSCredentials, AmazonDataZoneConfig)

Constructs AmazonDataZoneClient with AWS Credentials and an AmazonDataZoneClient Configuration object.

Public Method AmazonDataZoneClient(string, string)

Constructs AmazonDataZoneClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonDataZoneClient(string, string, RegionEndpoint)

Constructs AmazonDataZoneClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonDataZoneClient(string, string, AmazonDataZoneConfig)

Constructs AmazonDataZoneClient with AWS Access Key ID, AWS Secret Key and an AmazonDataZoneClient Configuration object.

Public Method AmazonDataZoneClient(string, string, string)

Constructs AmazonDataZoneClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonDataZoneClient(string, string, string, RegionEndpoint)

Constructs AmazonDataZoneClient with AWS Access Key ID and AWS Secret Key

Public Method AmazonDataZoneClient(string, string, string, AmazonDataZoneConfig)

Constructs AmazonDataZoneClient with AWS Access Key ID, AWS Secret Key and an AmazonDataZoneClient Configuration object.

Properties

NameTypeDescription
Public Property Config Amazon.Runtime.IClientConfig Inherited from Amazon.Runtime.AmazonServiceClient.
Public Property Paginators Amazon.DataZone.Model.IDataZonePaginatorFactory

Paginators for the service

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method AcceptPredictions(AcceptPredictionsRequest)

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

Public Method AcceptPredictionsAsync(AcceptPredictionsRequest, CancellationToken)

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

Public Method AcceptSubscriptionRequest(AcceptSubscriptionRequestRequest)

Accepts a subscription request to a specific asset.

Public Method AcceptSubscriptionRequestAsync(AcceptSubscriptionRequestRequest, CancellationToken)

Accepts a subscription request to a specific asset.

Public Method AddEntityOwner(AddEntityOwnerRequest)

Adds the owner of an entity (a domain unit).

Public Method AddEntityOwnerAsync(AddEntityOwnerRequest, CancellationToken)

Adds the owner of an entity (a domain unit).

Public Method AddPolicyGrant(AddPolicyGrantRequest)

Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles.

Public Method AddPolicyGrantAsync(AddPolicyGrantRequest, CancellationToken)

Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles.

Public Method AssociateEnvironmentRole(AssociateEnvironmentRoleRequest)

Associates the environment role in Amazon DataZone.

Public Method AssociateEnvironmentRoleAsync(AssociateEnvironmentRoleRequest, CancellationToken)

Associates the environment role in Amazon DataZone.

Public Method CancelMetadataGenerationRun(CancelMetadataGenerationRunRequest)

Cancels the metadata generation run.

Public Method CancelMetadataGenerationRunAsync(CancelMetadataGenerationRunRequest, CancellationToken)

Cancels the metadata generation run.

Public Method CancelSubscription(CancelSubscriptionRequest)

Cancels the subscription to the specified asset.

Public Method CancelSubscriptionAsync(CancelSubscriptionRequest, CancellationToken)

Cancels the subscription to the specified asset.

Public Method CreateAsset(CreateAssetRequest)

Creates an asset in Amazon DataZone catalog.

Public Method CreateAssetAsync(CreateAssetRequest, CancellationToken)

Creates an asset in Amazon DataZone catalog.

Public Method CreateAssetFilter(CreateAssetFilterRequest)

Creates a data asset filter.

Public Method CreateAssetFilterAsync(CreateAssetFilterRequest, CancellationToken)

Creates a data asset filter.

Public Method CreateAssetRevision(CreateAssetRevisionRequest)

Creates a revision of the asset.

Public Method CreateAssetRevisionAsync(CreateAssetRevisionRequest, CancellationToken)

Creates a revision of the asset.

Public Method CreateAssetType(CreateAssetTypeRequest)

Creates a custom asset type.

Public Method CreateAssetTypeAsync(CreateAssetTypeRequest, CancellationToken)

Creates a custom asset type.

Public Method CreateConnection(CreateConnectionRequest)

Creates a new connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Public Method CreateConnectionAsync(CreateConnectionRequest, CancellationToken)

Creates a new connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Public Method CreateDataProduct(CreateDataProductRequest)

Creates a data product.

Public Method CreateDataProductAsync(CreateDataProductRequest, CancellationToken)

Creates a data product.

Public Method CreateDataProductRevision(CreateDataProductRevisionRequest)

Creates a data product revision.

Public Method CreateDataProductRevisionAsync(CreateDataProductRevisionRequest, CancellationToken)

Creates a data product revision.

Public Method CreateDataSource(CreateDataSourceRequest)

Creates an Amazon DataZone data source.

Public Method CreateDataSourceAsync(CreateDataSourceRequest, CancellationToken)

Creates an Amazon DataZone data source.

Public Method CreateDomain(CreateDomainRequest)

Creates an Amazon DataZone domain.

Public Method CreateDomainAsync(CreateDomainRequest, CancellationToken)

Creates an Amazon DataZone domain.

Public Method CreateDomainUnit(CreateDomainUnitRequest)

Creates a domain unit in Amazon DataZone.

Public Method CreateDomainUnitAsync(CreateDomainUnitRequest, CancellationToken)

Creates a domain unit in Amazon DataZone.

Public Method CreateEnvironment(CreateEnvironmentRequest)

Create an Amazon DataZone environment.

Public Method CreateEnvironmentAction(CreateEnvironmentActionRequest)

Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.

Public Method CreateEnvironmentActionAsync(CreateEnvironmentActionRequest, CancellationToken)

Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.

Public Method CreateEnvironmentAsync(CreateEnvironmentRequest, CancellationToken)

Create an Amazon DataZone environment.

Public Method CreateEnvironmentProfile(CreateEnvironmentProfileRequest)

Creates an Amazon DataZone environment profile.

Public Method CreateEnvironmentProfileAsync(CreateEnvironmentProfileRequest, CancellationToken)

Creates an Amazon DataZone environment profile.

Public Method CreateFormType(CreateFormTypeRequest)

Creates a metadata form type.

Public Method CreateFormTypeAsync(CreateFormTypeRequest, CancellationToken)

Creates a metadata form type.

Public Method CreateGlossary(CreateGlossaryRequest)

Creates an Amazon DataZone business glossary.

Public Method CreateGlossaryAsync(CreateGlossaryRequest, CancellationToken)

Creates an Amazon DataZone business glossary.

Public Method CreateGlossaryTerm(CreateGlossaryTermRequest)

Creates a business glossary term.

Public Method CreateGlossaryTermAsync(CreateGlossaryTermRequest, CancellationToken)

Creates a business glossary term.

Public Method CreateGroupProfile(CreateGroupProfileRequest)

Creates a group profile in Amazon DataZone.

Public Method CreateGroupProfileAsync(CreateGroupProfileRequest, CancellationToken)

Creates a group profile in Amazon DataZone.

Public Method CreateListingChangeSet(CreateListingChangeSetRequest)

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

Public Method CreateListingChangeSetAsync(CreateListingChangeSetRequest, CancellationToken)

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

Public Method CreateProject(CreateProjectRequest)

Creates an Amazon DataZone project.

Public Method CreateProjectAsync(CreateProjectRequest, CancellationToken)

Creates an Amazon DataZone project.

Public Method CreateProjectMembership(CreateProjectMembershipRequest)

Creates a project membership in Amazon DataZone.

Public Method CreateProjectMembershipAsync(CreateProjectMembershipRequest, CancellationToken)

Creates a project membership in Amazon DataZone.

Public Method CreateProjectProfile(CreateProjectProfileRequest)

Creates a project profile.

Public Method CreateProjectProfileAsync(CreateProjectProfileRequest, CancellationToken)

Creates a project profile.

Public Method CreateRule(CreateRuleRequest)

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.

Public Method CreateRuleAsync(CreateRuleRequest, CancellationToken)

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.

Public Method CreateSubscriptionGrant(CreateSubscriptionGrantRequest)

Creates a subsscription grant in Amazon DataZone.

Public Method CreateSubscriptionGrantAsync(CreateSubscriptionGrantRequest, CancellationToken)

Creates a subsscription grant in Amazon DataZone.

Public Method CreateSubscriptionRequest(CreateSubscriptionRequestRequest)

Creates a subscription request in Amazon DataZone.

Public Method CreateSubscriptionRequestAsync(CreateSubscriptionRequestRequest, CancellationToken)

Creates a subscription request in Amazon DataZone.

Public Method CreateSubscriptionTarget(CreateSubscriptionTargetRequest)

Creates a subscription target in Amazon DataZone.

Public Method CreateSubscriptionTargetAsync(CreateSubscriptionTargetRequest, CancellationToken)

Creates a subscription target in Amazon DataZone.

Public Method CreateUserProfile(CreateUserProfileRequest)

Creates a user profile in Amazon DataZone.

Public Method CreateUserProfileAsync(CreateUserProfileRequest, CancellationToken)

Creates a user profile in Amazon DataZone.

Public Method DeleteAsset(DeleteAssetRequest)

Deletes an asset in Amazon DataZone.

Public Method DeleteAssetAsync(DeleteAssetRequest, CancellationToken)

Deletes an asset in Amazon DataZone.

Public Method DeleteAssetFilter(DeleteAssetFilterRequest)

Deletes an asset filter.

Public Method DeleteAssetFilterAsync(DeleteAssetFilterRequest, CancellationToken)

Deletes an asset filter.

Public Method DeleteAssetType(DeleteAssetTypeRequest)

Deletes an asset type in Amazon DataZone.

Public Method DeleteAssetTypeAsync(DeleteAssetTypeRequest, CancellationToken)

Deletes an asset type in Amazon DataZone.

Public Method DeleteConnection(DeleteConnectionRequest)

Deletes and connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Public Method DeleteConnectionAsync(DeleteConnectionRequest, CancellationToken)

Deletes and connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Public Method DeleteDataProduct(DeleteDataProductRequest)

Deletes a data product in Amazon DataZone.

Public Method DeleteDataProductAsync(DeleteDataProductRequest, CancellationToken)

Deletes a data product in Amazon DataZone.

Public Method DeleteDataSource(DeleteDataSourceRequest)

Deletes a data source in Amazon DataZone.

Public Method DeleteDataSourceAsync(DeleteDataSourceRequest, CancellationToken)

Deletes a data source in Amazon DataZone.

Public Method DeleteDomain(DeleteDomainRequest)

Deletes a Amazon DataZone domain.

Public Method DeleteDomainAsync(DeleteDomainRequest, CancellationToken)

Deletes a Amazon DataZone domain.

Public Method DeleteDomainUnit(DeleteDomainUnitRequest)

Deletes a domain unit.

Public Method DeleteDomainUnitAsync(DeleteDomainUnitRequest, CancellationToken)

Deletes a domain unit.

Public Method DeleteEnvironment(DeleteEnvironmentRequest)

Deletes an environment in Amazon DataZone.

Public Method DeleteEnvironmentAction(DeleteEnvironmentActionRequest)

Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.

Public Method DeleteEnvironmentActionAsync(DeleteEnvironmentActionRequest, CancellationToken)

Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.

Public Method DeleteEnvironmentAsync(DeleteEnvironmentRequest, CancellationToken)

Deletes an environment in Amazon DataZone.

Public Method DeleteEnvironmentBlueprintConfiguration(DeleteEnvironmentBlueprintConfigurationRequest)

Deletes the blueprint configuration in Amazon DataZone.

Public Method DeleteEnvironmentBlueprintConfigurationAsync(DeleteEnvironmentBlueprintConfigurationRequest, CancellationToken)

Deletes the blueprint configuration in Amazon DataZone.

Public Method DeleteEnvironmentProfile(DeleteEnvironmentProfileRequest)

Deletes an environment profile in Amazon DataZone.

Public Method DeleteEnvironmentProfileAsync(DeleteEnvironmentProfileRequest, CancellationToken)

Deletes an environment profile in Amazon DataZone.

Public Method DeleteFormType(DeleteFormTypeRequest)

Delets and metadata form type in Amazon DataZone.

Public Method DeleteFormTypeAsync(DeleteFormTypeRequest, CancellationToken)

Delets and metadata form type in Amazon DataZone.

Public Method DeleteGlossary(DeleteGlossaryRequest)

Deletes a business glossary in Amazon DataZone.

Public Method DeleteGlossaryAsync(DeleteGlossaryRequest, CancellationToken)

Deletes a business glossary in Amazon DataZone.

Public Method DeleteGlossaryTerm(DeleteGlossaryTermRequest)

Deletes a business glossary term in Amazon DataZone.

Public Method DeleteGlossaryTermAsync(DeleteGlossaryTermRequest, CancellationToken)

Deletes a business glossary term in Amazon DataZone.

Public Method DeleteListing(DeleteListingRequest)

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

Public Method DeleteListingAsync(DeleteListingRequest, CancellationToken)

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

Public Method DeleteProject(DeleteProjectRequest)

Deletes a project in Amazon DataZone.

Public Method DeleteProjectAsync(DeleteProjectRequest, CancellationToken)

Deletes a project in Amazon DataZone.

Public Method DeleteProjectMembership(DeleteProjectMembershipRequest)

Deletes project membership in Amazon DataZone.

Public Method DeleteProjectMembershipAsync(DeleteProjectMembershipRequest, CancellationToken)

Deletes project membership in Amazon DataZone.

Public Method DeleteProjectProfile(DeleteProjectProfileRequest)

Deletes a project profile.

Public Method DeleteProjectProfileAsync(DeleteProjectProfileRequest, CancellationToken)

Deletes a project profile.

Public Method DeleteRule(DeleteRuleRequest)

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.

Public Method DeleteRuleAsync(DeleteRuleRequest, CancellationToken)

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.

Public Method DeleteSubscriptionGrant(DeleteSubscriptionGrantRequest)

Deletes and subscription grant in Amazon DataZone.

Public Method DeleteSubscriptionGrantAsync(DeleteSubscriptionGrantRequest, CancellationToken)

Deletes and subscription grant in Amazon DataZone.

Public Method DeleteSubscriptionRequest(DeleteSubscriptionRequestRequest)

Deletes a subscription request in Amazon DataZone.

Public Method DeleteSubscriptionRequestAsync(DeleteSubscriptionRequestRequest, CancellationToken)

Deletes a subscription request in Amazon DataZone.

Public Method DeleteSubscriptionTarget(DeleteSubscriptionTargetRequest)

Deletes a subscription target in Amazon DataZone.

Public Method DeleteSubscriptionTargetAsync(DeleteSubscriptionTargetRequest, CancellationToken)

Deletes a subscription target in Amazon DataZone.

Public Method DeleteTimeSeriesDataPoints(DeleteTimeSeriesDataPointsRequest)

Deletes the specified time series form for the specified asset.

Public Method DeleteTimeSeriesDataPointsAsync(DeleteTimeSeriesDataPointsRequest, CancellationToken)

Deletes the specified time series form for the specified asset.

Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method DisassociateEnvironmentRole(DisassociateEnvironmentRoleRequest)

Disassociates the environment role in Amazon DataZone.

Public Method DisassociateEnvironmentRoleAsync(DisassociateEnvironmentRoleRequest, CancellationToken)

Disassociates the environment role in Amazon DataZone.

Public Method Dispose() Inherited from Amazon.Runtime.AmazonServiceClient.
Public Method GetAsset(GetAssetRequest)

Gets an Amazon DataZone asset.

Public Method GetAssetAsync(GetAssetRequest, CancellationToken)

Gets an Amazon DataZone asset.

Public Method GetAssetFilter(GetAssetFilterRequest)

Gets an asset filter.

Public Method GetAssetFilterAsync(GetAssetFilterRequest, CancellationToken)

Gets an asset filter.

Public Method GetAssetType(GetAssetTypeRequest)

Gets an Amazon DataZone asset type.

Public Method GetAssetTypeAsync(GetAssetTypeRequest, CancellationToken)

Gets an Amazon DataZone asset type.

Public Method GetConnection(GetConnectionRequest)

Gets a connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Public Method GetConnectionAsync(GetConnectionRequest, CancellationToken)

Gets a connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Public Method GetDataProduct(GetDataProductRequest)

Gets the data product.

Public Method GetDataProductAsync(GetDataProductRequest, CancellationToken)

Gets the data product.

Public Method GetDataSource(GetDataSourceRequest)

Gets an Amazon DataZone data source.

Public Method GetDataSourceAsync(GetDataSourceRequest, CancellationToken)

Gets an Amazon DataZone data source.

Public Method GetDataSourceRun(GetDataSourceRunRequest)

Gets an Amazon DataZone data source run.

Public Method GetDataSourceRunAsync(GetDataSourceRunRequest, CancellationToken)

Gets an Amazon DataZone data source run.

Public Method GetDomain(GetDomainRequest)

Gets an Amazon DataZone domain.

Public Method GetDomainAsync(GetDomainRequest, CancellationToken)

Gets an Amazon DataZone domain.

Public Method GetDomainUnit(GetDomainUnitRequest)

Gets the details of the specified domain unit.

Public Method GetDomainUnitAsync(GetDomainUnitRequest, CancellationToken)

Gets the details of the specified domain unit.

Public Method GetEnvironment(GetEnvironmentRequest)

Gets an Amazon DataZone environment.

Public Method GetEnvironmentAction(GetEnvironmentActionRequest)

Gets the specified environment action.

Public Method GetEnvironmentActionAsync(GetEnvironmentActionRequest, CancellationToken)

Gets the specified environment action.

Public Method GetEnvironmentAsync(GetEnvironmentRequest, CancellationToken)

Gets an Amazon DataZone environment.

Public Method GetEnvironmentBlueprint(GetEnvironmentBlueprintRequest)

Gets an Amazon DataZone blueprint.

Public Method GetEnvironmentBlueprintAsync(GetEnvironmentBlueprintRequest, CancellationToken)

Gets an Amazon DataZone blueprint.

Public Method GetEnvironmentBlueprintConfiguration(GetEnvironmentBlueprintConfigurationRequest)

Gets the blueprint configuration in Amazon DataZone.

Public Method GetEnvironmentBlueprintConfigurationAsync(GetEnvironmentBlueprintConfigurationRequest, CancellationToken)

Gets the blueprint configuration in Amazon DataZone.

Public Method GetEnvironmentCredentials(GetEnvironmentCredentialsRequest)

Gets the credentials of an environment in Amazon DataZone.

Public Method GetEnvironmentCredentialsAsync(GetEnvironmentCredentialsRequest, CancellationToken)

Gets the credentials of an environment in Amazon DataZone.

Public Method GetEnvironmentProfile(GetEnvironmentProfileRequest)

Gets an evinronment profile in Amazon DataZone.

Public Method GetEnvironmentProfileAsync(GetEnvironmentProfileRequest, CancellationToken)

Gets an evinronment profile in Amazon DataZone.

Public Method GetFormType(GetFormTypeRequest)

Gets a metadata form type in Amazon DataZone.

Public Method GetFormTypeAsync(GetFormTypeRequest, CancellationToken)

Gets a metadata form type in Amazon DataZone.

Public Method GetGlossary(GetGlossaryRequest)

Gets a business glossary in Amazon DataZone.

Public Method GetGlossaryAsync(GetGlossaryRequest, CancellationToken)

Gets a business glossary in Amazon DataZone.

Public Method GetGlossaryTerm(GetGlossaryTermRequest)

Gets a business glossary term in Amazon DataZone.

Public Method GetGlossaryTermAsync(GetGlossaryTermRequest, CancellationToken)

Gets a business glossary term in Amazon DataZone.

Public Method GetGroupProfile(GetGroupProfileRequest)

Gets a group profile in Amazon DataZone.

Public Method GetGroupProfileAsync(GetGroupProfileRequest, CancellationToken)

Gets a group profile in Amazon DataZone.

Public Method GetIamPortalLoginUrl(GetIamPortalLoginUrlRequest)

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

Public Method GetIamPortalLoginUrlAsync(GetIamPortalLoginUrlRequest, CancellationToken)

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

Public Method GetJobRun(GetJobRunRequest)

The details of the job run.

Public Method GetJobRunAsync(GetJobRunRequest, CancellationToken)

The details of the job run.

Public Method GetLineageEvent(GetLineageEventRequest)

Describes the lineage event.

Public Method GetLineageEventAsync(GetLineageEventRequest, CancellationToken)

Describes the lineage event.

Public Method GetLineageNode(GetLineageNodeRequest)

Gets the data lineage node.

Public Method GetLineageNodeAsync(GetLineageNodeRequest, CancellationToken)

Gets the data lineage node.

Public Method GetListing(GetListingRequest)

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.

Public Method GetListingAsync(GetListingRequest, CancellationToken)

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.

Public Method GetMetadataGenerationRun(GetMetadataGenerationRunRequest)

Gets a metadata generation run in Amazon DataZone.

Public Method GetMetadataGenerationRunAsync(GetMetadataGenerationRunRequest, CancellationToken)

Gets a metadata generation run in Amazon DataZone.

Public Method GetProject(GetProjectRequest)

Gets a project in Amazon DataZone.

Public Method GetProjectAsync(GetProjectRequest, CancellationToken)

Gets a project in Amazon DataZone.

Public Method GetProjectProfile(GetProjectProfileRequest)

The details of the project profile.

Public Method GetProjectProfileAsync(GetProjectProfileRequest, CancellationToken)

The details of the project profile.

Public Method GetRule(GetRuleRequest)

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.

Public Method GetRuleAsync(GetRuleRequest, CancellationToken)

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.

Public Method GetSubscription(GetSubscriptionRequest)

Gets a subscription in Amazon DataZone.

Public Method GetSubscriptionAsync(GetSubscriptionRequest, CancellationToken)

Gets a subscription in Amazon DataZone.

Public Method GetSubscriptionGrant(GetSubscriptionGrantRequest)

Gets the subscription grant in Amazon DataZone.

Public Method GetSubscriptionGrantAsync(GetSubscriptionGrantRequest, CancellationToken)

Gets the subscription grant in Amazon DataZone.

Public Method GetSubscriptionRequestDetails(GetSubscriptionRequestDetailsRequest)

Gets the details of the specified subscription request.

Public Method GetSubscriptionRequestDetailsAsync(GetSubscriptionRequestDetailsRequest, CancellationToken)

Gets the details of the specified subscription request.

Public Method GetSubscriptionTarget(GetSubscriptionTargetRequest)

Gets the subscription target in Amazon DataZone.

Public Method GetSubscriptionTargetAsync(GetSubscriptionTargetRequest, CancellationToken)

Gets the subscription target in Amazon DataZone.

Public Method GetTimeSeriesDataPoint(GetTimeSeriesDataPointRequest)

Gets the existing data point for the asset.

Public Method GetTimeSeriesDataPointAsync(GetTimeSeriesDataPointRequest, CancellationToken)

Gets the existing data point for the asset.

Public Method GetUserProfile(GetUserProfileRequest)

Gets a user profile in Amazon DataZone.

Public Method GetUserProfileAsync(GetUserProfileRequest, CancellationToken)

Gets a user profile in Amazon DataZone.

Public Method ListAssetFilters(ListAssetFiltersRequest)

Lists asset filters.

Public Method ListAssetFiltersAsync(ListAssetFiltersRequest, CancellationToken)

Lists asset filters.

Public Method ListAssetRevisions(ListAssetRevisionsRequest)

Lists the revisions for the asset.

Public Method ListAssetRevisionsAsync(ListAssetRevisionsRequest, CancellationToken)

Lists the revisions for the asset.

Public Method ListConnections(ListConnectionsRequest)

Lists connections. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Public Method ListConnectionsAsync(ListConnectionsRequest, CancellationToken)

Lists connections. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Public Method ListDataProductRevisions(ListDataProductRevisionsRequest)

Lists data product revisions.

Public Method ListDataProductRevisionsAsync(ListDataProductRevisionsRequest, CancellationToken)

Lists data product revisions.

Public Method ListDataSourceRunActivities(ListDataSourceRunActivitiesRequest)

Lists data source run activities.

Public Method ListDataSourceRunActivitiesAsync(ListDataSourceRunActivitiesRequest, CancellationToken)

Lists data source run activities.

Public Method ListDataSourceRuns(ListDataSourceRunsRequest)

Lists data source runs in Amazon DataZone.

Public Method ListDataSourceRunsAsync(ListDataSourceRunsRequest, CancellationToken)

Lists data source runs in Amazon DataZone.

Public Method ListDataSources(ListDataSourcesRequest)

Lists data sources in Amazon DataZone.

Public Method ListDataSourcesAsync(ListDataSourcesRequest, CancellationToken)

Lists data sources in Amazon DataZone.

Public Method ListDomains(ListDomainsRequest)

Lists Amazon DataZone domains.

Public Method ListDomainsAsync(ListDomainsRequest, CancellationToken)

Lists Amazon DataZone domains.

Public Method ListDomainUnitsForParent(ListDomainUnitsForParentRequest)

Lists child domain units for the specified parent domain unit.

Public Method ListDomainUnitsForParentAsync(ListDomainUnitsForParentRequest, CancellationToken)

Lists child domain units for the specified parent domain unit.

Public Method ListEntityOwners(ListEntityOwnersRequest)

Lists the entity (domain units) owners.

Public Method ListEntityOwnersAsync(ListEntityOwnersRequest, CancellationToken)

Lists the entity (domain units) owners.

Public Method ListEnvironmentActions(ListEnvironmentActionsRequest)

Lists existing environment actions.

Public Method ListEnvironmentActionsAsync(ListEnvironmentActionsRequest, CancellationToken)

Lists existing environment actions.

Public Method ListEnvironmentBlueprintConfigurations(ListEnvironmentBlueprintConfigurationsRequest)

Lists blueprint configurations for a Amazon DataZone environment.

Public Method ListEnvironmentBlueprintConfigurationsAsync(ListEnvironmentBlueprintConfigurationsRequest, CancellationToken)

Lists blueprint configurations for a Amazon DataZone environment.

Public Method ListEnvironmentBlueprints(ListEnvironmentBlueprintsRequest)

Lists blueprints in an Amazon DataZone environment.

Public Method ListEnvironmentBlueprintsAsync(ListEnvironmentBlueprintsRequest, CancellationToken)

Lists blueprints in an Amazon DataZone environment.

Public Method ListEnvironmentProfiles(ListEnvironmentProfilesRequest)

Lists Amazon DataZone environment profiles.

Public Method ListEnvironmentProfilesAsync(ListEnvironmentProfilesRequest, CancellationToken)

Lists Amazon DataZone environment profiles.

Public Method ListEnvironments(ListEnvironmentsRequest)

Lists Amazon DataZone environments.

Public Method ListEnvironmentsAsync(ListEnvironmentsRequest, CancellationToken)

Lists Amazon DataZone environments.

Public Method ListJobRuns(ListJobRunsRequest)

Lists job runs.

Public Method ListJobRunsAsync(ListJobRunsRequest, CancellationToken)

Lists job runs.

Public Method ListLineageEvents(ListLineageEventsRequest)

Lists lineage events.

Public Method ListLineageEventsAsync(ListLineageEventsRequest, CancellationToken)

Lists lineage events.

Public Method ListLineageNodeHistory(ListLineageNodeHistoryRequest)

Lists the history of the specified data lineage node.

Public Method ListLineageNodeHistoryAsync(ListLineageNodeHistoryRequest, CancellationToken)

Lists the history of the specified data lineage node.

Public Method ListMetadataGenerationRuns(ListMetadataGenerationRunsRequest)

Lists all metadata generation runs.

Public Method ListMetadataGenerationRunsAsync(ListMetadataGenerationRunsRequest, CancellationToken)

Lists all metadata generation runs.

Public Method ListNotifications(ListNotificationsRequest)

Lists all Amazon DataZone notifications.

Public Method ListNotificationsAsync(ListNotificationsRequest, CancellationToken)

Lists all Amazon DataZone notifications.

Public Method ListPolicyGrants(ListPolicyGrantsRequest)

Lists policy grants.

Public Method ListPolicyGrantsAsync(ListPolicyGrantsRequest, CancellationToken)

Lists policy grants.

Public Method ListProjectMemberships(ListProjectMembershipsRequest)

Lists all members of the specified project.

Public Method ListProjectMembershipsAsync(ListProjectMembershipsRequest, CancellationToken)

Lists all members of the specified project.

Public Method ListProjectProfiles(ListProjectProfilesRequest)

Lists project profiles.

Public Method ListProjectProfilesAsync(ListProjectProfilesRequest, CancellationToken)

Lists project profiles.

Public Method ListProjects(ListProjectsRequest)

Lists Amazon DataZone projects.

Public Method ListProjectsAsync(ListProjectsRequest, CancellationToken)

Lists Amazon DataZone projects.

Public Method ListRules(ListRulesRequest)

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.

Public Method ListRulesAsync(ListRulesRequest, CancellationToken)

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.

Public Method ListSubscriptionGrants(ListSubscriptionGrantsRequest)

Lists subscription grants.

Public Method ListSubscriptionGrantsAsync(ListSubscriptionGrantsRequest, CancellationToken)

Lists subscription grants.

Public Method ListSubscriptionRequests(ListSubscriptionRequestsRequest)

Lists Amazon DataZone subscription requests.

Public Method ListSubscriptionRequestsAsync(ListSubscriptionRequestsRequest, CancellationToken)

Lists Amazon DataZone subscription requests.

Public Method ListSubscriptions(ListSubscriptionsRequest)

Lists subscriptions in Amazon DataZone.

Public Method ListSubscriptionsAsync(ListSubscriptionsRequest, CancellationToken)

Lists subscriptions in Amazon DataZone.

Public Method ListSubscriptionTargets(ListSubscriptionTargetsRequest)

Lists subscription targets in Amazon DataZone.

Public Method ListSubscriptionTargetsAsync(ListSubscriptionTargetsRequest, CancellationToken)

Lists subscription targets in Amazon DataZone.

Public Method ListTagsForResource(ListTagsForResourceRequest)

Lists tags for the specified resource in Amazon DataZone.

Public Method ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken)

Lists tags for the specified resource in Amazon DataZone.

Public Method ListTimeSeriesDataPoints(ListTimeSeriesDataPointsRequest)

Lists time series data points.

Public Method ListTimeSeriesDataPointsAsync(ListTimeSeriesDataPointsRequest, CancellationToken)

Lists time series data points.

Public Method PostLineageEvent(PostLineageEventRequest)

Posts a data lineage event.

Public Method PostLineageEventAsync(PostLineageEventRequest, CancellationToken)

Posts a data lineage event.

Public Method PostTimeSeriesDataPoints(PostTimeSeriesDataPointsRequest)

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

Public Method PostTimeSeriesDataPointsAsync(PostTimeSeriesDataPointsRequest, CancellationToken)

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

Public Method PutEnvironmentBlueprintConfiguration(PutEnvironmentBlueprintConfigurationRequest)

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

Public Method PutEnvironmentBlueprintConfigurationAsync(PutEnvironmentBlueprintConfigurationRequest, CancellationToken)

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

Public Method RejectPredictions(RejectPredictionsRequest)

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

Public Method RejectPredictionsAsync(RejectPredictionsRequest, CancellationToken)

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

Public Method RejectSubscriptionRequest(RejectSubscriptionRequestRequest)

Rejects the specified subscription request.

Public Method RejectSubscriptionRequestAsync(RejectSubscriptionRequestRequest, CancellationToken)

Rejects the specified subscription request.

Public Method RemoveEntityOwner(RemoveEntityOwnerRequest)

Removes an owner from an entity.

Public Method RemoveEntityOwnerAsync(RemoveEntityOwnerRequest, CancellationToken)

Removes an owner from an entity.

Public Method RemovePolicyGrant(RemovePolicyGrantRequest)

Removes a policy grant.

Public Method RemovePolicyGrantAsync(RemovePolicyGrantRequest, CancellationToken)

Removes a policy grant.

Public Method RevokeSubscription(RevokeSubscriptionRequest)

Revokes a specified subscription in Amazon DataZone.

Public Method RevokeSubscriptionAsync(RevokeSubscriptionRequest, CancellationToken)

Revokes a specified subscription in Amazon DataZone.

Public Method Search(SearchRequest)

Searches for assets in Amazon DataZone.

Public Method SearchAsync(SearchRequest, CancellationToken)

Searches for assets in Amazon DataZone.

Public Method SearchGroupProfiles(SearchGroupProfilesRequest)

Searches group profiles in Amazon DataZone.

Public Method SearchGroupProfilesAsync(SearchGroupProfilesRequest, CancellationToken)

Searches group profiles in Amazon DataZone.

Public Method SearchListings(SearchListingsRequest)

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

Public Method SearchListingsAsync(SearchListingsRequest, CancellationToken)

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

Public Method SearchTypes(SearchTypesRequest)

Searches for types in Amazon DataZone.

Public Method SearchTypesAsync(SearchTypesRequest, CancellationToken)

Searches for types in Amazon DataZone.

Public Method SearchUserProfiles(SearchUserProfilesRequest)

Searches user profiles in Amazon DataZone.

Public Method SearchUserProfilesAsync(SearchUserProfilesRequest, CancellationToken)

Searches user profiles in Amazon DataZone.

Public Method StartDataSourceRun(StartDataSourceRunRequest)

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

Public Method StartDataSourceRunAsync(StartDataSourceRunRequest, CancellationToken)

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

Public Method StartMetadataGenerationRun(StartMetadataGenerationRunRequest)

Starts the metadata generation run.

Public Method StartMetadataGenerationRunAsync(StartMetadataGenerationRunRequest, CancellationToken)

Starts the metadata generation run.

Public Method TagResource(TagResourceRequest)

Tags a resource in Amazon DataZone.

Public Method TagResourceAsync(TagResourceRequest, CancellationToken)

Tags a resource in Amazon DataZone.

Public Method UntagResource(UntagResourceRequest)

Untags a resource in Amazon DataZone.

Public Method UntagResourceAsync(UntagResourceRequest, CancellationToken)

Untags a resource in Amazon DataZone.

Public Method UpdateAssetFilter(UpdateAssetFilterRequest)

Updates an asset filter.

Public Method UpdateAssetFilterAsync(UpdateAssetFilterRequest, CancellationToken)

Updates an asset filter.

Public Method UpdateConnection(UpdateConnectionRequest)

Updates a connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Public Method UpdateConnectionAsync(UpdateConnectionRequest, CancellationToken)

Updates a connection. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services.

Public Method UpdateDataSource(UpdateDataSourceRequest)

Updates the specified data source in Amazon DataZone.

Public Method UpdateDataSourceAsync(UpdateDataSourceRequest, CancellationToken)

Updates the specified data source in Amazon DataZone.

Public Method UpdateDomain(UpdateDomainRequest)

Updates a Amazon DataZone domain.

Public Method UpdateDomainAsync(UpdateDomainRequest, CancellationToken)

Updates a Amazon DataZone domain.

Public Method UpdateDomainUnit(UpdateDomainUnitRequest)

Updates the domain unit.

Public Method UpdateDomainUnitAsync(UpdateDomainUnitRequest, CancellationToken)

Updates the domain unit.

Public Method UpdateEnvironment(UpdateEnvironmentRequest)

Updates the specified environment in Amazon DataZone.

Public Method UpdateEnvironmentAction(UpdateEnvironmentActionRequest)

Updates an environment action.

Public Method UpdateEnvironmentActionAsync(UpdateEnvironmentActionRequest, CancellationToken)

Updates an environment action.

Public Method UpdateEnvironmentAsync(UpdateEnvironmentRequest, CancellationToken)

Updates the specified environment in Amazon DataZone.

Public Method UpdateEnvironmentProfile(UpdateEnvironmentProfileRequest)

Updates the specified environment profile in Amazon DataZone.

Public Method UpdateEnvironmentProfileAsync(UpdateEnvironmentProfileRequest, CancellationToken)

Updates the specified environment profile in Amazon DataZone.

Public Method UpdateGlossary(UpdateGlossaryRequest)

Updates the business glossary in Amazon DataZone.

Public Method UpdateGlossaryAsync(UpdateGlossaryRequest, CancellationToken)

Updates the business glossary in Amazon DataZone.

Public Method UpdateGlossaryTerm(UpdateGlossaryTermRequest)

Updates a business glossary term in Amazon DataZone.

Public Method UpdateGlossaryTermAsync(UpdateGlossaryTermRequest, CancellationToken)

Updates a business glossary term in Amazon DataZone.

Public Method UpdateGroupProfile(UpdateGroupProfileRequest)

Updates the specified group profile in Amazon DataZone.

Public Method UpdateGroupProfileAsync(UpdateGroupProfileRequest, CancellationToken)

Updates the specified group profile in Amazon DataZone.

Public Method UpdateProject(UpdateProjectRequest)

Updates the specified project in Amazon DataZone.

Public Method UpdateProjectAsync(UpdateProjectRequest, CancellationToken)

Updates the specified project in Amazon DataZone.

Public Method UpdateProjectProfile(UpdateProjectProfileRequest)

Updates a project profile.

Public Method UpdateProjectProfileAsync(UpdateProjectProfileRequest, CancellationToken)

Updates a project profile.

Public Method UpdateRule(UpdateRuleRequest)

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.

Public Method UpdateRuleAsync(UpdateRuleRequest, CancellationToken)

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.

Public Method UpdateSubscriptionGrantStatus(UpdateSubscriptionGrantStatusRequest)

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

Public Method UpdateSubscriptionGrantStatusAsync(UpdateSubscriptionGrantStatusRequest, CancellationToken)

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

Public Method UpdateSubscriptionRequest(UpdateSubscriptionRequestRequest)

Updates a specified subscription request in Amazon DataZone.

Public Method UpdateSubscriptionRequestAsync(UpdateSubscriptionRequestRequest, CancellationToken)

Updates a specified subscription request in Amazon DataZone.

Public Method UpdateSubscriptionTarget(UpdateSubscriptionTargetRequest)

Updates the specified subscription target in Amazon DataZone.

Public Method UpdateSubscriptionTargetAsync(UpdateSubscriptionTargetRequest, CancellationToken)

Updates the specified subscription target in Amazon DataZone.

Public Method UpdateUserProfile(UpdateUserProfileRequest)

Updates the specified user profile in Amazon DataZone.

Public Method UpdateUserProfileAsync(UpdateUserProfileRequest, CancellationToken)

Updates the specified user profile in Amazon DataZone.

Events

NameDescription
Event AfterResponseEvent Inherited from Amazon.Runtime.AmazonServiceClient.
Event BeforeRequestEvent Inherited from Amazon.Runtime.AmazonServiceClient.
Event ExceptionEvent Inherited from Amazon.Runtime.AmazonServiceClient.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5