aws-sdk 2.1653.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.1653.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": {
@@ -230146,7 +230152,10 @@ module.exports={
230146
230152
  }
230147
230153
  },
230148
230154
  "DatasetType": {},
230149
- "ProjectArn": {}
230155
+ "ProjectArn": {},
230156
+ "Tags": {
230157
+ "shape": "S1e"
230158
+ }
230150
230159
  }
230151
230160
  },
230152
230161
  "output": {
@@ -230202,7 +230211,10 @@ module.exports={
230202
230211
  "members": {
230203
230212
  "ProjectName": {},
230204
230213
  "Feature": {},
230205
- "AutoUpdate": {}
230214
+ "AutoUpdate": {},
230215
+ "Tags": {
230216
+ "shape": "S1e"
230217
+ }
230206
230218
  }
230207
230219
  },
230208
230220
  "output": {
@@ -276233,7 +276245,7 @@ AWS.util.update(AWS, {
276233
276245
  /**
276234
276246
  * @constant
276235
276247
  */
276236
- VERSION: '2.1653.0',
276248
+ VERSION: '2.1655.0',
276237
276249
 
276238
276250
  /**
276239
276251
  * @api private
@@ -298504,7 +298516,7 @@ var LRUCache = /** @class */ (function () {
298504
298516
  }());
298505
298517
  exports.LRUCache = LRUCache;
298506
298518
  },{}],467:[function(require,module,exports){
298507
- // AWS SDK for JavaScript v2.1653.0
298519
+ // AWS SDK for JavaScript v2.1655.0
298508
298520
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
298509
298521
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
298510
298522
  require('./browser_loader');