aws-sdk 2.832.0 → 2.833.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/lib/config.d.ts CHANGED
@@ -9,7 +9,7 @@ export class Config extends ConfigBase {
9
9
  constructor(options?: ConfigurationOptions & ConfigurationServicePlaceholders & APIVersions);
10
10
  /**
11
11
  * Loads configuration data from a JSON file into this config object.
12
- * Loading configuration willr eset all existing configuration on the object.
12
+ * Loading configuration will reset all existing configuration on the object.
13
13
  * This feature is not supported in the browser environment of the SDK.
14
14
  *
15
15
  * @param {string} path - the path relative to your process's current working directory to load configuration from.
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.832.0',
23
+ VERSION: '2.833.0',
24
24
 
25
25
  /**
26
26
  * @api private
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.832.0",
4
+ "version": "2.833.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",