internal EnableKeyResponse EnableKey(EnableKeyRequest request) { var marshaller = new EnableKeyRequestMarshaller(); var unmarshaller = EnableKeyResponseUnmarshaller.Instance; return(Invoke <EnableKeyRequest, EnableKeyResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the EnableKey operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the EnableKey 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 <EnableKeyResponse> EnableKeyAsync(EnableKeyRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new EnableKeyRequestMarshaller(); var unmarshaller = EnableKeyResponseUnmarshaller.Instance; return(InvokeAsync <EnableKeyRequest, EnableKeyResponse>(request, marshaller, unmarshaller, cancellationToken)); }
public void EnableKeyMarshallTest() { var request = InstantiateClassGenerator.Execute <EnableKeyRequest>(); var marshaller = new EnableKeyRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson <EnableKeyRequest>(request, jsonRequest); }
/// <summary> /// Initiates the asynchronous execution of the EnableKey operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the EnableKey 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<EnableKeyResponse> EnableKeyAsync(EnableKeyRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new EnableKeyRequestMarshaller(); var unmarshaller = EnableKeyResponseUnmarshaller.Instance; return InvokeAsync<EnableKeyRequest,EnableKeyResponse>(request, marshaller, unmarshaller, cancellationToken); }
/// <summary> /// Marks a key as enabled, thereby permitting its use. You can have up to 25 enabled /// keys at one time. /// </summary> /// <param name="request">Container for the necessary parameters to execute the EnableKey service method.</param> /// /// <returns>The response from the EnableKey service method, as returned by KeyManagementService.</returns> /// <exception cref="Amazon.KeyManagementService.Model.DependencyTimeoutException"> /// The system timed out while trying to fulfill the request. /// </exception> /// <exception cref="Amazon.KeyManagementService.Model.InvalidArnException"> /// The request was rejected because a specified ARN was not valid. /// </exception> /// <exception cref="Amazon.KeyManagementService.Model.KMSInternalException"> /// The request was rejected because an internal exception occurred. This error can be /// retried. /// </exception> /// <exception cref="Amazon.KeyManagementService.Model.LimitExceededException"> /// The request was rejected because a quota was exceeded. /// </exception> /// <exception cref="Amazon.KeyManagementService.Model.NotFoundException"> /// The request was rejected because the specified entity or resource could not be found. /// </exception> public EnableKeyResponse EnableKey(EnableKeyRequest request) { var marshaller = new EnableKeyRequestMarshaller(); var unmarshaller = EnableKeyResponseUnmarshaller.Instance; return Invoke<EnableKeyRequest,EnableKeyResponse>(request, marshaller, unmarshaller); }
public void EnableKeyMarshallTest() { var request = InstantiateClassGenerator.Execute<EnableKeyRequest>(); var marshaller = new EnableKeyRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson<EnableKeyRequest>(request,jsonRequest); }
/// <summary> /// Initiates the asynchronous execution of the EnableKey operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the EnableKey operation on AmazonKeyManagementServiceClient.</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 EndEnableKey /// operation.</returns> public IAsyncResult BeginEnableKey(EnableKeyRequest request, AsyncCallback callback, object state) { var marshaller = new EnableKeyRequestMarshaller(); var unmarshaller = EnableKeyResponseUnmarshaller.Instance; return BeginInvoke<EnableKeyRequest>(request, marshaller, unmarshaller, callback, state); }