aws-sdk 2.782.0 → 2.783.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 +10 -1
- package/README.md +1 -1
- package/apis/braket-2019-09-01.min.json +105 -7
- package/apis/dms-2016-01-01.min.json +103 -72
- package/apis/imagebuilder-2019-12-02.min.json +12 -12
- package/apis/macie2-2020-01-01.min.json +4 -0
- package/apis/medialive-2017-10-14.min.json +207 -172
- package/clients/braket.d.ts +100 -26
- package/clients/dms.d.ts +45 -1
- package/clients/elasticache.d.ts +22 -22
- package/clients/imagebuilder.d.ts +21 -20
- package/clients/macie2.d.ts +4 -0
- package/clients/medialive.d.ts +42 -0
- package/clients/sns.d.ts +6 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +3 -3
- package/dist/aws-sdk.min.js +2 -2
- package/lib/core.js +1 -1
- package/lib/credentials/credential_provider_chain.d.ts +2 -2
- package/lib/error.d.ts +14 -10
- 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.783.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){
|
|
@@ -203484,7 +203484,7 @@ AWS.util.update(AWS, {
|
|
|
203484
203484
|
/**
|
|
203485
203485
|
* @constant
|
|
203486
203486
|
*/
|
|
203487
|
-
VERSION: '2.
|
|
203487
|
+
VERSION: '2.783.0',
|
|
203488
203488
|
|
|
203489
203489
|
/**
|
|
203490
203490
|
* @api private
|
|
@@ -224652,7 +224652,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
224652
224652
|
}());
|
|
224653
224653
|
exports.LRUCache = LRUCache;
|
|
224654
224654
|
},{}],438:[function(require,module,exports){
|
|
224655
|
-
// AWS SDK for JavaScript v2.
|
|
224655
|
+
// AWS SDK for JavaScript v2.783.0
|
|
224656
224656
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
224657
224657
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
224658
224658
|
require('./browser_loader');
|