@aws-sdk/client-socialmessaging 3.1045.0 → 3.1047.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-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +58 -59
- package/dist-cjs/models/SocialMessagingServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +12 -10
- package/dist-es/SocialMessaging.js +1 -1
- package/dist-es/SocialMessagingClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateWhatsAppBusinessAccountCommand.js +2 -2
- package/dist-es/commands/CreateWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.js +2 -2
- package/dist-es/commands/CreateWhatsAppMessageTemplateMediaCommand.js +2 -2
- package/dist-es/commands/DeleteWhatsAppMessageMediaCommand.js +2 -2
- package/dist-es/commands/DeleteWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/commands/DisassociateWhatsAppBusinessAccountCommand.js +2 -2
- package/dist-es/commands/GetLinkedWhatsAppBusinessAccountCommand.js +2 -2
- package/dist-es/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.js +2 -2
- package/dist-es/commands/GetWhatsAppMessageMediaCommand.js +2 -2
- package/dist-es/commands/GetWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/commands/ListLinkedWhatsAppBusinessAccountsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWhatsAppMessageTemplatesCommand.js +2 -2
- package/dist-es/commands/ListWhatsAppTemplateLibraryCommand.js +2 -2
- package/dist-es/commands/PostWhatsAppMessageMediaCommand.js +2 -2
- package/dist-es/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.js +2 -2
- package/dist-es/commands/SendWhatsAppMessageCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateWhatsAppMessageTemplateCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SocialMessagingServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +12 -10
- package/dist-types/SocialMessagingClient.d.ts +5 -5
- package/dist-types/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +7 -4
- package/dist-types/commands/CreateWhatsAppMessageTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +6 -4
- package/dist-types/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWhatsAppMessageMediaCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +6 -4
- package/dist-types/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +7 -4
- package/dist-types/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +6 -4
- package/dist-types/commands/GetWhatsAppMessageMediaCommand.d.ts +6 -4
- package/dist-types/commands/GetWhatsAppMessageTemplateCommand.d.ts +9 -5
- package/dist-types/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +7 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWhatsAppMessageTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListWhatsAppTemplateLibraryCommand.d.ts +6 -4
- package/dist-types/commands/PostWhatsAppMessageMediaCommand.d.ts +6 -4
- package/dist-types/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +6 -4
- package/dist-types/commands/SendWhatsAppMessageCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +9 -5
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SocialMessagingServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +37 -2
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/SocialMessagingClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWhatsAppMessageMediaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWhatsAppMessageMediaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWhatsAppMessageTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWhatsAppMessageTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWhatsAppTemplateLibraryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PostWhatsAppMessageMediaCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendWhatsAppMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SocialMessagingServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +9 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
AssociateWhatsAppBusinessAccountInput,
|
|
@@ -19,7 +19,7 @@ export interface AssociateWhatsAppBusinessAccountCommandOutput
|
|
|
19
19
|
declare const AssociateWhatsAppBusinessAccountCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: AssociateWhatsAppBusinessAccountCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
AssociateWhatsAppBusinessAccountCommandInput,
|
|
24
24
|
AssociateWhatsAppBusinessAccountCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const AssociateWhatsAppBusinessAccountCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [AssociateWhatsAppBusinessAccountCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
AssociateWhatsAppBusinessAccountCommandInput,
|
|
33
33
|
AssociateWhatsAppBusinessAccountCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class AssociateWhatsAppBusinessAccountCommand extends AssociateWhatsAppBusinessAccountCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateWhatsAppMessageTemplateInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateWhatsAppMessageTemplateCommandOutput
|
|
|
19
19
|
declare const CreateWhatsAppMessageTemplateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateWhatsAppMessageTemplateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateWhatsAppMessageTemplateCommandInput,
|
|
24
24
|
CreateWhatsAppMessageTemplateCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateWhatsAppMessageTemplateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateWhatsAppMessageTemplateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateWhatsAppMessageTemplateCommandInput,
|
|
33
33
|
CreateWhatsAppMessageTemplateCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateWhatsAppMessageTemplateCommand extends CreateWhatsAppMessageTemplateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateWhatsAppMessageTemplateFromLibraryInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateWhatsAppMessageTemplateFromLibraryCommandOutput
|
|
|
19
19
|
declare const CreateWhatsAppMessageTemplateFromLibraryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateWhatsAppMessageTemplateFromLibraryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateWhatsAppMessageTemplateFromLibraryCommandInput,
|
|
24
24
|
CreateWhatsAppMessageTemplateFromLibraryCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateWhatsAppMessageTemplateFromLibraryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateWhatsAppMessageTemplateFromLibraryCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateWhatsAppMessageTemplateFromLibraryCommandInput,
|
|
33
33
|
CreateWhatsAppMessageTemplateFromLibraryCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateWhatsAppMessageTemplateFromLibraryCommand extends CreateWhatsAppMessageTemplateFromLibraryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CreateWhatsAppMessageTemplateMediaInput,
|
|
@@ -19,7 +19,7 @@ export interface CreateWhatsAppMessageTemplateMediaCommandOutput
|
|
|
19
19
|
declare const CreateWhatsAppMessageTemplateMediaCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateWhatsAppMessageTemplateMediaCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateWhatsAppMessageTemplateMediaCommandInput,
|
|
24
24
|
CreateWhatsAppMessageTemplateMediaCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateWhatsAppMessageTemplateMediaCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateWhatsAppMessageTemplateMediaCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateWhatsAppMessageTemplateMediaCommandInput,
|
|
33
33
|
CreateWhatsAppMessageTemplateMediaCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateWhatsAppMessageTemplateMediaCommand extends CreateWhatsAppMessageTemplateMediaCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteWhatsAppMessageMediaInput,
|
|
@@ -19,7 +19,7 @@ export interface DeleteWhatsAppMessageMediaCommandOutput
|
|
|
19
19
|
declare const DeleteWhatsAppMessageMediaCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteWhatsAppMessageMediaCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteWhatsAppMessageMediaCommandInput,
|
|
24
24
|
DeleteWhatsAppMessageMediaCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteWhatsAppMessageMediaCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteWhatsAppMessageMediaCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteWhatsAppMessageMediaCommandInput,
|
|
33
33
|
DeleteWhatsAppMessageMediaCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteWhatsAppMessageMediaCommand extends DeleteWhatsAppMessageMediaCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DeleteWhatsAppMessageTemplateInput,
|
|
@@ -19,7 +19,7 @@ export interface DeleteWhatsAppMessageTemplateCommandOutput
|
|
|
19
19
|
declare const DeleteWhatsAppMessageTemplateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DeleteWhatsAppMessageTemplateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DeleteWhatsAppMessageTemplateCommandInput,
|
|
24
24
|
DeleteWhatsAppMessageTemplateCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DeleteWhatsAppMessageTemplateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DeleteWhatsAppMessageTemplateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DeleteWhatsAppMessageTemplateCommandInput,
|
|
33
33
|
DeleteWhatsAppMessageTemplateCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DeleteWhatsAppMessageTemplateCommand extends DeleteWhatsAppMessageTemplateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
DisassociateWhatsAppBusinessAccountInput,
|
|
@@ -19,7 +19,7 @@ export interface DisassociateWhatsAppBusinessAccountCommandOutput
|
|
|
19
19
|
declare const DisassociateWhatsAppBusinessAccountCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DisassociateWhatsAppBusinessAccountCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DisassociateWhatsAppBusinessAccountCommandInput,
|
|
24
24
|
DisassociateWhatsAppBusinessAccountCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DisassociateWhatsAppBusinessAccountCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DisassociateWhatsAppBusinessAccountCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DisassociateWhatsAppBusinessAccountCommandInput,
|
|
33
33
|
DisassociateWhatsAppBusinessAccountCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DisassociateWhatsAppBusinessAccountCommand extends DisassociateWhatsAppBusinessAccountCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetLinkedWhatsAppBusinessAccountInput,
|
|
@@ -19,7 +19,7 @@ export interface GetLinkedWhatsAppBusinessAccountCommandOutput
|
|
|
19
19
|
declare const GetLinkedWhatsAppBusinessAccountCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetLinkedWhatsAppBusinessAccountCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetLinkedWhatsAppBusinessAccountCommandInput,
|
|
24
24
|
GetLinkedWhatsAppBusinessAccountCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetLinkedWhatsAppBusinessAccountCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetLinkedWhatsAppBusinessAccountCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetLinkedWhatsAppBusinessAccountCommandInput,
|
|
33
33
|
GetLinkedWhatsAppBusinessAccountCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetLinkedWhatsAppBusinessAccountCommand extends GetLinkedWhatsAppBusinessAccountCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetLinkedWhatsAppBusinessAccountPhoneNumberInput,
|
|
@@ -19,7 +19,7 @@ export interface GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput
|
|
|
19
19
|
declare const GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput,
|
|
24
24
|
GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput,
|
|
33
33
|
GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetLinkedWhatsAppBusinessAccountPhoneNumberCommand extends GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetWhatsAppMessageMediaInput,
|
|
@@ -19,7 +19,7 @@ export interface GetWhatsAppMessageMediaCommandOutput
|
|
|
19
19
|
declare const GetWhatsAppMessageMediaCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetWhatsAppMessageMediaCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetWhatsAppMessageMediaCommandInput,
|
|
24
24
|
GetWhatsAppMessageMediaCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetWhatsAppMessageMediaCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetWhatsAppMessageMediaCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetWhatsAppMessageMediaCommandInput,
|
|
33
33
|
GetWhatsAppMessageMediaCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetWhatsAppMessageMediaCommand extends GetWhatsAppMessageMediaCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
GetWhatsAppMessageTemplateInput,
|
|
@@ -19,7 +19,7 @@ export interface GetWhatsAppMessageTemplateCommandOutput
|
|
|
19
19
|
declare const GetWhatsAppMessageTemplateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetWhatsAppMessageTemplateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetWhatsAppMessageTemplateCommandInput,
|
|
24
24
|
GetWhatsAppMessageTemplateCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetWhatsAppMessageTemplateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetWhatsAppMessageTemplateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetWhatsAppMessageTemplateCommandInput,
|
|
33
33
|
GetWhatsAppMessageTemplateCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetWhatsAppMessageTemplateCommand extends GetWhatsAppMessageTemplateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListLinkedWhatsAppBusinessAccountsInput,
|
|
@@ -19,7 +19,7 @@ export interface ListLinkedWhatsAppBusinessAccountsCommandOutput
|
|
|
19
19
|
declare const ListLinkedWhatsAppBusinessAccountsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListLinkedWhatsAppBusinessAccountsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListLinkedWhatsAppBusinessAccountsCommandInput,
|
|
24
24
|
ListLinkedWhatsAppBusinessAccountsCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListLinkedWhatsAppBusinessAccountsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListLinkedWhatsAppBusinessAccountsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListLinkedWhatsAppBusinessAccountsCommandInput,
|
|
33
33
|
ListLinkedWhatsAppBusinessAccountsCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListLinkedWhatsAppBusinessAccountsCommand extends ListLinkedWhatsAppBusinessAccountsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListTagsForResourceInput,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListWhatsAppMessageTemplatesInput,
|
|
@@ -19,7 +19,7 @@ export interface ListWhatsAppMessageTemplatesCommandOutput
|
|
|
19
19
|
declare const ListWhatsAppMessageTemplatesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListWhatsAppMessageTemplatesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListWhatsAppMessageTemplatesCommandInput,
|
|
24
24
|
ListWhatsAppMessageTemplatesCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListWhatsAppMessageTemplatesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListWhatsAppMessageTemplatesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListWhatsAppMessageTemplatesCommandInput,
|
|
33
33
|
ListWhatsAppMessageTemplatesCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListWhatsAppMessageTemplatesCommand extends ListWhatsAppMessageTemplatesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ListWhatsAppTemplateLibraryInput,
|
|
@@ -19,7 +19,7 @@ export interface ListWhatsAppTemplateLibraryCommandOutput
|
|
|
19
19
|
declare const ListWhatsAppTemplateLibraryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListWhatsAppTemplateLibraryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListWhatsAppTemplateLibraryCommandInput,
|
|
24
24
|
ListWhatsAppTemplateLibraryCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListWhatsAppTemplateLibraryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListWhatsAppTemplateLibraryCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListWhatsAppTemplateLibraryCommandInput,
|
|
33
33
|
ListWhatsAppTemplateLibraryCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListWhatsAppTemplateLibraryCommand extends ListWhatsAppTemplateLibraryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PostWhatsAppMessageMediaInput,
|
|
@@ -19,7 +19,7 @@ export interface PostWhatsAppMessageMediaCommandOutput
|
|
|
19
19
|
declare const PostWhatsAppMessageMediaCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PostWhatsAppMessageMediaCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PostWhatsAppMessageMediaCommandInput,
|
|
24
24
|
PostWhatsAppMessageMediaCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PostWhatsAppMessageMediaCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PostWhatsAppMessageMediaCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PostWhatsAppMessageMediaCommandInput,
|
|
33
33
|
PostWhatsAppMessageMediaCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PostWhatsAppMessageMediaCommand extends PostWhatsAppMessageMediaCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
PutWhatsAppBusinessAccountEventDestinationsInput,
|
|
@@ -19,7 +19,7 @@ export interface PutWhatsAppBusinessAccountEventDestinationsCommandOutput
|
|
|
19
19
|
declare const PutWhatsAppBusinessAccountEventDestinationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutWhatsAppBusinessAccountEventDestinationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutWhatsAppBusinessAccountEventDestinationsCommandInput,
|
|
24
24
|
PutWhatsAppBusinessAccountEventDestinationsCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutWhatsAppBusinessAccountEventDestinationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutWhatsAppBusinessAccountEventDestinationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutWhatsAppBusinessAccountEventDestinationsCommandInput,
|
|
33
33
|
PutWhatsAppBusinessAccountEventDestinationsCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutWhatsAppBusinessAccountEventDestinationsCommand extends PutWhatsAppBusinessAccountEventDestinationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
SendWhatsAppMessageInput,
|
|
@@ -19,7 +19,7 @@ export interface SendWhatsAppMessageCommandOutput
|
|
|
19
19
|
declare const SendWhatsAppMessageCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: SendWhatsAppMessageCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
SendWhatsAppMessageCommandInput,
|
|
24
24
|
SendWhatsAppMessageCommandOutput,
|
|
25
25
|
SocialMessagingClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const SendWhatsAppMessageCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: SendWhatsAppMessageCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
SendWhatsAppMessageCommandInput,
|
|
33
33
|
SendWhatsAppMessageCommandOutput,
|
|
34
34
|
SocialMessagingClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class SendWhatsAppMessageCommand extends SendWhatsAppMessageCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
4
4
|
import {
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
SocialMessagingClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
SocialMessagingClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|