aws-sdk 2.1573.0 → 2.1575.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/batch-2016-08-10.min.json +187 -158
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +252 -252
- package/apis/codestar-connections-2019-12-01.min.json +27 -21
- package/apis/mediapackagev2-2022-12-25.min.json +51 -30
- package/clients/batch.d.ts +36 -3
- package/clients/bedrockagentruntime.d.ts +363 -81
- package/clients/cloudtrail.d.ts +2 -2
- package/clients/codebuild.d.ts +4 -4
- package/clients/codestarconnections.d.ts +26 -0
- package/clients/cognitoidentityserviceprovider.d.ts +32 -32
- package/clients/elasticache.d.ts +5 -5
- package/clients/guardduty.d.ts +14 -14
- package/clients/mediapackagev2.d.ts +49 -0
- package/clients/transfer.d.ts +8 -8
- package/dist/aws-sdk-core-react-native.js +21 -19
- package/dist/aws-sdk-react-native.js +42 -39
- package/dist/aws-sdk.js +6 -5
- package/dist/aws-sdk.min.js +3 -3
- package/lib/core.js +1 -1
- package/lib/maintenance_mode_message.js +3 -2
- 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.1575.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){
|
@@ -272968,7 +272968,7 @@ AWS.util.update(AWS, {
|
|
272968
272968
|
/**
|
272969
272969
|
* @constant
|
272970
272970
|
*/
|
272971
|
-
VERSION: '2.
|
272971
|
+
VERSION: '2.1575.0',
|
272972
272972
|
|
272973
272973
|
/**
|
272974
272974
|
* @api private
|
@@ -277623,9 +277623,10 @@ module.exports = JsonParser;
|
|
277623
277623
|
},{"../util":428}],376:[function(require,module,exports){
|
277624
277624
|
(function (process){(function (){
|
277625
277625
|
var warning = [
|
277626
|
-
'
|
277626
|
+
'The AWS SDK for JavaScript (v2) will enter maintenance mode',
|
277627
|
+
'on September 8, 2024 and reach end-of-support on September 8, 2025.\n',
|
277627
277628
|
'Please migrate your code to use AWS SDK for JavaScript (v3).',
|
277628
|
-
'For more information, check
|
277629
|
+
'For more information, check blog post at https://a.co/cUPnyil'
|
277629
277630
|
].join('\n');
|
277630
277631
|
|
277631
277632
|
module.exports = {
|
@@ -295217,7 +295218,7 @@ var LRUCache = /** @class */ (function () {
|
|
295217
295218
|
}());
|
295218
295219
|
exports.LRUCache = LRUCache;
|
295219
295220
|
},{}],467:[function(require,module,exports){
|
295220
|
-
// AWS SDK for JavaScript v2.
|
295221
|
+
// AWS SDK for JavaScript v2.1575.0
|
295221
295222
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
295222
295223
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
295223
295224
|
require('./browser_loader');
|