aws-sdk 2.1691.0 → 2.1693.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 +16 -201
- package/apis/s3-2006-03-01.examples.json +100 -100
- package/apis/s3-2006-03-01.min.json +167 -102
- package/clients/s3.d.ts +192 -128
- package/dist/aws-sdk-core-react-native.js +756 -346
- package/dist/aws-sdk-react-native.js +3759 -2939
- package/dist/aws-sdk.js +172 -107
- package/dist/aws-sdk.min.js +24 -24
- package/lib/core.js +1 -1
- package/lib/maintenance_mode_message.js +2 -2
- package/package.json +1 -1
package/lib/core.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var warning = [
|
|
2
|
-
'The AWS SDK for JavaScript (v2)
|
|
3
|
-
'
|
|
2
|
+
'The AWS SDK for JavaScript (v2) has reached end-of-support.',
|
|
3
|
+
'It will no longer receive updates or releases.\n',
|
|
4
4
|
'Please migrate your code to use AWS SDK for JavaScript (v3).',
|
|
5
5
|
'For more information, check the blog post at https://a.co/cUPnyil'
|
|
6
6
|
].join('\n');
|