Esempio n. 1
0
        internal DescribeLimitsResponse DescribeLimits(DescribeLimitsRequest request)
        {
            var marshaller   = new DescribeLimitsRequestMarshaller();
            var unmarshaller = DescribeLimitsResponseUnmarshaller.Instance;

            return(Invoke <DescribeLimitsRequest, DescribeLimitsResponse>(request, marshaller, unmarshaller));
        }
Esempio n. 2
0
        /// <summary>
        /// Returns the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole and for any one DynamoDB table that you create there.
        /// </summary>
        /// <param name="setup">The <see cref="AsyncOptions" /> which need to be configured.</param>
        /// <returns>The task object representing the asynchronous operation.</returns>
        public Task <DescribeLimitsResponse> DescribeLimitsAsync(Action <AsyncOptions> setup = null)
        {
            var options = setup.ConfigureOptions();
            var dlr     = new DescribeLimitsRequest();

            return(Client.DescribeLimitsAsync(dlr, options.CancellationToken));
        }
Esempio n. 3
0
        /// <summary>
        /// Initiates the asynchronous execution of the DescribeLimits operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the DescribeLimits 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 <DescribeLimitsResponse> DescribeLimitsAsync(DescribeLimitsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = new DescribeLimitsRequestMarshaller();
            var unmarshaller = DescribeLimitsResponseUnmarshaller.Instance;

            return(InvokeAsync <DescribeLimitsRequest, DescribeLimitsResponse>(request, marshaller,
                                                                               unmarshaller, cancellationToken));
        }
        /// <summary>
        /// Initiates the asynchronous execution of the DescribeLimits operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the DescribeLimits operation on AmazonKinesisClient.</param>
        /// <param name="callback">An Action delegate that is invoked when the operation completes.</param>
        /// <param name="options">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>
        public void DescribeLimitsAsync(DescribeLimitsRequest request, AmazonServiceCallback <DescribeLimitsRequest, DescribeLimitsResponse> callback, AsyncOptions options = null)
        {
            options = options == null?new AsyncOptions():options;
            var marshaller   = new DescribeLimitsRequestMarshaller();
            var unmarshaller = DescribeLimitsResponseUnmarshaller.Instance;
            Action <AmazonWebServiceRequest, AmazonWebServiceResponse, Exception, AsyncOptions> callbackHelper = null;

            if (callback != null)
            {
                callbackHelper = (AmazonWebServiceRequest req, AmazonWebServiceResponse res, Exception ex, AsyncOptions ao) => {
                    AmazonServiceResult <DescribeLimitsRequest, DescribeLimitsResponse> responseObject
                        = new AmazonServiceResult <DescribeLimitsRequest, DescribeLimitsResponse>((DescribeLimitsRequest)req, (DescribeLimitsResponse)res, ex, ao.State);
                    callback(responseObject);
                }
            }
            ;
            BeginInvoke <DescribeLimitsRequest>(request, marshaller, unmarshaller, options, callbackHelper);
        }
Esempio n. 5
0
        /// <summary>
        /// Initiates the asynchronous execution of the DescribeLimits operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the DescribeLimits 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<DescribeLimitsResponse> DescribeLimitsAsync(DescribeLimitsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeLimitsRequestMarshaller();
            var unmarshaller = DescribeLimitsResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeLimitsRequest,DescribeLimitsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
Esempio n. 6
0
        internal DescribeLimitsResponse DescribeLimits(DescribeLimitsRequest request)
        {
            var marshaller = new DescribeLimitsRequestMarshaller();
            var unmarshaller = DescribeLimitsResponseUnmarshaller.Instance;

            return Invoke<DescribeLimitsRequest,DescribeLimitsResponse>(request, marshaller, unmarshaller);
        }
Esempio n. 7
0
 /// <summary>
 /// Initiates the asynchronous execution of the DescribeLimits operation.
 /// </summary>
 /// 
 /// <param name="request">Container for the necessary parameters to execute the DescribeLimits operation on AmazonKinesisClient.</param>
 /// <param name="callback">An Action delegate that is invoked when the operation completes.</param>
 /// <param name="options">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>
 public void DescribeLimitsAsync(DescribeLimitsRequest request, AmazonServiceCallback<DescribeLimitsRequest, DescribeLimitsResponse> callback, AsyncOptions options = null)
 {
     options = options == null?new AsyncOptions():options;
     var marshaller = new DescribeLimitsRequestMarshaller();
     var unmarshaller = DescribeLimitsResponseUnmarshaller.Instance;
     Action<AmazonWebServiceRequest, AmazonWebServiceResponse, Exception, AsyncOptions> callbackHelper = null;
     if(callback !=null )
         callbackHelper = (AmazonWebServiceRequest req, AmazonWebServiceResponse res, Exception ex, AsyncOptions ao) => { 
             AmazonServiceResult<DescribeLimitsRequest,DescribeLimitsResponse> responseObject 
                     = new AmazonServiceResult<DescribeLimitsRequest,DescribeLimitsResponse>((DescribeLimitsRequest)req, (DescribeLimitsResponse)res, ex , ao.State);    
                 callback(responseObject); 
         };
     BeginInvoke<DescribeLimitsRequest>(request, marshaller, unmarshaller, options, callbackHelper);
 }
Esempio n. 8
0
 Task <DescribeLimitsResponse> IAmazonDynamoDB.DescribeLimitsAsync(DescribeLimitsRequest request, CancellationToken cancellationToken)
 {
     throw new NotSupportedException();
 }
 public void DescribeLimitsAsync(DescribeLimitsRequest request, AmazonServiceCallback <DescribeLimitsRequest, DescribeLimitsResponse> callback, AsyncOptions options = null)
 {
     throw new System.NotImplementedException();
 }
Esempio n. 10
0
 public Task <DescribeLimitsResponse> DescribeLimitsAsync(DescribeLimitsRequest request, CancellationToken cancellationToken = default(CancellationToken))
 {
     throw new NotImplementedException();
 }
Esempio n. 11
0
        /// <summary>
        /// Initiates the asynchronous execution of the DescribeLimits operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the DescribeLimits operation on AmazonDynamoDBClient.</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 EndDescribeLimits
        ///         operation.</returns>
        public IAsyncResult BeginDescribeLimits(DescribeLimitsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DescribeLimitsRequestMarshaller();
            var unmarshaller = DescribeLimitsResponseUnmarshaller.Instance;

            return BeginInvoke<DescribeLimitsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }