aws-sdk 2.1441.0 → 2.1442.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 +6 -1
- package/README.md +1 -1
- package/apis/ce-2017-10-25.min.json +3 -1
- package/apis/rds-2014-10-31.min.json +4 -0
- package/apis/verifiedpermissions-2021-12-01.min.json +127 -33
- package/clients/costexplorer.d.ts +10 -2
- package/clients/globalaccelerator.d.ts +2 -2
- package/clients/rds.d.ts +8 -0
- package/clients/verifiedpermissions.d.ts +11 -11
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +10 -4
- package/dist/aws-sdk.min.js +58 -58
- 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.1442.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){
|
@@ -13463,7 +13463,9 @@ module.exports={
|
|
13463
13463
|
"members": {
|
13464
13464
|
"TagKey": {},
|
13465
13465
|
"Type": {},
|
13466
|
-
"Status": {}
|
13466
|
+
"Status": {},
|
13467
|
+
"LastUpdatedDate": {},
|
13468
|
+
"LastUsedDate": {}
|
13467
13469
|
}
|
13468
13470
|
}
|
13469
13471
|
},
|
@@ -204503,6 +204505,10 @@ module.exports={
|
|
204503
204505
|
"Manifest": {},
|
204504
204506
|
"Tags": {
|
204505
204507
|
"shape": "Sb"
|
204508
|
+
},
|
204509
|
+
"SourceCustomDbEngineVersionIdentifier": {},
|
204510
|
+
"UseAwsProvidedLatestImage": {
|
204511
|
+
"type": "boolean"
|
204506
204512
|
}
|
204507
204513
|
}
|
204508
204514
|
},
|
@@ -261185,7 +261191,7 @@ AWS.util.update(AWS, {
|
|
261185
261191
|
/**
|
261186
261192
|
* @constant
|
261187
261193
|
*/
|
261188
|
-
VERSION: '2.
|
261194
|
+
VERSION: '2.1442.0',
|
261189
261195
|
|
261190
261196
|
/**
|
261191
261197
|
* @api private
|
@@ -283366,7 +283372,7 @@ var LRUCache = /** @class */ (function () {
|
|
283366
283372
|
}());
|
283367
283373
|
exports.LRUCache = LRUCache;
|
283368
283374
|
},{}],467:[function(require,module,exports){
|
283369
|
-
// AWS SDK for JavaScript v2.
|
283375
|
+
// AWS SDK for JavaScript v2.1442.0
|
283370
283376
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
283371
283377
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
283372
283378
|
require('./browser_loader');
|