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.
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.995.0
1
+ // AWS SDK for JavaScript v2.996.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -57442,10 +57442,7 @@ module.exports={
57442
57442
  "required": [
57443
57443
  "InstanceId",
57444
57444
  "IntegrationType",
57445
- "IntegrationArn",
57446
- "SourceApplicationUrl",
57447
- "SourceApplicationName",
57448
- "SourceType"
57445
+ "IntegrationArn"
57449
57446
  ],
57450
57447
  "members": {
57451
57448
  "InstanceId": {
@@ -59195,6 +59192,10 @@ module.exports={
59195
59192
  "location": "uri",
59196
59193
  "locationName": "InstanceId"
59197
59194
  },
59195
+ "IntegrationType": {
59196
+ "location": "querystring",
59197
+ "locationName": "integrationType"
59198
+ },
59198
59199
  "NextToken": {
59199
59200
  "location": "querystring",
59200
59201
  "locationName": "nextToken"
@@ -60023,7 +60024,20 @@ module.exports={
60023
60024
  "QueueId": {},
60024
60025
  "Attributes": {
60025
60026
  "shape": "S5o"
60026
- }
60027
+ },
60028
+ "AnswerMachineDetectionConfig": {
60029
+ "type": "structure",
60030
+ "members": {
60031
+ "EnableAnswerMachineDetection": {
60032
+ "type": "boolean"
60033
+ },
60034
+ "AwaitAnswerMachinePrompt": {
60035
+ "type": "boolean"
60036
+ }
60037
+ }
60038
+ },
60039
+ "CampaignId": {},
60040
+ "TrafficType": {}
60027
60041
  }
60028
60042
  },
60029
60043
  "output": {
@@ -60712,19 +60726,19 @@ module.exports={
60712
60726
  "type": "structure",
60713
60727
  "members": {
60714
60728
  "LevelOne": {
60715
- "shape": "Sbh"
60729
+ "shape": "Sbk"
60716
60730
  },
60717
60731
  "LevelTwo": {
60718
- "shape": "Sbh"
60732
+ "shape": "Sbk"
60719
60733
  },
60720
60734
  "LevelThree": {
60721
- "shape": "Sbh"
60735
+ "shape": "Sbk"
60722
60736
  },
60723
60737
  "LevelFour": {
60724
- "shape": "Sbh"
60738
+ "shape": "Sbk"
60725
60739
  },
60726
60740
  "LevelFive": {
60727
- "shape": "Sbh"
60741
+ "shape": "Sbk"
60728
60742
  }
60729
60743
  }
60730
60744
  },
@@ -61193,7 +61207,7 @@ module.exports={
61193
61207
  }
61194
61208
  }
61195
61209
  },
61196
- "Sbh": {
61210
+ "Sbk": {
61197
61211
  "type": "structure",
61198
61212
  "required": [
61199
61213
  "Name"
@@ -157723,6 +157737,13 @@ module.exports={
157723
157737
  },
157724
157738
  "kafkaconnect": {
157725
157739
  "name": "KafkaConnect"
157740
+ },
157741
+ "voiceid": {
157742
+ "prefix": "voice-id",
157743
+ "name": "VoiceID"
157744
+ },
157745
+ "wisdom": {
157746
+ "name": "Wisdom"
157726
157747
  }
157727
157748
  }
157728
157749
  },{}],164:[function(require,module,exports){
@@ -226397,7 +226418,7 @@ AWS.util.update(AWS, {
226397
226418
  /**
226398
226419
  * @constant
226399
226420
  */
226400
- VERSION: '2.995.0',
226421
+ VERSION: '2.996.0',
226401
226422
 
226402
226423
  /**
226403
226424
  * @api private
@@ -247650,7 +247671,7 @@ var LRUCache = /** @class */ (function () {
247650
247671
  }());
247651
247672
  exports.LRUCache = LRUCache;
247652
247673
  },{}],451:[function(require,module,exports){
247653
- // AWS SDK for JavaScript v2.995.0
247674
+ // AWS SDK for JavaScript v2.996.0
247654
247675
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
247655
247676
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
247656
247677
  require('./browser_loader');