gl-store-s3.js/node_modules/aws-sdk/scripts/typings-generator.js

16 lines
397 B
JavaScript
Raw Normal View History

2019-05-08 10:43:08 +00:00
var path = require('path');
var TSGenerator = require('./lib/ts-generator');
var tsGenerator = new TSGenerator({
SdkRootDirectory: path.join(__dirname, '..')
});
tsGenerator.generateAllClientTypings();
tsGenerator.generateGroupedClients();
tsGenerator.updateDynamoDBDocumentClient();
tsGenerator.generateConfigurationServicePlaceholders();
console.log('TypeScript Definitions created.');