aws-sdk 2.1572.0 → 2.1574.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 CHANGED
@@ -21,7 +21,7 @@ migration scripts in [aws-sdk-js-codemod][aws-sdk-js-codemod] to migrate
21
21
  your application from v2 to v3.
22
22
 
23
23
  To get help with your migration, please follow our general guidelines to
24
- [open an issue][v2-new-issue] and choose [guidance][open-issue-v2-guidance].
24
+ [open an issue][v3-new-issue] and choose [guidance][open-issue-v3-guidance].
25
25
  To give feedback on and report issues in the v3 repo, please refer to
26
26
  [Giving feedback and contributing][v3-contributing].
27
27
 
@@ -41,13 +41,13 @@ var SDK = require('aws-sdk');
41
41
  require('aws-sdk/lib/maintenance_mode_message').suppress = true;
42
42
  ```
43
43
 
44
- [v2-new-issue]: https://github.com/aws/aws-sdk-js/issues/new/choose
44
+ [v3-new-issue]: https://github.com/aws/aws-sdk-js-v3/issues/new?assignees=&labels=needs-triage%2Cv2-v3-inconsistency&projects=&template=v2-to-v3-migration.yml&title=MIGRATION+ISSUE%3A+%5BYour+Title+Here%5D
45
45
  [v2-maintenance-mode]: https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2
46
46
  [v3-recommended-blog]: https://aws.amazon.com/blogs/developer/why-and-how-you-should-use-aws-sdk-for-javascript-v3-on-node-js-18/
47
47
  [v3-contributing]: https://github.com/aws/aws-sdk-js-v3#giving-feedback-and-contributing
48
48
  [aws-sdk-js-v3]: https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/welcome.html
49
49
  [aws-devtools-blog]: https://aws.amazon.com/blogs/developer/
50
- [open-issue-v2-guidance]: https://github.com/aws/aws-sdk-js/issues/new?assignees=&labels=guidance%2C+needs-triage&template=---questions---help.md&title=
50
+ [open-issue-v3-guidance]: https://github.com/aws/aws-sdk-js-v3/issues/new?assignees=&labels=guidance%2C+needs-triage&template=---questions---help.md&title=
51
51
  [aws-sdk-js-codemod]: https://www.npmjs.com/package/aws-sdk-js-codemod
52
52
 
53
53
  ## Table of Contents:
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1572.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1574.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1124,7 +1124,12 @@
1124
1124
  "Tags": {
1125
1125
  "shape": "S4"
1126
1126
  },
1127
- "KmsKeyIdentifier": {}
1127
+ "KmsKeyIdentifier": {},
1128
+ "DynamicExtensionParameters": {
1129
+ "type": "map",
1130
+ "key": {},
1131
+ "value": {}
1132
+ }
1128
1133
  }
1129
1134
  },
1130
1135
  "output": {
@@ -1539,6 +1544,9 @@
1539
1544
  "Description": {},
1540
1545
  "Required": {
1541
1546
  "type": "boolean"
1547
+ },
1548
+ "Dynamic": {
1549
+ "type": "boolean"
1542
1550
  }
1543
1551
  }
1544
1552
  }