aws-sdk 2.1654.0 → 2.1655.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.1654.0
1
+ // AWS SDK for JavaScript v2.1655.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){
@@ -17,7 +17,10 @@ module.exports={
17
17
  "serviceId": "ACM",
18
18
  "signatureVersion": "v4",
19
19
  "targetPrefix": "CertificateManager",
20
- "uid": "acm-2015-12-08"
20
+ "uid": "acm-2015-12-08",
21
+ "auth": [
22
+ "aws.auth#sigv4"
23
+ ]
21
24
  },
22
25
  "operations": {
23
26
  "AddTagsToCertificate": {
@@ -126435,7 +126438,10 @@ module.exports={
126435
126438
  "signatureVersion": "v4",
126436
126439
  "signingName": "ecr",
126437
126440
  "targetPrefix": "AmazonEC2ContainerRegistry_V20150921",
126438
- "uid": "ecr-2015-09-21"
126441
+ "uid": "ecr-2015-09-21",
126442
+ "auth": [
126443
+ "aws.auth#sigv4"
126444
+ ]
126439
126445
  },
126440
126446
  "operations": {
126441
126447
  "BatchCheckLayerAvailability": {
@@ -276239,7 +276245,7 @@ AWS.util.update(AWS, {
276239
276245
  /**
276240
276246
  * @constant
276241
276247
  */
276242
- VERSION: '2.1654.0',
276248
+ VERSION: '2.1655.0',
276243
276249
 
276244
276250
  /**
276245
276251
  * @api private
@@ -298510,7 +298516,7 @@ var LRUCache = /** @class */ (function () {
298510
298516
  }());
298511
298517
  exports.LRUCache = LRUCache;
298512
298518
  },{}],467:[function(require,module,exports){
298513
- // AWS SDK for JavaScript v2.1654.0
298519
+ // AWS SDK for JavaScript v2.1655.0
298514
298520
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
298515
298521
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
298516
298522
  require('./browser_loader');