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.Namespace: Amazon.DataZone
Assembly: AWSSDK.DataZone.dll
Version: 3.x.y.z
public class AmazonDataZoneClient : AmazonServiceClient IAmazonDataZone, IAmazonService, IDisposable
The AmazonDataZoneClient type exposes the following members
Name | Description | |
---|---|---|
![]() |
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> |
![]() |
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> |
![]() |
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> |
![]() |
AmazonDataZoneClient(AWSCredentials) |
Constructs AmazonDataZoneClient with AWS Credentials |
![]() |
AmazonDataZoneClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonDataZoneClient with AWS Credentials |
![]() |
AmazonDataZoneClient(AWSCredentials, AmazonDataZoneConfig) |
Constructs AmazonDataZoneClient with AWS Credentials and an AmazonDataZoneClient Configuration object. |
![]() |
AmazonDataZoneClient(string, string) |
Constructs AmazonDataZoneClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonDataZoneClient(string, string, RegionEndpoint) |
Constructs AmazonDataZoneClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonDataZoneClient(string, string, AmazonDataZoneConfig) |
Constructs AmazonDataZoneClient with AWS Access Key ID, AWS Secret Key and an AmazonDataZoneClient Configuration object. |
![]() |
AmazonDataZoneClient(string, string, string) |
Constructs AmazonDataZoneClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonDataZoneClient(string, string, string, RegionEndpoint) |
Constructs AmazonDataZoneClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonDataZoneClient(string, string, string, AmazonDataZoneConfig) |
Constructs AmazonDataZoneClient with AWS Access Key ID, AWS Secret Key and an AmazonDataZoneClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
![]() |
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
Paginators | Amazon.DataZone.Model.IDataZonePaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
![]() |
AcceptPredictions(AcceptPredictionsRequest) |
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets. |
![]() |
AcceptPredictionsAsync(AcceptPredictionsRequest, CancellationToken) |
Accepts automatically generated business-friendly metadata for your Amazon DataZone assets. |
![]() |
AcceptSubscriptionRequest(AcceptSubscriptionRequestRequest) |
Accepts a subscription request to a specific asset. |
![]() |
AcceptSubscriptionRequestAsync(AcceptSubscriptionRequestRequest, CancellationToken) |
Accepts a subscription request to a specific asset. |
![]() |
AddEntityOwner(AddEntityOwnerRequest) |
Adds the owner of an entity (a domain unit). |
![]() |
AddEntityOwnerAsync(AddEntityOwnerRequest, CancellationToken) |
Adds the owner of an entity (a domain unit). |
![]() |
AddPolicyGrant(AddPolicyGrantRequest) |
Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles. |
![]() |
AddPolicyGrantAsync(AddPolicyGrantRequest, CancellationToken) |
Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles. |
![]() |
AssociateEnvironmentRole(AssociateEnvironmentRoleRequest) |
Associates the environment role in Amazon DataZone. |
![]() |
AssociateEnvironmentRoleAsync(AssociateEnvironmentRoleRequest, CancellationToken) |
Associates the environment role in Amazon DataZone. |
![]() |
CancelMetadataGenerationRun(CancelMetadataGenerationRunRequest) |
Cancels the metadata generation run. |
![]() |
CancelMetadataGenerationRunAsync(CancelMetadataGenerationRunRequest, CancellationToken) |
Cancels the metadata generation run. |
![]() |
CancelSubscription(CancelSubscriptionRequest) |
Cancels the subscription to the specified asset. |
![]() |
CancelSubscriptionAsync(CancelSubscriptionRequest, CancellationToken) |
Cancels the subscription to the specified asset. |
![]() |
CreateAsset(CreateAssetRequest) |
Creates an asset in Amazon DataZone catalog. |
![]() |
CreateAssetAsync(CreateAssetRequest, CancellationToken) |
Creates an asset in Amazon DataZone catalog. |
![]() |
CreateAssetFilter(CreateAssetFilterRequest) |
Creates a data asset filter. |
![]() |
CreateAssetFilterAsync(CreateAssetFilterRequest, CancellationToken) |
Creates a data asset filter. |
![]() |
CreateAssetRevision(CreateAssetRevisionRequest) |
Creates a revision of the asset. |
![]() |
CreateAssetRevisionAsync(CreateAssetRevisionRequest, CancellationToken) |
Creates a revision of the asset. |
![]() |
CreateAssetType(CreateAssetTypeRequest) |
Creates a custom asset type. |
![]() |
CreateAssetTypeAsync(CreateAssetTypeRequest, CancellationToken) |
Creates a custom asset type. |
![]() |
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. |
![]() |
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. |
![]() |
CreateDataProduct(CreateDataProductRequest) |
Creates a data product. |
![]() |
CreateDataProductAsync(CreateDataProductRequest, CancellationToken) |
Creates a data product. |
![]() |
CreateDataProductRevision(CreateDataProductRevisionRequest) |
Creates a data product revision. |
![]() |
CreateDataProductRevisionAsync(CreateDataProductRevisionRequest, CancellationToken) |
Creates a data product revision. |
![]() |
CreateDataSource(CreateDataSourceRequest) |
Creates an Amazon DataZone data source. |
![]() |
CreateDataSourceAsync(CreateDataSourceRequest, CancellationToken) |
Creates an Amazon DataZone data source. |
![]() |
CreateDomain(CreateDomainRequest) |
Creates an Amazon DataZone domain. |
![]() |
CreateDomainAsync(CreateDomainRequest, CancellationToken) |
Creates an Amazon DataZone domain. |
![]() |
CreateDomainUnit(CreateDomainUnitRequest) |
Creates a domain unit in Amazon DataZone. |
![]() |
CreateDomainUnitAsync(CreateDomainUnitRequest, CancellationToken) |
Creates a domain unit in Amazon DataZone. |
![]() |
CreateEnvironment(CreateEnvironmentRequest) |
Create an Amazon DataZone environment. |
![]() |
CreateEnvironmentAction(CreateEnvironmentActionRequest) |
Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment. |
![]() |
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. |
![]() |
CreateEnvironmentAsync(CreateEnvironmentRequest, CancellationToken) |
Create an Amazon DataZone environment. |
![]() |
CreateEnvironmentProfile(CreateEnvironmentProfileRequest) |
Creates an Amazon DataZone environment profile. |
![]() |
CreateEnvironmentProfileAsync(CreateEnvironmentProfileRequest, CancellationToken) |
Creates an Amazon DataZone environment profile. |
![]() |
CreateFormType(CreateFormTypeRequest) |
Creates a metadata form type. |
![]() |
CreateFormTypeAsync(CreateFormTypeRequest, CancellationToken) |
Creates a metadata form type. |
![]() |
CreateGlossary(CreateGlossaryRequest) |
Creates an Amazon DataZone business glossary. |
![]() |
CreateGlossaryAsync(CreateGlossaryRequest, CancellationToken) |
Creates an Amazon DataZone business glossary. |
![]() |
CreateGlossaryTerm(CreateGlossaryTermRequest) |
Creates a business glossary term. |
![]() |
CreateGlossaryTermAsync(CreateGlossaryTermRequest, CancellationToken) |
Creates a business glossary term. |
![]() |
CreateGroupProfile(CreateGroupProfileRequest) |
Creates a group profile in Amazon DataZone. |
![]() |
CreateGroupProfileAsync(CreateGroupProfileRequest, CancellationToken) |
Creates a group profile in Amazon DataZone. |
![]() |
CreateListingChangeSet(CreateListingChangeSetRequest) |
Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog. |
![]() |
CreateListingChangeSetAsync(CreateListingChangeSetRequest, CancellationToken) |
Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog. |
![]() |
CreateProject(CreateProjectRequest) |
Creates an Amazon DataZone project. |
![]() |
CreateProjectAsync(CreateProjectRequest, CancellationToken) |
Creates an Amazon DataZone project. |
![]() |
CreateProjectMembership(CreateProjectMembershipRequest) |
Creates a project membership in Amazon DataZone. |
![]() |
CreateProjectMembershipAsync(CreateProjectMembershipRequest, CancellationToken) |
Creates a project membership in Amazon DataZone. |
![]() |
CreateProjectProfile(CreateProjectProfileRequest) |
Creates a project profile. |
![]() |
CreateProjectProfileAsync(CreateProjectProfileRequest, CancellationToken) |
Creates a project profile. |
![]() |
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. |
![]() |
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. |
![]() |
CreateSubscriptionGrant(CreateSubscriptionGrantRequest) |
Creates a subsscription grant in Amazon DataZone. |
![]() |
CreateSubscriptionGrantAsync(CreateSubscriptionGrantRequest, CancellationToken) |
Creates a subsscription grant in Amazon DataZone. |
![]() |
CreateSubscriptionRequest(CreateSubscriptionRequestRequest) |
Creates a subscription request in Amazon DataZone. |
![]() |
CreateSubscriptionRequestAsync(CreateSubscriptionRequestRequest, CancellationToken) |
Creates a subscription request in Amazon DataZone. |
![]() |
CreateSubscriptionTarget(CreateSubscriptionTargetRequest) |
Creates a subscription target in Amazon DataZone. |
![]() |
CreateSubscriptionTargetAsync(CreateSubscriptionTargetRequest, CancellationToken) |
Creates a subscription target in Amazon DataZone. |
![]() |
CreateUserProfile(CreateUserProfileRequest) |
Creates a user profile in Amazon DataZone. |
![]() |
CreateUserProfileAsync(CreateUserProfileRequest, CancellationToken) |
Creates a user profile in Amazon DataZone. |
![]() |
DeleteAsset(DeleteAssetRequest) |
Deletes an asset in Amazon DataZone. |
![]() |
DeleteAssetAsync(DeleteAssetRequest, CancellationToken) |
Deletes an asset in Amazon DataZone. |
![]() |
DeleteAssetFilter(DeleteAssetFilterRequest) |
Deletes an asset filter. |
![]() |
DeleteAssetFilterAsync(DeleteAssetFilterRequest, CancellationToken) |
Deletes an asset filter. |
![]() |
DeleteAssetType(DeleteAssetTypeRequest) |
Deletes an asset type in Amazon DataZone. |
![]() |
DeleteAssetTypeAsync(DeleteAssetTypeRequest, CancellationToken) |
Deletes an asset type in Amazon DataZone. |
![]() |
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. |
![]() |
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. |
![]() |
DeleteDataProduct(DeleteDataProductRequest) |
Deletes a data product in Amazon DataZone. |
![]() |
DeleteDataProductAsync(DeleteDataProductRequest, CancellationToken) |
Deletes a data product in Amazon DataZone. |
![]() |
DeleteDataSource(DeleteDataSourceRequest) |
Deletes a data source in Amazon DataZone. |
![]() |
DeleteDataSourceAsync(DeleteDataSourceRequest, CancellationToken) |
Deletes a data source in Amazon DataZone. |
![]() |
DeleteDomain(DeleteDomainRequest) |
Deletes a Amazon DataZone domain. |
![]() |
DeleteDomainAsync(DeleteDomainRequest, CancellationToken) |
Deletes a Amazon DataZone domain. |
![]() |
DeleteDomainUnit(DeleteDomainUnitRequest) |
Deletes a domain unit. |
![]() |
DeleteDomainUnitAsync(DeleteDomainUnitRequest, CancellationToken) |
Deletes a domain unit. |
![]() |
DeleteEnvironment(DeleteEnvironmentRequest) |
Deletes an environment in Amazon DataZone. |
![]() |
DeleteEnvironmentAction(DeleteEnvironmentActionRequest) |
Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment. |
![]() |
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. |
![]() |
DeleteEnvironmentAsync(DeleteEnvironmentRequest, CancellationToken) |
Deletes an environment in Amazon DataZone. |
![]() |
DeleteEnvironmentBlueprintConfiguration(DeleteEnvironmentBlueprintConfigurationRequest) |
Deletes the blueprint configuration in Amazon DataZone. |
![]() |
DeleteEnvironmentBlueprintConfigurationAsync(DeleteEnvironmentBlueprintConfigurationRequest, CancellationToken) |
Deletes the blueprint configuration in Amazon DataZone. |
![]() |
DeleteEnvironmentProfile(DeleteEnvironmentProfileRequest) |
Deletes an environment profile in Amazon DataZone. |
![]() |
DeleteEnvironmentProfileAsync(DeleteEnvironmentProfileRequest, CancellationToken) |
Deletes an environment profile in Amazon DataZone. |
![]() |
DeleteFormType(DeleteFormTypeRequest) |
Delets and metadata form type in Amazon DataZone. |
![]() |
DeleteFormTypeAsync(DeleteFormTypeRequest, CancellationToken) |
Delets and metadata form type in Amazon DataZone. |
![]() |
DeleteGlossary(DeleteGlossaryRequest) |
Deletes a business glossary in Amazon DataZone. |
![]() |
DeleteGlossaryAsync(DeleteGlossaryRequest, CancellationToken) |
Deletes a business glossary in Amazon DataZone. |
![]() |
DeleteGlossaryTerm(DeleteGlossaryTermRequest) |
Deletes a business glossary term in Amazon DataZone. |
![]() |
DeleteGlossaryTermAsync(DeleteGlossaryTermRequest, CancellationToken) |
Deletes a business glossary term in Amazon DataZone. |
![]() |
DeleteListing(DeleteListingRequest) |
Deletes a listing (a record of an asset at a given time). |
![]() |
DeleteListingAsync(DeleteListingRequest, CancellationToken) |
Deletes a listing (a record of an asset at a given time). |
![]() |
DeleteProject(DeleteProjectRequest) |
Deletes a project in Amazon DataZone. |
![]() |
DeleteProjectAsync(DeleteProjectRequest, CancellationToken) |
Deletes a project in Amazon DataZone. |
![]() |
DeleteProjectMembership(DeleteProjectMembershipRequest) |
Deletes project membership in Amazon DataZone. |
![]() |
DeleteProjectMembershipAsync(DeleteProjectMembershipRequest, CancellationToken) |
Deletes project membership in Amazon DataZone. |
![]() |
DeleteProjectProfile(DeleteProjectProfileRequest) |
Deletes a project profile. |
![]() |
DeleteProjectProfileAsync(DeleteProjectProfileRequest, CancellationToken) |
Deletes a project profile. |
![]() |
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. |
![]() |
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. |
![]() |
DeleteSubscriptionGrant(DeleteSubscriptionGrantRequest) |
Deletes and subscription grant in Amazon DataZone. |
![]() |
DeleteSubscriptionGrantAsync(DeleteSubscriptionGrantRequest, CancellationToken) |
Deletes and subscription grant in Amazon DataZone. |
![]() |
DeleteSubscriptionRequest(DeleteSubscriptionRequestRequest) |
Deletes a subscription request in Amazon DataZone. |
![]() |
DeleteSubscriptionRequestAsync(DeleteSubscriptionRequestRequest, CancellationToken) |
Deletes a subscription request in Amazon DataZone. |
![]() |
DeleteSubscriptionTarget(DeleteSubscriptionTargetRequest) |
Deletes a subscription target in Amazon DataZone. |
![]() |
DeleteSubscriptionTargetAsync(DeleteSubscriptionTargetRequest, CancellationToken) |
Deletes a subscription target in Amazon DataZone. |
![]() |
DeleteTimeSeriesDataPoints(DeleteTimeSeriesDataPointsRequest) |
Deletes the specified time series form for the specified asset. |
![]() |
DeleteTimeSeriesDataPointsAsync(DeleteTimeSeriesDataPointsRequest, CancellationToken) |
Deletes the specified time series form for the specified asset. |
![]() |
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
![]() |
DisassociateEnvironmentRole(DisassociateEnvironmentRoleRequest) |
Disassociates the environment role in Amazon DataZone. |
![]() |
DisassociateEnvironmentRoleAsync(DisassociateEnvironmentRoleRequest, CancellationToken) |
Disassociates the environment role in Amazon DataZone. |
![]() |
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
GetAsset(GetAssetRequest) |
Gets an Amazon DataZone asset. |
![]() |
GetAssetAsync(GetAssetRequest, CancellationToken) |
Gets an Amazon DataZone asset. |
![]() |
GetAssetFilter(GetAssetFilterRequest) |
Gets an asset filter. |
![]() |
GetAssetFilterAsync(GetAssetFilterRequest, CancellationToken) |
Gets an asset filter. |
![]() |
GetAssetType(GetAssetTypeRequest) |
Gets an Amazon DataZone asset type. |
![]() |
GetAssetTypeAsync(GetAssetTypeRequest, CancellationToken) |
Gets an Amazon DataZone asset type. |
![]() |
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. |
![]() |
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. |
![]() |
GetDataProduct(GetDataProductRequest) |
Gets the data product. |
![]() |
GetDataProductAsync(GetDataProductRequest, CancellationToken) |
Gets the data product. |
![]() |
GetDataSource(GetDataSourceRequest) |
Gets an Amazon DataZone data source. |
![]() |
GetDataSourceAsync(GetDataSourceRequest, CancellationToken) |
Gets an Amazon DataZone data source. |
![]() |
GetDataSourceRun(GetDataSourceRunRequest) |
Gets an Amazon DataZone data source run. |
![]() |
GetDataSourceRunAsync(GetDataSourceRunRequest, CancellationToken) |
Gets an Amazon DataZone data source run. |
![]() |
GetDomain(GetDomainRequest) |
Gets an Amazon DataZone domain. |
![]() |
GetDomainAsync(GetDomainRequest, CancellationToken) |
Gets an Amazon DataZone domain. |
![]() |
GetDomainUnit(GetDomainUnitRequest) |
Gets the details of the specified domain unit. |
![]() |
GetDomainUnitAsync(GetDomainUnitRequest, CancellationToken) |
Gets the details of the specified domain unit. |
![]() |
GetEnvironment(GetEnvironmentRequest) |
Gets an Amazon DataZone environment. |
![]() |
GetEnvironmentAction(GetEnvironmentActionRequest) |
Gets the specified environment action. |
![]() |
GetEnvironmentActionAsync(GetEnvironmentActionRequest, CancellationToken) |
Gets the specified environment action. |
![]() |
GetEnvironmentAsync(GetEnvironmentRequest, CancellationToken) |
Gets an Amazon DataZone environment. |
![]() |
GetEnvironmentBlueprint(GetEnvironmentBlueprintRequest) |
Gets an Amazon DataZone blueprint. |
![]() |
GetEnvironmentBlueprintAsync(GetEnvironmentBlueprintRequest, CancellationToken) |
Gets an Amazon DataZone blueprint. |
![]() |
GetEnvironmentBlueprintConfiguration(GetEnvironmentBlueprintConfigurationRequest) |
Gets the blueprint configuration in Amazon DataZone. |
![]() |
GetEnvironmentBlueprintConfigurationAsync(GetEnvironmentBlueprintConfigurationRequest, CancellationToken) |
Gets the blueprint configuration in Amazon DataZone. |
![]() |
GetEnvironmentCredentials(GetEnvironmentCredentialsRequest) |
Gets the credentials of an environment in Amazon DataZone. |
![]() |
GetEnvironmentCredentialsAsync(GetEnvironmentCredentialsRequest, CancellationToken) |
Gets the credentials of an environment in Amazon DataZone. |
![]() |
GetEnvironmentProfile(GetEnvironmentProfileRequest) |
Gets an evinronment profile in Amazon DataZone. |
![]() |
GetEnvironmentProfileAsync(GetEnvironmentProfileRequest, CancellationToken) |
Gets an evinronment profile in Amazon DataZone. |
![]() |
GetFormType(GetFormTypeRequest) |
Gets a metadata form type in Amazon DataZone. |
![]() |
GetFormTypeAsync(GetFormTypeRequest, CancellationToken) |
Gets a metadata form type in Amazon DataZone. |
![]() |
GetGlossary(GetGlossaryRequest) |
Gets a business glossary in Amazon DataZone. |
![]() |
GetGlossaryAsync(GetGlossaryRequest, CancellationToken) |
Gets a business glossary in Amazon DataZone. |
![]() |
GetGlossaryTerm(GetGlossaryTermRequest) |
Gets a business glossary term in Amazon DataZone. |
![]() |
GetGlossaryTermAsync(GetGlossaryTermRequest, CancellationToken) |
Gets a business glossary term in Amazon DataZone. |
![]() |
GetGroupProfile(GetGroupProfileRequest) |
Gets a group profile in Amazon DataZone. |
![]() |
GetGroupProfileAsync(GetGroupProfileRequest, CancellationToken) |
Gets a group profile in Amazon DataZone. |
![]() |
GetIamPortalLoginUrl(GetIamPortalLoginUrlRequest) |
Gets the data portal URL for the specified Amazon DataZone domain. |
![]() |
GetIamPortalLoginUrlAsync(GetIamPortalLoginUrlRequest, CancellationToken) |
Gets the data portal URL for the specified Amazon DataZone domain. |
![]() |
GetJobRun(GetJobRunRequest) |
The details of the job run. |
![]() |
GetJobRunAsync(GetJobRunRequest, CancellationToken) |
The details of the job run. |
![]() |
GetLineageEvent(GetLineageEventRequest) |
Describes the lineage event. |
![]() |
GetLineageEventAsync(GetLineageEventRequest, CancellationToken) |
Describes the lineage event. |
![]() |
GetLineageNode(GetLineageNodeRequest) |
Gets the data lineage node. |
![]() |
GetLineageNodeAsync(GetLineageNodeRequest, CancellationToken) |
Gets the data lineage node. |
![]() |
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. |
![]() |
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. |
![]() |
GetMetadataGenerationRun(GetMetadataGenerationRunRequest) |
Gets a metadata generation run in Amazon DataZone. |
![]() |
GetMetadataGenerationRunAsync(GetMetadataGenerationRunRequest, CancellationToken) |
Gets a metadata generation run in Amazon DataZone. |
![]() |
GetProject(GetProjectRequest) |
Gets a project in Amazon DataZone. |
![]() |
GetProjectAsync(GetProjectRequest, CancellationToken) |
Gets a project in Amazon DataZone. |
![]() |
GetProjectProfile(GetProjectProfileRequest) |
The details of the project profile. |
![]() |
GetProjectProfileAsync(GetProjectProfileRequest, CancellationToken) |
The details of the project profile. |
![]() |
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. |
![]() |
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. |
![]() |
GetSubscription(GetSubscriptionRequest) |
Gets a subscription in Amazon DataZone. |
![]() |
GetSubscriptionAsync(GetSubscriptionRequest, CancellationToken) |
Gets a subscription in Amazon DataZone. |
![]() |
GetSubscriptionGrant(GetSubscriptionGrantRequest) |
Gets the subscription grant in Amazon DataZone. |
![]() |
GetSubscriptionGrantAsync(GetSubscriptionGrantRequest, CancellationToken) |
Gets the subscription grant in Amazon DataZone. |
![]() |
GetSubscriptionRequestDetails(GetSubscriptionRequestDetailsRequest) |
Gets the details of the specified subscription request. |
![]() |
GetSubscriptionRequestDetailsAsync(GetSubscriptionRequestDetailsRequest, CancellationToken) |
Gets the details of the specified subscription request. |
![]() |
GetSubscriptionTarget(GetSubscriptionTargetRequest) |
Gets the subscription target in Amazon DataZone. |
![]() |
GetSubscriptionTargetAsync(GetSubscriptionTargetRequest, CancellationToken) |
Gets the subscription target in Amazon DataZone. |
![]() |
GetTimeSeriesDataPoint(GetTimeSeriesDataPointRequest) |
Gets the existing data point for the asset. |
![]() |
GetTimeSeriesDataPointAsync(GetTimeSeriesDataPointRequest, CancellationToken) |
Gets the existing data point for the asset. |
![]() |
GetUserProfile(GetUserProfileRequest) |
Gets a user profile in Amazon DataZone. |
![]() |
GetUserProfileAsync(GetUserProfileRequest, CancellationToken) |
Gets a user profile in Amazon DataZone. |
![]() |
ListAssetFilters(ListAssetFiltersRequest) |
Lists asset filters. |
![]() |
ListAssetFiltersAsync(ListAssetFiltersRequest, CancellationToken) |
Lists asset filters. |
![]() |
ListAssetRevisions(ListAssetRevisionsRequest) |
Lists the revisions for the asset. |
![]() |
ListAssetRevisionsAsync(ListAssetRevisionsRequest, CancellationToken) |
Lists the revisions for the asset. |
![]() |
ListConnections(ListConnectionsRequest) |
Lists connections. In Amazon DataZone, a connection enables you to connect your resources (domains, projects, and environments) to external resources and services. |
![]() |
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. |
![]() |
ListDataProductRevisions(ListDataProductRevisionsRequest) |
Lists data product revisions. |
![]() |
ListDataProductRevisionsAsync(ListDataProductRevisionsRequest, CancellationToken) |
Lists data product revisions. |
![]() |
ListDataSourceRunActivities(ListDataSourceRunActivitiesRequest) |
Lists data source run activities. |
![]() |
ListDataSourceRunActivitiesAsync(ListDataSourceRunActivitiesRequest, CancellationToken) |
Lists data source run activities. |
![]() |
ListDataSourceRuns(ListDataSourceRunsRequest) |
Lists data source runs in Amazon DataZone. |
![]() |
ListDataSourceRunsAsync(ListDataSourceRunsRequest, CancellationToken) |
Lists data source runs in Amazon DataZone. |
![]() |
ListDataSources(ListDataSourcesRequest) |
Lists data sources in Amazon DataZone. |
![]() |
ListDataSourcesAsync(ListDataSourcesRequest, CancellationToken) |
Lists data sources in Amazon DataZone. |
![]() |
ListDomains(ListDomainsRequest) |
Lists Amazon DataZone domains. |
![]() |
ListDomainsAsync(ListDomainsRequest, CancellationToken) |
Lists Amazon DataZone domains. |
![]() |
ListDomainUnitsForParent(ListDomainUnitsForParentRequest) |
Lists child domain units for the specified parent domain unit. |
![]() |
ListDomainUnitsForParentAsync(ListDomainUnitsForParentRequest, CancellationToken) |
Lists child domain units for the specified parent domain unit. |
![]() |
ListEntityOwners(ListEntityOwnersRequest) |
Lists the entity (domain units) owners. |
![]() |
ListEntityOwnersAsync(ListEntityOwnersRequest, CancellationToken) |
Lists the entity (domain units) owners. |
![]() |
ListEnvironmentActions(ListEnvironmentActionsRequest) |
Lists existing environment actions. |
![]() |
ListEnvironmentActionsAsync(ListEnvironmentActionsRequest, CancellationToken) |
Lists existing environment actions. |
![]() |
ListEnvironmentBlueprintConfigurations(ListEnvironmentBlueprintConfigurationsRequest) |
Lists blueprint configurations for a Amazon DataZone environment. |
![]() |
ListEnvironmentBlueprintConfigurationsAsync(ListEnvironmentBlueprintConfigurationsRequest, CancellationToken) |
Lists blueprint configurations for a Amazon DataZone environment. |
![]() |
ListEnvironmentBlueprints(ListEnvironmentBlueprintsRequest) |
Lists blueprints in an Amazon DataZone environment. |
![]() |
ListEnvironmentBlueprintsAsync(ListEnvironmentBlueprintsRequest, CancellationToken) |
Lists blueprints in an Amazon DataZone environment. |
![]() |
ListEnvironmentProfiles(ListEnvironmentProfilesRequest) |
Lists Amazon DataZone environment profiles. |
![]() |
ListEnvironmentProfilesAsync(ListEnvironmentProfilesRequest, CancellationToken) |
Lists Amazon DataZone environment profiles. |
![]() |
ListEnvironments(ListEnvironmentsRequest) |
Lists Amazon DataZone environments. |
![]() |
ListEnvironmentsAsync(ListEnvironmentsRequest, CancellationToken) |
Lists Amazon DataZone environments. |
![]() |
ListJobRuns(ListJobRunsRequest) |
Lists job runs. |
![]() |
ListJobRunsAsync(ListJobRunsRequest, CancellationToken) |
Lists job runs. |
![]() |
ListLineageEvents(ListLineageEventsRequest) |
Lists lineage events. |
![]() |
ListLineageEventsAsync(ListLineageEventsRequest, CancellationToken) |
Lists lineage events. |
![]() |
ListLineageNodeHistory(ListLineageNodeHistoryRequest) |
Lists the history of the specified data lineage node. |
![]() |
ListLineageNodeHistoryAsync(ListLineageNodeHistoryRequest, CancellationToken) |
Lists the history of the specified data lineage node. |
![]() |
ListMetadataGenerationRuns(ListMetadataGenerationRunsRequest) |
Lists all metadata generation runs. |
![]() |
ListMetadataGenerationRunsAsync(ListMetadataGenerationRunsRequest, CancellationToken) |
Lists all metadata generation runs. |
![]() |
ListNotifications(ListNotificationsRequest) |
Lists all Amazon DataZone notifications. |
![]() |
ListNotificationsAsync(ListNotificationsRequest, CancellationToken) |
Lists all Amazon DataZone notifications. |
![]() |
ListPolicyGrants(ListPolicyGrantsRequest) |
Lists policy grants. |
![]() |
ListPolicyGrantsAsync(ListPolicyGrantsRequest, CancellationToken) |
Lists policy grants. |
![]() |
ListProjectMemberships(ListProjectMembershipsRequest) |
Lists all members of the specified project. |
![]() |
ListProjectMembershipsAsync(ListProjectMembershipsRequest, CancellationToken) |
Lists all members of the specified project. |
![]() |
ListProjectProfiles(ListProjectProfilesRequest) |
Lists project profiles. |
![]() |
ListProjectProfilesAsync(ListProjectProfilesRequest, CancellationToken) |
Lists project profiles. |
![]() |
ListProjects(ListProjectsRequest) |
Lists Amazon DataZone projects. |
![]() |
ListProjectsAsync(ListProjectsRequest, CancellationToken) |
Lists Amazon DataZone projects. |
![]() |
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. |
![]() |
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. |
![]() |
ListSubscriptionGrants(ListSubscriptionGrantsRequest) |
Lists subscription grants. |
![]() |
ListSubscriptionGrantsAsync(ListSubscriptionGrantsRequest, CancellationToken) |
Lists subscription grants. |
![]() |
ListSubscriptionRequests(ListSubscriptionRequestsRequest) |
Lists Amazon DataZone subscription requests. |
![]() |
ListSubscriptionRequestsAsync(ListSubscriptionRequestsRequest, CancellationToken) |
Lists Amazon DataZone subscription requests. |
![]() |
ListSubscriptions(ListSubscriptionsRequest) |
Lists subscriptions in Amazon DataZone. |
![]() |
ListSubscriptionsAsync(ListSubscriptionsRequest, CancellationToken) |
Lists subscriptions in Amazon DataZone. |
![]() |
ListSubscriptionTargets(ListSubscriptionTargetsRequest) |
Lists subscription targets in Amazon DataZone. |
![]() |
ListSubscriptionTargetsAsync(ListSubscriptionTargetsRequest, CancellationToken) |
Lists subscription targets in Amazon DataZone. |
![]() |
ListTagsForResource(ListTagsForResourceRequest) |
Lists tags for the specified resource in Amazon DataZone. |
![]() |
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Lists tags for the specified resource in Amazon DataZone. |
![]() |
ListTimeSeriesDataPoints(ListTimeSeriesDataPointsRequest) |
Lists time series data points. |
![]() |
ListTimeSeriesDataPointsAsync(ListTimeSeriesDataPointsRequest, CancellationToken) |
Lists time series data points. |
![]() |
PostLineageEvent(PostLineageEventRequest) |
Posts a data lineage event. |
![]() |
PostLineageEventAsync(PostLineageEventRequest, CancellationToken) |
Posts a data lineage event. |
![]() |
PostTimeSeriesDataPoints(PostTimeSeriesDataPointsRequest) |
Posts time series data points to Amazon DataZone for the specified asset. |
![]() |
PostTimeSeriesDataPointsAsync(PostTimeSeriesDataPointsRequest, CancellationToken) |
Posts time series data points to Amazon DataZone for the specified asset. |
![]() |
PutEnvironmentBlueprintConfiguration(PutEnvironmentBlueprintConfigurationRequest) |
Writes the configuration for the specified environment blueprint in Amazon DataZone. |
![]() |
PutEnvironmentBlueprintConfigurationAsync(PutEnvironmentBlueprintConfigurationRequest, CancellationToken) |
Writes the configuration for the specified environment blueprint in Amazon DataZone. |
![]() |
RejectPredictions(RejectPredictionsRequest) |
Rejects automatically generated business-friendly metadata for your Amazon DataZone assets. |
![]() |
RejectPredictionsAsync(RejectPredictionsRequest, CancellationToken) |
Rejects automatically generated business-friendly metadata for your Amazon DataZone assets. |
![]() |
RejectSubscriptionRequest(RejectSubscriptionRequestRequest) |
Rejects the specified subscription request. |
![]() |
RejectSubscriptionRequestAsync(RejectSubscriptionRequestRequest, CancellationToken) |
Rejects the specified subscription request. |
![]() |
RemoveEntityOwner(RemoveEntityOwnerRequest) |
Removes an owner from an entity. |
![]() |
RemoveEntityOwnerAsync(RemoveEntityOwnerRequest, CancellationToken) |
Removes an owner from an entity. |
![]() |
RemovePolicyGrant(RemovePolicyGrantRequest) |
Removes a policy grant. |
![]() |
RemovePolicyGrantAsync(RemovePolicyGrantRequest, CancellationToken) |
Removes a policy grant. |
![]() |
RevokeSubscription(RevokeSubscriptionRequest) |
Revokes a specified subscription in Amazon DataZone. |
![]() |
RevokeSubscriptionAsync(RevokeSubscriptionRequest, CancellationToken) |
Revokes a specified subscription in Amazon DataZone. |
![]() |
Search(SearchRequest) |
Searches for assets in Amazon DataZone. |
![]() |
SearchAsync(SearchRequest, CancellationToken) |
Searches for assets in Amazon DataZone. |
![]() |
SearchGroupProfiles(SearchGroupProfilesRequest) |
Searches group profiles in Amazon DataZone. |
![]() |
SearchGroupProfilesAsync(SearchGroupProfilesRequest, CancellationToken) |
Searches group profiles in Amazon DataZone. |
![]() |
SearchListings(SearchListingsRequest) |
Searches listings (records of an asset at a given time) in Amazon DataZone. |
![]() |
SearchListingsAsync(SearchListingsRequest, CancellationToken) |
Searches listings (records of an asset at a given time) in Amazon DataZone. |
![]() |
SearchTypes(SearchTypesRequest) |
Searches for types in Amazon DataZone. |
![]() |
SearchTypesAsync(SearchTypesRequest, CancellationToken) |
Searches for types in Amazon DataZone. |
![]() |
SearchUserProfiles(SearchUserProfilesRequest) |
Searches user profiles in Amazon DataZone. |
![]() |
SearchUserProfilesAsync(SearchUserProfilesRequest, CancellationToken) |
Searches user profiles in Amazon DataZone. |
![]() |
StartDataSourceRun(StartDataSourceRunRequest) |
Start the run of the specified data source in Amazon DataZone. |
![]() |
StartDataSourceRunAsync(StartDataSourceRunRequest, CancellationToken) |
Start the run of the specified data source in Amazon DataZone. |
![]() |
StartMetadataGenerationRun(StartMetadataGenerationRunRequest) |
Starts the metadata generation run. |
![]() |
StartMetadataGenerationRunAsync(StartMetadataGenerationRunRequest, CancellationToken) |
Starts the metadata generation run. |
![]() |
TagResource(TagResourceRequest) |
Tags a resource in Amazon DataZone. |
![]() |
TagResourceAsync(TagResourceRequest, CancellationToken) |
Tags a resource in Amazon DataZone. |
![]() |
UntagResource(UntagResourceRequest) |
Untags a resource in Amazon DataZone. |
![]() |
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
Untags a resource in Amazon DataZone. |
![]() |
UpdateAssetFilter(UpdateAssetFilterRequest) |
Updates an asset filter. |
![]() |
UpdateAssetFilterAsync(UpdateAssetFilterRequest, CancellationToken) |
Updates an asset filter. |
![]() |
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. |
![]() |
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. |
![]() |
UpdateDataSource(UpdateDataSourceRequest) |
Updates the specified data source in Amazon DataZone. |
![]() |
UpdateDataSourceAsync(UpdateDataSourceRequest, CancellationToken) |
Updates the specified data source in Amazon DataZone. |
![]() |
UpdateDomain(UpdateDomainRequest) |
Updates a Amazon DataZone domain. |
![]() |
UpdateDomainAsync(UpdateDomainRequest, CancellationToken) |
Updates a Amazon DataZone domain. |
![]() |
UpdateDomainUnit(UpdateDomainUnitRequest) |
Updates the domain unit. |
![]() |
UpdateDomainUnitAsync(UpdateDomainUnitRequest, CancellationToken) |
Updates the domain unit. |
![]() |
UpdateEnvironment(UpdateEnvironmentRequest) |
Updates the specified environment in Amazon DataZone. |
![]() |
UpdateEnvironmentAction(UpdateEnvironmentActionRequest) |
Updates an environment action. |
![]() |
UpdateEnvironmentActionAsync(UpdateEnvironmentActionRequest, CancellationToken) |
Updates an environment action. |
![]() |
UpdateEnvironmentAsync(UpdateEnvironmentRequest, CancellationToken) |
Updates the specified environment in Amazon DataZone. |
![]() |
UpdateEnvironmentProfile(UpdateEnvironmentProfileRequest) |
Updates the specified environment profile in Amazon DataZone. |
![]() |
UpdateEnvironmentProfileAsync(UpdateEnvironmentProfileRequest, CancellationToken) |
Updates the specified environment profile in Amazon DataZone. |
![]() |
UpdateGlossary(UpdateGlossaryRequest) |
Updates the business glossary in Amazon DataZone. |
![]() |
UpdateGlossaryAsync(UpdateGlossaryRequest, CancellationToken) |
Updates the business glossary in Amazon DataZone. |
![]() |
UpdateGlossaryTerm(UpdateGlossaryTermRequest) |
Updates a business glossary term in Amazon DataZone. |
![]() |
UpdateGlossaryTermAsync(UpdateGlossaryTermRequest, CancellationToken) |
Updates a business glossary term in Amazon DataZone. |
![]() |
UpdateGroupProfile(UpdateGroupProfileRequest) |
Updates the specified group profile in Amazon DataZone. |
![]() |
UpdateGroupProfileAsync(UpdateGroupProfileRequest, CancellationToken) |
Updates the specified group profile in Amazon DataZone. |
![]() |
UpdateProject(UpdateProjectRequest) |
Updates the specified project in Amazon DataZone. |
![]() |
UpdateProjectAsync(UpdateProjectRequest, CancellationToken) |
Updates the specified project in Amazon DataZone. |
![]() |
UpdateProjectProfile(UpdateProjectProfileRequest) |
Updates a project profile. |
![]() |
UpdateProjectProfileAsync(UpdateProjectProfileRequest, CancellationToken) |
Updates a project profile. |
![]() |
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. |
![]() |
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. |
![]() |
UpdateSubscriptionGrantStatus(UpdateSubscriptionGrantStatusRequest) |
Updates the status of the specified subscription grant status in Amazon DataZone. |
![]() |
UpdateSubscriptionGrantStatusAsync(UpdateSubscriptionGrantStatusRequest, CancellationToken) |
Updates the status of the specified subscription grant status in Amazon DataZone. |
![]() |
UpdateSubscriptionRequest(UpdateSubscriptionRequestRequest) |
Updates a specified subscription request in Amazon DataZone. |
![]() |
UpdateSubscriptionRequestAsync(UpdateSubscriptionRequestRequest, CancellationToken) |
Updates a specified subscription request in Amazon DataZone. |
![]() |
UpdateSubscriptionTarget(UpdateSubscriptionTargetRequest) |
Updates the specified subscription target in Amazon DataZone. |
![]() |
UpdateSubscriptionTargetAsync(UpdateSubscriptionTargetRequest, CancellationToken) |
Updates the specified subscription target in Amazon DataZone. |
![]() |
UpdateUserProfile(UpdateUserProfileRequest) |
Updates the specified user profile in Amazon DataZone. |
![]() |
UpdateUserProfileAsync(UpdateUserProfileRequest, CancellationToken) |
Updates the specified user profile in Amazon DataZone. |
Name | Description | |
---|---|---|
![]() |
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.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