@cumulus/aws-client 18.2.0 → 18.2.1

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -43,6 +43,8 @@ NODE_ENV=test
43
43
  <dd></dd>
44
44
  <dt><a href="#module_SQS">SQS</a></dt>
45
45
  <dd></dd>
46
+ <dt><a href="#module_STS">STS</a></dt>
47
+ <dd></dd>
46
48
  <dt><a href="#module_SecretsManager">SecretsManager</a></dt>
47
49
  <dd></dd>
48
50
  <dt><a href="#module_StepFunctions">StepFunctions</a></dt>
@@ -936,6 +938,9 @@ Test if an SQS queue exists
936
938
  | --- | --- | --- |
937
939
  | queueUrl | <code>Object</code> | queue url |
938
940
 
941
+ <a name="module_STS"></a>
942
+
943
+ ## STS
939
944
  <a name="module_SecretsManager"></a>
940
945
 
941
946
  ## SecretsManager
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/aws-client",
3
- "version": "18.2.0",
3
+ "version": "18.2.1",
4
4
  "description": "Utilities for working with AWS",
5
5
  "keywords": [
6
6
  "GIBS",
@@ -60,9 +60,9 @@
60
60
  "@aws-sdk/s3-request-presigner": "^3.447.0",
61
61
  "@aws-sdk/signature-v4-crt": "^3.447.0",
62
62
  "@aws-sdk/types": "^3.447.0",
63
- "@cumulus/checksum": "18.2.0",
64
- "@cumulus/errors": "18.2.0",
65
- "@cumulus/logger": "18.2.0",
63
+ "@cumulus/checksum": "18.2.1",
64
+ "@cumulus/errors": "18.2.1",
65
+ "@cumulus/logger": "18.2.1",
66
66
  "aws-sdk": "^2.1492.0",
67
67
  "jsonpath-plus": "^1.1.0",
68
68
  "lodash": "~4.17.21",
@@ -78,5 +78,5 @@
78
78
  "@cumulus/test-data": "18.0.0",
79
79
  "@types/uuid": "^8.0.0"
80
80
  },
81
- "gitHead": "c3b3d1a8accfbd53df89382ba2e9fa7dcbf46b6e"
81
+ "gitHead": "be885e09333228fd5b42ae2319783b557422cbf8"
82
82
  }