internal PutKeyPolicyResponse PutKeyPolicy(PutKeyPolicyRequest request) { var marshaller = new PutKeyPolicyRequestMarshaller(); var unmarshaller = PutKeyPolicyResponseUnmarshaller.Instance; return(Invoke <PutKeyPolicyRequest, PutKeyPolicyResponse>(request, marshaller, unmarshaller)); }
/// <summary> /// Initiates the asynchronous execution of the PutKeyPolicy operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the PutKeyPolicy 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 <PutKeyPolicyResponse> PutKeyPolicyAsync(PutKeyPolicyRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new PutKeyPolicyRequestMarshaller(); var unmarshaller = PutKeyPolicyResponseUnmarshaller.Instance; return(InvokeAsync <PutKeyPolicyRequest, PutKeyPolicyResponse>(request, marshaller, unmarshaller, cancellationToken)); }