aws-sdk 2.1560.0 → 2.1562.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.
@@ -377,6 +377,7 @@ export abstract class ConfigurationServicePlaceholders {
377
377
  networkmonitor?: AWS.NetworkMonitor.Types.ClientConfiguration;
378
378
  supplychain?: AWS.SupplyChain.Types.ClientConfiguration;
379
379
  artifact?: AWS.Artifact.Types.ClientConfiguration;
380
+ chatbot?: AWS.Chatbot.Types.ClientConfiguration;
380
381
  }
381
382
  export interface ConfigurationServiceApiVersions {
382
383
  acm?: AWS.ACM.Types.apiVersion;
@@ -756,4 +757,5 @@ export interface ConfigurationServiceApiVersions {
756
757
  networkmonitor?: AWS.NetworkMonitor.Types.apiVersion;
757
758
  supplychain?: AWS.SupplyChain.Types.apiVersion;
758
759
  artifact?: AWS.Artifact.Types.apiVersion;
760
+ chatbot?: AWS.Chatbot.Types.apiVersion;
759
761
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1560.0',
23
+ VERSION: '2.1562.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.1560.0",
4
+ "version": "2.1562.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",