Smaws_Client_KMS.DeleteImportedKeyMaterialDeletes key material that was previously imported. This operation makes the specified KMS key temporarily unusable. To restore the usability of the KMS key, reimport the same key material. For more information about importing key material into KMS, see Importing Key Material in the Key Management Service Developer Guide.
When the specified KMS key is in the PendingDeletion state, this operation does not change the KMS key's state. Otherwise, it changes the KMS key's state to PendingImport.
Considerations for multi-Region symmetric encryption keys
PENDING_ROTATION or PENDING_MULTI_REGION_IMPORT_AND_ROTATIONstate, you'll also be deleting the key materials for the replica Region keys.The KMS key that you use for this operation must be in a compatible key state. For details, see Key states of KMS keys in the Key Management Service Developer Guide.
Cross-account use: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account.
Required permissions: kms:DeleteImportedKeyMaterial (key policy)
Related operations:
GetParametersForImportListKeyRotationsImportKeyMaterialEventual consistency: The KMS API follows an eventual consistency model. For more information, see KMS eventual consistency.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `DependencyTimeoutException of Types.dependency_timeout_exception
| `InvalidArnException of Types.invalid_arn_exception
| `KMSInternalException of Types.kms_internal_exception
| `KMSInvalidStateException of Types.kms_invalid_state_exception
| `NotFoundException of Types.not_found_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_imported_key_material_request ->
(Types.delete_imported_key_material_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `DependencyTimeoutException of Types.dependency_timeout_exception
| `InvalidArnException of Types.invalid_arn_exception
| `KMSInternalException of Types.kms_internal_exception
| `KMSInvalidStateException of Types.kms_invalid_state_exception
| `NotFoundException of Types.not_found_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_imported_key_material_request ->
(Types.delete_imported_key_material_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `DependencyTimeoutException of Types.dependency_timeout_exception
| `InvalidArnException of Types.invalid_arn_exception
| `KMSInternalException of Types.kms_internal_exception
| `KMSInvalidStateException of Types.kms_invalid_state_exception
| `NotFoundException of Types.not_found_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result