aws-sdk 2.1652.0 → 2.1654.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.1652.0
1
+ // AWS SDK for JavaScript v2.1654.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){
@@ -230146,7 +230146,10 @@ module.exports={
230146
230146
  }
230147
230147
  },
230148
230148
  "DatasetType": {},
230149
- "ProjectArn": {}
230149
+ "ProjectArn": {},
230150
+ "Tags": {
230151
+ "shape": "S1e"
230152
+ }
230150
230153
  }
230151
230154
  },
230152
230155
  "output": {
@@ -230202,7 +230205,10 @@ module.exports={
230202
230205
  "members": {
230203
230206
  "ProjectName": {},
230204
230207
  "Feature": {},
230205
- "AutoUpdate": {}
230208
+ "AutoUpdate": {},
230209
+ "Tags": {
230210
+ "shape": "S1e"
230211
+ }
230206
230212
  }
230207
230213
  },
230208
230214
  "output": {
@@ -240267,7 +240273,10 @@ module.exports={
240267
240273
  "serviceFullName": "Amazon Simple Storage Service",
240268
240274
  "serviceId": "S3",
240269
240275
  "signatureVersion": "s3",
240270
- "uid": "s3-2006-03-01"
240276
+ "uid": "s3-2006-03-01",
240277
+ "auth": [
240278
+ "aws.auth#sigv4"
240279
+ ]
240271
240280
  },
240272
240281
  "operations": {
240273
240282
  "AbortMultipartUpload": {
@@ -242685,10 +242694,9 @@ module.exports={
242685
242694
  "locationName": "response-content-type"
242686
242695
  },
242687
242696
  "ResponseExpires": {
242697
+ "shape": "S9w",
242688
242698
  "location": "querystring",
242689
- "locationName": "response-expires",
242690
- "type": "timestamp",
242691
- "timestampFormat": "rfc822"
242699
+ "locationName": "response-expires"
242692
242700
  },
242693
242701
  "VersionId": {
242694
242702
  "location": "querystring",
@@ -243470,6 +243478,31 @@ module.exports={
243470
243478
  "location": "header",
243471
243479
  "locationName": "Range"
243472
243480
  },
243481
+ "ResponseCacheControl": {
243482
+ "location": "querystring",
243483
+ "locationName": "response-cache-control"
243484
+ },
243485
+ "ResponseContentDisposition": {
243486
+ "location": "querystring",
243487
+ "locationName": "response-content-disposition"
243488
+ },
243489
+ "ResponseContentEncoding": {
243490
+ "location": "querystring",
243491
+ "locationName": "response-content-encoding"
243492
+ },
243493
+ "ResponseContentLanguage": {
243494
+ "location": "querystring",
243495
+ "locationName": "response-content-language"
243496
+ },
243497
+ "ResponseContentType": {
243498
+ "location": "querystring",
243499
+ "locationName": "response-content-type"
243500
+ },
243501
+ "ResponseExpires": {
243502
+ "shape": "S9w",
243503
+ "location": "querystring",
243504
+ "locationName": "response-expires"
243505
+ },
243473
243506
  "VersionId": {
243474
243507
  "location": "querystring",
243475
243508
  "locationName": "versionId"
@@ -246996,7 +247029,8 @@ module.exports={
246996
247029
  "UseObjectLambdaEndpoint": {
246997
247030
  "value": true
246998
247031
  }
246999
- }
247032
+ },
247033
+ "unsignedPayload": true
247000
247034
  }
247001
247035
  },
247002
247036
  "shapes": {
@@ -248006,6 +248040,10 @@ module.exports={
248006
248040
  }
248007
248041
  }
248008
248042
  },
248043
+ "S9w": {
248044
+ "type": "timestamp",
248045
+ "timestampFormat": "rfc822"
248046
+ },
248009
248047
  "Sar": {
248010
248048
  "type": "structure",
248011
248049
  "members": {
@@ -276201,7 +276239,7 @@ AWS.util.update(AWS, {
276201
276239
  /**
276202
276240
  * @constant
276203
276241
  */
276204
- VERSION: '2.1652.0',
276242
+ VERSION: '2.1654.0',
276205
276243
 
276206
276244
  /**
276207
276245
  * @api private
@@ -298472,7 +298510,7 @@ var LRUCache = /** @class */ (function () {
298472
298510
  }());
298473
298511
  exports.LRUCache = LRUCache;
298474
298512
  },{}],467:[function(require,module,exports){
298475
- // AWS SDK for JavaScript v2.1652.0
298513
+ // AWS SDK for JavaScript v2.1654.0
298476
298514
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
298477
298515
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
298478
298516
  require('./browser_loader');