@aws-sdk/types 3.201.0 → 3.212.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/shapes.d.ts +1 -1
- package/package.json +1 -1
- package/CHANGELOG.md +0 -2018
package/dist-types/shapes.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare type DocumentType = null | boolean | number | string | DocumentTy
|
|
|
13
13
|
};
|
|
14
14
|
/**
|
|
15
15
|
* A structure shape with the error trait.
|
|
16
|
-
* https://
|
|
16
|
+
* https://smithy.io/2.0/spec/behavior-traits.html#smithy-api-retryable-trait
|
|
17
17
|
*/
|
|
18
18
|
export interface RetryableTrait {
|
|
19
19
|
/**
|