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.
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1626.0',
86
+ VERSION: '2.1628.0',
87
87
 
88
88
  /**
89
89
  * @api private
@@ -3594,6 +3594,7 @@ return /******/ (function(modules) { // webpackBootstrap
3594
3594
  /* 27 */
3595
3595
  /***/ (function(module, exports, __webpack_require__) {
3596
3596
 
3597
+ var AWS = __webpack_require__(1);
3597
3598
  var util = __webpack_require__(2);
3598
3599
  var Rest = __webpack_require__(26);
3599
3600
  var Json = __webpack_require__(18);
@@ -3671,7 +3672,7 @@ return /******/ (function(modules) { // webpackBootstrap
3671
3672
  var body = resp.httpResponse.body;
3672
3673
  if (payloadMember.isEventStream) {
3673
3674
  parser = new JsonParser();
3674
- resp.data[payload] = util.createEventStream(
3675
+ resp.data[rules.payload] = util.createEventStream(
3675
3676
  AWS.HttpClient.streamsApiVersion === 2 ? resp.httpResponse.stream : body,
3676
3677
  parser,
3677
3678
  payloadMember