/* * 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.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 { #if BCL45 || AWS_ASYNC_ENUMERABLES_API /// /// Paginators for the service /// IDataExchangePaginatorFactory Paginators { get; } #endif #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); /// /// Initiates the asynchronous execution of the CancelJob operation. /// /// /// Container for the necessary parameters to execute the CancelJob operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCancelJob /// operation. /// REST API Reference for CancelJob Operation IAsyncResult BeginCancelJob(CancelJobRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CancelJob operation. /// /// /// The IAsyncResult returned by the call to BeginCancelJob. /// /// Returns a CancelJobResult from DataExchange. /// REST API Reference for CancelJob Operation CancelJobResponse EndCancelJob(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the CreateDataSet operation. /// /// /// Container for the necessary parameters to execute the CreateDataSet operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateDataSet /// operation. /// REST API Reference for CreateDataSet Operation IAsyncResult BeginCreateDataSet(CreateDataSetRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateDataSet operation. /// /// /// The IAsyncResult returned by the call to BeginCreateDataSet. /// /// Returns a CreateDataSetResult from DataExchange. /// REST API Reference for CreateDataSet Operation CreateDataSetResponse EndCreateDataSet(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the CreateEventAction operation. /// /// /// Container for the necessary parameters to execute the CreateEventAction operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateEventAction /// operation. /// REST API Reference for CreateEventAction Operation IAsyncResult BeginCreateEventAction(CreateEventActionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateEventAction operation. /// /// /// The IAsyncResult returned by the call to BeginCreateEventAction. /// /// Returns a CreateEventActionResult from DataExchange. /// REST API Reference for CreateEventAction Operation CreateEventActionResponse EndCreateEventAction(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the CreateJob operation. /// /// /// Container for the necessary parameters to execute the CreateJob operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateJob /// operation. /// REST API Reference for CreateJob Operation IAsyncResult BeginCreateJob(CreateJobRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateJob operation. /// /// /// The IAsyncResult returned by the call to BeginCreateJob. /// /// Returns a CreateJobResult from DataExchange. /// REST API Reference for CreateJob Operation CreateJobResponse EndCreateJob(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the CreateRevision operation. /// /// /// Container for the necessary parameters to execute the CreateRevision operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateRevision /// operation. /// REST API Reference for CreateRevision Operation IAsyncResult BeginCreateRevision(CreateRevisionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateRevision operation. /// /// /// The IAsyncResult returned by the call to BeginCreateRevision. /// /// Returns a CreateRevisionResult from DataExchange. /// REST API Reference for CreateRevision Operation CreateRevisionResponse EndCreateRevision(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DeleteAsset operation. /// /// /// Container for the necessary parameters to execute the DeleteAsset operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteAsset /// operation. /// REST API Reference for DeleteAsset Operation IAsyncResult BeginDeleteAsset(DeleteAssetRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteAsset operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteAsset. /// /// Returns a DeleteAssetResult from DataExchange. /// REST API Reference for DeleteAsset Operation DeleteAssetResponse EndDeleteAsset(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DeleteDataSet operation. /// /// /// Container for the necessary parameters to execute the DeleteDataSet operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteDataSet /// operation. /// REST API Reference for DeleteDataSet Operation IAsyncResult BeginDeleteDataSet(DeleteDataSetRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteDataSet operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteDataSet. /// /// Returns a DeleteDataSetResult from DataExchange. /// REST API Reference for DeleteDataSet Operation DeleteDataSetResponse EndDeleteDataSet(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DeleteEventAction operation. /// /// /// Container for the necessary parameters to execute the DeleteEventAction operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteEventAction /// operation. /// REST API Reference for DeleteEventAction Operation IAsyncResult BeginDeleteEventAction(DeleteEventActionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteEventAction operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteEventAction. /// /// Returns a DeleteEventActionResult from DataExchange. /// REST API Reference for DeleteEventAction Operation DeleteEventActionResponse EndDeleteEventAction(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the DeleteRevision operation. /// /// /// Container for the necessary parameters to execute the DeleteRevision operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteRevision /// operation. /// REST API Reference for DeleteRevision Operation IAsyncResult BeginDeleteRevision(DeleteRevisionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteRevision operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteRevision. /// /// Returns a DeleteRevisionResult from DataExchange. /// REST API Reference for DeleteRevision Operation DeleteRevisionResponse EndDeleteRevision(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the GetAsset operation. /// /// /// Container for the necessary parameters to execute the GetAsset operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetAsset /// operation. /// REST API Reference for GetAsset Operation IAsyncResult BeginGetAsset(GetAssetRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetAsset operation. /// /// /// The IAsyncResult returned by the call to BeginGetAsset. /// /// Returns a GetAssetResult from DataExchange. /// REST API Reference for GetAsset Operation GetAssetResponse EndGetAsset(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the GetDataSet operation. /// /// /// Container for the necessary parameters to execute the GetDataSet operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetDataSet /// operation. /// REST API Reference for GetDataSet Operation IAsyncResult BeginGetDataSet(GetDataSetRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetDataSet operation. /// /// /// The IAsyncResult returned by the call to BeginGetDataSet. /// /// Returns a GetDataSetResult from DataExchange. /// REST API Reference for GetDataSet Operation GetDataSetResponse EndGetDataSet(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the GetEventAction operation. /// /// /// Container for the necessary parameters to execute the GetEventAction operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetEventAction /// operation. /// REST API Reference for GetEventAction Operation IAsyncResult BeginGetEventAction(GetEventActionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetEventAction operation. /// /// /// The IAsyncResult returned by the call to BeginGetEventAction. /// /// Returns a GetEventActionResult from DataExchange. /// REST API Reference for GetEventAction Operation GetEventActionResponse EndGetEventAction(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the GetJob operation. /// /// /// Container for the necessary parameters to execute the GetJob operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetJob /// operation. /// REST API Reference for GetJob Operation IAsyncResult BeginGetJob(GetJobRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetJob operation. /// /// /// The IAsyncResult returned by the call to BeginGetJob. /// /// Returns a GetJobResult from DataExchange. /// REST API Reference for GetJob Operation GetJobResponse EndGetJob(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the GetRevision operation. /// /// /// Container for the necessary parameters to execute the GetRevision operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetRevision /// operation. /// REST API Reference for GetRevision Operation IAsyncResult BeginGetRevision(GetRevisionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetRevision operation. /// /// /// The IAsyncResult returned by the call to BeginGetRevision. /// /// Returns a GetRevisionResult from DataExchange. /// REST API Reference for GetRevision Operation GetRevisionResponse EndGetRevision(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListDataSetRevisions operation. /// /// /// Container for the necessary parameters to execute the ListDataSetRevisions operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListDataSetRevisions /// operation. /// REST API Reference for ListDataSetRevisions Operation IAsyncResult BeginListDataSetRevisions(ListDataSetRevisionsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListDataSetRevisions operation. /// /// /// The IAsyncResult returned by the call to BeginListDataSetRevisions. /// /// Returns a ListDataSetRevisionsResult from DataExchange. /// REST API Reference for ListDataSetRevisions Operation ListDataSetRevisionsResponse EndListDataSetRevisions(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListDataSets operation. /// /// /// Container for the necessary parameters to execute the ListDataSets operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListDataSets /// operation. /// REST API Reference for ListDataSets Operation IAsyncResult BeginListDataSets(ListDataSetsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListDataSets operation. /// /// /// The IAsyncResult returned by the call to BeginListDataSets. /// /// Returns a ListDataSetsResult from DataExchange. /// REST API Reference for ListDataSets Operation ListDataSetsResponse EndListDataSets(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListEventActions operation. /// /// /// Container for the necessary parameters to execute the ListEventActions operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListEventActions /// operation. /// REST API Reference for ListEventActions Operation IAsyncResult BeginListEventActions(ListEventActionsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListEventActions operation. /// /// /// The IAsyncResult returned by the call to BeginListEventActions. /// /// Returns a ListEventActionsResult from DataExchange. /// REST API Reference for ListEventActions Operation ListEventActionsResponse EndListEventActions(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListJobs operation. /// /// /// Container for the necessary parameters to execute the ListJobs operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListJobs /// operation. /// REST API Reference for ListJobs Operation IAsyncResult BeginListJobs(ListJobsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListJobs operation. /// /// /// The IAsyncResult returned by the call to BeginListJobs. /// /// Returns a ListJobsResult from DataExchange. /// REST API Reference for ListJobs Operation ListJobsResponse EndListJobs(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListRevisionAssets operation. /// /// /// Container for the necessary parameters to execute the ListRevisionAssets operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListRevisionAssets /// operation. /// REST API Reference for ListRevisionAssets Operation IAsyncResult BeginListRevisionAssets(ListRevisionAssetsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListRevisionAssets operation. /// /// /// The IAsyncResult returned by the call to BeginListRevisionAssets. /// /// Returns a ListRevisionAssetsResult from DataExchange. /// REST API Reference for ListRevisionAssets Operation ListRevisionAssetsResponse EndListRevisionAssets(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the ListTagsForResource operation. /// /// /// Container for the necessary parameters to execute the ListTagsForResource operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTagsForResource /// operation. /// REST API Reference for ListTagsForResource Operation IAsyncResult BeginListTagsForResource(ListTagsForResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListTagsForResource operation. /// /// /// The IAsyncResult returned by the call to BeginListTagsForResource. /// /// Returns a ListTagsForResourceResult from DataExchange. /// REST API Reference for ListTagsForResource Operation ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the RevokeRevision operation. /// /// /// Container for the necessary parameters to execute the RevokeRevision operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRevokeRevision /// operation. /// REST API Reference for RevokeRevision Operation IAsyncResult BeginRevokeRevision(RevokeRevisionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RevokeRevision operation. /// /// /// The IAsyncResult returned by the call to BeginRevokeRevision. /// /// Returns a RevokeRevisionResult from DataExchange. /// REST API Reference for RevokeRevision Operation RevokeRevisionResponse EndRevokeRevision(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the SendApiAsset operation. /// /// /// Container for the necessary parameters to execute the SendApiAsset operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndSendApiAsset /// operation. /// REST API Reference for SendApiAsset Operation IAsyncResult BeginSendApiAsset(SendApiAssetRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the SendApiAsset operation. /// /// /// The IAsyncResult returned by the call to BeginSendApiAsset. /// /// Returns a SendApiAssetResult from DataExchange. /// REST API Reference for SendApiAsset Operation SendApiAssetResponse EndSendApiAsset(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the StartJob operation. /// /// /// Container for the necessary parameters to execute the StartJob operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartJob /// operation. /// REST API Reference for StartJob Operation IAsyncResult BeginStartJob(StartJobRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the StartJob operation. /// /// /// The IAsyncResult returned by the call to BeginStartJob. /// /// Returns a StartJobResult from DataExchange. /// REST API Reference for StartJob Operation StartJobResponse EndStartJob(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the TagResource operation. /// /// /// Container for the necessary parameters to execute the TagResource operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagResource /// operation. /// REST API Reference for TagResource Operation IAsyncResult BeginTagResource(TagResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the TagResource operation. /// /// /// The IAsyncResult returned by the call to BeginTagResource. /// /// Returns a TagResourceResult from DataExchange. /// REST API Reference for TagResource Operation TagResourceResponse EndTagResource(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the UntagResource operation. /// /// /// Container for the necessary parameters to execute the UntagResource operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagResource /// operation. /// REST API Reference for UntagResource Operation IAsyncResult BeginUntagResource(UntagResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UntagResource operation. /// /// /// The IAsyncResult returned by the call to BeginUntagResource. /// /// Returns a UntagResourceResult from DataExchange. /// REST API Reference for UntagResource Operation UntagResourceResponse EndUntagResource(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the UpdateAsset operation. /// /// /// Container for the necessary parameters to execute the UpdateAsset operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateAsset /// operation. /// REST API Reference for UpdateAsset Operation IAsyncResult BeginUpdateAsset(UpdateAssetRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateAsset operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateAsset. /// /// Returns a UpdateAssetResult from DataExchange. /// REST API Reference for UpdateAsset Operation UpdateAssetResponse EndUpdateAsset(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the UpdateDataSet operation. /// /// /// Container for the necessary parameters to execute the UpdateDataSet operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateDataSet /// operation. /// REST API Reference for UpdateDataSet Operation IAsyncResult BeginUpdateDataSet(UpdateDataSetRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateDataSet operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateDataSet. /// /// Returns a UpdateDataSetResult from DataExchange. /// REST API Reference for UpdateDataSet Operation UpdateDataSetResponse EndUpdateDataSet(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the UpdateEventAction operation. /// /// /// Container for the necessary parameters to execute the UpdateEventAction operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateEventAction /// operation. /// REST API Reference for UpdateEventAction Operation IAsyncResult BeginUpdateEventAction(UpdateEventActionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateEventAction operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateEventAction. /// /// Returns a UpdateEventActionResult from DataExchange. /// REST API Reference for UpdateEventAction Operation UpdateEventActionResponse EndUpdateEventAction(IAsyncResult asyncResult); #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); /// /// Initiates the asynchronous execution of the UpdateRevision operation. /// /// /// Container for the necessary parameters to execute the UpdateRevision operation on AmazonDataExchangeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateRevision /// operation. /// REST API Reference for UpdateRevision Operation IAsyncResult BeginUpdateRevision(UpdateRevisionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateRevision operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateRevision. /// /// Returns a UpdateRevisionResult from DataExchange. /// REST API Reference for UpdateRevision Operation UpdateRevisionResponse EndUpdateRevision(IAsyncResult asyncResult); #endregion } }