Beispiel #1
0
        /// <summary>
        /// Returns information about the Snowball service limit for your account, and also the
        /// number of Snowballs your account has in use.
        ///
        ///
        /// <para>
        /// Note that the default service limit for the number of Snowballs that you can have
        /// at one time is 1. If you want to increase your service limit, contact AWS Support.
        /// </para>
        /// </summary>
        /// <param name="request">Container for the necessary parameters to execute the GetSnowballUsage service method.</param>
        ///
        /// <returns>The response from the GetSnowballUsage service method, as returned by Snowball.</returns>
        public GetSnowballUsageResponse GetSnowballUsage(GetSnowballUsageRequest request)
        {
            var marshaller   = new GetSnowballUsageRequestMarshaller();
            var unmarshaller = GetSnowballUsageResponseUnmarshaller.Instance;

            return(Invoke <GetSnowballUsageRequest, GetSnowballUsageResponse>(request, marshaller, unmarshaller));
        }
Beispiel #2
0
        internal virtual GetSnowballUsageResponse GetSnowballUsage(GetSnowballUsageRequest request)
        {
            var marshaller   = GetSnowballUsageRequestMarshaller.Instance;
            var unmarshaller = GetSnowballUsageResponseUnmarshaller.Instance;

            return(Invoke <GetSnowballUsageRequest, GetSnowballUsageResponse>(request, marshaller, unmarshaller));
        }
Beispiel #3
0
        /// <summary>
        /// Initiates the asynchronous execution of the GetSnowballUsage operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the GetSnowballUsage operation on AmazonSnowballClient.</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 EndGetSnowballUsage
        ///         operation.</returns>
        public IAsyncResult BeginGetSnowballUsage(GetSnowballUsageRequest request, AsyncCallback callback, object state)
        {
            var marshaller   = new GetSnowballUsageRequestMarshaller();
            var unmarshaller = GetSnowballUsageResponseUnmarshaller.Instance;

            return(BeginInvoke <GetSnowballUsageRequest>(request, marshaller, unmarshaller,
                                                         callback, state));
        }
        /// <summary>
        /// Initiates the asynchronous execution of the GetSnowballUsage operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the GetSnowballUsage 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 <GetSnowballUsageResponse> GetSnowballUsageAsync(GetSnowballUsageRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller   = new GetSnowballUsageRequestMarshaller();
            var unmarshaller = GetSnowballUsageResponseUnmarshaller.Instance;

            return(InvokeAsync <GetSnowballUsageRequest, GetSnowballUsageResponse>(request, marshaller,
                                                                                   unmarshaller, cancellationToken));
        }
Beispiel #5
0
        /// <summary>
        /// Initiates the asynchronous execution of the GetSnowballUsage operation.
        /// </summary>
        ///
        /// <param name="request">Container for the necessary parameters to execute the GetSnowballUsage 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>
        /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/GetSnowballUsage">REST API Reference for GetSnowballUsage Operation</seealso>
        public virtual Task <GetSnowballUsageResponse> GetSnowballUsageAsync(GetSnowballUsageRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = GetSnowballUsageRequestMarshaller.Instance;
            options.ResponseUnmarshaller = GetSnowballUsageResponseUnmarshaller.Instance;

            return(InvokeAsync <GetSnowballUsageResponse>(request, options, cancellationToken));
        }
Beispiel #6
0
        internal virtual GetSnowballUsageResponse GetSnowballUsage(GetSnowballUsageRequest request)
        {
            var options = new InvokeOptions();

            options.RequestMarshaller    = GetSnowballUsageRequestMarshaller.Instance;
            options.ResponseUnmarshaller = GetSnowballUsageResponseUnmarshaller.Instance;

            return(Invoke <GetSnowballUsageResponse>(request, options));
        }
        /// <summary>
        /// Initiates the asynchronous execution of the GetSnowballUsage operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the GetSnowballUsage 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<GetSnowballUsageResponse> GetSnowballUsageAsync(GetSnowballUsageRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetSnowballUsageRequestMarshaller();
            var unmarshaller = GetSnowballUsageResponseUnmarshaller.Instance;

            return InvokeAsync<GetSnowballUsageRequest,GetSnowballUsageResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
        internal GetSnowballUsageResponse GetSnowballUsage(GetSnowballUsageRequest request)
        {
            var marshaller = new GetSnowballUsageRequestMarshaller();
            var unmarshaller = GetSnowballUsageResponseUnmarshaller.Instance;

            return Invoke<GetSnowballUsageRequest,GetSnowballUsageResponse>(request, marshaller, unmarshaller);
        }
        /// <summary>
        /// Initiates the asynchronous execution of the GetSnowballUsage operation.
        /// </summary>
        /// 
        /// <param name="request">Container for the necessary parameters to execute the GetSnowballUsage operation on AmazonSnowballClient.</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 EndGetSnowballUsage
        ///         operation.</returns>
        public IAsyncResult BeginGetSnowballUsage(GetSnowballUsageRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetSnowballUsageRequestMarshaller();
            var unmarshaller = GetSnowballUsageResponseUnmarshaller.Instance;

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