aws-sdk 2.1624.0 → 2.1625.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/cloudfront-2020-05-31.min.json +3 -0
- package/apis/glue-2017-03-31.min.json +350 -343
- package/apis/lightsail-2016-11-28.min.json +7 -1
- package/apis/mailmanager-2023-10-17.examples.json +5 -0
- package/apis/mailmanager-2023-10-17.min.json +1836 -0
- package/apis/mailmanager-2023-10-17.paginators.json +58 -0
- package/apis/metadata.json +3 -0
- package/apis/pi-2018-02-27.min.json +24 -17
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/glue.d.ts +20 -3
- package/clients/lightsail.d.ts +29 -25
- package/clients/mailmanager.d.ts +2320 -0
- package/clients/mailmanager.js +18 -0
- package/clients/pi.d.ts +15 -8
- package/clients/rds.d.ts +4 -4
- package/clients/storagegateway.d.ts +7 -7
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +45 -8
- package/dist/aws-sdk.js +9 -3
- package/dist/aws-sdk.min.js +29 -29
- package/lib/config_service_placeholders.d.ts +2 -0
- 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.1625.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){
|
@@ -34278,6 +34278,9 @@ module.exports={
|
|
34278
34278
|
"endpointPrefix": "cloudfront",
|
34279
34279
|
"globalEndpoint": "cloudfront.amazonaws.com",
|
34280
34280
|
"protocol": "rest-xml",
|
34281
|
+
"protocols": [
|
34282
|
+
"rest-xml"
|
34283
|
+
],
|
34281
34284
|
"serviceAbbreviation": "CloudFront",
|
34282
34285
|
"serviceFullName": "Amazon CloudFront",
|
34283
34286
|
"serviceId": "CloudFront",
|
@@ -197063,6 +197066,9 @@ module.exports={
|
|
197063
197066
|
},
|
197064
197067
|
"route53profiles": {
|
197065
197068
|
"name": "Route53Profiles"
|
197069
|
+
},
|
197070
|
+
"mailmanager": {
|
197071
|
+
"name": "MailManager"
|
197066
197072
|
}
|
197067
197073
|
}
|
197068
197074
|
},{}],169:[function(require,module,exports){
|
@@ -274948,7 +274954,7 @@ AWS.util.update(AWS, {
|
|
274948
274954
|
/**
|
274949
274955
|
* @constant
|
274950
274956
|
*/
|
274951
|
-
VERSION: '2.
|
274957
|
+
VERSION: '2.1625.0',
|
274952
274958
|
|
274953
274959
|
/**
|
274954
274960
|
* @api private
|
@@ -297207,7 +297213,7 @@ var LRUCache = /** @class */ (function () {
|
|
297207
297213
|
}());
|
297208
297214
|
exports.LRUCache = LRUCache;
|
297209
297215
|
},{}],467:[function(require,module,exports){
|
297210
|
-
// AWS SDK for JavaScript v2.
|
297216
|
+
// AWS SDK for JavaScript v2.1625.0
|
297211
297217
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
297212
297218
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
297213
297219
|
require('./browser_loader');
|