Skip to content

Commit 9e89132

Browse files
authored
Fix KMS example models. (#4646)
1 parent b4def07 commit 9e89132

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

models/apis/kms/2014-11-01/examples-1.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@
8888
"input": {
8989
"CustomKeyStoreName": "ExampleVPCEndpointKeyStore",
9090
"CustomKeyStoreType": "EXTERNAL_KEY_STORE",
91-
"XksProxyAuthenticationCredential": "AccessKeyId=ABCDE12345670EXAMPLE,RawSecretAccessKey=file://SecretAccessKey",
91+
"XksProxyAuthenticationCredential": {
92+
"AccessKeyId": "ABCDE12345670EXAMPLE",
93+
"RawSecretAccessKey": "file://SecretAccessKey"
94+
},
9295
"XksProxyConnectivity": "VPC_ENDPOINT_SERVICE",
9396
"XksProxyUriEndpoint": "https://myproxy-private.xks.example.com",
9497
"XksProxyUriPath": "/example-prefix/kms/xks/v1",
@@ -119,7 +122,10 @@
119122
"input": {
120123
"CustomKeyStoreName": "ExamplePublicEndpointKeyStore",
121124
"CustomKeyStoreType": "EXTERNAL_KEY_STORE",
122-
"XksProxyAuthenticationCredential": "AccessKeyId=ABCDE12345670EXAMPLE,RawSecretAccessKey=file://SecretAccessKey",
125+
"XksProxyAuthenticationCredential": {
126+
"AccessKeyId": "ABCDE12345670EXAMPLE",
127+
"RawSecretAccessKey": "file://SecretAccessKey"
128+
},
123129
"XksProxyConnectivity": "PUBLIC_ENDPOINT",
124130
"XksProxyUriEndpoint": "https://myproxy.xks.example.com",
125131
"XksProxyUriPath": "/kms/xks/v1"

0 commit comments

Comments
 (0)