aws-sdk 2.1626.0 → 2.1628.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.1626.0
1
+ // AWS SDK for JavaScript v2.1628.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){
@@ -83975,6 +83975,9 @@ module.exports={
83975
83975
  "endpointPrefix": "dynamodb",
83976
83976
  "jsonVersion": "1.0",
83977
83977
  "protocol": "json",
83978
+ "protocols": [
83979
+ "json"
83980
+ ],
83978
83981
  "serviceAbbreviation": "DynamoDB",
83979
83982
  "serviceFullName": "Amazon DynamoDB",
83980
83983
  "serviceId": "DynamoDB",
@@ -84705,6 +84708,9 @@ module.exports={
84705
84708
  "endpointPrefix": "dynamodb",
84706
84709
  "jsonVersion": "1.0",
84707
84710
  "protocol": "json",
84711
+ "protocols": [
84712
+ "json"
84713
+ ],
84708
84714
  "serviceAbbreviation": "DynamoDB",
84709
84715
  "serviceFullName": "Amazon DynamoDB",
84710
84716
  "serviceId": "DynamoDB",
@@ -200380,6 +200386,9 @@ module.exports={
200380
200386
  "endpointPrefix": "opsworks",
200381
200387
  "jsonVersion": "1.1",
200382
200388
  "protocol": "json",
200389
+ "protocols": [
200390
+ "json"
200391
+ ],
200383
200392
  "serviceFullName": "AWS OpsWorks",
200384
200393
  "serviceId": "OpsWorks",
200385
200394
  "signatureVersion": "v4",
@@ -274962,7 +274971,7 @@ AWS.util.update(AWS, {
274962
274971
  /**
274963
274972
  * @constant
274964
274973
  */
274965
- VERSION: '2.1626.0',
274974
+ VERSION: '2.1628.0',
274966
274975
 
274967
274976
  /**
274968
274977
  * @api private
@@ -281213,6 +281222,7 @@ module.exports = {
281213
281222
  };
281214
281223
 
281215
281224
  },{"../util":428,"./helpers":385}],389:[function(require,module,exports){
281225
+ var AWS = require('../core');
281216
281226
  var util = require('../util');
281217
281227
  var Rest = require('./rest');
281218
281228
  var Json = require('./json');
@@ -281290,7 +281300,7 @@ function extractData(resp) {
281290
281300
  var body = resp.httpResponse.body;
281291
281301
  if (payloadMember.isEventStream) {
281292
281302
  parser = new JsonParser();
281293
- resp.data[payload] = util.createEventStream(
281303
+ resp.data[rules.payload] = util.createEventStream(
281294
281304
  AWS.HttpClient.streamsApiVersion === 2 ? resp.httpResponse.stream : body,
281295
281305
  parser,
281296
281306
  payloadMember
@@ -281320,7 +281330,7 @@ module.exports = {
281320
281330
  unsetContentLength: unsetContentLength
281321
281331
  };
281322
281332
 
281323
- },{"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(require,module,exports){
281333
+ },{"../core":350,"../json/builder":374,"../json/parser":375,"../util":428,"./json":386,"./rest":388}],390:[function(require,module,exports){
281324
281334
  var AWS = require('../core');
281325
281335
  var util = require('../util');
281326
281336
  var Rest = require('./rest');
@@ -297223,7 +297233,7 @@ var LRUCache = /** @class */ (function () {
297223
297233
  }());
297224
297234
  exports.LRUCache = LRUCache;
297225
297235
  },{}],467:[function(require,module,exports){
297226
- // AWS SDK for JavaScript v2.1626.0
297236
+ // AWS SDK for JavaScript v2.1628.0
297227
297237
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
297228
297238
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
297229
297239
  require('./browser_loader');