@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,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 { CreateWhatsAppMessageTemplateFromLibraryInput, CreateWhatsAppMessageTemplateFromLibraryOutput } 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 CreateWhatsAppMessageTemplateFromLibraryCommandInput extends Cr
22
19
  export interface CreateWhatsAppMessageTemplateFromLibraryCommandOutput extends CreateWhatsAppMessageTemplateFromLibraryOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWhatsAppMessageTemplateFromLibraryCommand_base: {
25
- new (input: CreateWhatsAppMessageTemplateFromLibraryCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateFromLibraryCommandInput, CreateWhatsAppMessageTemplateFromLibraryCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWhatsAppMessageTemplateFromLibraryCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateFromLibraryCommandInput, CreateWhatsAppMessageTemplateFromLibraryCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWhatsAppMessageTemplateFromLibraryCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateFromLibraryCommandInput, CreateWhatsAppMessageTemplateFromLibraryCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWhatsAppMessageTemplateFromLibraryCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateFromLibraryCommandInput, CreateWhatsAppMessageTemplateFromLibraryCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new WhatsApp message template using a template from Meta's template library.</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 { CreateWhatsAppMessageTemplateMediaInput, CreateWhatsAppMessageTemplateMediaOutput } 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 CreateWhatsAppMessageTemplateMediaCommandInput extends CreateWh
22
19
  export interface CreateWhatsAppMessageTemplateMediaCommandOutput extends CreateWhatsAppMessageTemplateMediaOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWhatsAppMessageTemplateMediaCommand_base: {
25
- new (input: CreateWhatsAppMessageTemplateMediaCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateMediaCommandInput, CreateWhatsAppMessageTemplateMediaCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWhatsAppMessageTemplateMediaCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateMediaCommandInput, CreateWhatsAppMessageTemplateMediaCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWhatsAppMessageTemplateMediaCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateMediaCommandInput, CreateWhatsAppMessageTemplateMediaCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWhatsAppMessageTemplateMediaCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateMediaCommandInput, CreateWhatsAppMessageTemplateMediaCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Uploads media for use in a WhatsApp message template.</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 { DeleteWhatsAppFlowInput, DeleteWhatsAppFlowOutput } 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 DeleteWhatsAppFlowCommandInput extends DeleteWhatsAppFlowInput
22
19
  export interface DeleteWhatsAppFlowCommandOutput extends DeleteWhatsAppFlowOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWhatsAppFlowCommand_base: {
25
- new (input: DeleteWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppFlowCommandInput, DeleteWhatsAppFlowCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppFlowCommandInput, DeleteWhatsAppFlowCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppFlowCommandInput, DeleteWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppFlowCommandInput, DeleteWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a WhatsApp Flow permanently. Only Flows in DRAFT status can be deleted. Published or deprecated Flows cannot be deleted.</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 { DeleteWhatsAppMessageMediaInput, DeleteWhatsAppMessageMediaOutput } 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 DeleteWhatsAppMessageMediaCommandInput extends DeleteWhatsAppMe
22
19
  export interface DeleteWhatsAppMessageMediaCommandOutput extends DeleteWhatsAppMessageMediaOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWhatsAppMessageMediaCommand_base: {
25
- new (input: DeleteWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppMessageMediaCommandInput, DeleteWhatsAppMessageMediaCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppMessageMediaCommandInput, DeleteWhatsAppMessageMediaCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppMessageMediaCommandInput, DeleteWhatsAppMessageMediaCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppMessageMediaCommandInput, DeleteWhatsAppMessageMediaCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delete a media object from the WhatsApp service. If the object is still in an Amazon S3 bucket you should delete it from there too.</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 { DeleteWhatsAppMessageTemplateInput, DeleteWhatsAppMessageTemplateOutput } 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 DeleteWhatsAppMessageTemplateCommandInput extends DeleteWhatsAp
22
19
  export interface DeleteWhatsAppMessageTemplateCommandOutput extends DeleteWhatsAppMessageTemplateOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWhatsAppMessageTemplateCommand_base: {
25
- new (input: DeleteWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppMessageTemplateCommandInput, DeleteWhatsAppMessageTemplateCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppMessageTemplateCommandInput, DeleteWhatsAppMessageTemplateCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppMessageTemplateCommandInput, DeleteWhatsAppMessageTemplateCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteWhatsAppMessageTemplateCommandInput, DeleteWhatsAppMessageTemplateCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a WhatsApp message template.</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 { DeprecateWhatsAppFlowInput, DeprecateWhatsAppFlowOutput } 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 DeprecateWhatsAppFlowCommandInput extends DeprecateWhatsAppFlow
22
19
  export interface DeprecateWhatsAppFlowCommandOutput extends DeprecateWhatsAppFlowOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DeprecateWhatsAppFlowCommand_base: {
25
- new (input: DeprecateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<DeprecateWhatsAppFlowCommandInput, DeprecateWhatsAppFlowCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeprecateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<DeprecateWhatsAppFlowCommandInput, DeprecateWhatsAppFlowCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeprecateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<DeprecateWhatsAppFlowCommandInput, DeprecateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeprecateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<DeprecateWhatsAppFlowCommandInput, DeprecateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deprecates a published WhatsApp Flow, marking it as no longer recommended for use. The Flow must be in PUBLISHED status. This is an irreversible operation.</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 { DisassociateWhatsAppBusinessAccountInput, DisassociateWhatsAppBusinessAccountOutput } 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 DisassociateWhatsAppBusinessAccountCommandInput extends Disasso
22
19
  export interface DisassociateWhatsAppBusinessAccountCommandOutput extends DisassociateWhatsAppBusinessAccountOutput, __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateWhatsAppBusinessAccountCommand_base: {
25
- new (input: DisassociateWhatsAppBusinessAccountCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWhatsAppBusinessAccountCommandInput, DisassociateWhatsAppBusinessAccountCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateWhatsAppBusinessAccountCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWhatsAppBusinessAccountCommandInput, DisassociateWhatsAppBusinessAccountCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateWhatsAppBusinessAccountCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWhatsAppBusinessAccountCommandInput, DisassociateWhatsAppBusinessAccountCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateWhatsAppBusinessAccountCommandInput): import("@smithy/core/client").CommandImpl<DisassociateWhatsAppBusinessAccountCommandInput, DisassociateWhatsAppBusinessAccountCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Disassociate a WhatsApp Business Account (WABA) from your Amazon Web Services account.</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 { GetLinkedWhatsAppBusinessAccountInput, GetLinkedWhatsAppBusinessAccountOutput } 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 GetLinkedWhatsAppBusinessAccountCommandInput extends GetLinkedW
22
19
  export interface GetLinkedWhatsAppBusinessAccountCommandOutput extends GetLinkedWhatsAppBusinessAccountOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetLinkedWhatsAppBusinessAccountCommand_base: {
25
- new (input: GetLinkedWhatsAppBusinessAccountCommandInput): import("@smithy/core/client").CommandImpl<GetLinkedWhatsAppBusinessAccountCommandInput, GetLinkedWhatsAppBusinessAccountCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLinkedWhatsAppBusinessAccountCommandInput): import("@smithy/core/client").CommandImpl<GetLinkedWhatsAppBusinessAccountCommandInput, GetLinkedWhatsAppBusinessAccountCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLinkedWhatsAppBusinessAccountCommandInput): import("@smithy/core/client").CommandImpl<GetLinkedWhatsAppBusinessAccountCommandInput, GetLinkedWhatsAppBusinessAccountCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLinkedWhatsAppBusinessAccountCommandInput): import("@smithy/core/client").CommandImpl<GetLinkedWhatsAppBusinessAccountCommandInput, GetLinkedWhatsAppBusinessAccountCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get the details of your linked WhatsApp Business Account.</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 { GetLinkedWhatsAppBusinessAccountPhoneNumberInput, GetLinkedWhatsAppBusinessAccountPhoneNumberOutput } 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 GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput extends
22
19
  export interface GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput extends GetLinkedWhatsAppBusinessAccountPhoneNumberOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetLinkedWhatsAppBusinessAccountPhoneNumberCommand_base: {
25
- new (input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput, GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput, GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput, GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput): import("@smithy/core/client").CommandImpl<GetLinkedWhatsAppBusinessAccountPhoneNumberCommandInput, GetLinkedWhatsAppBusinessAccountPhoneNumberCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve the WABA account id and phone number details of a WhatsApp business account phone number.</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 { GetWhatsAppFlowInput, GetWhatsAppFlowOutput } 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 GetWhatsAppFlowCommandInput extends GetWhatsAppFlowInput {
22
19
  export interface GetWhatsAppFlowCommandOutput extends GetWhatsAppFlowOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetWhatsAppFlowCommand_base: {
25
- new (input: GetWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppFlowCommandInput, GetWhatsAppFlowCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppFlowCommandInput, GetWhatsAppFlowCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppFlowCommandInput, GetWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppFlowCommandInput, GetWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the metadata and status of a WhatsApp Flow, including validation errors, preview information, and health status.</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 { GetWhatsAppFlowPreviewInput, GetWhatsAppFlowPreviewOutput } 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 GetWhatsAppFlowPreviewCommandInput extends GetWhatsAppFlowPrevi
22
19
  export interface GetWhatsAppFlowPreviewCommandOutput extends GetWhatsAppFlowPreviewOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetWhatsAppFlowPreviewCommand_base: {
25
- new (input: GetWhatsAppFlowPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppFlowPreviewCommandInput, GetWhatsAppFlowPreviewCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWhatsAppFlowPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppFlowPreviewCommandInput, GetWhatsAppFlowPreviewCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWhatsAppFlowPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppFlowPreviewCommandInput, GetWhatsAppFlowPreviewCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWhatsAppFlowPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppFlowPreviewCommandInput, GetWhatsAppFlowPreviewCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Generates a web preview URL for testing a WhatsApp Flow before publishing. Preview URLs expire in 30 days and can be shared with stakeholders for review.</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 { GetWhatsAppMessageMediaInput, GetWhatsAppMessageMediaOutput } 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 GetWhatsAppMessageMediaCommandInput extends GetWhatsAppMessageM
22
19
  export interface GetWhatsAppMessageMediaCommandOutput extends GetWhatsAppMessageMediaOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetWhatsAppMessageMediaCommand_base: {
25
- new (input: GetWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppMessageMediaCommandInput, GetWhatsAppMessageMediaCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppMessageMediaCommandInput, GetWhatsAppMessageMediaCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppMessageMediaCommandInput, GetWhatsAppMessageMediaCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppMessageMediaCommandInput, GetWhatsAppMessageMediaCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get a media file from the WhatsApp service. On successful completion the media file is
@@ -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 { GetWhatsAppMessageTemplateInput, GetWhatsAppMessageTemplateOutput } 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 GetWhatsAppMessageTemplateCommandInput extends GetWhatsAppMessa
22
19
  export interface GetWhatsAppMessageTemplateCommandOutput extends GetWhatsAppMessageTemplateOutput, __MetadataBearer {
23
20
  }
24
21
  declare const GetWhatsAppMessageTemplateCommand_base: {
25
- new (input: GetWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppMessageTemplateCommandInput, GetWhatsAppMessageTemplateCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppMessageTemplateCommandInput, GetWhatsAppMessageTemplateCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppMessageTemplateCommandInput, GetWhatsAppMessageTemplateCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<GetWhatsAppMessageTemplateCommandInput, GetWhatsAppMessageTemplateCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves a specific WhatsApp message template.</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 { ListLinkedWhatsAppBusinessAccountsInput, ListLinkedWhatsAppBusinessAccountsOutput } 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 ListLinkedWhatsAppBusinessAccountsCommandInput extends ListLink
22
19
  export interface ListLinkedWhatsAppBusinessAccountsCommandOutput extends ListLinkedWhatsAppBusinessAccountsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListLinkedWhatsAppBusinessAccountsCommand_base: {
25
- new (input: ListLinkedWhatsAppBusinessAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListLinkedWhatsAppBusinessAccountsCommandInput, ListLinkedWhatsAppBusinessAccountsCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLinkedWhatsAppBusinessAccountsCommandInput]): import("@smithy/core/client").CommandImpl<ListLinkedWhatsAppBusinessAccountsCommandInput, ListLinkedWhatsAppBusinessAccountsCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLinkedWhatsAppBusinessAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListLinkedWhatsAppBusinessAccountsCommandInput, ListLinkedWhatsAppBusinessAccountsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLinkedWhatsAppBusinessAccountsCommandInput]): import("@smithy/core/client").CommandImpl<ListLinkedWhatsAppBusinessAccountsCommandInput, ListLinkedWhatsAppBusinessAccountsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List all WhatsApp Business Accounts linked to your Amazon Web Services account.</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 { ListTagsForResourceInput, ListTagsForResourceOutput } 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 ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List all tags associated with a resource, such as a phone number or WABA.</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 { ListWhatsAppFlowAssetsInput, ListWhatsAppFlowAssetsOutput } 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 ListWhatsAppFlowAssetsCommandInput extends ListWhatsAppFlowAsse
22
19
  export interface ListWhatsAppFlowAssetsCommandOutput extends ListWhatsAppFlowAssetsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListWhatsAppFlowAssetsCommand_base: {
25
- new (input: ListWhatsAppFlowAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppFlowAssetsCommandInput, ListWhatsAppFlowAssetsCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWhatsAppFlowAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppFlowAssetsCommandInput, ListWhatsAppFlowAssetsCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWhatsAppFlowAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppFlowAssetsCommandInput, ListWhatsAppFlowAssetsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWhatsAppFlowAssetsCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppFlowAssetsCommandInput, ListWhatsAppFlowAssetsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the assets (Flow JSON definition) of a WhatsApp Flow with presigned download URLs. Download URLs are generated by Meta and expire after a short period.</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 { ListWhatsAppFlowsInput, ListWhatsAppFlowsOutput } 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 ListWhatsAppFlowsCommandInput extends ListWhatsAppFlowsInput {
22
19
  export interface ListWhatsAppFlowsCommandOutput extends ListWhatsAppFlowsOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListWhatsAppFlowsCommand_base: {
25
- new (input: ListWhatsAppFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppFlowsCommandInput, ListWhatsAppFlowsCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWhatsAppFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppFlowsCommandInput, ListWhatsAppFlowsCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWhatsAppFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppFlowsCommandInput, ListWhatsAppFlowsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWhatsAppFlowsCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppFlowsCommandInput, ListWhatsAppFlowsCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all WhatsApp Flows for a WhatsApp Business Account. Returns summary information including Flow ID, name, status, and categories.</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 { ListWhatsAppMessageTemplatesInput, ListWhatsAppMessageTemplatesOutput } 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 ListWhatsAppMessageTemplatesCommandInput extends ListWhatsAppMe
22
19
  export interface ListWhatsAppMessageTemplatesCommandOutput extends ListWhatsAppMessageTemplatesOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListWhatsAppMessageTemplatesCommand_base: {
25
- new (input: ListWhatsAppMessageTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppMessageTemplatesCommandInput, ListWhatsAppMessageTemplatesCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWhatsAppMessageTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppMessageTemplatesCommandInput, ListWhatsAppMessageTemplatesCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWhatsAppMessageTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppMessageTemplatesCommandInput, ListWhatsAppMessageTemplatesCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWhatsAppMessageTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppMessageTemplatesCommandInput, ListWhatsAppMessageTemplatesCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists WhatsApp message templates for a specific WhatsApp Business Account.</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 { ListWhatsAppTemplateLibraryInput, ListWhatsAppTemplateLibraryOutput } 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 ListWhatsAppTemplateLibraryCommandInput extends ListWhatsAppTem
22
19
  export interface ListWhatsAppTemplateLibraryCommandOutput extends ListWhatsAppTemplateLibraryOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListWhatsAppTemplateLibraryCommand_base: {
25
- new (input: ListWhatsAppTemplateLibraryCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppTemplateLibraryCommandInput, ListWhatsAppTemplateLibraryCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWhatsAppTemplateLibraryCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppTemplateLibraryCommandInput, ListWhatsAppTemplateLibraryCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWhatsAppTemplateLibraryCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppTemplateLibraryCommandInput, ListWhatsAppTemplateLibraryCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWhatsAppTemplateLibraryCommandInput): import("@smithy/core/client").CommandImpl<ListWhatsAppTemplateLibraryCommandInput, ListWhatsAppTemplateLibraryCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists templates available in Meta's template library for WhatsApp messaging.</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 { PostWhatsAppMessageMediaInput, PostWhatsAppMessageMediaOutput } 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 PostWhatsAppMessageMediaCommandInput extends PostWhatsAppMessag
22
19
  export interface PostWhatsAppMessageMediaCommandOutput extends PostWhatsAppMessageMediaOutput, __MetadataBearer {
23
20
  }
24
21
  declare const PostWhatsAppMessageMediaCommand_base: {
25
- new (input: PostWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<PostWhatsAppMessageMediaCommandInput, PostWhatsAppMessageMediaCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PostWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<PostWhatsAppMessageMediaCommandInput, PostWhatsAppMessageMediaCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PostWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<PostWhatsAppMessageMediaCommandInput, PostWhatsAppMessageMediaCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PostWhatsAppMessageMediaCommandInput): import("@smithy/core/client").CommandImpl<PostWhatsAppMessageMediaCommandInput, PostWhatsAppMessageMediaCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Upload a media file to the WhatsApp service. Only the specified