/// <summary> /// Given a data set type and data set publication date, asynchronously publishes the /// requested data set to the specified S3 bucket and notifies the specified SNS topic /// once the data is available. Returns a unique request identifier that can be used to /// correlate requests with notifications from the SNS topic. Data sets will be published /// in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD.csv. /// If a file with the same name already exists (e.g. if the same data set is requested /// twice), the original file will be overwritten by the new file. Requires a Role with /// an attached permissions policy providing Allow permissions for the following actions: /// s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GenerateDataSet service method.</param> /// /// <returns>The response from the GenerateDataSet service method, as returned by AWSMarketplaceCommerceAnalytics.</returns> /// <exception cref="Amazon.AWSMarketplaceCommerceAnalytics.Model.MarketplaceCommerceAnalyticsException"> /// This exception is thrown when an internal service error occurs. /// </exception> public GenerateDataSetResponse GenerateDataSet(GenerateDataSetRequest request) { var marshaller = new GenerateDataSetRequestMarshaller(); var unmarshaller = GenerateDataSetResponseUnmarshaller.Instance; return(Invoke <GenerateDataSetRequest, GenerateDataSetResponse>(request, marshaller, unmarshaller)); }
internal virtual GenerateDataSetResponse GenerateDataSet(GenerateDataSetRequest request) { var marshaller = GenerateDataSetRequestMarshaller.Instance; var unmarshaller = GenerateDataSetResponseUnmarshaller.Instance; return(Invoke <GenerateDataSetRequest, GenerateDataSetResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the GenerateDataSet operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GenerateDataSet operation.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// <returns>The task object representing the asynchronous operation.</returns> public Task <GenerateDataSetResponse> GenerateDataSetAsync(GenerateDataSetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GenerateDataSetRequestMarshaller(); var unmarshaller = GenerateDataSetResponseUnmarshaller.Instance; return(InvokeAsync <GenerateDataSetRequest, GenerateDataSetResponse>(request, marshaller, unmarshaller, cancellationToken)); }
/// <summary> /// Initiates the asynchronous execution of the GenerateDataSet operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GenerateDataSet operation on AmazonAWSMarketplaceCommerceAnalyticsClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGenerateDataSet /// operation.</returns> public IAsyncResult BeginGenerateDataSet(GenerateDataSetRequest request, AsyncCallback callback, object state) { var marshaller = new GenerateDataSetRequestMarshaller(); var unmarshaller = GenerateDataSetResponseUnmarshaller.Instance; return(BeginInvoke <GenerateDataSetRequest>(request, marshaller, unmarshaller, callback, state)); }
/// <summary> /// Given a data set type and data set publication date, asynchronously publishes the /// requested data set to the specified S3 bucket and notifies the specified SNS topic /// once the data is available. Returns a unique request identifier that can be used to /// correlate requests with notifications from the SNS topic. Data sets will be published /// in comma-separated values (CSV) format with the file name {data_set_type}_YYYY-MM-DD.csv. /// If a file with the same name already exists (e.g. if the same data set is requested /// twice), the original file will be overwritten by the new file. Requires a Role with /// an attached permissions policy providing Allow permissions for the following actions: /// s3:PutObject, s3:GetBucketLocation, sns:GetTopicAttributes, sns:Publish, iam:GetRolePolicy. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GenerateDataSet service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GenerateDataSet service method, as returned by AWSMarketplaceCommerceAnalytics.</returns> /// <exception cref="Amazon.AWSMarketplaceCommerceAnalytics.Model.MarketplaceCommerceAnalyticsException"> /// This exception is thrown when an internal service error occurs. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/marketplacecommerceanalytics-2015-07-01/GenerateDataSet">REST API Reference for GenerateDataSet Operation</seealso> public virtual Task<GenerateDataSetResponse> GenerateDataSetAsync(GenerateDataSetRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GenerateDataSetRequestMarshaller.Instance; options.ResponseUnmarshaller = GenerateDataSetResponseUnmarshaller.Instance; return InvokeAsync<GenerateDataSetResponse>(request, options, cancellationToken); }
internal virtual GenerateDataSetResponse GenerateDataSet(GenerateDataSetRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GenerateDataSetRequestMarshaller.Instance; options.ResponseUnmarshaller = GenerateDataSetResponseUnmarshaller.Instance; return Invoke<GenerateDataSetResponse>(request, options); }
/// <summary> /// Initiates the asynchronous execution of the GenerateDataSet operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GenerateDataSet operation on AmazonAWSMarketplaceCommerceAnalyticsClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGenerateDataSet /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/marketplacecommerceanalytics-2015-07-01/GenerateDataSet">REST API Reference for GenerateDataSet Operation</seealso> public virtual IAsyncResult BeginGenerateDataSet(GenerateDataSetRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = GenerateDataSetRequestMarshaller.Instance; options.ResponseUnmarshaller = GenerateDataSetResponseUnmarshaller.Instance; return(BeginInvoke(request, options, callback, state)); }