aws-sdk 2.998.0 → 2.999.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/apprunner-2020-05-15.min.json +10 -10
- package/apis/ssm-2014-11-06.min.json +3 -0
- package/apis/synthetics-2017-10-11.min.json +39 -9
- package/clients/apprunner.d.ts +55 -54
- package/clients/ssm.d.ts +7 -3
- package/clients/synthetics.d.ts +40 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +6 -3
- package/dist/aws-sdk.min.js +17 -17
- 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.999.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){
|
|
@@ -210309,6 +210309,9 @@ module.exports={
|
|
|
210309
210309
|
},
|
|
210310
210310
|
"ChangeRequestName": {},
|
|
210311
210311
|
"ClientToken": {},
|
|
210312
|
+
"AutoApprove": {
|
|
210313
|
+
"type": "boolean"
|
|
210314
|
+
},
|
|
210312
210315
|
"Runbooks": {
|
|
210313
210316
|
"shape": "S96"
|
|
210314
210317
|
},
|
|
@@ -226461,7 +226464,7 @@ AWS.util.update(AWS, {
|
|
|
226461
226464
|
/**
|
|
226462
226465
|
* @constant
|
|
226463
226466
|
*/
|
|
226464
|
-
VERSION: '2.
|
|
226467
|
+
VERSION: '2.999.0',
|
|
226465
226468
|
|
|
226466
226469
|
/**
|
|
226467
226470
|
* @api private
|
|
@@ -247714,7 +247717,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
247714
247717
|
}());
|
|
247715
247718
|
exports.LRUCache = LRUCache;
|
|
247716
247719
|
},{}],451:[function(require,module,exports){
|
|
247717
|
-
// AWS SDK for JavaScript v2.
|
|
247720
|
+
// AWS SDK for JavaScript v2.999.0
|
|
247718
247721
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
247719
247722
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
247720
247723
|
require('./browser_loader');
|