constructor()

in index.js [42:45]


  constructor(host, ssmCredentials) {
    super(host)
    this.ssmCredentials = ssmCredentials || {};
  }