@aws-sdk/client-grafana 3.888.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 (26) hide show
  1. package/dist-types/commands/AssociateLicenseCommand.d.ts +2 -0
  2. package/dist-types/commands/CreateWorkspaceApiKeyCommand.d.ts +2 -0
  3. package/dist-types/commands/CreateWorkspaceCommand.d.ts +2 -0
  4. package/dist-types/commands/CreateWorkspaceServiceAccountCommand.d.ts +2 -0
  5. package/dist-types/commands/CreateWorkspaceServiceAccountTokenCommand.d.ts +2 -0
  6. package/dist-types/commands/DeleteWorkspaceApiKeyCommand.d.ts +2 -0
  7. package/dist-types/commands/DeleteWorkspaceCommand.d.ts +2 -0
  8. package/dist-types/commands/DeleteWorkspaceServiceAccountCommand.d.ts +2 -0
  9. package/dist-types/commands/DeleteWorkspaceServiceAccountTokenCommand.d.ts +2 -0
  10. package/dist-types/commands/DescribeWorkspaceAuthenticationCommand.d.ts +2 -0
  11. package/dist-types/commands/DescribeWorkspaceCommand.d.ts +2 -0
  12. package/dist-types/commands/DescribeWorkspaceConfigurationCommand.d.ts +2 -0
  13. package/dist-types/commands/DisassociateLicenseCommand.d.ts +2 -0
  14. package/dist-types/commands/ListPermissionsCommand.d.ts +2 -0
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  16. package/dist-types/commands/ListVersionsCommand.d.ts +2 -0
  17. package/dist-types/commands/ListWorkspaceServiceAccountTokensCommand.d.ts +2 -0
  18. package/dist-types/commands/ListWorkspaceServiceAccountsCommand.d.ts +2 -0
  19. package/dist-types/commands/ListWorkspacesCommand.d.ts +2 -0
  20. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  21. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  22. package/dist-types/commands/UpdatePermissionsCommand.d.ts +2 -0
  23. package/dist-types/commands/UpdateWorkspaceAuthenticationCommand.d.ts +2 -0
  24. package/dist-types/commands/UpdateWorkspaceCommand.d.ts +2 -0
  25. package/dist-types/commands/UpdateWorkspaceConfigurationCommand.d.ts +2 -0
  26. package/package.json +19 -19
@@ -37,6 +37,8 @@ declare const AssociateLicenseCommand_base: {
37
37
  * ```javascript
38
38
  * import { GrafanaClient, AssociateLicenseCommand } from "@aws-sdk/client-grafana"; // ES Modules import
39
39
  * // const { GrafanaClient, AssociateLicenseCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
40
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
41
+ * const config = {}; // type is GrafanaClientConfig
40
42
  * const client = new GrafanaClient(config);
41
43
  * const input = { // AssociateLicenseRequest
42
44
  * workspaceId: "STRING_VALUE", // required
@@ -39,6 +39,8 @@ declare const CreateWorkspaceApiKeyCommand_base: {
39
39
  * ```javascript
40
40
  * import { GrafanaClient, CreateWorkspaceApiKeyCommand } from "@aws-sdk/client-grafana"; // ES Modules import
41
41
  * // const { GrafanaClient, CreateWorkspaceApiKeyCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
42
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
43
+ * const config = {}; // type is GrafanaClientConfig
42
44
  * const client = new GrafanaClient(config);
43
45
  * const input = { // CreateWorkspaceApiKeyRequest
44
46
  * keyName: "STRING_VALUE", // required
@@ -37,6 +37,8 @@ declare const CreateWorkspaceCommand_base: {
37
37
  * ```javascript
38
38
  * import { GrafanaClient, CreateWorkspaceCommand } from "@aws-sdk/client-grafana"; // ES Modules import
39
39
  * // const { GrafanaClient, CreateWorkspaceCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
40
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
41
+ * const config = {}; // type is GrafanaClientConfig
40
42
  * const client = new GrafanaClient(config);
41
43
  * const input = { // CreateWorkspaceRequest
42
44
  * accountAccessType: "STRING_VALUE", // required
@@ -45,6 +45,8 @@ declare const CreateWorkspaceServiceAccountCommand_base: {
45
45
  * ```javascript
46
46
  * import { GrafanaClient, CreateWorkspaceServiceAccountCommand } from "@aws-sdk/client-grafana"; // ES Modules import
47
47
  * // const { GrafanaClient, CreateWorkspaceServiceAccountCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
48
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
49
+ * const config = {}; // type is GrafanaClientConfig
48
50
  * const client = new GrafanaClient(config);
49
51
  * const input = { // CreateWorkspaceServiceAccountRequest
50
52
  * name: "STRING_VALUE", // required
@@ -45,6 +45,8 @@ declare const CreateWorkspaceServiceAccountTokenCommand_base: {
45
45
  * ```javascript
46
46
  * import { GrafanaClient, CreateWorkspaceServiceAccountTokenCommand } from "@aws-sdk/client-grafana"; // ES Modules import
47
47
  * // const { GrafanaClient, CreateWorkspaceServiceAccountTokenCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
48
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
49
+ * const config = {}; // type is GrafanaClientConfig
48
50
  * const client = new GrafanaClient(config);
49
51
  * const input = { // CreateWorkspaceServiceAccountTokenRequest
50
52
  * name: "STRING_VALUE", // required
@@ -37,6 +37,8 @@ declare const DeleteWorkspaceApiKeyCommand_base: {
37
37
  * ```javascript
38
38
  * import { GrafanaClient, DeleteWorkspaceApiKeyCommand } from "@aws-sdk/client-grafana"; // ES Modules import
39
39
  * // const { GrafanaClient, DeleteWorkspaceApiKeyCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
40
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
41
+ * const config = {}; // type is GrafanaClientConfig
40
42
  * const client = new GrafanaClient(config);
41
43
  * const input = { // DeleteWorkspaceApiKeyRequest
42
44
  * keyName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteWorkspaceCommand_base: {
33
33
  * ```javascript
34
34
  * import { GrafanaClient, DeleteWorkspaceCommand } from "@aws-sdk/client-grafana"; // ES Modules import
35
35
  * // const { GrafanaClient, DeleteWorkspaceCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
36
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
37
+ * const config = {}; // type is GrafanaClientConfig
36
38
  * const client = new GrafanaClient(config);
37
39
  * const input = { // DeleteWorkspaceRequest
38
40
  * workspaceId: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const DeleteWorkspaceServiceAccountCommand_base: {
38
38
  * ```javascript
39
39
  * import { GrafanaClient, DeleteWorkspaceServiceAccountCommand } from "@aws-sdk/client-grafana"; // ES Modules import
40
40
  * // const { GrafanaClient, DeleteWorkspaceServiceAccountCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
41
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
42
+ * const config = {}; // type is GrafanaClientConfig
41
43
  * const client = new GrafanaClient(config);
42
44
  * const input = { // DeleteWorkspaceServiceAccountRequest
43
45
  * serviceAccountId: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const DeleteWorkspaceServiceAccountTokenCommand_base: {
38
38
  * ```javascript
39
39
  * import { GrafanaClient, DeleteWorkspaceServiceAccountTokenCommand } from "@aws-sdk/client-grafana"; // ES Modules import
40
40
  * // const { GrafanaClient, DeleteWorkspaceServiceAccountTokenCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
41
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
42
+ * const config = {}; // type is GrafanaClientConfig
41
43
  * const client = new GrafanaClient(config);
42
44
  * const input = { // DeleteWorkspaceServiceAccountTokenRequest
43
45
  * tokenId: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DescribeWorkspaceAuthenticationCommand_base: {
34
34
  * ```javascript
35
35
  * import { GrafanaClient, DescribeWorkspaceAuthenticationCommand } from "@aws-sdk/client-grafana"; // ES Modules import
36
36
  * // const { GrafanaClient, DescribeWorkspaceAuthenticationCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
37
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
38
+ * const config = {}; // type is GrafanaClientConfig
37
39
  * const client = new GrafanaClient(config);
38
40
  * const input = { // DescribeWorkspaceAuthenticationRequest
39
41
  * workspaceId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeWorkspaceCommand_base: {
33
33
  * ```javascript
34
34
  * import { GrafanaClient, DescribeWorkspaceCommand } from "@aws-sdk/client-grafana"; // ES Modules import
35
35
  * // const { GrafanaClient, DescribeWorkspaceCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
36
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
37
+ * const config = {}; // type is GrafanaClientConfig
36
38
  * const client = new GrafanaClient(config);
37
39
  * const input = { // DescribeWorkspaceRequest
38
40
  * workspaceId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeWorkspaceConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { GrafanaClient, DescribeWorkspaceConfigurationCommand } from "@aws-sdk/client-grafana"; // ES Modules import
35
35
  * // const { GrafanaClient, DescribeWorkspaceConfigurationCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
36
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
37
+ * const config = {}; // type is GrafanaClientConfig
36
38
  * const client = new GrafanaClient(config);
37
39
  * const input = { // DescribeWorkspaceConfigurationRequest
38
40
  * workspaceId: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DisassociateLicenseCommand_base: {
33
33
  * ```javascript
34
34
  * import { GrafanaClient, DisassociateLicenseCommand } from "@aws-sdk/client-grafana"; // ES Modules import
35
35
  * // const { GrafanaClient, DisassociateLicenseCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
36
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
37
+ * const config = {}; // type is GrafanaClientConfig
36
38
  * const client = new GrafanaClient(config);
37
39
  * const input = { // DisassociateLicenseRequest
38
40
  * workspaceId: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const ListPermissionsCommand_base: {
38
38
  * ```javascript
39
39
  * import { GrafanaClient, ListPermissionsCommand } from "@aws-sdk/client-grafana"; // ES Modules import
40
40
  * // const { GrafanaClient, ListPermissionsCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
41
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
42
+ * const config = {}; // type is GrafanaClientConfig
41
43
  * const client = new GrafanaClient(config);
42
44
  * const input = { // ListPermissionsRequest
43
45
  * maxResults: Number("int"),
@@ -36,6 +36,8 @@ declare const ListTagsForResourceCommand_base: {
36
36
  * ```javascript
37
37
  * import { GrafanaClient, ListTagsForResourceCommand } from "@aws-sdk/client-grafana"; // ES Modules import
38
38
  * // const { GrafanaClient, ListTagsForResourceCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
39
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
40
+ * const config = {}; // type is GrafanaClientConfig
39
41
  * const client = new GrafanaClient(config);
40
42
  * const input = { // ListTagsForResourceRequest
41
43
  * resourceArn: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const ListVersionsCommand_base: {
35
35
  * ```javascript
36
36
  * import { GrafanaClient, ListVersionsCommand } from "@aws-sdk/client-grafana"; // ES Modules import
37
37
  * // const { GrafanaClient, ListVersionsCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
38
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
39
+ * const config = {}; // type is GrafanaClientConfig
38
40
  * const client = new GrafanaClient(config);
39
41
  * const input = { // ListVersionsRequest
40
42
  * maxResults: Number("int"),
@@ -39,6 +39,8 @@ declare const ListWorkspaceServiceAccountTokensCommand_base: {
39
39
  * ```javascript
40
40
  * import { GrafanaClient, ListWorkspaceServiceAccountTokensCommand } from "@aws-sdk/client-grafana"; // ES Modules import
41
41
  * // const { GrafanaClient, ListWorkspaceServiceAccountTokensCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
42
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
43
+ * const config = {}; // type is GrafanaClientConfig
42
44
  * const client = new GrafanaClient(config);
43
45
  * const input = { // ListWorkspaceServiceAccountTokensRequest
44
46
  * maxResults: Number("int"),
@@ -35,6 +35,8 @@ declare const ListWorkspaceServiceAccountsCommand_base: {
35
35
  * ```javascript
36
36
  * import { GrafanaClient, ListWorkspaceServiceAccountsCommand } from "@aws-sdk/client-grafana"; // ES Modules import
37
37
  * // const { GrafanaClient, ListWorkspaceServiceAccountsCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
38
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
39
+ * const config = {}; // type is GrafanaClientConfig
38
40
  * const client = new GrafanaClient(config);
39
41
  * const input = { // ListWorkspaceServiceAccountsRequest
40
42
  * maxResults: Number("int"),
@@ -34,6 +34,8 @@ declare const ListWorkspacesCommand_base: {
34
34
  * ```javascript
35
35
  * import { GrafanaClient, ListWorkspacesCommand } from "@aws-sdk/client-grafana"; // ES Modules import
36
36
  * // const { GrafanaClient, ListWorkspacesCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
37
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
38
+ * const config = {}; // type is GrafanaClientConfig
37
39
  * const client = new GrafanaClient(config);
38
40
  * const input = { // ListWorkspacesRequest
39
41
  * maxResults: Number("int"),
@@ -38,6 +38,8 @@ declare const TagResourceCommand_base: {
38
38
  * ```javascript
39
39
  * import { GrafanaClient, TagResourceCommand } from "@aws-sdk/client-grafana"; // ES Modules import
40
40
  * // const { GrafanaClient, TagResourceCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
41
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
42
+ * const config = {}; // type is GrafanaClientConfig
41
43
  * const client = new GrafanaClient(config);
42
44
  * const input = { // TagResourceRequest
43
45
  * resourceArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const UntagResourceCommand_base: {
34
34
  * ```javascript
35
35
  * import { GrafanaClient, UntagResourceCommand } from "@aws-sdk/client-grafana"; // ES Modules import
36
36
  * // const { GrafanaClient, UntagResourceCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
37
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
38
+ * const config = {}; // type is GrafanaClientConfig
37
39
  * const client = new GrafanaClient(config);
38
40
  * const input = { // UntagResourceRequest
39
41
  * resourceArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const UpdatePermissionsCommand_base: {
34
34
  * ```javascript
35
35
  * import { GrafanaClient, UpdatePermissionsCommand } from "@aws-sdk/client-grafana"; // ES Modules import
36
36
  * // const { GrafanaClient, UpdatePermissionsCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
37
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
38
+ * const config = {}; // type is GrafanaClientConfig
37
39
  * const client = new GrafanaClient(config);
38
40
  * const input = { // UpdatePermissionsRequest
39
41
  * updateInstructionBatch: [ // UpdateInstructionBatch // required
@@ -40,6 +40,8 @@ declare const UpdateWorkspaceAuthenticationCommand_base: {
40
40
  * ```javascript
41
41
  * import { GrafanaClient, UpdateWorkspaceAuthenticationCommand } from "@aws-sdk/client-grafana"; // ES Modules import
42
42
  * // const { GrafanaClient, UpdateWorkspaceAuthenticationCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
43
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
44
+ * const config = {}; // type is GrafanaClientConfig
43
45
  * const client = new GrafanaClient(config);
44
46
  * const input = { // UpdateWorkspaceAuthenticationRequest
45
47
  * workspaceId: "STRING_VALUE", // required
@@ -38,6 +38,8 @@ declare const UpdateWorkspaceCommand_base: {
38
38
  * ```javascript
39
39
  * import { GrafanaClient, UpdateWorkspaceCommand } from "@aws-sdk/client-grafana"; // ES Modules import
40
40
  * // const { GrafanaClient, UpdateWorkspaceCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
41
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
42
+ * const config = {}; // type is GrafanaClientConfig
41
43
  * const client = new GrafanaClient(config);
42
44
  * const input = { // UpdateWorkspaceRequest
43
45
  * accountAccessType: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const UpdateWorkspaceConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { GrafanaClient, UpdateWorkspaceConfigurationCommand } from "@aws-sdk/client-grafana"; // ES Modules import
35
35
  * // const { GrafanaClient, UpdateWorkspaceConfigurationCommand } = require("@aws-sdk/client-grafana"); // CommonJS import
36
+ * // import type { GrafanaClientConfig } from "@aws-sdk/client-grafana";
37
+ * const config = {}; // type is GrafanaClientConfig
36
38
  * const client = new GrafanaClient(config);
37
39
  * const input = { // UpdateWorkspaceConfigurationRequest
38
40
  * configuration: "STRING_VALUE", // required
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-grafana",
3
3
  "description": "AWS SDK for JavaScript Grafana Client for Node.js, Browser and React Native",
4
- "version": "3.888.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-grafana",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.888.0",
24
- "@aws-sdk/credential-provider-node": "3.888.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.888.0",
29
- "@aws-sdk/region-config-resolver": "3.887.0",
23
+ "@aws-sdk/core": "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
+ "@aws-sdk/region-config-resolver": "3.890.0",
30
30
  "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.887.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.888.0",
34
- "@smithy/config-resolver": "^4.2.1",
33
+ "@aws-sdk/util-user-agent-node": "3.891.0",
34
+ "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.0",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.1",
41
- "@smithy/middleware-retry": "^4.2.1",
40
+ "@smithy/middleware-endpoint": "^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
- "@smithy/node-config-provider": "^4.2.1",
44
+ "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.1",
47
+ "@smithy/smithy-client": "^4.6.2",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.1",
54
- "@smithy/util-defaults-mode-node": "^4.1.1",
55
- "@smithy/util-endpoints": "^3.1.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.2",
54
+ "@smithy/util-defaults-mode-node": "^4.1.2",
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
  "@types/uuid": "^9.0.1",
60
60
  "tslib": "^2.6.2",