aws-sdk 2.1636.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.
@@ -382,6 +382,7 @@ export abstract class ConfigurationServicePlaceholders {
382
382
  route53profiles?: AWS.Route53Profiles.Types.ClientConfiguration;
383
383
  mailmanager?: AWS.MailManager.Types.ClientConfiguration;
384
384
  taxsettings?: AWS.TaxSettings.Types.ClientConfiguration;
385
+ applicationsignals?: AWS.ApplicationSignals.Types.ClientConfiguration;
385
386
  }
386
387
  export interface ConfigurationServiceApiVersions {
387
388
  acm?: AWS.ACM.Types.apiVersion;
@@ -766,4 +767,5 @@ export interface ConfigurationServiceApiVersions {
766
767
  route53profiles?: AWS.Route53Profiles.Types.apiVersion;
767
768
  mailmanager?: AWS.MailManager.Types.apiVersion;
768
769
  taxsettings?: AWS.TaxSettings.Types.apiVersion;
770
+ applicationsignals?: AWS.ApplicationSignals.Types.apiVersion;
769
771
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1636.0',
23
+ VERSION: '2.1638.0',
24
24
 
25
25
  /**
26
26
  * @api private
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1636.0",
4
+ "version": "2.1638.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",