aws-sdk 2.1633.0 → 2.1635.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.
@@ -381,6 +381,7 @@ export abstract class ConfigurationServicePlaceholders {
381
381
  controlcatalog?: AWS.ControlCatalog.Types.ClientConfiguration;
382
382
  route53profiles?: AWS.Route53Profiles.Types.ClientConfiguration;
383
383
  mailmanager?: AWS.MailManager.Types.ClientConfiguration;
384
+ taxsettings?: AWS.TaxSettings.Types.ClientConfiguration;
384
385
  }
385
386
  export interface ConfigurationServiceApiVersions {
386
387
  acm?: AWS.ACM.Types.apiVersion;
@@ -764,4 +765,5 @@ export interface ConfigurationServiceApiVersions {
764
765
  controlcatalog?: AWS.ControlCatalog.Types.apiVersion;
765
766
  route53profiles?: AWS.Route53Profiles.Types.apiVersion;
766
767
  mailmanager?: AWS.MailManager.Types.apiVersion;
768
+ taxsettings?: AWS.TaxSettings.Types.apiVersion;
767
769
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1633.0',
23
+ VERSION: '2.1635.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.1633.0",
4
+ "version": "2.1635.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",