Skip to content

Commit 361caa1

Browse files
author
aws
committed
Release of Version 1.6.1
1 parent c7e31a3 commit 361caa1

File tree

48 files changed

+71
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+71
-238
lines changed

aws-greengrass-core-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-greengrass-core-sdk",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"main": "index.js",
55
"dependencies": {
66
"cbor": "5.0.1"

aws-greengrass-core-sdk/secretsmanager.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ class SecretsManager {
3838
*
3939
* @callback secretsManagerCallback
4040
* @param err {Error} The error object returned from the request. Set to <tt>null</tt> if the request is successful.
41-
* @param data {Object} The de-serialized data returned from the request. Set to <tt>null</tt> if a request error occurs.
42-
* @param data.ARN {String} The ARN of the secret.
43-
* @param data.Name {String} The friendly name of the secret.
44-
* @param data.VersionId {String} The unique identifier of this version of the secret.
45-
* @param data.SecretBinary {Buffer|TypedArray|Blob|String} The decrypted part of the protected secret information that was originally provided as binary data in the form of a byte array.
41+
* @param data {String} The json-serialized data returned from the request. Set to <tt>null</tt> if a request error occurs. This string can be parsed to get the Object with the following info:
42+
* data.ARN {String} The ARN of the secret.
43+
* data.Name {String} The friendly name of the secret.
44+
* data.VersionId {String} The unique identifier of this version of the secret.
45+
* data.SecretBinary {Buffer|TypedArray|Blob|String} The decrypted part of the protected secret information that was originally provided as binary data in the form of a byte array.
4646
* The response parameter represents the binary data as a base64-encoded string.
47-
* @param data.SecretString {String} The decrypted part of the protected secret information that was originally provided as a string.
48-
* @param data.VersionStages {String[]} Specifies the secret version that you want to retrieve by the staging label attached to the version.
47+
* data.SecretString {String} The decrypted part of the protected secret information that was originally provided as a string.
48+
* data.VersionStages {String[]} Specifies the secret version that you want to retrieve by the staging label attached to the version.
4949
* <br/>Staging labels are used to keep track of different versions during the rotation process.
5050
*/
5151

docs/aws-greengrass-core-sdk.IotData.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="aws-gr
11361136
<br class="clear">
11371137

11381138
<footer>
1139-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Jan 16 2020 19:55:23 GMT+0000 (Coordinated Universal Time)
1139+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Apr 30 2020 21:42:38 GMT+0000 (Coordinated Universal Time)
11401140
</footer>
11411141

11421142
<script> prettyPrint(); </script>

docs/aws-greengrass-core-sdk.Lambda.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="aws-gr
576576
<br class="clear">
577577

578578
<footer>
579-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Jan 16 2020 19:55:23 GMT+0000 (Coordinated Universal Time)
579+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Apr 30 2020 21:42:38 GMT+0000 (Coordinated Universal Time)
580580
</footer>
581581

582582
<script> prettyPrint(); </script>

docs/aws-greengrass-core-sdk.SecretsManager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="aws-gr
426426
<br class="clear">
427427

428428
<footer>
429-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Jan 16 2020 19:55:23 GMT+0000 (Coordinated Universal Time)
429+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Apr 30 2020 21:42:38 GMT+0000 (Coordinated Universal Time)
430430
</footer>
431431

432432
<script> prettyPrint(); </script>

docs/aws-greengrass-core-sdk.StreamManager.AppendMessageRequest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="aws-gr
10861086
<br class="clear">
10871087

10881088
<footer>
1089-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Jan 16 2020 19:55:23 GMT+0000 (Coordinated Universal Time)
1089+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Apr 30 2020 21:42:38 GMT+0000 (Coordinated Universal Time)
10901090
</footer>
10911091

10921092
<script> prettyPrint(); </script>

docs/aws-greengrass-core-sdk.StreamManager.AppendMessageResponse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="aws-gr
13821382
<br class="clear">
13831383

13841384
<footer>
1385-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Jan 16 2020 19:55:23 GMT+0000 (Coordinated Universal Time)
1385+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Apr 30 2020 21:42:38 GMT+0000 (Coordinated Universal Time)
13861386
</footer>
13871387

13881388
<script> prettyPrint(); </script>

docs/aws-greengrass-core-sdk.StreamManager.ConnectRequest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1382,7 +1382,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="aws-gr
13821382
<br class="clear">
13831383

13841384
<footer>
1385-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Jan 16 2020 19:55:23 GMT+0000 (Coordinated Universal Time)
1385+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Apr 30 2020 21:42:38 GMT+0000 (Coordinated Universal Time)
13861386
</footer>
13871387

13881388
<script> prettyPrint(); </script>

docs/aws-greengrass-core-sdk.StreamManager.ConnectResponse.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="aws-gr
22702270
<br class="clear">
22712271

22722272
<footer>
2273-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Jan 16 2020 19:55:23 GMT+0000 (Coordinated Universal Time)
2273+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Apr 30 2020 21:42:38 GMT+0000 (Coordinated Universal Time)
22742274
</footer>
22752275

22762276
<script> prettyPrint(); </script>

docs/aws-greengrass-core-sdk.StreamManager.CreateMessageStreamRequest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ <h2><a href="index.html">Home</a></h2><h3>Namespaces</h3><ul><li><a href="aws-gr
790790
<br class="clear">
791791

792792
<footer>
793-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Jan 16 2020 19:55:23 GMT+0000 (Coordinated Universal Time)
793+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Thu Apr 30 2020 21:42:38 GMT+0000 (Coordinated Universal Time)
794794
</footer>
795795

796796
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)