@aws-sdk/client-socialmessaging 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.
- package/dist-types/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +2 -0
- package/dist-types/commands/CreateWhatsAppMessageTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +2 -0
- package/dist-types/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWhatsAppMessageMediaCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +2 -0
- package/dist-types/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +2 -0
- package/dist-types/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +2 -0
- package/dist-types/commands/GetWhatsAppMessageMediaCommand.d.ts +2 -0
- package/dist-types/commands/GetWhatsAppMessageTemplateCommand.d.ts +2 -0
- package/dist-types/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListWhatsAppMessageTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListWhatsAppTemplateLibraryCommand.d.ts +2 -0
- package/dist-types/commands/PostWhatsAppMessageMediaCommand.d.ts +2 -0
- package/dist-types/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +2 -0
- package/dist-types/commands/SendWhatsAppMessageCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -33,6 +33,8 @@ declare const AssociateWhatsAppBusinessAccountCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, AssociateWhatsAppBusinessAccountCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, AssociateWhatsAppBusinessAccountCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // AssociateWhatsAppBusinessAccountInput
|
|
38
40
|
* signupCallback: { // WhatsAppSignupCallback
|
|
@@ -33,6 +33,8 @@ declare const CreateWhatsAppMessageTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, CreateWhatsAppMessageTemplateCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, CreateWhatsAppMessageTemplateCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // CreateWhatsAppMessageTemplateInput
|
|
38
40
|
* templateDefinition: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
|
|
@@ -33,6 +33,8 @@ declare const CreateWhatsAppMessageTemplateFromLibraryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, CreateWhatsAppMessageTemplateFromLibraryCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, CreateWhatsAppMessageTemplateFromLibraryCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // CreateWhatsAppMessageTemplateFromLibraryInput
|
|
38
40
|
* metaLibraryTemplate: { // MetaLibraryTemplate
|
|
@@ -33,6 +33,8 @@ declare const CreateWhatsAppMessageTemplateMediaCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, CreateWhatsAppMessageTemplateMediaCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, CreateWhatsAppMessageTemplateMediaCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // CreateWhatsAppMessageTemplateMediaInput
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWhatsAppMessageMediaCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, DeleteWhatsAppMessageMediaCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, DeleteWhatsAppMessageMediaCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // DeleteWhatsAppMessageMediaInput
|
|
38
40
|
* mediaId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWhatsAppMessageTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, DeleteWhatsAppMessageTemplateCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, DeleteWhatsAppMessageTemplateCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // DeleteWhatsAppMessageTemplateInput
|
|
38
40
|
* metaTemplateId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DisassociateWhatsAppBusinessAccountCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, DisassociateWhatsAppBusinessAccountCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, DisassociateWhatsAppBusinessAccountCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // DisassociateWhatsAppBusinessAccountInput
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetLinkedWhatsAppBusinessAccountCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, GetLinkedWhatsAppBusinessAccountCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, GetLinkedWhatsAppBusinessAccountCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // GetLinkedWhatsAppBusinessAccountInput
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SocialMessagingClient, GetLinkedWhatsAppBusinessAccountPhoneNumberCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
36
36
|
* // const { SocialMessagingClient, GetLinkedWhatsAppBusinessAccountPhoneNumberCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
37
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
38
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
37
39
|
* const client = new SocialMessagingClient(config);
|
|
38
40
|
* const input = { // GetLinkedWhatsAppBusinessAccountPhoneNumberInput
|
|
39
41
|
* id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetWhatsAppMessageMediaCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { SocialMessagingClient, GetWhatsAppMessageMediaCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
39
39
|
* // const { SocialMessagingClient, GetWhatsAppMessageMediaCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
40
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
41
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
40
42
|
* const client = new SocialMessagingClient(config);
|
|
41
43
|
* const input = { // GetWhatsAppMessageMediaInput
|
|
42
44
|
* mediaId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetWhatsAppMessageTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, GetWhatsAppMessageTemplateCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, GetWhatsAppMessageTemplateCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // GetWhatsAppMessageTemplateInput
|
|
38
40
|
* metaTemplateId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListLinkedWhatsAppBusinessAccountsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, ListLinkedWhatsAppBusinessAccountsCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, ListLinkedWhatsAppBusinessAccountsCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // ListLinkedWhatsAppBusinessAccountsInput
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, ListTagsForResourceCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, ListTagsForResourceCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceInput
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListWhatsAppMessageTemplatesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, ListWhatsAppMessageTemplatesCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, ListWhatsAppMessageTemplatesCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // ListWhatsAppMessageTemplatesInput
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListWhatsAppTemplateLibraryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, ListWhatsAppTemplateLibraryCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, ListWhatsAppTemplateLibraryCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // ListWhatsAppTemplateLibraryInput
|
|
38
40
|
* nextToken: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const PostWhatsAppMessageMediaCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { SocialMessagingClient, PostWhatsAppMessageMediaCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
39
39
|
* // const { SocialMessagingClient, PostWhatsAppMessageMediaCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
40
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
41
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
40
42
|
* const client = new SocialMessagingClient(config);
|
|
41
43
|
* const input = { // PostWhatsAppMessageMediaInput
|
|
42
44
|
* originationPhoneNumberId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const PutWhatsAppBusinessAccountEventDestinationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, PutWhatsAppBusinessAccountEventDestinationsCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, PutWhatsAppBusinessAccountEventDestinationsCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // PutWhatsAppBusinessAccountEventDestinationsInput
|
|
38
40
|
* id: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const SendWhatsAppMessageCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { SocialMessagingClient, SendWhatsAppMessageCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
39
39
|
* // const { SocialMessagingClient, SendWhatsAppMessageCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
40
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
41
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
40
42
|
* const client = new SocialMessagingClient(config);
|
|
41
43
|
* const input = { // SendWhatsAppMessageInput
|
|
42
44
|
* originationPhoneNumberId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const TagResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SocialMessagingClient, TagResourceCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
36
36
|
* // const { SocialMessagingClient, TagResourceCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
37
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
38
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
37
39
|
* const client = new SocialMessagingClient(config);
|
|
38
40
|
* const input = { // TagResourceInput
|
|
39
41
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, UntagResourceCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, UntagResourceCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // UntagResourceInput
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateWhatsAppMessageTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SocialMessagingClient, UpdateWhatsAppMessageTemplateCommand } from "@aws-sdk/client-socialmessaging"; // ES Modules import
|
|
35
35
|
* // const { SocialMessagingClient, UpdateWhatsAppMessageTemplateCommand } = require("@aws-sdk/client-socialmessaging"); // CommonJS import
|
|
36
|
+
* // import type { SocialMessagingClientConfig } from "@aws-sdk/client-socialmessaging";
|
|
37
|
+
* const config = {}; // type is SocialMessagingClientConfig
|
|
36
38
|
* const client = new SocialMessagingClient(config);
|
|
37
39
|
* const input = { // UpdateWhatsAppMessageTemplateInput
|
|
38
40
|
* id: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-socialmessaging",
|
|
3
3
|
"description": "AWS SDK for JavaScript Socialmessaging Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
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": "tsc -p tsconfig.cjs.json",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|