@aws-sdk/types 3.306.0 → 3.329.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/dist-types/retry.d.ts +1 -1
- package/package.json +2 -2
package/dist-types/retry.d.ts
CHANGED
|
@@ -124,7 +124,7 @@ export interface RetryStrategyV2 {
|
|
|
124
124
|
*/
|
|
125
125
|
refreshRetryTokenForRetry(tokenToRenew: RetryToken, errorInfo: RetryErrorInfo): Promise<RetryToken>;
|
|
126
126
|
/**
|
|
127
|
-
* Upon successful completion of the operation,
|
|
127
|
+
* Upon successful completion of the operation, this function is called
|
|
128
128
|
* to record that the operation was successful.
|
|
129
129
|
*/
|
|
130
130
|
recordSuccess(token: RetryToken): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/types",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.329.0",
|
|
4
4
|
"main": "./dist-cjs/index.js",
|
|
5
5
|
"module": "./dist-es/index.js",
|
|
6
6
|
"types": "./dist-types/index.d.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
|
-
"dist
|
|
34
|
+
"dist-*/**"
|
|
35
35
|
],
|
|
36
36
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/types",
|
|
37
37
|
"repository": {
|