@aws-sdk/client-cloudsearch 3.890.0 → 3.891.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.
Files changed (27) hide show
  1. package/dist-types/commands/BuildSuggestersCommand.d.ts +2 -0
  2. package/dist-types/commands/CreateDomainCommand.d.ts +2 -0
  3. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +2 -0
  4. package/dist-types/commands/DefineExpressionCommand.d.ts +2 -0
  5. package/dist-types/commands/DefineIndexFieldCommand.d.ts +2 -0
  6. package/dist-types/commands/DefineSuggesterCommand.d.ts +2 -0
  7. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +2 -0
  8. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -0
  9. package/dist-types/commands/DeleteExpressionCommand.d.ts +2 -0
  10. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +2 -0
  11. package/dist-types/commands/DeleteSuggesterCommand.d.ts +2 -0
  12. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +2 -0
  13. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +2 -0
  14. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +2 -0
  15. package/dist-types/commands/DescribeDomainsCommand.d.ts +2 -0
  16. package/dist-types/commands/DescribeExpressionsCommand.d.ts +2 -0
  17. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +2 -0
  18. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +2 -0
  19. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +2 -0
  20. package/dist-types/commands/DescribeSuggestersCommand.d.ts +2 -0
  21. package/dist-types/commands/IndexDocumentsCommand.d.ts +2 -0
  22. package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -0
  23. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +2 -0
  24. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +2 -0
  25. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +2 -0
  26. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +2 -0
  27. package/package.json +10 -10
@@ -33,6 +33,8 @@ declare const BuildSuggestersCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, BuildSuggestersCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, BuildSuggestersCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // BuildSuggestersRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const CreateDomainCommand_base: {
34
34
  * ```javascript
35
35
  * import { CloudSearchClient, CreateDomainCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
36
36
  * // const { CloudSearchClient, CreateDomainCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
37
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
38
+ * const config = {}; // type is CloudSearchClientConfig
37
39
  * const client = new CloudSearchClient(config);
38
40
  * const input = { // CreateDomainRequest
39
41
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DefineAnalysisSchemeCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DefineAnalysisSchemeCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DefineAnalysisSchemeCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DefineAnalysisSchemeRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DefineExpressionCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DefineExpressionCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DefineExpressionCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DefineExpressionRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DefineIndexFieldCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DefineIndexFieldCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DefineIndexFieldCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DefineIndexFieldRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DefineSuggesterCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DefineSuggesterCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DefineSuggesterCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DefineSuggesterRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteAnalysisSchemeCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DeleteAnalysisSchemeCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DeleteAnalysisSchemeCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DeleteAnalysisSchemeRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DeleteDomainCommand_base: {
34
34
  * ```javascript
35
35
  * import { CloudSearchClient, DeleteDomainCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
36
36
  * // const { CloudSearchClient, DeleteDomainCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
37
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
38
+ * const config = {}; // type is CloudSearchClientConfig
37
39
  * const client = new CloudSearchClient(config);
38
40
  * const input = { // DeleteDomainRequest
39
41
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteExpressionCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DeleteExpressionCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DeleteExpressionCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DeleteExpressionRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteIndexFieldCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DeleteIndexFieldCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DeleteIndexFieldCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DeleteIndexFieldRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteSuggesterCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DeleteSuggesterCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DeleteSuggesterCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DeleteSuggesterRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeAnalysisSchemesCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DescribeAnalysisSchemesCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DescribeAnalysisSchemesCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DescribeAnalysisSchemesRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeAvailabilityOptionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DescribeAvailabilityOptionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DescribeAvailabilityOptionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DescribeAvailabilityOptionsRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeDomainEndpointOptionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DescribeDomainEndpointOptionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DescribeDomainEndpointOptionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DescribeDomainEndpointOptionsRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const DescribeDomainsCommand_base: {
35
35
  * ```javascript
36
36
  * import { CloudSearchClient, DescribeDomainsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
37
37
  * // const { CloudSearchClient, DescribeDomainsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
38
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
39
+ * const config = {}; // type is CloudSearchClientConfig
38
40
  * const client = new CloudSearchClient(config);
39
41
  * const input = { // DescribeDomainsRequest
40
42
  * DomainNames: [ // DomainNameList
@@ -33,6 +33,8 @@ declare const DescribeExpressionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DescribeExpressionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DescribeExpressionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DescribeExpressionsRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const DescribeIndexFieldsCommand_base: {
35
35
  * ```javascript
36
36
  * import { CloudSearchClient, DescribeIndexFieldsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
37
37
  * // const { CloudSearchClient, DescribeIndexFieldsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
38
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
39
+ * const config = {}; // type is CloudSearchClientConfig
38
40
  * const client = new CloudSearchClient(config);
39
41
  * const input = { // DescribeIndexFieldsRequest
40
42
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeScalingParametersCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DescribeScalingParametersCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DescribeScalingParametersCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DescribeScalingParametersRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeServiceAccessPoliciesCommand_base: {
34
34
  * ```javascript
35
35
  * import { CloudSearchClient, DescribeServiceAccessPoliciesCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
36
36
  * // const { CloudSearchClient, DescribeServiceAccessPoliciesCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
37
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
38
+ * const config = {}; // type is CloudSearchClientConfig
37
39
  * const client = new CloudSearchClient(config);
38
40
  * const input = { // DescribeServiceAccessPoliciesRequest
39
41
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeSuggestersCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, DescribeSuggestersCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, DescribeSuggestersCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // DescribeSuggestersRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const IndexDocumentsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, IndexDocumentsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, IndexDocumentsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // IndexDocumentsRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ListDomainNamesCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, ListDomainNamesCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, ListDomainNamesCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = {};
38
40
  * const command = new ListDomainNamesCommand(input);
@@ -33,6 +33,8 @@ declare const UpdateAvailabilityOptionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, UpdateAvailabilityOptionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, UpdateAvailabilityOptionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // UpdateAvailabilityOptionsRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateDomainEndpointOptionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, UpdateDomainEndpointOptionsCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, UpdateDomainEndpointOptionsCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // UpdateDomainEndpointOptionsRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateScalingParametersCommand_base: {
33
33
  * ```javascript
34
34
  * import { CloudSearchClient, UpdateScalingParametersCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
35
35
  * // const { CloudSearchClient, UpdateScalingParametersCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
36
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
37
+ * const config = {}; // type is CloudSearchClientConfig
36
38
  * const client = new CloudSearchClient(config);
37
39
  * const input = { // UpdateScalingParametersRequest
38
40
  * DomainName: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const UpdateServiceAccessPoliciesCommand_base: {
35
35
  * ```javascript
36
36
  * import { CloudSearchClient, UpdateServiceAccessPoliciesCommand } from "@aws-sdk/client-cloudsearch"; // ES Modules import
37
37
  * // const { CloudSearchClient, UpdateServiceAccessPoliciesCommand } = require("@aws-sdk/client-cloudsearch"); // CommonJS import
38
+ * // import type { CloudSearchClientConfig } from "@aws-sdk/client-cloudsearch";
39
+ * const config = {}; // type is CloudSearchClientConfig
38
40
  * const client = new CloudSearchClient(config);
39
41
  * const input = { // UpdateServiceAccessPoliciesRequest
40
42
  * DomainName: "STRING_VALUE", // required
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudsearch",
3
3
  "description": "AWS SDK for JavaScript Cloudsearch Client for Node.js, Browser and React Native",
4
- "version": "3.890.0",
4
+ "version": "3.891.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudsearch",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.890.0",
24
+ "@aws-sdk/credential-provider-node": "3.891.0",
25
+ "@aws-sdk/middleware-host-header": "3.891.0",
26
+ "@aws-sdk/middleware-logger": "3.891.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
+ "@aws-sdk/middleware-user-agent": "3.891.0",
29
29
  "@aws-sdk/region-config-resolver": "3.890.0",
30
30
  "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.890.0",
31
+ "@aws-sdk/util-endpoints": "3.891.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.890.0",
33
+ "@aws-sdk/util-user-agent-node": "3.891.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.0",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -38,7 +38,7 @@
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
40
  "@smithy/middleware-endpoint": "^4.2.2",
41
- "@smithy/middleware-retry": "^4.2.2",
41
+ "@smithy/middleware-retry": "^4.2.3",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
44
  "@smithy/node-config-provider": "^4.2.2",
@@ -54,7 +54,7 @@
54
54
  "@smithy/util-defaults-mode-node": "^4.1.2",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "tslib": "^2.6.2"
60
60
  },