aws-sdk 2.1627.0 → 2.1628.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/dynamodb-2011-12-05.min.json +3 -0
- package/apis/dynamodb-2012-08-10.min.json +3 -0
- package/apis/iotfleetwise-2021-06-17.min.json +18 -10
- package/apis/managedblockchain-2018-09-24.min.json +3 -0
- package/clients/dynamodb.d.ts +34 -34
- package/clients/iotfleetwise.d.ts +11 -1
- package/clients/managedblockchain.d.ts +4 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +9 -3
- package/dist/aws-sdk.min.js +26 -26
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +10 -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.1628.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){
|
@@ -83975,6 +83975,9 @@ module.exports={
|
|
83975
83975
|
"endpointPrefix": "dynamodb",
|
83976
83976
|
"jsonVersion": "1.0",
|
83977
83977
|
"protocol": "json",
|
83978
|
+
"protocols": [
|
83979
|
+
"json"
|
83980
|
+
],
|
83978
83981
|
"serviceAbbreviation": "DynamoDB",
|
83979
83982
|
"serviceFullName": "Amazon DynamoDB",
|
83980
83983
|
"serviceId": "DynamoDB",
|
@@ -84705,6 +84708,9 @@ module.exports={
|
|
84705
84708
|
"endpointPrefix": "dynamodb",
|
84706
84709
|
"jsonVersion": "1.0",
|
84707
84710
|
"protocol": "json",
|
84711
|
+
"protocols": [
|
84712
|
+
"json"
|
84713
|
+
],
|
84708
84714
|
"serviceAbbreviation": "DynamoDB",
|
84709
84715
|
"serviceFullName": "Amazon DynamoDB",
|
84710
84716
|
"serviceId": "DynamoDB",
|
@@ -274965,7 +274971,7 @@ AWS.util.update(AWS, {
|
|
274965
274971
|
/**
|
274966
274972
|
* @constant
|
274967
274973
|
*/
|
274968
|
-
VERSION: '2.
|
274974
|
+
VERSION: '2.1628.0',
|
274969
274975
|
|
274970
274976
|
/**
|
274971
274977
|
* @api private
|
@@ -297227,7 +297233,7 @@ var LRUCache = /** @class */ (function () {
|
|
297227
297233
|
}());
|
297228
297234
|
exports.LRUCache = LRUCache;
|
297229
297235
|
},{}],467:[function(require,module,exports){
|
297230
|
-
// AWS SDK for JavaScript v2.
|
297236
|
+
// AWS SDK for JavaScript v2.1628.0
|
297231
297237
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
297232
297238
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
297233
297239
|
require('./browser_loader');
|