aws-sdk 2.1689.0 → 2.1690.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/application-signals-2024-04-15.min.json +144 -54
- package/apis/sagemaker-2017-07-24.min.json +1016 -971
- package/clients/applicationsignals.d.ts +136 -22
- package/clients/codepipeline.d.ts +8 -8
- package/clients/connect.d.ts +1 -1
- package/clients/gamelift.d.ts +27 -27
- package/clients/kinesisanalyticsv2.d.ts +1 -1
- package/clients/sagemaker.d.ts +57 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +15 -3
- package/dist/aws-sdk.min.js +9 -9
- package/lib/core.js +1 -1
- package/lib/region_config_data.json +12 -0
- 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.1690.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){
|
@@ -278025,7 +278025,7 @@ AWS.util.update(AWS, {
|
|
278025
278025
|
/**
|
278026
278026
|
* @constant
|
278027
278027
|
*/
|
278028
|
-
VERSION: '2.
|
278028
|
+
VERSION: '2.1690.0',
|
278029
278029
|
|
278030
278030
|
/**
|
278031
278031
|
* @api private
|
@@ -284999,6 +284999,8 @@ module.exports={
|
|
284999
284999
|
"globalEndpoint": true,
|
285000
285000
|
"signingRegion": "us-isob-east-1"
|
285001
285001
|
},
|
285002
|
+
"us-isof-*/route53": "globalUsIsof",
|
285003
|
+
"eu-isoe-*/route53": "globalEuIsoe",
|
285002
285004
|
|
285003
285005
|
"*/waf": "globalSSL",
|
285004
285006
|
|
@@ -285204,6 +285206,16 @@ module.exports={
|
|
285204
285206
|
"globalEndpoint": true,
|
285205
285207
|
"signingRegion": "us-gov-west-1"
|
285206
285208
|
},
|
285209
|
+
"globalUsIsof": {
|
285210
|
+
"endpoint": "{service}.csp.hci.ic.gov",
|
285211
|
+
"globalEndpoint": true,
|
285212
|
+
"signingRegion": "us-isof-south-1"
|
285213
|
+
},
|
285214
|
+
"globalEuIsoe": {
|
285215
|
+
"endpoint": "{service}.cloud.adc-e.uk",
|
285216
|
+
"globalEndpoint": true,
|
285217
|
+
"signingRegion": "eu-isoe-west-1"
|
285218
|
+
},
|
285207
285219
|
"s3signature": {
|
285208
285220
|
"endpoint": "{service}.{region}.amazonaws.com",
|
285209
285221
|
"signatureVersion": "s3"
|
@@ -300347,7 +300359,7 @@ var LRUCache = /** @class */ (function () {
|
|
300347
300359
|
}());
|
300348
300360
|
exports.LRUCache = LRUCache;
|
300349
300361
|
},{}],467:[function(require,module,exports){
|
300350
|
-
// AWS SDK for JavaScript v2.
|
300362
|
+
// AWS SDK for JavaScript v2.1690.0
|
300351
300363
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
300352
300364
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
300353
300365
|
require('./browser_loader');
|