aws-sdk 2.995.0 → 2.996.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.
@@ -280,6 +280,8 @@ export abstract class ConfigurationServicePlaceholders {
280
280
  memorydb?: AWS.MemoryDB.Types.ClientConfiguration;
281
281
  opensearch?: AWS.OpenSearch.Types.ClientConfiguration;
282
282
  kafkaconnect?: AWS.KafkaConnect.Types.ClientConfiguration;
283
+ voiceid?: AWS.VoiceID.Types.ClientConfiguration;
284
+ wisdom?: AWS.Wisdom.Types.ClientConfiguration;
283
285
  }
284
286
  export interface ConfigurationServiceApiVersions {
285
287
  acm?: AWS.ACM.Types.apiVersion;
@@ -562,4 +564,6 @@ export interface ConfigurationServiceApiVersions {
562
564
  memorydb?: AWS.MemoryDB.Types.apiVersion;
563
565
  opensearch?: AWS.OpenSearch.Types.apiVersion;
564
566
  kafkaconnect?: AWS.KafkaConnect.Types.apiVersion;
567
+ voiceid?: AWS.VoiceID.Types.apiVersion;
568
+ wisdom?: AWS.Wisdom.Types.apiVersion;
565
569
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.995.0',
23
+ VERSION: '2.996.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.995.0",
4
+ "version": "2.996.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",