From 1489723eaa5ac701dae63f06577105c2af93f044 Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 22 May 2024 18:15:36 +0000 Subject: [PATCH] feat(client-kms): This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China. --- .../commands/GetParametersForImportCommand.ts | 6 ++--- clients/client-kms/src/models/models_0.ts | 24 +++++++++++++++---- codegen/sdk-codegen/aws-models/kms.json | 18 +++++++++++--- 3 files changed, 37 insertions(+), 11 deletions(-) diff --git a/clients/client-kms/src/commands/GetParametersForImportCommand.ts b/clients/client-kms/src/commands/GetParametersForImportCommand.ts index 99871ce4bb2b..02660039b902 100644 --- a/clients/client-kms/src/commands/GetParametersForImportCommand.ts +++ b/clients/client-kms/src/commands/GetParametersForImportCommand.ts @@ -52,7 +52,7 @@ export interface GetParametersForImportCommandOutput extends GetParametersForImp * material.

*