Fixed typos in schema and generated typescript (#4142)

This commit is contained in:
darth-coder00 2022-04-14 17:30:17 +05:30 committed by GitHub
parent 1f21d6f11a
commit 70c3c1c9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
},
"awsAccessKeyId": {
"description": "AWS Access key ID.",
"typ": "string"
"type": "string"
},
"awsSecretAccessKey": {
"description": "AWS Secret Access Key.",

View File

@ -19,7 +19,7 @@ export interface DynamoDBConnection {
/**
* AWS Access key ID.
*/
awsAccessKeyId?: any;
awsAccessKeyId?: string;
/**
* AWS Region Name.
*/

View File

@ -29,7 +29,7 @@
},
"awsAccessKeyId": {
"description": "AWS Access key ID.",
"typ": "string"
"type": "string"
},
"awsSecretAccessKey": {
"description": "AWS Secret Access Key.",