aws-sdk 2.1692.0 → 2.1693.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 +16 -195
- package/dist/aws-sdk-core-react-native.js +756 -346
- package/dist/aws-sdk-react-native.js +3758 -2938
- package/dist/aws-sdk.js +5 -5
- package/dist/aws-sdk.min.js +5 -5
- package/lib/core.js +1 -1
- package/lib/maintenance_mode_message.js +2 -2
- 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.1693.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){
|
|
@@ -278090,7 +278090,7 @@ AWS.util.update(AWS, {
|
|
|
278090
278090
|
/**
|
|
278091
278091
|
* @constant
|
|
278092
278092
|
*/
|
|
278093
|
-
VERSION: '2.
|
|
278093
|
+
VERSION: '2.1693.0',
|
|
278094
278094
|
|
|
278095
278095
|
/**
|
|
278096
278096
|
* @api private
|
|
@@ -282755,8 +282755,8 @@ module.exports = JsonParser;
|
|
|
282755
282755
|
},{"../util":428}],376:[function(require,module,exports){
|
|
282756
282756
|
(function (process){(function (){
|
|
282757
282757
|
var warning = [
|
|
282758
|
-
'The AWS SDK for JavaScript (v2)
|
|
282759
|
-
'
|
|
282758
|
+
'The AWS SDK for JavaScript (v2) has reached end-of-support.',
|
|
282759
|
+
'It will no longer receive updates or releases.\n',
|
|
282760
282760
|
'Please migrate your code to use AWS SDK for JavaScript (v3).',
|
|
282761
282761
|
'For more information, check the blog post at https://a.co/cUPnyil'
|
|
282762
282762
|
].join('\n');
|
|
@@ -300424,7 +300424,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
300424
300424
|
}());
|
|
300425
300425
|
exports.LRUCache = LRUCache;
|
|
300426
300426
|
},{}],467:[function(require,module,exports){
|
|
300427
|
-
// AWS SDK for JavaScript v2.
|
|
300427
|
+
// AWS SDK for JavaScript v2.1693.0
|
|
300428
300428
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
300429
300429
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
300430
300430
|
require('./browser_loader');
|