aws-sdk 2.952.0 → 2.953.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/CHANGELOG.md +5 -1
- package/README.md +1 -1
- package/apis/s3outposts-2017-07-25.min.json +9 -2
- package/apis/securityhub-2018-10-26.min.json +409 -207
- package/clients/imagebuilder.d.ts +1 -1
- package/clients/s3outposts.d.ts +44 -13
- package/clients/securityhub.d.ts +473 -143
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- 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.953.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){
|
|
@@ -224776,7 +224776,7 @@ AWS.util.update(AWS, {
|
|
|
224776
224776
|
/**
|
|
224777
224777
|
* @constant
|
|
224778
224778
|
*/
|
|
224779
|
-
VERSION: '2.
|
|
224779
|
+
VERSION: '2.953.0',
|
|
224780
224780
|
|
|
224781
224781
|
/**
|
|
224782
224782
|
* @api private
|
|
@@ -246029,7 +246029,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
246029
246029
|
}());
|
|
246030
246030
|
exports.LRUCache = LRUCache;
|
|
246031
246031
|
},{}],451:[function(require,module,exports){
|
|
246032
|
-
// AWS SDK for JavaScript v2.
|
|
246032
|
+
// AWS SDK for JavaScript v2.953.0
|
|
246033
246033
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
246034
246034
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
246035
246035
|
require('./browser_loader');
|