aws-sdk 2.1690.0 → 2.1692.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 +4 -10
- package/apis/qapps-2023-11-27.examples.json +23 -0
- package/apis/qapps-2023-11-27.min.json +60 -21
- package/apis/s3-2006-03-01.examples.json +100 -100
- package/apis/s3-2006-03-01.min.json +167 -102
- package/clients/qapps.d.ts +44 -2
- package/clients/s3.d.ts +192 -128
- package/dist/aws-sdk-core-react-native.js +4 -4
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +173 -108
- package/dist/aws-sdk.min.js +24 -24
- package/lib/core.js +1 -1
- package/lib/maintenance_mode_message.js +3 -3
- package/package.json +1 -1
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
83
83
|
/**
|
84
84
|
* @constant
|
85
85
|
*/
|
86
|
-
VERSION: '2.
|
86
|
+
VERSION: '2.1692.0',
|
87
87
|
|
88
88
|
/**
|
89
89
|
* @api private
|
@@ -14867,10 +14867,10 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
14867
14867
|
/***/ (function(module, exports, __webpack_require__) {
|
14868
14868
|
|
14869
14869
|
/* WEBPACK VAR INJECTION */(function(process) {var warning = [
|
14870
|
-
'The AWS SDK for JavaScript (v2)
|
14871
|
-
'
|
14870
|
+
'The AWS SDK for JavaScript (v2) is in maintenance mode.',
|
14871
|
+
' SDK releases are limited to address critical bug fixes and security issues only.\n',
|
14872
14872
|
'Please migrate your code to use AWS SDK for JavaScript (v3).',
|
14873
|
-
'For more information, check blog post at https://a.co/cUPnyil'
|
14873
|
+
'For more information, check the blog post at https://a.co/cUPnyil'
|
14874
14874
|
].join('\n');
|
14875
14875
|
|
14876
14876
|
module.exports = {
|