@smithy/middleware-retry 2.0.1 → 2.0.3
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.
|
@@ -3,6 +3,9 @@ import { Provider, RetryStrategy, RetryStrategyV2 } from "@smithy/types";
|
|
|
3
3
|
export declare const ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS";
|
|
4
4
|
export declare const CONFIG_MAX_ATTEMPTS = "max_attempts";
|
|
5
5
|
export declare const NODE_MAX_ATTEMPT_CONFIG_OPTIONS: LoadedConfigSelectors<number>;
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
6
9
|
export interface RetryInputConfig {
|
|
7
10
|
/**
|
|
8
11
|
* The maximum number of times requests that encounter retryable failures should be attempted.
|
|
@@ -3,6 +3,9 @@ import { Provider, RetryStrategy, RetryStrategyV2 } from "@smithy/types";
|
|
|
3
3
|
export declare const ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS";
|
|
4
4
|
export declare const CONFIG_MAX_ATTEMPTS = "max_attempts";
|
|
5
5
|
export declare const NODE_MAX_ATTEMPT_CONFIG_OPTIONS: LoadedConfigSelectors<number>;
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
6
9
|
export interface RetryInputConfig {
|
|
7
10
|
/**
|
|
8
11
|
* The maximum number of times requests that encounter retryable failures should be attempted.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/middleware-retry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
|
|
6
6
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@smithy/protocol-http": "^2.0.
|
|
26
|
+
"@smithy/protocol-http": "^2.0.3",
|
|
27
27
|
"@smithy/service-error-classification": "^2.0.0",
|
|
28
|
-
"@smithy/types": "^2.0
|
|
28
|
+
"@smithy/types": "^2.2.0",
|
|
29
29
|
"@smithy/util-middleware": "^2.0.0",
|
|
30
30
|
"@smithy/util-retry": "^2.0.0",
|
|
31
31
|
"tslib": "^2.5.0",
|
|
32
32
|
"uuid": "^8.3.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@smithy/node-config-provider": "^2.0.
|
|
35
|
+
"@smithy/node-config-provider": "^2.0.3",
|
|
36
36
|
"@tsconfig/recommended": "1.0.1",
|
|
37
37
|
"@types/uuid": "^8.3.0",
|
|
38
38
|
"concurrently": "7.0.0",
|