# Key Management Service API coverage

Source service: `kms`. 45 of 54 tracked operations are implemented.

Service documentation: /aws/services/kms/
License availability: available starting with the Hobby plan. See /aws/licensing/ for current plan details.

| Operation | Status |
| --- | --- |
| CancelKeyDeletion | Implemented |
| ConnectCustomKeyStore | Not implemented |
| CreateAlias | Implemented |
| CreateCustomKeyStore | Not implemented |
| CreateGrant | Implemented |
| CreateKey | Implemented |
| Decrypt | Implemented |
| DeleteAlias | Implemented |
| DeleteCustomKeyStore | Not implemented |
| DeleteImportedKeyMaterial | Implemented |
| DeriveSharedSecret | Implemented |
| DescribeCustomKeyStores | Not implemented |
| DescribeKey | Implemented |
| DisableKey | Implemented |
| DisableKeyRotation | Implemented |
| DisconnectCustomKeyStore | Not implemented |
| EnableKey | Implemented |
| EnableKeyRotation | Implemented |
| Encrypt | Implemented |
| GenerateDataKey | Implemented |
| GenerateDataKeyPair | Implemented |
| GenerateDataKeyPairWithoutPlaintext | Implemented |
| GenerateDataKeyWithoutPlaintext | Implemented |
| GenerateMac | Implemented |
| GenerateRandom | Implemented |
| GetKeyLastUsage | Not implemented |
| GetKeyPolicy | Implemented |
| GetKeyRotationStatus | Implemented |
| GetParametersForImport | Implemented |
| GetPublicKey | Implemented |
| ImportKeyMaterial | Implemented |
| ListAliases | Implemented |
| ListGrants | Implemented |
| ListKeyPolicies | Implemented |
| ListKeyRotations | Not implemented |
| ListKeys | Implemented |
| ListResourceTags | Implemented |
| ListRetirableGrants | Implemented |
| PutKeyPolicy | Implemented |
| ReEncrypt | Implemented |
| ReplicateKey | Implemented |
| RetireGrant | Implemented |
| RevokeGrant | Implemented |
| RotateKeyOnDemand | Implemented |
| ScheduleKeyDeletion | Implemented |
| Sign | Implemented |
| TagResource | Implemented |
| UntagResource | Implemented |
| UpdateAlias | Implemented |
| UpdateCustomKeyStore | Not implemented |
| UpdateKeyDescription | Implemented |
| UpdatePrimaryRegion | Not implemented |
| Verify | Implemented |
| VerifyMac | Implemented |