protected override void ProcessRecord() { AmazonCloudFront client = base.GetClient(); Amazon.CloudFront.Model.GetStreamingDistributionConfigRequest request = new Amazon.CloudFront.Model.GetStreamingDistributionConfigRequest(); request.Id = this._Id; request.ETag = this._ETag; request.Marker = this._Marker; request.MaxItems = this._MaxItems; Amazon.CloudFront.Model.GetStreamingDistributionConfigResponse response = client.GetStreamingDistributionConfig(request); }
public object Execute(ExecutorContext context) { var cmdletContext = context as CmdletContext; // create request var request = new Amazon.CloudFront.Model.GetStreamingDistributionConfigRequest(); if (cmdletContext.Id != null) { request.Id = cmdletContext.Id; } 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 GetStreamingDistributionConfig operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetStreamingDistributionConfig operation on AmazonCloudFrontClient.</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 EndGetStreamingDistributionConfig /// operation.</returns> public IAsyncResult BeginGetStreamingDistributionConfig(GetStreamingDistributionConfigRequest request, AsyncCallback callback, object state) { var marshaller = new GetStreamingDistributionConfigRequestMarshaller(); var unmarshaller = GetStreamingDistributionConfigResponseUnmarshaller.Instance; return BeginInvoke<GetStreamingDistributionConfigRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// Get the configuration information about a streaming distribution. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetStreamingDistributionConfig service method.</param> /// /// <returns>The response from the GetStreamingDistributionConfig service method, as returned by CloudFront.</returns> /// <exception cref="Amazon.CloudFront.Model.AccessDeniedException"> /// Access denied. /// </exception> /// <exception cref="Amazon.CloudFront.Model.NoSuchStreamingDistributionException"> /// The specified streaming distribution does not exist. /// </exception> public GetStreamingDistributionConfigResponse GetStreamingDistributionConfig(GetStreamingDistributionConfigRequest request) { var marshaller = new GetStreamingDistributionConfigRequestMarshaller(); var unmarshaller = GetStreamingDistributionConfigResponseUnmarshaller.Instance; return Invoke<GetStreamingDistributionConfigRequest,GetStreamingDistributionConfigResponse>(request, marshaller, unmarshaller); }
/// <summary> /// Initiates the asynchronous execution of the GetStreamingDistributionConfig operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetStreamingDistributionConfig 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<GetStreamingDistributionConfigResponse> GetStreamingDistributionConfigAsync(GetStreamingDistributionConfigRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetStreamingDistributionConfigRequestMarshaller(); var unmarshaller = GetStreamingDistributionConfigResponseUnmarshaller.Instance; return InvokeAsync<GetStreamingDistributionConfigRequest,GetStreamingDistributionConfigResponse>(request, marshaller, unmarshaller, cancellationToken); }
/// <summary> /// Get the configuration information about a streaming distribution. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetStreamingDistributionConfig service method.</param> /// /// <returns>The response from the GetStreamingDistributionConfig service method, as returned by CloudFront.</returns> /// <exception cref="AccessDeniedException"> /// Access denied. /// </exception> /// <exception cref="NoSuchStreamingDistributionException"> /// The specified streaming distribution does not exist. /// </exception> public GetStreamingDistributionConfigResponse GetStreamingDistributionConfig(GetStreamingDistributionConfigRequest request) { var task = GetStreamingDistributionConfigAsync(request); try { return task.Result; } catch(AggregateException e) { ExceptionDispatchInfo.Capture(e.InnerException).Throw(); return null; } }
/// <summary> /// Initiates the asynchronous execution of the GetStreamingDistributionConfig operation. /// <seealso cref="Amazon.CloudFront.AmazonCloudFront.GetStreamingDistributionConfig"/> /// </summary> /// /// <param name="getStreamingDistributionConfigRequest">Container for the necessary parameters to execute the GetStreamingDistributionConfig /// operation on AmazonCloudFront.</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 /// EndGetStreamingDistributionConfig operation.</returns> public IAsyncResult BeginGetStreamingDistributionConfig(GetStreamingDistributionConfigRequest getStreamingDistributionConfigRequest, AsyncCallback callback, object state) { return invokeGetStreamingDistributionConfig(getStreamingDistributionConfigRequest, callback, state, false); }
IAsyncResult invokeGetStreamingDistributionConfig(GetStreamingDistributionConfigRequest getStreamingDistributionConfigRequest, AsyncCallback callback, object state, bool synchronized) { IRequest irequest = new GetStreamingDistributionConfigRequestMarshaller().Marshall(getStreamingDistributionConfigRequest); var unmarshaller = GetStreamingDistributionConfigResponseUnmarshaller.GetInstance(); AsyncResult result = new AsyncResult(irequest, callback, state, synchronized, signer, unmarshaller); Invoke(result); return result; }
/// <summary> /// <para> Get the configuration information about a streaming distribution. </para> /// </summary> /// /// <param name="getStreamingDistributionConfigRequest">Container for the necessary parameters to execute the GetStreamingDistributionConfig /// service method on AmazonCloudFront.</param> /// /// <returns>The response from the GetStreamingDistributionConfig service method, as returned by AmazonCloudFront.</returns> /// /// <exception cref="NoSuchStreamingDistributionException"/> /// <exception cref="AccessDeniedException"/> public GetStreamingDistributionConfigResponse GetStreamingDistributionConfig(GetStreamingDistributionConfigRequest getStreamingDistributionConfigRequest) { IAsyncResult asyncResult = invokeGetStreamingDistributionConfig(getStreamingDistributionConfigRequest, null, null, true); return EndGetStreamingDistributionConfig(asyncResult); }
private Amazon.CloudFront.Model.GetStreamingDistributionConfigResponse CallAWSServiceOperation(IAmazonCloudFront client, Amazon.CloudFront.Model.GetStreamingDistributionConfigRequest request) { Utils.Common.WriteVerboseEndpointMessage(this, client.Config, "Amazon CloudFront", "GetStreamingDistributionConfig"); try { #if DESKTOP return(client.GetStreamingDistributionConfig(request)); #elif CORECLR return(client.GetStreamingDistributionConfigAsync(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; } }
/// <summary> /// <para> Get the configuration information about a streaming distribution. </para> /// </summary> /// /// <param name="getStreamingDistributionConfigRequest">Container for the necessary parameters to execute the GetStreamingDistributionConfig /// service method on AmazonCloudFront.</param> /// /// <returns>The response from the GetStreamingDistributionConfig service method, as returned by AmazonCloudFront.</returns> /// /// <exception cref="T:Amazon.CloudFront.Model.NoSuchStreamingDistributionException" /> /// <exception cref="T:Amazon.CloudFront.Model.AccessDeniedException" /> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> public Task<GetStreamingDistributionConfigResponse> GetStreamingDistributionConfigAsync(GetStreamingDistributionConfigRequest getStreamingDistributionConfigRequest, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetStreamingDistributionConfigRequestMarshaller(); var unmarshaller = GetStreamingDistributionConfigResponseUnmarshaller.GetInstance(); return Invoke<IRequest, GetStreamingDistributionConfigRequest, GetStreamingDistributionConfigResponse>(getStreamingDistributionConfigRequest, marshaller, unmarshaller, signer, cancellationToken); }
internal GetStreamingDistributionConfigResponse GetStreamingDistributionConfig(GetStreamingDistributionConfigRequest request) { var task = GetStreamingDistributionConfigAsync(request); try { return task.Result; } catch(AggregateException e) { throw e.InnerException; } }
IAsyncResult invokeGetStreamingDistributionConfig(GetStreamingDistributionConfigRequest request, AsyncCallback callback, object state, bool synchronized) { var marshaller = new GetStreamingDistributionConfigRequestMarshaller(); var unmarshaller = GetStreamingDistributionConfigResponseUnmarshaller.Instance; return Invoke(request, callback, state, synchronized, marshaller, unmarshaller, signer); }
/// <summary> /// Initiates the asynchronous execution of the GetStreamingDistributionConfig operation. /// <seealso cref="Amazon.CloudFront.IAmazonCloudFront.GetStreamingDistributionConfig"/> /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetStreamingDistributionConfig 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<GetStreamingDistributionConfigResponse> GetStreamingDistributionConfigAsync(GetStreamingDistributionConfigRequest request, CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new GetStreamingDistributionConfigRequestMarshaller(); var unmarshaller = GetStreamingDistributionConfigResponseUnmarshaller.GetInstance(); var response = await Invoke<IRequest, GetStreamingDistributionConfigRequest, GetStreamingDistributionConfigResponse>(request, marshaller, unmarshaller, signer, cancellationToken) .ConfigureAwait(continueOnCapturedContext: false); return response; }