Describes the specified attribute of the specified volume. You can specify only one attribute at a time.
For more information about Amazon EBS volumes, see Amazon EBS Volumes in the Amazon Elastic Compute Cloud User Guide .
public object Execute(ExecutorContext context) { var cmdletContext = context as CmdletContext; // create request var request = new Amazon.EC2.Model.DescribeVolumeAttributeRequest(); if (cmdletContext.Attribute != null) { request.Attribute = cmdletContext.Attribute; } if (cmdletContext.VolumeId != null) { request.VolumeId = cmdletContext.VolumeId; } CmdletOutput output; // issue call var client = Client ?? CreateClient(_CurrentCredentials, _RegionEndpoint); try { var response = CallAWSServiceOperation(client, request); object pipelineOutput = null; pipelineOutput = cmdletContext.Select(response, this); output = new CmdletOutput { PipelineOutput = pipelineOutput, ServiceResponse = response }; } catch (Exception e) { output = new CmdletOutput { ErrorResponse = e }; } return(output); }
/// <summary> /// Initiates the asynchronous execution of the DescribeVolumeAttribute operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DescribeVolumeAttribute 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<DescribeVolumeAttributeResponse> DescribeVolumeAttributeAsync(DescribeVolumeAttributeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DescribeVolumeAttributeRequestMarshaller(); var unmarshaller = DescribeVolumeAttributeResponseUnmarshaller.Instance; return InvokeAsync<DescribeVolumeAttributeRequest,DescribeVolumeAttributeResponse>(request, marshaller, unmarshaller, cancellationToken); }
/// <summary> /// Describes the specified attribute of the specified volume. You can specify only one /// attribute at a time. /// /// /// <para> /// For more information about EBS volumes, see <a href='http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html'>Amazon /// EBS Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. /// </para> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DescribeVolumeAttribute service method.</param> /// /// <returns>The response from the DescribeVolumeAttribute service method, as returned by EC2.</returns> public DescribeVolumeAttributeResponse DescribeVolumeAttribute(DescribeVolumeAttributeRequest request) { var marshaller = new DescribeVolumeAttributeRequestMarshaller(); var unmarshaller = DescribeVolumeAttributeResponseUnmarshaller.Instance; return Invoke<DescribeVolumeAttributeRequest,DescribeVolumeAttributeResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the DescribeVolumeAttribute operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DescribeVolumeAttribute operation on AmazonEC2Client.</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 EndDescribeVolumeAttribute /// operation.</returns> public IAsyncResult BeginDescribeVolumeAttribute(DescribeVolumeAttributeRequest request, AsyncCallback callback, object state) { var marshaller = new DescribeVolumeAttributeRequestMarshaller(); var unmarshaller = DescribeVolumeAttributeResponseUnmarshaller.Instance; return BeginInvoke<DescribeVolumeAttributeRequest>(request, marshaller, unmarshaller, callback, state); }
IAsyncResult invokeDescribeVolumeAttribute(DescribeVolumeAttributeRequest describeVolumeAttributeRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new DescribeVolumeAttributeRequestMarshaller().Marshall(describeVolumeAttributeRequest); var unmarshaller = DescribeVolumeAttributeResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
/// <summary> /// Initiates the asynchronous execution of the DescribeVolumeAttribute operation. /// <seealso cref="Amazon.EC2.IAmazonEC2.DescribeVolumeAttribute"/> /// </summary> /// /// <param name="describeVolumeAttributeRequest">Container for the necessary parameters to execute the DescribeVolumeAttribute operation on /// AmazonEC2.</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 /// EndDescribeVolumeAttribute operation.</returns> public IAsyncResult BeginDescribeVolumeAttribute(DescribeVolumeAttributeRequest describeVolumeAttributeRequest, AsyncCallback callback, object state) { return invokeDescribeVolumeAttribute(describeVolumeAttributeRequest, callback, state, false); }
/// <summary> /// <para>Describes the specified attribute of the specified volume. You can specify only one attribute at a time.</para> <para>For more /// information about Amazon EBS volumes, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html" >Amazon EBS /// Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i> .</para> /// </summary> /// /// <param name="describeVolumeAttributeRequest">Container for the necessary parameters to execute the DescribeVolumeAttribute service method on /// AmazonEC2.</param> /// /// <returns>The response from the DescribeVolumeAttribute service method, as returned by AmazonEC2.</returns> /// public DescribeVolumeAttributeResponse DescribeVolumeAttribute(DescribeVolumeAttributeRequest describeVolumeAttributeRequest) { IAsyncResult asyncResult = invokeDescribeVolumeAttribute(describeVolumeAttributeRequest, null, null, true); return EndDescribeVolumeAttribute(asyncResult); }
/// <summary> /// <para>Describes the specified attribute of the specified volume. You can specify only one attribute at a time.</para> <para>For more /// information about Amazon EBS volumes, see <a href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html">Amazon EBS /// Volumes</a> in the <i>Amazon Elastic Compute Cloud User Guide</i> .</para> /// </summary> /// /// <param name="describeVolumeAttributeRequest">Container for the necessary parameters to execute the DescribeVolumeAttribute service method on /// AmazonEC2.</param> /// /// <returns>The response from the DescribeVolumeAttribute service method, as returned by AmazonEC2.</returns> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public Task<DescribeVolumeAttributeResponse> DescribeVolumeAttributeAsync(DescribeVolumeAttributeRequest describeVolumeAttributeRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DescribeVolumeAttributeRequestMarshaller(); var unmarshaller = DescribeVolumeAttributeResponseUnmarshaller.GetInstance(); return Invoke<IRequest, DescribeVolumeAttributeRequest, DescribeVolumeAttributeResponse>(describeVolumeAttributeRequest, marshaller, unmarshaller, signer, cancellationToken); }
internal DescribeVolumeAttributeResponse DescribeVolumeAttribute(DescribeVolumeAttributeRequest request) { var task = DescribeVolumeAttributeAsync(request); try { return task.Result; } catch(AggregateException e) { ExceptionDispatchInfo.Capture(e.InnerException).Throw(); return null; } }
/// <summary> /// Initiates the asynchronous execution of the DescribeVolumeAttribute operation. /// <seealso cref="Amazon.EC2.IAmazonEC2.DescribeVolumeAttribute"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DescribeVolumeAttribute 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 async Task<DescribeVolumeAttributeResponse> DescribeVolumeAttributeAsync(DescribeVolumeAttributeRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DescribeVolumeAttributeRequestMarshaller(); var unmarshaller = DescribeVolumeAttributeResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, DescribeVolumeAttributeRequest, DescribeVolumeAttributeResponse>(request, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }
/// <summary> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DescribeVolumeAttribute service method on /// AmazonEC2.</param> /// /// <returns>The response from the DescribeVolumeAttribute service method, as returned by AmazonEC2.</returns> public DescribeVolumeAttributeResponse DescribeVolumeAttribute(DescribeVolumeAttributeRequest request) { var task = DescribeVolumeAttributeAsync(request); try { return task.Result; } catch(AggregateException e) { throw e.InnerException; } }
private Amazon.EC2.Model.DescribeVolumeAttributeResponse CallAWSServiceOperation(IAmazonEC2 client, Amazon.EC2.Model.DescribeVolumeAttributeRequest request) { Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "Amazon Elastic Compute Cloud (EC2)", "DescribeVolumeAttribute"); try { #if DESKTOP return(client.DescribeVolumeAttribute(request)); #elif CORECLR return(client.DescribeVolumeAttributeAsync(request).GetAwaiter().GetResult()); #else #error "Unknown build edition" #endif } catch (AmazonServiceException exc) { var webException = exc.InnerException as System.Net.WebException; if (webException != null) { throw new Exception(Utils.Common.FormatNameResolutionFailureMessage(client.Config, webException.Message), webException); } throw; } }