Skip to content

Commit

Permalink
Bump AWS SDK to v2.906.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dxdc committed May 14, 2021
1 parent 0176355 commit ecdea52
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/AwsSdk.js

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions src-sdk/aws-sdk.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AWS SDK for JavaScript v2.903.0
// AWS SDK for JavaScript v2.906.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
(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){
Expand Down Expand Up @@ -6388,6 +6388,14 @@ module.exports={
"finspacedata": {
"prefix": "finspace-data",
"name": "Finspacedata"
},
"ssmcontacts": {
"prefix": "ssm-contacts",
"name": "SSMContacts"
},
"ssmincidents": {
"prefix": "ssm-incidents",
"name": "SSMIncidents"
}
}
},{}],10:[function(require,module,exports){
Expand Down Expand Up @@ -14941,7 +14949,7 @@ AWS.util.update(AWS, {
/**
* @constant
*/
VERSION: '2.903.0',
VERSION: '2.906.0',

/**
* @api private
Expand Down Expand Up @@ -34147,7 +34155,7 @@ var LRUCache = /** @class */ (function () {
}());
exports.LRUCache = LRUCache;
},{}],117:[function(require,module,exports){
// AWS SDK for JavaScript v2.903.0
// AWS SDK for JavaScript v2.906.0
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
require('./browser_loader');
Expand Down

0 comments on commit ecdea52

Please sign in to comment.