/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the dataexchange-2017-07-25.normal.json service model. */ using System; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using Amazon.Runtime; using Amazon.DataExchange.Model; namespace Amazon.DataExchange { /// /// Interface for accessing DataExchange /// /// AWS Data Exchange is a service that makes it easy for AWS customers to exchange data /// in the cloud. You can use the AWS Data Exchange APIs to create, update, manage, and /// access file-based data set in the AWS Cloud. /// /// /// /// As a subscriber, you can view and access the data sets that you have an entitlement /// to through a subscription. You can use the APIs to download or copy your entitled /// data sets to Amazon Simple Storage Service (Amazon S3) for use across a variety of /// AWS analytics and machine learning services. /// /// /// /// As a provider, you can create and manage your data sets that you would like to publish /// to a product. Being able to package and provide your data sets into products requires /// a few steps to determine eligibility. For more information, visit the AWS Data /// Exchange User Guide. /// /// /// /// A data set is a collection of data that can be changed or updated over time. Data /// sets can be updated using revisions, which represent a new version or incremental /// change to a data set. A revision contains one or more assets. An asset in AWS Data /// Exchange is a piece of data that can be stored as an Amazon S3 object, Redshift datashare, /// API Gateway API, AWS Lake Formation data permission, or Amazon S3 data access. The /// asset can be a structured data file, an image file, or some other data file. Jobs /// are asynchronous import or export operations used to create or copy assets. /// /// public partial interface IAmazonDataExchange : IAmazonService, IDisposable { /// /// Paginators for the service /// IDataExchangePaginatorFactory Paginators { get; } #region CancelJob /// /// This operation cancels a job. Jobs can be cancelled only when they are in the WAITING /// state. /// /// Container for the necessary parameters to execute the CancelJob service method. /// /// The response from the CancelJob service method, as returned by DataExchange. /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for CancelJob Operation CancelJobResponse CancelJob(CancelJobRequest request); /// /// This operation cancels a job. Jobs can be cancelled only when they are in the WAITING /// state. /// /// Container for the necessary parameters to execute the CancelJob service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CancelJob service method, as returned by DataExchange. /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for CancelJob Operation Task CancelJobAsync(CancelJobRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateDataSet /// /// This operation creates a data set. /// /// Container for the necessary parameters to execute the CreateDataSet service method. /// /// The response from the CreateDataSet service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The request has exceeded the quotas imposed by the service. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for CreateDataSet Operation CreateDataSetResponse CreateDataSet(CreateDataSetRequest request); /// /// This operation creates a data set. /// /// Container for the necessary parameters to execute the CreateDataSet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateDataSet service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The request has exceeded the quotas imposed by the service. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for CreateDataSet Operation Task CreateDataSetAsync(CreateDataSetRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateEventAction /// /// This operation creates an event action. /// /// Container for the necessary parameters to execute the CreateEventAction service method. /// /// The response from the CreateEventAction service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The request has exceeded the quotas imposed by the service. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for CreateEventAction Operation CreateEventActionResponse CreateEventAction(CreateEventActionRequest request); /// /// This operation creates an event action. /// /// Container for the necessary parameters to execute the CreateEventAction service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateEventAction service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The request has exceeded the quotas imposed by the service. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for CreateEventAction Operation Task CreateEventActionAsync(CreateEventActionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateJob /// /// This operation creates a job. /// /// Container for the necessary parameters to execute the CreateJob service method. /// /// The response from the CreateJob service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for CreateJob Operation CreateJobResponse CreateJob(CreateJobRequest request); /// /// This operation creates a job. /// /// Container for the necessary parameters to execute the CreateJob service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateJob service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for CreateJob Operation Task CreateJobAsync(CreateJobRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateRevision /// /// This operation creates a revision for a data set. /// /// Container for the necessary parameters to execute the CreateRevision service method. /// /// The response from the CreateRevision service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for CreateRevision Operation CreateRevisionResponse CreateRevision(CreateRevisionRequest request); /// /// This operation creates a revision for a data set. /// /// Container for the necessary parameters to execute the CreateRevision service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateRevision service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for CreateRevision Operation Task CreateRevisionAsync(CreateRevisionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteAsset /// /// This operation deletes an asset. /// /// Container for the necessary parameters to execute the DeleteAsset service method. /// /// The response from the DeleteAsset service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for DeleteAsset Operation DeleteAssetResponse DeleteAsset(DeleteAssetRequest request); /// /// This operation deletes an asset. /// /// Container for the necessary parameters to execute the DeleteAsset service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteAsset service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for DeleteAsset Operation Task DeleteAssetAsync(DeleteAssetRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteDataSet /// /// This operation deletes a data set. /// /// Container for the necessary parameters to execute the DeleteDataSet service method. /// /// The response from the DeleteDataSet service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for DeleteDataSet Operation DeleteDataSetResponse DeleteDataSet(DeleteDataSetRequest request); /// /// This operation deletes a data set. /// /// Container for the necessary parameters to execute the DeleteDataSet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteDataSet service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for DeleteDataSet Operation Task DeleteDataSetAsync(DeleteDataSetRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteEventAction /// /// This operation deletes the event action. /// /// Container for the necessary parameters to execute the DeleteEventAction service method. /// /// The response from the DeleteEventAction service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for DeleteEventAction Operation DeleteEventActionResponse DeleteEventAction(DeleteEventActionRequest request); /// /// This operation deletes the event action. /// /// Container for the necessary parameters to execute the DeleteEventAction service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteEventAction service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for DeleteEventAction Operation Task DeleteEventActionAsync(DeleteEventActionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteRevision /// /// This operation deletes a revision. /// /// Container for the necessary parameters to execute the DeleteRevision service method. /// /// The response from the DeleteRevision service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for DeleteRevision Operation DeleteRevisionResponse DeleteRevision(DeleteRevisionRequest request); /// /// This operation deletes a revision. /// /// Container for the necessary parameters to execute the DeleteRevision service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteRevision service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for DeleteRevision Operation Task DeleteRevisionAsync(DeleteRevisionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetAsset /// /// This operation returns information about an asset. /// /// Container for the necessary parameters to execute the GetAsset service method. /// /// The response from the GetAsset service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for GetAsset Operation GetAssetResponse GetAsset(GetAssetRequest request); /// /// This operation returns information about an asset. /// /// Container for the necessary parameters to execute the GetAsset service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the GetAsset service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for GetAsset Operation Task GetAssetAsync(GetAssetRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetDataSet /// /// This operation returns information about a data set. /// /// Container for the necessary parameters to execute the GetDataSet service method. /// /// The response from the GetDataSet service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for GetDataSet Operation GetDataSetResponse GetDataSet(GetDataSetRequest request); /// /// This operation returns information about a data set. /// /// Container for the necessary parameters to execute the GetDataSet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the GetDataSet service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for GetDataSet Operation Task GetDataSetAsync(GetDataSetRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetEventAction /// /// This operation retrieves information about an event action. /// /// Container for the necessary parameters to execute the GetEventAction service method. /// /// The response from the GetEventAction service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for GetEventAction Operation GetEventActionResponse GetEventAction(GetEventActionRequest request); /// /// This operation retrieves information about an event action. /// /// Container for the necessary parameters to execute the GetEventAction service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the GetEventAction service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for GetEventAction Operation Task GetEventActionAsync(GetEventActionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetJob /// /// This operation returns information about a job. /// /// Container for the necessary parameters to execute the GetJob service method. /// /// The response from the GetJob service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for GetJob Operation GetJobResponse GetJob(GetJobRequest request); /// /// This operation returns information about a job. /// /// Container for the necessary parameters to execute the GetJob service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the GetJob service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for GetJob Operation Task GetJobAsync(GetJobRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region GetRevision /// /// This operation returns information about a revision. /// /// Container for the necessary parameters to execute the GetRevision service method. /// /// The response from the GetRevision service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for GetRevision Operation GetRevisionResponse GetRevision(GetRevisionRequest request); /// /// This operation returns information about a revision. /// /// Container for the necessary parameters to execute the GetRevision service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the GetRevision service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for GetRevision Operation Task GetRevisionAsync(GetRevisionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListDataSetRevisions /// /// This operation lists a data set's revisions sorted by CreatedAt in descending order. /// /// Container for the necessary parameters to execute the ListDataSetRevisions service method. /// /// The response from the ListDataSetRevisions service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for ListDataSetRevisions Operation ListDataSetRevisionsResponse ListDataSetRevisions(ListDataSetRevisionsRequest request); /// /// This operation lists a data set's revisions sorted by CreatedAt in descending order. /// /// Container for the necessary parameters to execute the ListDataSetRevisions service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListDataSetRevisions service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for ListDataSetRevisions Operation Task ListDataSetRevisionsAsync(ListDataSetRevisionsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListDataSets /// /// This operation lists your data sets. When listing by origin OWNED, results are sorted /// by CreatedAt in descending order. When listing by origin ENTITLED, there is no order /// and the maxResults parameter is ignored. /// /// Container for the necessary parameters to execute the ListDataSets service method. /// /// The response from the ListDataSets service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for ListDataSets Operation ListDataSetsResponse ListDataSets(ListDataSetsRequest request); /// /// This operation lists your data sets. When listing by origin OWNED, results are sorted /// by CreatedAt in descending order. When listing by origin ENTITLED, there is no order /// and the maxResults parameter is ignored. /// /// Container for the necessary parameters to execute the ListDataSets service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListDataSets service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for ListDataSets Operation Task ListDataSetsAsync(ListDataSetsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListEventActions /// /// This operation lists your event actions. /// /// Container for the necessary parameters to execute the ListEventActions service method. /// /// The response from the ListEventActions service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for ListEventActions Operation ListEventActionsResponse ListEventActions(ListEventActionsRequest request); /// /// This operation lists your event actions. /// /// Container for the necessary parameters to execute the ListEventActions service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListEventActions service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for ListEventActions Operation Task ListEventActionsAsync(ListEventActionsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListJobs /// /// This operation lists your jobs sorted by CreatedAt in descending order. /// /// Container for the necessary parameters to execute the ListJobs service method. /// /// The response from the ListJobs service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for ListJobs Operation ListJobsResponse ListJobs(ListJobsRequest request); /// /// This operation lists your jobs sorted by CreatedAt in descending order. /// /// Container for the necessary parameters to execute the ListJobs service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListJobs service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for ListJobs Operation Task ListJobsAsync(ListJobsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListRevisionAssets /// /// This operation lists a revision's assets sorted alphabetically in descending order. /// /// Container for the necessary parameters to execute the ListRevisionAssets service method. /// /// The response from the ListRevisionAssets service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for ListRevisionAssets Operation ListRevisionAssetsResponse ListRevisionAssets(ListRevisionAssetsRequest request); /// /// This operation lists a revision's assets sorted alphabetically in descending order. /// /// Container for the necessary parameters to execute the ListRevisionAssets service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListRevisionAssets service method, as returned by DataExchange. /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for ListRevisionAssets Operation Task ListRevisionAssetsAsync(ListRevisionAssetsRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListTagsForResource /// /// This operation lists the tags on the resource. /// /// Container for the necessary parameters to execute the ListTagsForResource service method. /// /// The response from the ListTagsForResource service method, as returned by DataExchange. /// REST API Reference for ListTagsForResource Operation ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request); /// /// This operation lists the tags on the resource. /// /// Container for the necessary parameters to execute the ListTagsForResource service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListTagsForResource service method, as returned by DataExchange. /// REST API Reference for ListTagsForResource Operation Task ListTagsForResourceAsync(ListTagsForResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region RevokeRevision /// /// This operation revokes subscribers' access to a revision. /// /// Container for the necessary parameters to execute the RevokeRevision service method. /// /// The response from the RevokeRevision service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for RevokeRevision Operation RevokeRevisionResponse RevokeRevision(RevokeRevisionRequest request); /// /// This operation revokes subscribers' access to a revision. /// /// Container for the necessary parameters to execute the RevokeRevision service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the RevokeRevision service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for RevokeRevision Operation Task RevokeRevisionAsync(RevokeRevisionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region SendApiAsset /// /// This operation invokes an API Gateway API asset. The request is proxied to the provider’s /// API Gateway API. /// /// Container for the necessary parameters to execute the SendApiAsset service method. /// /// The response from the SendApiAsset service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for SendApiAsset Operation SendApiAssetResponse SendApiAsset(SendApiAssetRequest request); /// /// This operation invokes an API Gateway API asset. The request is proxied to the provider’s /// API Gateway API. /// /// Container for the necessary parameters to execute the SendApiAsset service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the SendApiAsset service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for SendApiAsset Operation Task SendApiAssetAsync(SendApiAssetRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region StartJob /// /// This operation starts a job. /// /// Container for the necessary parameters to execute the StartJob service method. /// /// The response from the StartJob service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for StartJob Operation StartJobResponse StartJob(StartJobRequest request); /// /// This operation starts a job. /// /// Container for the necessary parameters to execute the StartJob service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the StartJob service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for StartJob Operation Task StartJobAsync(StartJobRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region TagResource /// /// This operation tags a resource. /// /// Container for the necessary parameters to execute the TagResource service method. /// /// The response from the TagResource service method, as returned by DataExchange. /// REST API Reference for TagResource Operation TagResourceResponse TagResource(TagResourceRequest request); /// /// This operation tags a resource. /// /// Container for the necessary parameters to execute the TagResource service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the TagResource service method, as returned by DataExchange. /// REST API Reference for TagResource Operation Task TagResourceAsync(TagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UntagResource /// /// This operation removes one or more tags from a resource. /// /// Container for the necessary parameters to execute the UntagResource service method. /// /// The response from the UntagResource service method, as returned by DataExchange. /// REST API Reference for UntagResource Operation UntagResourceResponse UntagResource(UntagResourceRequest request); /// /// This operation removes one or more tags from a resource. /// /// Container for the necessary parameters to execute the UntagResource service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UntagResource service method, as returned by DataExchange. /// REST API Reference for UntagResource Operation Task UntagResourceAsync(UntagResourceRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateAsset /// /// This operation updates an asset. /// /// Container for the necessary parameters to execute the UpdateAsset service method. /// /// The response from the UpdateAsset service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for UpdateAsset Operation UpdateAssetResponse UpdateAsset(UpdateAssetRequest request); /// /// This operation updates an asset. /// /// Container for the necessary parameters to execute the UpdateAsset service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateAsset service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for UpdateAsset Operation Task UpdateAssetAsync(UpdateAssetRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateDataSet /// /// This operation updates a data set. /// /// Container for the necessary parameters to execute the UpdateDataSet service method. /// /// The response from the UpdateDataSet service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for UpdateDataSet Operation UpdateDataSetResponse UpdateDataSet(UpdateDataSetRequest request); /// /// This operation updates a data set. /// /// Container for the necessary parameters to execute the UpdateDataSet service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateDataSet service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for UpdateDataSet Operation Task UpdateDataSetAsync(UpdateDataSetRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateEventAction /// /// This operation updates the event action. /// /// Container for the necessary parameters to execute the UpdateEventAction service method. /// /// The response from the UpdateEventAction service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for UpdateEventAction Operation UpdateEventActionResponse UpdateEventAction(UpdateEventActionRequest request); /// /// This operation updates the event action. /// /// Container for the necessary parameters to execute the UpdateEventAction service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateEventAction service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for UpdateEventAction Operation Task UpdateEventActionAsync(UpdateEventActionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateRevision /// /// This operation updates a revision. /// /// Container for the necessary parameters to execute the UpdateRevision service method. /// /// The response from the UpdateRevision service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for UpdateRevision Operation UpdateRevisionResponse UpdateRevision(UpdateRevisionRequest request); /// /// This operation updates a revision. /// /// Container for the necessary parameters to execute the UpdateRevision service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateRevision service method, as returned by DataExchange. /// /// Access to the resource is denied. /// /// /// The request couldn't be completed because it conflicted with the current state of /// the resource. /// /// /// An exception occurred with the service. /// /// /// The resource couldn't be found. /// /// /// The limit on the number of requests per second was exceeded. /// /// /// The request was invalid. /// /// REST API Reference for UpdateRevision Operation Task UpdateRevisionAsync(UpdateRevisionRequest request, CancellationToken cancellationToken = default(CancellationToken)); #endregion } }