From 9e891321fb49c52273ec395df9f95c80d526172b Mon Sep 17 00:00:00 2001 From: Sam Bisciglia Date: Tue, 29 Nov 2022 17:21:54 -0500 Subject: [PATCH] Fix KMS example models. (#4646) --- models/apis/kms/2014-11-01/examples-1.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/models/apis/kms/2014-11-01/examples-1.json b/models/apis/kms/2014-11-01/examples-1.json index 3b25498945e..23bc7f9496b 100644 --- a/models/apis/kms/2014-11-01/examples-1.json +++ b/models/apis/kms/2014-11-01/examples-1.json @@ -88,7 +88,10 @@ "input": { "CustomKeyStoreName": "ExampleVPCEndpointKeyStore", "CustomKeyStoreType": "EXTERNAL_KEY_STORE", - "XksProxyAuthenticationCredential": "AccessKeyId=ABCDE12345670EXAMPLE,RawSecretAccessKey=file://SecretAccessKey", + "XksProxyAuthenticationCredential": { + "AccessKeyId": "ABCDE12345670EXAMPLE", + "RawSecretAccessKey": "file://SecretAccessKey" + }, "XksProxyConnectivity": "VPC_ENDPOINT_SERVICE", "XksProxyUriEndpoint": "https://myproxy-private.xks.example.com", "XksProxyUriPath": "/example-prefix/kms/xks/v1", @@ -119,7 +122,10 @@ "input": { "CustomKeyStoreName": "ExamplePublicEndpointKeyStore", "CustomKeyStoreType": "EXTERNAL_KEY_STORE", - "XksProxyAuthenticationCredential": "AccessKeyId=ABCDE12345670EXAMPLE,RawSecretAccessKey=file://SecretAccessKey", + "XksProxyAuthenticationCredential": { + "AccessKeyId": "ABCDE12345670EXAMPLE", + "RawSecretAccessKey": "file://SecretAccessKey" + }, "XksProxyConnectivity": "PUBLIC_ENDPOINT", "XksProxyUriEndpoint": "https://myproxy.xks.example.com", "XksProxyUriPath": "/kms/xks/v1"