@aws-sdk/client-socialmessaging 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/dist-cjs/index.js +42 -315
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateWhatsAppBusinessAccountCommand.js +2 -14
  4. package/dist-es/commands/CreateWhatsAppFlowCommand.js +2 -14
  5. package/dist-es/commands/CreateWhatsAppMessageTemplateCommand.js +2 -14
  6. package/dist-es/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.js +2 -14
  7. package/dist-es/commands/CreateWhatsAppMessageTemplateMediaCommand.js +2 -14
  8. package/dist-es/commands/DeleteWhatsAppFlowCommand.js +2 -14
  9. package/dist-es/commands/DeleteWhatsAppMessageMediaCommand.js +2 -14
  10. package/dist-es/commands/DeleteWhatsAppMessageTemplateCommand.js +2 -14
  11. package/dist-es/commands/DeprecateWhatsAppFlowCommand.js +2 -14
  12. package/dist-es/commands/DisassociateWhatsAppBusinessAccountCommand.js +2 -14
  13. package/dist-es/commands/GetLinkedWhatsAppBusinessAccountCommand.js +2 -14
  14. package/dist-es/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.js +2 -14
  15. package/dist-es/commands/GetWhatsAppFlowCommand.js +2 -14
  16. package/dist-es/commands/GetWhatsAppFlowPreviewCommand.js +2 -14
  17. package/dist-es/commands/GetWhatsAppMessageMediaCommand.js +2 -14
  18. package/dist-es/commands/GetWhatsAppMessageTemplateCommand.js +2 -14
  19. package/dist-es/commands/ListLinkedWhatsAppBusinessAccountsCommand.js +2 -14
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  21. package/dist-es/commands/ListWhatsAppFlowAssetsCommand.js +2 -14
  22. package/dist-es/commands/ListWhatsAppFlowsCommand.js +2 -14
  23. package/dist-es/commands/ListWhatsAppMessageTemplatesCommand.js +2 -14
  24. package/dist-es/commands/ListWhatsAppTemplateLibraryCommand.js +2 -14
  25. package/dist-es/commands/PostWhatsAppMessageMediaCommand.js +2 -14
  26. package/dist-es/commands/PublishWhatsAppFlowCommand.js +2 -14
  27. package/dist-es/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.js +2 -14
  28. package/dist-es/commands/SendWhatsAppMessageCommand.js +2 -14
  29. package/dist-es/commands/TagResourceCommand.js +2 -14
  30. package/dist-es/commands/UntagResourceCommand.js +2 -14
  31. package/dist-es/commands/UpdateWhatsAppFlowAssetsCommand.js +2 -14
  32. package/dist-es/commands/UpdateWhatsAppFlowCommand.js +2 -14
  33. package/dist-es/commands/UpdateWhatsAppMessageTemplateCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-es/runtimeConfig.browser.js +0 -2
  36. package/dist-es/runtimeConfig.js +1 -2
  37. package/dist-es/runtimeConfig.native.js +0 -2
  38. package/dist-es/runtimeConfig.shared.js +2 -0
  39. package/dist-types/commandBuilder.d.ts +18 -0
  40. package/dist-types/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateWhatsAppFlowCommand.d.ts +3 -8
  42. package/dist-types/commands/CreateWhatsAppMessageTemplateCommand.d.ts +3 -8
  43. package/dist-types/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +3 -8
  44. package/dist-types/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +3 -8
  45. package/dist-types/commands/DeleteWhatsAppFlowCommand.d.ts +3 -8
  46. package/dist-types/commands/DeleteWhatsAppMessageMediaCommand.d.ts +3 -8
  47. package/dist-types/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +3 -8
  48. package/dist-types/commands/DeprecateWhatsAppFlowCommand.d.ts +3 -8
  49. package/dist-types/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +3 -8
  50. package/dist-types/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +3 -8
  51. package/dist-types/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +3 -8
  52. package/dist-types/commands/GetWhatsAppFlowCommand.d.ts +3 -8
  53. package/dist-types/commands/GetWhatsAppFlowPreviewCommand.d.ts +3 -8
  54. package/dist-types/commands/GetWhatsAppMessageMediaCommand.d.ts +3 -8
  55. package/dist-types/commands/GetWhatsAppMessageTemplateCommand.d.ts +3 -8
  56. package/dist-types/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  58. package/dist-types/commands/ListWhatsAppFlowAssetsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListWhatsAppFlowsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListWhatsAppMessageTemplatesCommand.d.ts +3 -8
  61. package/dist-types/commands/ListWhatsAppTemplateLibraryCommand.d.ts +3 -8
  62. package/dist-types/commands/PostWhatsAppMessageMediaCommand.d.ts +3 -8
  63. package/dist-types/commands/PublishWhatsAppFlowCommand.d.ts +3 -8
  64. package/dist-types/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +3 -8
  65. package/dist-types/commands/SendWhatsAppMessageCommand.d.ts +3 -8
  66. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  67. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateWhatsAppFlowCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  73. package/dist-types/runtimeConfig.d.ts +1 -1
  74. package/dist-types/runtimeConfig.native.d.ts +1 -1
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  77. package/dist-types/ts3.4/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/CreateWhatsAppFlowCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DeleteWhatsAppFlowCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DeleteWhatsAppMessageMediaCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DeprecateWhatsAppFlowCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetWhatsAppFlowCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetWhatsAppFlowPreviewCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/GetWhatsAppMessageMediaCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/GetWhatsAppMessageTemplateCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListWhatsAppFlowAssetsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListWhatsAppFlowsCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListWhatsAppMessageTemplatesCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListWhatsAppTemplateLibraryCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/PostWhatsAppMessageMediaCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/PublishWhatsAppFlowCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/SendWhatsAppMessageCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/UpdateWhatsAppFlowCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/index.d.ts +1 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  112. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  113. package/package.json +8 -10
@@ -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: {
@@ -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
  DisassociateWhatsAppBusinessAccountInput,
5
4
  DisassociateWhatsAppBusinessAccountOutput,
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 DisassociateWhatsAppBusinessAccountCommandInput
15
8
  extends DisassociateWhatsAppBusinessAccountInput {}
16
9
  export interface DisassociateWhatsAppBusinessAccountCommandOutput
@@ -22,22 +15,20 @@ declare const DisassociateWhatsAppBusinessAccountCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DisassociateWhatsAppBusinessAccountCommandInput,
24
17
  DisassociateWhatsAppBusinessAccountCommandOutput,
25
- SocialMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SocialMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DisassociateWhatsAppBusinessAccountCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DisassociateWhatsAppBusinessAccountCommandInput,
33
26
  DisassociateWhatsAppBusinessAccountCommandOutput,
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 DisassociateWhatsAppBusinessAccountCommand extends DisassociateWhatsAppBusinessAccountCommand_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
  GetLinkedWhatsAppBusinessAccountInput,
5
4
  GetLinkedWhatsAppBusinessAccountOutput,
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 GetLinkedWhatsAppBusinessAccountCommandInput
15
8
  extends GetLinkedWhatsAppBusinessAccountInput {}
16
9
  export interface GetLinkedWhatsAppBusinessAccountCommandOutput
@@ -22,22 +15,20 @@ declare const GetLinkedWhatsAppBusinessAccountCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetLinkedWhatsAppBusinessAccountCommandInput,
24
17
  GetLinkedWhatsAppBusinessAccountCommandOutput,
25
- SocialMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SocialMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetLinkedWhatsAppBusinessAccountCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetLinkedWhatsAppBusinessAccountCommandInput,
33
26
  GetLinkedWhatsAppBusinessAccountCommandOutput,
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 GetLinkedWhatsAppBusinessAccountCommand extends GetLinkedWhatsAppBusinessAccountCommand_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
  GetLinkedWhatsAppBusinessAccountPhoneNumberInput,
5
4
  GetLinkedWhatsAppBusinessAccountPhoneNumberOutput,
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 GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput
15
8
  extends GetLinkedWhatsAppBusinessAccountPhoneNumberInput {}
16
9
  export interface GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput
@@ -22,22 +15,20 @@ declare const GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput,
24
17
  GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput,
25
- SocialMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SocialMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput,
33
26
  GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput,
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 GetLinkedWhatsAppBusinessAccountPhoneNumberCommand extends GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_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
  GetWhatsAppFlowInput,
5
4
  GetWhatsAppFlowOutput,
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 GetWhatsAppFlowCommandInput extends GetWhatsAppFlowInput {}
15
8
  export interface GetWhatsAppFlowCommandOutput
16
9
  extends GetWhatsAppFlowOutput,
@@ -21,22 +14,20 @@ declare const GetWhatsAppFlowCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  GetWhatsAppFlowCommandInput,
23
16
  GetWhatsAppFlowCommandOutput,
24
- SocialMessagingClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SocialMessagingClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: GetWhatsAppFlowCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  GetWhatsAppFlowCommandInput,
32
25
  GetWhatsAppFlowCommandOutput,
33
- SocialMessagingClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SocialMessagingClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class GetWhatsAppFlowCommand extends GetWhatsAppFlowCommand_base {
42
33
  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
  GetWhatsAppFlowPreviewInput,
5
4
  GetWhatsAppFlowPreviewOutput,
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 GetWhatsAppFlowPreviewCommandInput
15
8
  extends GetWhatsAppFlowPreviewInput {}
16
9
  export interface GetWhatsAppFlowPreviewCommandOutput
@@ -22,22 +15,20 @@ declare const GetWhatsAppFlowPreviewCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetWhatsAppFlowPreviewCommandInput,
24
17
  GetWhatsAppFlowPreviewCommandOutput,
25
- SocialMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SocialMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetWhatsAppFlowPreviewCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetWhatsAppFlowPreviewCommandInput,
33
26
  GetWhatsAppFlowPreviewCommandOutput,
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 GetWhatsAppFlowPreviewCommand extends GetWhatsAppFlowPreviewCommand_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
  GetWhatsAppMessageMediaInput,
5
4
  GetWhatsAppMessageMediaOutput,
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 GetWhatsAppMessageMediaCommandInput
15
8
  extends GetWhatsAppMessageMediaInput {}
16
9
  export interface GetWhatsAppMessageMediaCommandOutput
@@ -22,22 +15,20 @@ declare const GetWhatsAppMessageMediaCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetWhatsAppMessageMediaCommandInput,
24
17
  GetWhatsAppMessageMediaCommandOutput,
25
- SocialMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SocialMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetWhatsAppMessageMediaCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetWhatsAppMessageMediaCommandInput,
33
26
  GetWhatsAppMessageMediaCommandOutput,
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 GetWhatsAppMessageMediaCommand extends GetWhatsAppMessageMediaCommand_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
  GetWhatsAppMessageTemplateInput,
5
4
  GetWhatsAppMessageTemplateOutput,
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 GetWhatsAppMessageTemplateCommandInput
15
8
  extends GetWhatsAppMessageTemplateInput {}
16
9
  export interface GetWhatsAppMessageTemplateCommandOutput
@@ -22,22 +15,20 @@ declare const GetWhatsAppMessageTemplateCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetWhatsAppMessageTemplateCommandInput,
24
17
  GetWhatsAppMessageTemplateCommandOutput,
25
- SocialMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SocialMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetWhatsAppMessageTemplateCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetWhatsAppMessageTemplateCommandInput,
33
26
  GetWhatsAppMessageTemplateCommandOutput,
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 GetWhatsAppMessageTemplateCommand extends GetWhatsAppMessageTemplateCommand_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
  ListLinkedWhatsAppBusinessAccountsInput,
5
4
  ListLinkedWhatsAppBusinessAccountsOutput,
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 ListLinkedWhatsAppBusinessAccountsCommandInput
15
8
  extends ListLinkedWhatsAppBusinessAccountsInput {}
16
9
  export interface ListLinkedWhatsAppBusinessAccountsCommandOutput
@@ -22,22 +15,20 @@ declare const ListLinkedWhatsAppBusinessAccountsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListLinkedWhatsAppBusinessAccountsCommandInput,
24
17
  ListLinkedWhatsAppBusinessAccountsCommandOutput,
25
- SocialMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SocialMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListLinkedWhatsAppBusinessAccountsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListLinkedWhatsAppBusinessAccountsCommandInput,
33
26
  ListLinkedWhatsAppBusinessAccountsCommandOutput,
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 ListLinkedWhatsAppBusinessAccountsCommand extends ListLinkedWhatsAppBusinessAccountsCommand_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
  ListTagsForResourceInput,
5
4
  ListTagsForResourceOutput,
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 ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceInput {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- SocialMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SocialMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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
  ListWhatsAppFlowAssetsInput,
5
4
  ListWhatsAppFlowAssetsOutput,
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 ListWhatsAppFlowAssetsCommandInput
15
8
  extends ListWhatsAppFlowAssetsInput {}
16
9
  export interface ListWhatsAppFlowAssetsCommandOutput
@@ -22,22 +15,20 @@ declare const ListWhatsAppFlowAssetsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListWhatsAppFlowAssetsCommandInput,
24
17
  ListWhatsAppFlowAssetsCommandOutput,
25
- SocialMessagingClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SocialMessagingClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListWhatsAppFlowAssetsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListWhatsAppFlowAssetsCommandInput,
33
26
  ListWhatsAppFlowAssetsCommandOutput,
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 ListWhatsAppFlowAssetsCommand extends ListWhatsAppFlowAssetsCommand_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
  ListWhatsAppFlowsInput,
5
4
  ListWhatsAppFlowsOutput,
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 ListWhatsAppFlowsCommandInput extends ListWhatsAppFlowsInput {}
15
8
  export interface ListWhatsAppFlowsCommandOutput
16
9
  extends ListWhatsAppFlowsOutput,
@@ -21,22 +14,20 @@ declare const ListWhatsAppFlowsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListWhatsAppFlowsCommandInput,
23
16
  ListWhatsAppFlowsCommandOutput,
24
- SocialMessagingClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SocialMessagingClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListWhatsAppFlowsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListWhatsAppFlowsCommandInput,
32
25
  ListWhatsAppFlowsCommandOutput,
33
- SocialMessagingClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SocialMessagingClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListWhatsAppFlowsCommand extends ListWhatsAppFlowsCommand_base {
42
33
  protected static __types: {