@cumulus/aws-client 20.1.3-alpha.2 → 20.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.
- package/README.md +10 -10
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -41,16 +41,16 @@ NODE_ENV=test
|
|
|
41
41
|
<dd></dd>
|
|
42
42
|
<dt><a href="#module_S3">S3</a></dt>
|
|
43
43
|
<dd></dd>
|
|
44
|
+
<dt><a href="#module_SecretsManager">SecretsManager</a></dt>
|
|
45
|
+
<dd></dd>
|
|
44
46
|
<dt><a href="#module_SNS">SNS</a></dt>
|
|
45
47
|
<dd></dd>
|
|
46
48
|
<dt><a href="#module_SQS">SQS</a></dt>
|
|
47
49
|
<dd></dd>
|
|
48
|
-
<dt><a href="#module_STS">STS</a></dt>
|
|
49
|
-
<dd></dd>
|
|
50
|
-
<dt><a href="#module_SecretsManager">SecretsManager</a></dt>
|
|
51
|
-
<dd></dd>
|
|
52
50
|
<dt><a href="#module_StepFunctions">StepFunctions</a></dt>
|
|
53
51
|
<dd></dd>
|
|
52
|
+
<dt><a href="#module_STS">STS</a></dt>
|
|
53
|
+
<dd></dd>
|
|
54
54
|
</dl>
|
|
55
55
|
|
|
56
56
|
## Classes
|
|
@@ -757,6 +757,9 @@ Move an S3 object to another location in S3
|
|
|
757
757
|
| [params.copyTags] | <code>boolean</code> | <code>false</code> | |
|
|
758
758
|
| [params.chunkSize] | <code>number</code> | | chunk size of the S3 multipart uploads |
|
|
759
759
|
|
|
760
|
+
<a name="module_SecretsManager"></a>
|
|
761
|
+
|
|
762
|
+
## SecretsManager
|
|
760
763
|
<a name="module_SNS"></a>
|
|
761
764
|
|
|
762
765
|
## SNS
|
|
@@ -847,12 +850,6 @@ Delete a given SQS message from a given queue.
|
|
|
847
850
|
Test if an SQS queue exists
|
|
848
851
|
|
|
849
852
|
**Kind**: inner method of [<code>SQS</code>](#module_SQS)
|
|
850
|
-
<a name="module_STS"></a>
|
|
851
|
-
|
|
852
|
-
## STS
|
|
853
|
-
<a name="module_SecretsManager"></a>
|
|
854
|
-
|
|
855
|
-
## SecretsManager
|
|
856
853
|
<a name="module_StepFunctions"></a>
|
|
857
854
|
|
|
858
855
|
## StepFunctions
|
|
@@ -948,6 +945,9 @@ exponential backoff.
|
|
|
948
945
|
| --- | --- | --- |
|
|
949
946
|
| executionArn | <code>string</code> | the ARN of the Step Function Execution to check for |
|
|
950
947
|
|
|
948
|
+
<a name="module_STS"></a>
|
|
949
|
+
|
|
950
|
+
## STS
|
|
951
951
|
<a name="DynamoDbSearchQueue"></a>
|
|
952
952
|
|
|
953
953
|
## DynamoDbSearchQueue
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cumulus/aws-client",
|
|
3
|
-
"version": "20.1
|
|
3
|
+
"version": "20.2.1",
|
|
4
4
|
"description": "Utilities for working with AWS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"GIBS",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"@aws-sdk/s3-request-presigner": "^3.621.0",
|
|
70
70
|
"@aws-sdk/signature-v4-crt": "^3.621.0",
|
|
71
71
|
"@aws-sdk/types": "^3.609.0",
|
|
72
|
-
"@cumulus/checksum": "20.1
|
|
73
|
-
"@cumulus/errors": "20.1
|
|
74
|
-
"@cumulus/logger": "20.1
|
|
75
|
-
"@cumulus/types": "20.1
|
|
72
|
+
"@cumulus/checksum": "20.2.1",
|
|
73
|
+
"@cumulus/errors": "20.2.1",
|
|
74
|
+
"@cumulus/logger": "20.2.1",
|
|
75
|
+
"@cumulus/types": "20.2.1",
|
|
76
76
|
"lodash": "~4.17.21",
|
|
77
77
|
"mem": "^8.0.2",
|
|
78
78
|
"p-map": "^1.2.0",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"uuid": "^8.2.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@cumulus/test-data": "20.1
|
|
86
|
+
"@cumulus/test-data": "20.2.1",
|
|
87
87
|
"@types/uuid": "^8.0.0"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "8aeab83b5fd9f7e1818d4631e1e36535e443ae90"
|
|
90
90
|
}
|