@cumulus/aws-client 16.1.3 → 16.1.4

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
@@ -47,6 +47,8 @@ NODE_ENV=test
47
47
  <dd></dd>
48
48
  <dt><a href="#module_SQS">SQS</a></dt>
49
49
  <dd></dd>
50
+ <dt><a href="#module_STS">STS</a></dt>
51
+ <dd></dd>
50
52
  <dt><a href="#module_SecretsManager">SecretsManager</a></dt>
51
53
  <dd></dd>
52
54
  <dt><a href="#module_StepFunctions">StepFunctions</a></dt>
@@ -988,6 +990,9 @@ Test if an SQS queue exists
988
990
  | --- | --- | --- |
989
991
  | queueUrl | <code>Object</code> | queue url |
990
992
 
993
+ <a name="module_STS"></a>
994
+
995
+ ## STS
991
996
  <a name="module_SecretsManager"></a>
992
997
 
993
998
  ## SecretsManager
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/aws-client",
3
- "version": "16.1.3",
3
+ "version": "16.1.4",
4
4
  "description": "Utilities for working with AWS",
5
5
  "keywords": [
6
6
  "GIBS",
@@ -53,9 +53,9 @@
53
53
  "@aws-sdk/s3-request-presigner": "^3.58.0",
54
54
  "@aws-sdk/signature-v4-crt": "^3.58.0",
55
55
  "@aws-sdk/types": "^3.58.0",
56
- "@cumulus/checksum": "16.1.3",
57
- "@cumulus/errors": "16.1.3",
58
- "@cumulus/logger": "16.1.3",
56
+ "@cumulus/checksum": "16.1.4",
57
+ "@cumulus/errors": "16.1.4",
58
+ "@cumulus/logger": "16.1.4",
59
59
  "aws-sdk": "2.1490.0",
60
60
  "jsonpath-plus": "^1.1.0",
61
61
  "lodash": "~4.17.21",
@@ -70,5 +70,5 @@
70
70
  "devDependencies": {
71
71
  "@types/uuid": "^8.0.0"
72
72
  },
73
- "gitHead": "2cadd0bf948a60b9b291dceccf5d31c5f7bca24a"
73
+ "gitHead": "61460b9f1364ac2be6fd2363875627cf1caaca4e"
74
74
  }