aws-sdk 2.1550.0 → 2.1552.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/appsync-2017-07-25.min.json +67 -6
- package/apis/es-2015-01-01.min.json +227 -152
- package/apis/glue-2017-03-31.min.json +102 -101
- package/apis/logs-2014-03-28.min.json +2 -1
- package/apis/opensearch-2021-01-01.min.json +259 -184
- package/apis/wafv2-2019-07-29.min.json +45 -28
- package/clients/appsync.d.ts +47 -0
- package/clients/cloudwatchlogs.d.ts +12 -8
- package/clients/ecs.d.ts +5 -5
- package/clients/es.d.ts +111 -0
- package/clients/glue.d.ts +8 -3
- package/clients/opensearch.d.ts +108 -0
- package/clients/wafv2.d.ts +23 -3
- package/clients/workspaces.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +166 -88
- package/dist/aws-sdk-react-native.js +2284 -2128
- package/dist/aws-sdk.js +5 -4
- package/dist/aws-sdk.min.js +11 -11
- 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.1552.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){
|
@@ -189531,7 +189531,8 @@ module.exports={
|
|
189531
189531
|
"type": "list",
|
189532
189532
|
"member": {}
|
189533
189533
|
},
|
189534
|
-
"logGroupClass": {}
|
189534
|
+
"logGroupClass": {},
|
189535
|
+
"logGroupArn": {}
|
189535
189536
|
}
|
189536
189537
|
}
|
189537
189538
|
},
|
@@ -272630,7 +272631,7 @@ AWS.util.update(AWS, {
|
|
272630
272631
|
/**
|
272631
272632
|
* @constant
|
272632
272633
|
*/
|
272633
|
-
VERSION: '2.
|
272634
|
+
VERSION: '2.1552.0',
|
272634
272635
|
|
272635
272636
|
/**
|
272636
272637
|
* @api private
|
@@ -294879,7 +294880,7 @@ var LRUCache = /** @class */ (function () {
|
|
294879
294880
|
}());
|
294880
294881
|
exports.LRUCache = LRUCache;
|
294881
294882
|
},{}],467:[function(require,module,exports){
|
294882
|
-
// AWS SDK for JavaScript v2.
|
294883
|
+
// AWS SDK for JavaScript v2.1552.0
|
294883
294884
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
294884
294885
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
294885
294886
|
require('./browser_loader');
|