aws-sdk 2.1594.0 → 2.1595.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -380,6 +380,7 @@ export abstract class ConfigurationServicePlaceholders {
380
380
  timestreaminfluxdb?: AWS.TimestreamInfluxDB.Types.ClientConfiguration;
381
381
  codeconnections?: AWS.CodeConnections.Types.ClientConfiguration;
382
382
  deadline?: AWS.Deadline.Types.ClientConfiguration;
383
+ controlcatalog?: AWS.ControlCatalog.Types.ClientConfiguration;
383
384
  }
384
385
  export interface ConfigurationServiceApiVersions {
385
386
  acm?: AWS.ACM.Types.apiVersion;
@@ -762,4 +763,5 @@ export interface ConfigurationServiceApiVersions {
762
763
  timestreaminfluxdb?: AWS.TimestreamInfluxDB.Types.apiVersion;
763
764
  codeconnections?: AWS.CodeConnections.Types.apiVersion;
764
765
  deadline?: AWS.Deadline.Types.apiVersion;
766
+ controlcatalog?: AWS.ControlCatalog.Types.apiVersion;
765
767
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1594.0',
23
+ VERSION: '2.1595.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.1594.0",
4
+ "version": "2.1595.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",