@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.
Files changed (101) hide show
  1. package/dist-cjs/index.js +39 -313
  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-types/commandBuilder.d.ts +18 -0
  36. package/dist-types/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateWhatsAppFlowCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateWhatsAppMessageTemplateCommand.d.ts +3 -8
  39. package/dist-types/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteWhatsAppFlowCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteWhatsAppMessageMediaCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +3 -8
  44. package/dist-types/commands/DeprecateWhatsAppFlowCommand.d.ts +3 -8
  45. package/dist-types/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +3 -8
  46. package/dist-types/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +3 -8
  47. package/dist-types/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +3 -8
  48. package/dist-types/commands/GetWhatsAppFlowCommand.d.ts +3 -8
  49. package/dist-types/commands/GetWhatsAppFlowPreviewCommand.d.ts +3 -8
  50. package/dist-types/commands/GetWhatsAppMessageMediaCommand.d.ts +3 -8
  51. package/dist-types/commands/GetWhatsAppMessageTemplateCommand.d.ts +3 -8
  52. package/dist-types/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  54. package/dist-types/commands/ListWhatsAppFlowAssetsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListWhatsAppFlowsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListWhatsAppMessageTemplatesCommand.d.ts +3 -8
  57. package/dist-types/commands/ListWhatsAppTemplateLibraryCommand.d.ts +3 -8
  58. package/dist-types/commands/PostWhatsAppMessageMediaCommand.d.ts +3 -8
  59. package/dist-types/commands/PublishWhatsAppFlowCommand.d.ts +3 -8
  60. package/dist-types/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +3 -8
  61. package/dist-types/commands/SendWhatsAppMessageCommand.d.ts +3 -8
  62. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +3 -8
  65. package/dist-types/commands/UpdateWhatsAppFlowCommand.d.ts +3 -8
  66. package/dist-types/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +3 -8
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  69. package/dist-types/ts3.4/commands/AssociateWhatsAppBusinessAccountCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateWhatsAppFlowCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteWhatsAppFlowCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DeleteWhatsAppMessageMediaCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeprecateWhatsAppFlowCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DisassociateWhatsAppBusinessAccountCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetWhatsAppFlowCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetWhatsAppFlowPreviewCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/GetWhatsAppMessageMediaCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/GetWhatsAppMessageTemplateCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListLinkedWhatsAppBusinessAccountsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListWhatsAppFlowAssetsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListWhatsAppFlowsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListWhatsAppMessageTemplatesCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListWhatsAppTemplateLibraryCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/PostWhatsAppMessageMediaCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/PublishWhatsAppFlowCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/PutWhatsAppBusinessAccountEventDestinationsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/SendWhatsAppMessageCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateWhatsAppFlowCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/index.d.ts +1 -0
  101. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetLinkedWhatsAppBusinessAccountPhoneNumber$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetLinkedWhatsAppBusinessAccountPhoneNumberCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "GetLinkedWhatsAppBusinessAccountPhoneNumber", {})
13
- .n("SocialMessagingClient", "GetLinkedWhatsAppBusinessAccountPhoneNumberCommand")
14
- .sc(GetLinkedWhatsAppBusinessAccountPhoneNumber$)
15
- .build() {
3
+ export class GetLinkedWhatsAppBusinessAccountPhoneNumberCommand extends command(_ep0, _mw0, "GetLinkedWhatsAppBusinessAccountPhoneNumber", GetLinkedWhatsAppBusinessAccountPhoneNumber$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetWhatsAppFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetWhatsAppFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "GetWhatsAppFlow", {})
13
- .n("SocialMessagingClient", "GetWhatsAppFlowCommand")
14
- .sc(GetWhatsAppFlow$)
15
- .build() {
3
+ export class GetWhatsAppFlowCommand extends command(_ep0, _mw0, "GetWhatsAppFlow", GetWhatsAppFlow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetWhatsAppFlowPreview$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetWhatsAppFlowPreviewCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "GetWhatsAppFlowPreview", {})
13
- .n("SocialMessagingClient", "GetWhatsAppFlowPreviewCommand")
14
- .sc(GetWhatsAppFlowPreview$)
15
- .build() {
3
+ export class GetWhatsAppFlowPreviewCommand extends command(_ep0, _mw0, "GetWhatsAppFlowPreview", GetWhatsAppFlowPreview$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetWhatsAppMessageMedia$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetWhatsAppMessageMediaCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "GetWhatsAppMessageMedia", {})
13
- .n("SocialMessagingClient", "GetWhatsAppMessageMediaCommand")
14
- .sc(GetWhatsAppMessageMedia$)
15
- .build() {
3
+ export class GetWhatsAppMessageMediaCommand extends command(_ep0, _mw0, "GetWhatsAppMessageMedia", GetWhatsAppMessageMedia$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { GetWhatsAppMessageTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class GetWhatsAppMessageTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "GetWhatsAppMessageTemplate", {})
13
- .n("SocialMessagingClient", "GetWhatsAppMessageTemplateCommand")
14
- .sc(GetWhatsAppMessageTemplate$)
15
- .build() {
3
+ export class GetWhatsAppMessageTemplateCommand extends command(_ep0, _mw0, "GetWhatsAppMessageTemplate", GetWhatsAppMessageTemplate$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListLinkedWhatsAppBusinessAccounts$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListLinkedWhatsAppBusinessAccountsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "ListLinkedWhatsAppBusinessAccounts", {})
13
- .n("SocialMessagingClient", "ListLinkedWhatsAppBusinessAccountsCommand")
14
- .sc(ListLinkedWhatsAppBusinessAccounts$)
15
- .build() {
3
+ export class ListLinkedWhatsAppBusinessAccountsCommand extends command(_ep0, _mw0, "ListLinkedWhatsAppBusinessAccounts", ListLinkedWhatsAppBusinessAccounts$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "ListTagsForResource", {})
13
- .n("SocialMessagingClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListWhatsAppFlowAssets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListWhatsAppFlowAssetsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "ListWhatsAppFlowAssets", {})
13
- .n("SocialMessagingClient", "ListWhatsAppFlowAssetsCommand")
14
- .sc(ListWhatsAppFlowAssets$)
15
- .build() {
3
+ export class ListWhatsAppFlowAssetsCommand extends command(_ep0, _mw0, "ListWhatsAppFlowAssets", ListWhatsAppFlowAssets$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListWhatsAppFlows$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListWhatsAppFlowsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "ListWhatsAppFlows", {})
13
- .n("SocialMessagingClient", "ListWhatsAppFlowsCommand")
14
- .sc(ListWhatsAppFlows$)
15
- .build() {
3
+ export class ListWhatsAppFlowsCommand extends command(_ep0, _mw0, "ListWhatsAppFlows", ListWhatsAppFlows$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListWhatsAppMessageTemplates$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListWhatsAppMessageTemplatesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "ListWhatsAppMessageTemplates", {})
13
- .n("SocialMessagingClient", "ListWhatsAppMessageTemplatesCommand")
14
- .sc(ListWhatsAppMessageTemplates$)
15
- .build() {
3
+ export class ListWhatsAppMessageTemplatesCommand extends command(_ep0, _mw0, "ListWhatsAppMessageTemplates", ListWhatsAppMessageTemplates$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListWhatsAppTemplateLibrary$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListWhatsAppTemplateLibraryCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "ListWhatsAppTemplateLibrary", {})
13
- .n("SocialMessagingClient", "ListWhatsAppTemplateLibraryCommand")
14
- .sc(ListWhatsAppTemplateLibrary$)
15
- .build() {
3
+ export class ListWhatsAppTemplateLibraryCommand extends command(_ep0, _mw0, "ListWhatsAppTemplateLibrary", ListWhatsAppTemplateLibrary$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PostWhatsAppMessageMedia$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PostWhatsAppMessageMediaCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "PostWhatsAppMessageMedia", {})
13
- .n("SocialMessagingClient", "PostWhatsAppMessageMediaCommand")
14
- .sc(PostWhatsAppMessageMedia$)
15
- .build() {
3
+ export class PostWhatsAppMessageMediaCommand extends command(_ep0, _mw0, "PostWhatsAppMessageMedia", PostWhatsAppMessageMedia$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PublishWhatsAppFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PublishWhatsAppFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "PublishWhatsAppFlow", {})
13
- .n("SocialMessagingClient", "PublishWhatsAppFlowCommand")
14
- .sc(PublishWhatsAppFlow$)
15
- .build() {
3
+ export class PublishWhatsAppFlowCommand extends command(_ep0, _mw0, "PublishWhatsAppFlow", PublishWhatsAppFlow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutWhatsAppBusinessAccountEventDestinations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutWhatsAppBusinessAccountEventDestinationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "PutWhatsAppBusinessAccountEventDestinations", {})
13
- .n("SocialMessagingClient", "PutWhatsAppBusinessAccountEventDestinationsCommand")
14
- .sc(PutWhatsAppBusinessAccountEventDestinations$)
15
- .build() {
3
+ export class PutWhatsAppBusinessAccountEventDestinationsCommand extends command(_ep0, _mw0, "PutWhatsAppBusinessAccountEventDestinations", PutWhatsAppBusinessAccountEventDestinations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SendWhatsAppMessage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SendWhatsAppMessageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "SendWhatsAppMessage", {})
13
- .n("SocialMessagingClient", "SendWhatsAppMessageCommand")
14
- .sc(SendWhatsAppMessage$)
15
- .build() {
3
+ export class SendWhatsAppMessageCommand extends command(_ep0, _mw0, "SendWhatsAppMessage", SendWhatsAppMessage$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "TagResource", {})
13
- .n("SocialMessagingClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "UntagResource", {})
13
- .n("SocialMessagingClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateWhatsAppFlowAssets$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateWhatsAppFlowAssetsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "UpdateWhatsAppFlowAssets", {})
13
- .n("SocialMessagingClient", "UpdateWhatsAppFlowAssetsCommand")
14
- .sc(UpdateWhatsAppFlowAssets$)
15
- .build() {
3
+ export class UpdateWhatsAppFlowAssetsCommand extends command(_ep0, _mw0, "UpdateWhatsAppFlowAssets", UpdateWhatsAppFlowAssets$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateWhatsAppFlow$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateWhatsAppFlowCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "UpdateWhatsAppFlow", {})
13
- .n("SocialMessagingClient", "UpdateWhatsAppFlowCommand")
14
- .sc(UpdateWhatsAppFlow$)
15
- .build() {
3
+ export class UpdateWhatsAppFlowCommand extends command(_ep0, _mw0, "UpdateWhatsAppFlow", UpdateWhatsAppFlow$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateWhatsAppMessageTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateWhatsAppMessageTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SocialMessaging", "UpdateWhatsAppMessageTemplate", {})
13
- .n("SocialMessagingClient", "UpdateWhatsAppMessageTemplateCommand")
14
- .sc(UpdateWhatsAppMessageTemplate$)
15
- .build() {
3
+ export class UpdateWhatsAppMessageTemplateCommand extends command(_ep0, _mw0, "UpdateWhatsAppMessageTemplate", UpdateWhatsAppMessageTemplate$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SocialMessagingClient";
2
2
  export * from "./SocialMessaging";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ServiceInputTypes, ServiceOutputTypes, SocialMessagingClientResolvedConfig } from "./SocialMessagingClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { AssociateWhatsAppBusinessAccountInput, AssociateWhatsAppBusinessAccountOutput } 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 AssociateWhatsAppBusinessAccountCommandInput extends AssociateW
22
19
  export interface AssociateWhatsAppBusinessAccountCommandOutput extends AssociateWhatsAppBusinessAccountOutput, __MetadataBearer {
23
20
  }
24
21
  declare const AssociateWhatsAppBusinessAccountCommand_base: {
25
- new (input: AssociateWhatsAppBusinessAccountCommandInput): import("@smithy/core/client").CommandImpl<AssociateWhatsAppBusinessAccountCommandInput, AssociateWhatsAppBusinessAccountCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [AssociateWhatsAppBusinessAccountCommandInput]): import("@smithy/core/client").CommandImpl<AssociateWhatsAppBusinessAccountCommandInput, AssociateWhatsAppBusinessAccountCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AssociateWhatsAppBusinessAccountCommandInput): import("@smithy/core/client").CommandImpl<AssociateWhatsAppBusinessAccountCommandInput, AssociateWhatsAppBusinessAccountCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [AssociateWhatsAppBusinessAccountCommandInput]): import("@smithy/core/client").CommandImpl<AssociateWhatsAppBusinessAccountCommandInput, AssociateWhatsAppBusinessAccountCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is only used through the Amazon Web Services console during sign-up to associate your WhatsApp Business Account 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 { CreateWhatsAppFlowInput, CreateWhatsAppFlowOutput } 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 CreateWhatsAppFlowCommandInput extends CreateWhatsAppFlowInput
22
19
  export interface CreateWhatsAppFlowCommandOutput extends CreateWhatsAppFlowOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWhatsAppFlowCommand_base: {
25
- new (input: CreateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppFlowCommandInput, CreateWhatsAppFlowCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppFlowCommandInput, CreateWhatsAppFlowCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppFlowCommandInput, CreateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWhatsAppFlowCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppFlowCommandInput, CreateWhatsAppFlowCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new WhatsApp Flow. Flows enable businesses to create rich, interactive forms and experiences
@@ -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 { CreateWhatsAppMessageTemplateInput, CreateWhatsAppMessageTemplateOutput } 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 CreateWhatsAppMessageTemplateCommandInput extends CreateWhatsAp
22
19
  export interface CreateWhatsAppMessageTemplateCommandOutput extends CreateWhatsAppMessageTemplateOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateWhatsAppMessageTemplateCommand_base: {
25
- new (input: CreateWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateCommandInput, CreateWhatsAppMessageTemplateCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateCommandInput, CreateWhatsAppMessageTemplateCommandOutput, SocialMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateCommandInput, CreateWhatsAppMessageTemplateCommandOutput, import("..").SocialMessagingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateWhatsAppMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateWhatsAppMessageTemplateCommandInput, CreateWhatsAppMessageTemplateCommandOutput, 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 from a custom definition.</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 { 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>