public void DeleteImportedKeyMaterialMarshallTest() { var request = InstantiateClassGenerator.Execute <DeleteImportedKeyMaterialRequest>(); var marshaller = new DeleteImportedKeyMaterialRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson <DeleteImportedKeyMaterialRequest>(request, jsonRequest); }
/// <summary> /// Initiates the asynchronous execution of the DeleteImportedKeyMaterial operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteImportedKeyMaterial 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<DeleteImportedKeyMaterialResponse> DeleteImportedKeyMaterialAsync(DeleteImportedKeyMaterialRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var marshaller = new DeleteImportedKeyMaterialRequestMarshaller(); var unmarshaller = DeleteImportedKeyMaterialResponseUnmarshaller.Instance; return InvokeAsync<DeleteImportedKeyMaterialRequest,DeleteImportedKeyMaterialResponse>(request, marshaller, unmarshaller, cancellationToken); }
/// <summary> /// Initiates the asynchronous execution of the DeleteImportedKeyMaterial operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the DeleteImportedKeyMaterial 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 EndDeleteImportedKeyMaterial /// operation.</returns> public IAsyncResult BeginDeleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest request, AsyncCallback callback, object state) { var marshaller = new DeleteImportedKeyMaterialRequestMarshaller(); var unmarshaller = DeleteImportedKeyMaterialResponseUnmarshaller.Instance; return BeginInvoke<DeleteImportedKeyMaterialRequest>(request, marshaller, unmarshaller, callback, state); }
/// <summary> /// Deletes key material that you previously imported and makes the specified customer /// master key (CMK) unusable. For more information about importing key material into /// AWS KMS, see <a href="http://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html">Importing /// Key Material</a> in the <i>AWS Key Management Service Developer Guide</i>. /// /// /// <para> /// When the specified CMK is in the <code>PendingDeletion</code> state, this operation /// does not change the CMK's state. Otherwise, it changes the CMK's state to <code>PendingImport</code>. /// </para> /// /// <para> /// After you delete key material, you can use <a>ImportKeyMaterial</a> to reimport the /// same key material into the CMK. /// </para> /// </summary> /// <param name="request">Container for the necessary parameters to execute the DeleteImportedKeyMaterial service method.</param> /// /// <returns>The response from the DeleteImportedKeyMaterial service method, as returned by KeyManagementService.</returns> /// <exception cref="Amazon.KeyManagementService.Model.DependencyTimeoutException"> /// The system timed out while trying to fulfill the request. The request can be retried. /// </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. The request can be /// retried. /// </exception> /// <exception cref="Amazon.KeyManagementService.Model.KMSInvalidStateException"> /// The request was rejected because the state of the specified resource is not valid /// for this request. /// /// /// <para> /// For more information about how key state affects the use of a CMK, see <a href="http://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">How /// Key State Affects Use of a Customer Master Key</a> in the <i>AWS Key Management Service /// Developer Guide</i>. /// </para> /// </exception> /// <exception cref="Amazon.KeyManagementService.Model.NotFoundException"> /// The request was rejected because the specified entity or resource could not be found. /// </exception> /// <exception cref="Amazon.KeyManagementService.Model.UnsupportedOperationException"> /// The request was rejected because a specified parameter is not supported or a specified /// resource is not valid for this operation. /// </exception> public DeleteImportedKeyMaterialResponse DeleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest request) { var marshaller = new DeleteImportedKeyMaterialRequestMarshaller(); var unmarshaller = DeleteImportedKeyMaterialResponseUnmarshaller.Instance; return Invoke<DeleteImportedKeyMaterialRequest,DeleteImportedKeyMaterialResponse>(request, marshaller, unmarshaller); }
public void DeleteImportedKeyMaterialMarshallTest() { var request = InstantiateClassGenerator.Execute<DeleteImportedKeyMaterialRequest>(); var marshaller = new DeleteImportedKeyMaterialRequestMarshaller(); var internalRequest = marshaller.Marshall(request); var jsonRequest = UTF8Encoding.UTF8.GetString(internalRequest.Content); Comparer.CompareObjectToJson<DeleteImportedKeyMaterialRequest>(request,jsonRequest); }