aws-sdk 2.1627.0 → 2.1629.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.1627.0
1
+ // AWS SDK for JavaScript v2.1629.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",
@@ -90297,6 +90303,9 @@ module.exports={
90297
90303
  "DryRun": {
90298
90304
  "locationName": "dryRun",
90299
90305
  "type": "boolean"
90306
+ },
90307
+ "BgpAsnExtended": {
90308
+ "type": "long"
90300
90309
  }
90301
90310
  }
90302
90311
  },
@@ -115685,6 +115694,9 @@ module.exports={
115685
115694
  "Tags": {
115686
115695
  "shape": "S6",
115687
115696
  "locationName": "tagSet"
115697
+ },
115698
+ "BgpAsnExtended": {
115699
+ "locationName": "bgpAsnExtended"
115688
115700
  }
115689
115701
  }
115690
115702
  },
@@ -274965,7 +274977,7 @@ AWS.util.update(AWS, {
274965
274977
  /**
274966
274978
  * @constant
274967
274979
  */
274968
- VERSION: '2.1627.0',
274980
+ VERSION: '2.1629.0',
274969
274981
 
274970
274982
  /**
274971
274983
  * @api private
@@ -297227,7 +297239,7 @@ var LRUCache = /** @class */ (function () {
297227
297239
  }());
297228
297240
  exports.LRUCache = LRUCache;
297229
297241
  },{}],467:[function(require,module,exports){
297230
- // AWS SDK for JavaScript v2.1627.0
297242
+ // AWS SDK for JavaScript v2.1629.0
297231
297243
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
297232
297244
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
297233
297245
  require('./browser_loader');