@aws-sdk/client-socialmessaging 3.1077.0 → 3.1079.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/index.js +39 -313
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateWhatsAppBusinessAccountCommand.js +2 -14
- package/dist-es/commands/CreateWhatsAppFlowCommand.js +2 -14
- package/dist-es/commands/CreateWhatsAppMessageTemplateCommand.js +2 -14
- package/dist-es/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.js +2 -14
- package/dist-es/commands/CreateWhatsAppMessageTemplateMediaCommand.js +2 -14
- package/dist-es/commands/DeleteWhatsAppFlowCommand.js +2 -14
- package/dist-es/commands/DeleteWhatsAppMessageMediaCommand.js +2 -14
- package/dist-es/commands/DeleteWhatsAppMessageTemplateCommand.js +2 -14
- package/dist-es/commands/DeprecateWhatsAppFlowCommand.js +2 -14
- package/dist-es/commands/DisassociateWhatsAppBusinessAccountCommand.js +2 -14
- package/dist-es/commands/GetLinkedWhatsAppBusinessAccountCommand.js +2 -14
- package/dist-es/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.js +2 -14
- package/dist-es/commands/GetWhatsAppFlowCommand.js +2 -14
- package/dist-es/commands/GetWhatsAppFlowPreviewCommand.js +2 -14
- package/dist-es/commands/GetWhatsAppMessageMediaCommand.js +2 -14
- package/dist-es/commands/GetWhatsAppMessageTemplateCommand.js +2 -14
- package/dist-es/commands/ListLinkedWhatsAppBusinessAccountsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWhatsAppFlowAssetsCommand.js +2 -14
- package/dist-es/commands/ListWhatsAppFlowsCommand.js +2 -14
- package/dist-es/commands/ListWhatsAppMessageTemplatesCommand.js +2 -14
- package/dist-es/commands/ListWhatsAppTemplateLibraryCommand.js +2 -14
- package/dist-es/commands/PostWhatsAppMessageMediaCommand.js +2 -14
- package/dist-es/commands/PublishWhatsAppFlowCommand.js +2 -14
- package/dist-es/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.js +2 -14
- package/dist-es/commands/SendWhatsAppMessageCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateWhatsAppFlowAssetsCommand.js +2 -14
- package/dist-es/commands/UpdateWhatsAppFlowCommand.js +2 -14
- package/dist-es/commands/UpdateWhatsAppMessageTemplateCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +3 -8
- package/dist-types/commands/CreateWhatsAppFlowCommand.d.ts +3 -8
- package/dist-types/commands/CreateWhatsAppMessageTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +3 -8
- package/dist-types/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWhatsAppFlowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWhatsAppMessageMediaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeprecateWhatsAppFlowCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/GetWhatsAppFlowCommand.d.ts +3 -8
- package/dist-types/commands/GetWhatsAppFlowPreviewCommand.d.ts +3 -8
- package/dist-types/commands/GetWhatsAppMessageMediaCommand.d.ts +3 -8
- package/dist-types/commands/GetWhatsAppMessageTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWhatsAppFlowAssetsCommand.d.ts +3 -8
- package/dist-types/commands/ListWhatsAppFlowsCommand.d.ts +3 -8
- package/dist-types/commands/ListWhatsAppMessageTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListWhatsAppTemplateLibraryCommand.d.ts +3 -8
- package/dist-types/commands/PostWhatsAppMessageMediaCommand.d.ts +3 -8
- package/dist-types/commands/PublishWhatsAppFlowCommand.d.ts +3 -8
- package/dist-types/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +3 -8
- package/dist-types/commands/SendWhatsAppMessageCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWhatsAppFlowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWhatsAppFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWhatsAppFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWhatsAppMessageMediaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprecateWhatsAppFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWhatsAppFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWhatsAppFlowPreviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWhatsAppMessageMediaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWhatsAppMessageTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWhatsAppFlowAssetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWhatsAppFlowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWhatsAppMessageTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWhatsAppTemplateLibraryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PostWhatsAppMessageMediaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PublishWhatsAppFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendWhatsAppMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWhatsAppFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds or overwrites only the specified tags for the specified resource. When you specify
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the specified tags from a resource. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateWhatsAppFlowAssetsInput, UpdateWhatsAppFlowAssetsOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateWhatsAppFlowAssetsCommandInput extends UpdateWhatsAppFlow
|
|
|
22
19
|
export interface UpdateWhatsAppFlowAssetsCommandOutput extends UpdateWhatsAppFlowAssetsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateWhatsAppFlowAssetsCommand_base: {
|
|
25
|
-
new (input: UpdateWhatsAppFlowAssetsCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppFlowAssetsCommandInput, UpdateWhatsAppFlowAssetsCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateWhatsAppFlowAssetsCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppFlowAssetsCommandInput, UpdateWhatsAppFlowAssetsCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateWhatsAppFlowAssetsCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppFlowAssetsCommandInput, UpdateWhatsAppFlowAssetsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateWhatsAppFlowAssetsCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppFlowAssetsCommandInput, UpdateWhatsAppFlowAssetsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the Flow JSON definition (assets) of a WhatsApp Flow. Updating a published Flow's assets reverts it to DRAFT status, requiring re-publishing.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateWhatsAppFlowInput, UpdateWhatsAppFlowOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateWhatsAppFlowCommandInput extends UpdateWhatsAppFlowInput
|
|
|
22
19
|
export interface UpdateWhatsAppFlowCommandOutput extends UpdateWhatsAppFlowOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateWhatsAppFlowCommand_base: {
|
|
25
|
-
new (input: UpdateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppFlowCommandInput, UpdateWhatsAppFlowCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppFlowCommandInput, UpdateWhatsAppFlowCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppFlowCommandInput, UpdateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppFlowCommandInput, UpdateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the metadata of a WhatsApp Flow, such as its name or categories. This does not update the Flow JSON definition. Use <a href="https://docs.aws.amazon.com/social-messaging/latest/APIReference/API_UpdateWhatsAppFlowAssets.html">UpdateWhatsAppFlowAssets</a> to update the Flow JSON.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateWhatsAppMessageTemplateInput, UpdateWhatsAppMessageTemplateOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "../SocialMessagingClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateWhatsAppMessageTemplateCommandInput extends UpdateWhatsAp
|
|
|
22
19
|
export interface UpdateWhatsAppMessageTemplateCommandOutput extends UpdateWhatsAppMessageTemplateOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateWhatsAppMessageTemplateCommand_base: {
|
|
25
|
-
new (input: UpdateWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppMessageTemplateCommandInput, UpdateWhatsAppMessageTemplateCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppMessageTemplateCommandInput, UpdateWhatsAppMessageTemplateCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppMessageTemplateCommandInput, UpdateWhatsAppMessageTemplateCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateWhatsAppMessageTemplateCommandInput, UpdateWhatsAppMessageTemplateCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing WhatsApp message template.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
34
34
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
35
35
|
export type { SocialMessagingExtensionConfiguration } from "./extensionConfiguration";
|
|
36
36
|
export * from "./commands";
|
|
37
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
37
38
|
export * from "./schemas/schemas_0";
|
|
38
39
|
export * from "./pagination";
|
|
39
40
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ServiceInputTypes,
|
|
4
|
+
ServiceOutputTypes,
|
|
5
|
+
SocialMessagingClientResolvedConfig,
|
|
6
|
+
} from "./SocialMessagingClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
SocialMessagingClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
SocialMessagingClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
AssociateWhatsAppBusinessAccountInput,
|
|
5
4
|
AssociateWhatsAppBusinessAccountOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SocialMessagingClientResolvedConfig,
|
|
11
|
-
} from "../SocialMessagingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface AssociateWhatsAppBusinessAccountCommandInput
|
|
15
8
|
extends AssociateWhatsAppBusinessAccountInput {}
|
|
16
9
|
export interface AssociateWhatsAppBusinessAccountCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateWhatsAppBusinessAccountCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateWhatsAppBusinessAccountCommandInput,
|
|
24
17
|
AssociateWhatsAppBusinessAccountCommandOutput,
|
|
25
|
-
SocialMessagingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [AssociateWhatsAppBusinessAccountCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateWhatsAppBusinessAccountCommandInput,
|
|
33
26
|
AssociateWhatsAppBusinessAccountCommandOutput,
|
|
34
|
-
SocialMessagingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class AssociateWhatsAppBusinessAccountCommand extends AssociateWhatsAppBusinessAccountCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateWhatsAppFlowInput,
|
|
5
4
|
CreateWhatsAppFlowOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SocialMessagingClientResolvedConfig,
|
|
11
|
-
} from "../SocialMessagingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateWhatsAppFlowCommandInput
|
|
15
8
|
extends CreateWhatsAppFlowInput {}
|
|
16
9
|
export interface CreateWhatsAppFlowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateWhatsAppFlowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateWhatsAppFlowCommandInput,
|
|
24
17
|
CreateWhatsAppFlowCommandOutput,
|
|
25
|
-
SocialMessagingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateWhatsAppFlowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateWhatsAppFlowCommandInput,
|
|
33
26
|
CreateWhatsAppFlowCommandOutput,
|
|
34
|
-
SocialMessagingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateWhatsAppFlowCommand extends CreateWhatsAppFlowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateWhatsAppMessageTemplateInput,
|
|
5
4
|
CreateWhatsAppMessageTemplateOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SocialMessagingClientResolvedConfig,
|
|
11
|
-
} from "../SocialMessagingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateWhatsAppMessageTemplateCommandInput
|
|
15
8
|
extends CreateWhatsAppMessageTemplateInput {}
|
|
16
9
|
export interface CreateWhatsAppMessageTemplateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateWhatsAppMessageTemplateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateWhatsAppMessageTemplateCommandInput,
|
|
24
17
|
CreateWhatsAppMessageTemplateCommandOutput,
|
|
25
|
-
SocialMessagingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateWhatsAppMessageTemplateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateWhatsAppMessageTemplateCommandInput,
|
|
33
26
|
CreateWhatsAppMessageTemplateCommandOutput,
|
|
34
|
-
SocialMessagingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateWhatsAppMessageTemplateCommand extends CreateWhatsAppMessageTemplateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateWhatsAppMessageTemplateFromLibraryInput,
|
|
5
4
|
CreateWhatsAppMessageTemplateFromLibraryOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SocialMessagingClientResolvedConfig,
|
|
11
|
-
} from "../SocialMessagingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateWhatsAppMessageTemplateFromLibraryCommandInput
|
|
15
8
|
extends CreateWhatsAppMessageTemplateFromLibraryInput {}
|
|
16
9
|
export interface CreateWhatsAppMessageTemplateFromLibraryCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateWhatsAppMessageTemplateFromLibraryCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateWhatsAppMessageTemplateFromLibraryCommandInput,
|
|
24
17
|
CreateWhatsAppMessageTemplateFromLibraryCommandOutput,
|
|
25
|
-
SocialMessagingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateWhatsAppMessageTemplateFromLibraryCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateWhatsAppMessageTemplateFromLibraryCommandInput,
|
|
33
26
|
CreateWhatsAppMessageTemplateFromLibraryCommandOutput,
|
|
34
|
-
SocialMessagingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateWhatsAppMessageTemplateFromLibraryCommand extends CreateWhatsAppMessageTemplateFromLibraryCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
CreateWhatsAppMessageTemplateMediaInput,
|
|
5
4
|
CreateWhatsAppMessageTemplateMediaOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SocialMessagingClientResolvedConfig,
|
|
11
|
-
} from "../SocialMessagingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateWhatsAppMessageTemplateMediaCommandInput
|
|
15
8
|
extends CreateWhatsAppMessageTemplateMediaInput {}
|
|
16
9
|
export interface CreateWhatsAppMessageTemplateMediaCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateWhatsAppMessageTemplateMediaCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateWhatsAppMessageTemplateMediaCommandInput,
|
|
24
17
|
CreateWhatsAppMessageTemplateMediaCommandOutput,
|
|
25
|
-
SocialMessagingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateWhatsAppMessageTemplateMediaCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateWhatsAppMessageTemplateMediaCommandInput,
|
|
33
26
|
CreateWhatsAppMessageTemplateMediaCommandOutput,
|
|
34
|
-
SocialMessagingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreateWhatsAppMessageTemplateMediaCommand extends CreateWhatsAppMessageTemplateMediaCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteWhatsAppFlowInput,
|
|
5
4
|
DeleteWhatsAppFlowOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SocialMessagingClientResolvedConfig,
|
|
11
|
-
} from "../SocialMessagingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteWhatsAppFlowCommandInput
|
|
15
8
|
extends DeleteWhatsAppFlowInput {}
|
|
16
9
|
export interface DeleteWhatsAppFlowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteWhatsAppFlowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteWhatsAppFlowCommandInput,
|
|
24
17
|
DeleteWhatsAppFlowCommandOutput,
|
|
25
|
-
SocialMessagingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteWhatsAppFlowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteWhatsAppFlowCommandInput,
|
|
33
26
|
DeleteWhatsAppFlowCommandOutput,
|
|
34
|
-
SocialMessagingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteWhatsAppFlowCommand extends DeleteWhatsAppFlowCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteWhatsAppMessageMediaInput,
|
|
5
4
|
DeleteWhatsAppMessageMediaOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SocialMessagingClientResolvedConfig,
|
|
11
|
-
} from "../SocialMessagingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteWhatsAppMessageMediaCommandInput
|
|
15
8
|
extends DeleteWhatsAppMessageMediaInput {}
|
|
16
9
|
export interface DeleteWhatsAppMessageMediaCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteWhatsAppMessageMediaCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteWhatsAppMessageMediaCommandInput,
|
|
24
17
|
DeleteWhatsAppMessageMediaCommandOutput,
|
|
25
|
-
SocialMessagingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteWhatsAppMessageMediaCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteWhatsAppMessageMediaCommandInput,
|
|
33
26
|
DeleteWhatsAppMessageMediaCommandOutput,
|
|
34
|
-
SocialMessagingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteWhatsAppMessageMediaCommand extends DeleteWhatsAppMessageMediaCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeleteWhatsAppMessageTemplateInput,
|
|
5
4
|
DeleteWhatsAppMessageTemplateOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SocialMessagingClientResolvedConfig,
|
|
11
|
-
} from "../SocialMessagingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteWhatsAppMessageTemplateCommandInput
|
|
15
8
|
extends DeleteWhatsAppMessageTemplateInput {}
|
|
16
9
|
export interface DeleteWhatsAppMessageTemplateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteWhatsAppMessageTemplateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteWhatsAppMessageTemplateCommandInput,
|
|
24
17
|
DeleteWhatsAppMessageTemplateCommandOutput,
|
|
25
|
-
SocialMessagingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteWhatsAppMessageTemplateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteWhatsAppMessageTemplateCommandInput,
|
|
33
26
|
DeleteWhatsAppMessageTemplateCommandOutput,
|
|
34
|
-
SocialMessagingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeleteWhatsAppMessageTemplateCommand extends DeleteWhatsAppMessageTemplateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
DeprecateWhatsAppFlowInput,
|
|
5
4
|
DeprecateWhatsAppFlowOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SocialMessagingClientResolvedConfig,
|
|
11
|
-
} from "../SocialMessagingClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeprecateWhatsAppFlowCommandInput
|
|
15
8
|
extends DeprecateWhatsAppFlowInput {}
|
|
16
9
|
export interface DeprecateWhatsAppFlowCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeprecateWhatsAppFlowCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeprecateWhatsAppFlowCommandInput,
|
|
24
17
|
DeprecateWhatsAppFlowCommandOutput,
|
|
25
|
-
SocialMessagingClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeprecateWhatsAppFlowCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeprecateWhatsAppFlowCommandInput,
|
|
33
26
|
DeprecateWhatsAppFlowCommandOutput,
|
|
34
|
-
SocialMessagingClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SocialMessagingClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DeprecateWhatsAppFlowCommand extends DeprecateWhatsAppFlowCommand_base {
|
|
43
34
|
protected static __types: {
|