aws-sdk 2.1637.0 → 2.1638.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,9 @@
5
5
  "endpointPrefix": "imagebuilder",
6
6
  "jsonVersion": "1.1",
7
7
  "protocol": "rest-json",
8
+ "protocols": [
9
+ "rest-json"
10
+ ],
8
11
  "serviceAbbreviation": "imagebuilder",
9
12
  "serviceFullName": "EC2 Image Builder",
10
13
  "serviceId": "imagebuilder",
@@ -1424,5 +1424,9 @@
1424
1424
  },
1425
1425
  "taxsettings": {
1426
1426
  "name": "TaxSettings"
1427
+ },
1428
+ "applicationsignals": {
1429
+ "prefix": "application-signals",
1430
+ "name": "ApplicationSignals"
1427
1431
  }
1428
1432
  }
package/clients/all.d.ts CHANGED
@@ -380,3 +380,4 @@ export import ControlCatalog = require('./controlcatalog');
380
380
  export import Route53Profiles = require('./route53profiles');
381
381
  export import MailManager = require('./mailmanager');
382
382
  export import TaxSettings = require('./taxsettings');
383
+ export import ApplicationSignals = require('./applicationsignals');
package/clients/all.js CHANGED
@@ -381,5 +381,6 @@ module.exports = {
381
381
  ControlCatalog: require('./controlcatalog'),
382
382
  Route53Profiles: require('./route53profiles'),
383
383
  MailManager: require('./mailmanager'),
384
- TaxSettings: require('./taxsettings')
384
+ TaxSettings: require('./taxsettings'),
385
+ ApplicationSignals: require('./applicationsignals')
385
386
  };