Skip to content

Commit

Permalink
Fix KMS example models. (#4646)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbiscigl committed Nov 29, 2022
1 parent b4def07 commit 9e89132
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions models/apis/kms/2014-11-01/examples-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9e89132

Please sign in to comment.