aws-sdk 2.1652.0 → 2.1653.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/README.md +1 -1
- package/apis/fms-2018-01-01.min.json +4 -1
- package/apis/s3-2006-03-01.examples.json +103 -103
- package/apis/s3-2006-03-01.min.json +37 -5
- package/clients/ec2.d.ts +9 -9
- package/clients/s3.d.ts +34 -10
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +40 -8
- package/dist/aws-sdk.min.js +24 -24
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1653.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){
|
@@ -240267,7 +240267,10 @@ module.exports={
|
|
240267
240267
|
"serviceFullName": "Amazon Simple Storage Service",
|
240268
240268
|
"serviceId": "S3",
|
240269
240269
|
"signatureVersion": "s3",
|
240270
|
-
"uid": "s3-2006-03-01"
|
240270
|
+
"uid": "s3-2006-03-01",
|
240271
|
+
"auth": [
|
240272
|
+
"aws.auth#sigv4"
|
240273
|
+
]
|
240271
240274
|
},
|
240272
240275
|
"operations": {
|
240273
240276
|
"AbortMultipartUpload": {
|
@@ -242685,10 +242688,9 @@ module.exports={
|
|
242685
242688
|
"locationName": "response-content-type"
|
242686
242689
|
},
|
242687
242690
|
"ResponseExpires": {
|
242691
|
+
"shape": "S9w",
|
242688
242692
|
"location": "querystring",
|
242689
|
-
"locationName": "response-expires"
|
242690
|
-
"type": "timestamp",
|
242691
|
-
"timestampFormat": "rfc822"
|
242693
|
+
"locationName": "response-expires"
|
242692
242694
|
},
|
242693
242695
|
"VersionId": {
|
242694
242696
|
"location": "querystring",
|
@@ -243470,6 +243472,31 @@ module.exports={
|
|
243470
243472
|
"location": "header",
|
243471
243473
|
"locationName": "Range"
|
243472
243474
|
},
|
243475
|
+
"ResponseCacheControl": {
|
243476
|
+
"location": "querystring",
|
243477
|
+
"locationName": "response-cache-control"
|
243478
|
+
},
|
243479
|
+
"ResponseContentDisposition": {
|
243480
|
+
"location": "querystring",
|
243481
|
+
"locationName": "response-content-disposition"
|
243482
|
+
},
|
243483
|
+
"ResponseContentEncoding": {
|
243484
|
+
"location": "querystring",
|
243485
|
+
"locationName": "response-content-encoding"
|
243486
|
+
},
|
243487
|
+
"ResponseContentLanguage": {
|
243488
|
+
"location": "querystring",
|
243489
|
+
"locationName": "response-content-language"
|
243490
|
+
},
|
243491
|
+
"ResponseContentType": {
|
243492
|
+
"location": "querystring",
|
243493
|
+
"locationName": "response-content-type"
|
243494
|
+
},
|
243495
|
+
"ResponseExpires": {
|
243496
|
+
"shape": "S9w",
|
243497
|
+
"location": "querystring",
|
243498
|
+
"locationName": "response-expires"
|
243499
|
+
},
|
243473
243500
|
"VersionId": {
|
243474
243501
|
"location": "querystring",
|
243475
243502
|
"locationName": "versionId"
|
@@ -246996,7 +247023,8 @@ module.exports={
|
|
246996
247023
|
"UseObjectLambdaEndpoint": {
|
246997
247024
|
"value": true
|
246998
247025
|
}
|
246999
|
-
}
|
247026
|
+
},
|
247027
|
+
"unsignedPayload": true
|
247000
247028
|
}
|
247001
247029
|
},
|
247002
247030
|
"shapes": {
|
@@ -248006,6 +248034,10 @@ module.exports={
|
|
248006
248034
|
}
|
248007
248035
|
}
|
248008
248036
|
},
|
248037
|
+
"S9w": {
|
248038
|
+
"type": "timestamp",
|
248039
|
+
"timestampFormat": "rfc822"
|
248040
|
+
},
|
248009
248041
|
"Sar": {
|
248010
248042
|
"type": "structure",
|
248011
248043
|
"members": {
|
@@ -276201,7 +276233,7 @@ AWS.util.update(AWS, {
|
|
276201
276233
|
/**
|
276202
276234
|
* @constant
|
276203
276235
|
*/
|
276204
|
-
VERSION: '2.
|
276236
|
+
VERSION: '2.1653.0',
|
276205
276237
|
|
276206
276238
|
/**
|
276207
276239
|
* @api private
|
@@ -298472,7 +298504,7 @@ var LRUCache = /** @class */ (function () {
|
|
298472
298504
|
}());
|
298473
298505
|
exports.LRUCache = LRUCache;
|
298474
298506
|
},{}],467:[function(require,module,exports){
|
298475
|
-
// AWS SDK for JavaScript v2.
|
298507
|
+
// AWS SDK for JavaScript v2.1653.0
|
298476
298508
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
298477
298509
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
298478
298510
|
require('./browser_loader');
|