aws-sdk 2.1659.0 → 2.1660.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 +1 -1
- package/apis/datazone-2018-05-10.min.json +902 -364
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/ivs-2020-07-14.min.json +159 -154
- package/apis/metadata.json +0 -3
- package/apis/redshift-serverless-2021-04-21.min.json +25 -21
- package/clients/all.d.ts +0 -1
- package/clients/all.js +0 -1
- package/clients/datazone.d.ts +576 -0
- package/clients/ivs.d.ts +229 -229
- package/clients/redshiftserverless.d.ts +20 -3
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +1790 -1827
- package/dist/aws-sdk.js +3 -6
- package/dist/aws-sdk.min.js +8 -8
- package/lib/config_service_placeholders.d.ts +0 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
- package/apis/mobile-2017-07-01.examples.json +0 -5
- package/apis/mobile-2017-07-01.min.json +0 -341
- package/apis/mobile-2017-07-01.paginators.json +0 -14
- package/clients/mobile.d.ts +0 -333
- package/clients/mobile.js +0 -18
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1660.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){
|
@@ -197306,9 +197306,6 @@ module.exports={
|
|
197306
197306
|
"glue": {
|
197307
197307
|
"name": "Glue"
|
197308
197308
|
},
|
197309
|
-
"mobile": {
|
197310
|
-
"name": "Mobile"
|
197311
|
-
},
|
197312
197309
|
"pricing": {
|
197313
197310
|
"name": "Pricing",
|
197314
197311
|
"cors": true
|
@@ -276293,7 +276290,7 @@ AWS.util.update(AWS, {
|
|
276293
276290
|
/**
|
276294
276291
|
* @constant
|
276295
276292
|
*/
|
276296
|
-
VERSION: '2.
|
276293
|
+
VERSION: '2.1660.0',
|
276297
276294
|
|
276298
276295
|
/**
|
276299
276296
|
* @api private
|
@@ -298610,7 +298607,7 @@ var LRUCache = /** @class */ (function () {
|
|
298610
298607
|
}());
|
298611
298608
|
exports.LRUCache = LRUCache;
|
298612
298609
|
},{}],467:[function(require,module,exports){
|
298613
|
-
// AWS SDK for JavaScript v2.
|
298610
|
+
// AWS SDK for JavaScript v2.1660.0
|
298614
298611
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
298615
298612
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
298616
298613
|
require('./browser_loader');
|