@aws-sdk/client-socialmessaging 3.1060.0 → 3.1061.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 (67) hide show
  1. package/README.md +77 -7
  2. package/dist-cjs/index.js +160 -0
  3. package/dist-cjs/schemas/schemas_0.js +262 -14
  4. package/dist-es/SocialMessaging.js +24 -0
  5. package/dist-es/commands/CreateWhatsAppFlowCommand.js +16 -0
  6. package/dist-es/commands/DeleteWhatsAppFlowCommand.js +16 -0
  7. package/dist-es/commands/DeprecateWhatsAppFlowCommand.js +16 -0
  8. package/dist-es/commands/GetWhatsAppFlowCommand.js +16 -0
  9. package/dist-es/commands/GetWhatsAppFlowPreviewCommand.js +16 -0
  10. package/dist-es/commands/ListWhatsAppFlowAssetsCommand.js +16 -0
  11. package/dist-es/commands/ListWhatsAppFlowsCommand.js +16 -0
  12. package/dist-es/commands/PublishWhatsAppFlowCommand.js +16 -0
  13. package/dist-es/commands/UpdateWhatsAppFlowAssetsCommand.js +16 -0
  14. package/dist-es/commands/UpdateWhatsAppFlowCommand.js +16 -0
  15. package/dist-es/commands/index.js +10 -0
  16. package/dist-es/models/enums.js +11 -0
  17. package/dist-es/pagination/ListWhatsAppFlowAssetsPaginator.js +4 -0
  18. package/dist-es/pagination/ListWhatsAppFlowsPaginator.js +4 -0
  19. package/dist-es/pagination/index.js +2 -0
  20. package/dist-es/schemas/schemas_0.js +259 -12
  21. package/dist-types/SocialMessaging.d.ts +84 -0
  22. package/dist-types/SocialMessagingClient.d.ts +12 -2
  23. package/dist-types/commands/CreateWhatsAppFlowCommand.d.ts +113 -0
  24. package/dist-types/commands/CreateWhatsAppMessageTemplateCommand.d.ts +3 -0
  25. package/dist-types/commands/CreateWhatsAppMessageTemplateFromLibraryCommand.d.ts +3 -0
  26. package/dist-types/commands/CreateWhatsAppMessageTemplateMediaCommand.d.ts +3 -0
  27. package/dist-types/commands/DeleteWhatsAppFlowCommand.d.ts +100 -0
  28. package/dist-types/commands/DeleteWhatsAppMessageTemplateCommand.d.ts +3 -0
  29. package/dist-types/commands/DeprecateWhatsAppFlowCommand.d.ts +100 -0
  30. package/dist-types/commands/GetWhatsAppFlowCommand.d.ts +139 -0
  31. package/dist-types/commands/GetWhatsAppFlowPreviewCommand.d.ts +107 -0
  32. package/dist-types/commands/GetWhatsAppMessageTemplateCommand.d.ts +3 -0
  33. package/dist-types/commands/ListWhatsAppFlowAssetsCommand.d.ts +111 -0
  34. package/dist-types/commands/ListWhatsAppFlowsCommand.d.ts +116 -0
  35. package/dist-types/commands/ListWhatsAppMessageTemplatesCommand.d.ts +3 -0
  36. package/dist-types/commands/ListWhatsAppTemplateLibraryCommand.d.ts +3 -0
  37. package/dist-types/commands/PublishWhatsAppFlowCommand.d.ts +100 -0
  38. package/dist-types/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +105 -0
  39. package/dist-types/commands/UpdateWhatsAppFlowCommand.d.ts +104 -0
  40. package/dist-types/commands/UpdateWhatsAppMessageTemplateCommand.d.ts +3 -0
  41. package/dist-types/commands/index.d.ts +10 -0
  42. package/dist-types/models/enums.d.ts +19 -0
  43. package/dist-types/models/models_0.d.ts +518 -1
  44. package/dist-types/pagination/ListWhatsAppFlowAssetsPaginator.d.ts +7 -0
  45. package/dist-types/pagination/ListWhatsAppFlowsPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +2 -0
  47. package/dist-types/schemas/schemas_0.d.ts +37 -0
  48. package/dist-types/ts3.4/SocialMessaging.d.ts +184 -0
  49. package/dist-types/ts3.4/SocialMessagingClient.d.ts +60 -0
  50. package/dist-types/ts3.4/commands/CreateWhatsAppFlowCommand.d.ts +53 -0
  51. package/dist-types/ts3.4/commands/DeleteWhatsAppFlowCommand.d.ts +53 -0
  52. package/dist-types/ts3.4/commands/DeprecateWhatsAppFlowCommand.d.ts +53 -0
  53. package/dist-types/ts3.4/commands/GetWhatsAppFlowCommand.d.ts +52 -0
  54. package/dist-types/ts3.4/commands/GetWhatsAppFlowPreviewCommand.d.ts +53 -0
  55. package/dist-types/ts3.4/commands/ListWhatsAppFlowAssetsCommand.d.ts +53 -0
  56. package/dist-types/ts3.4/commands/ListWhatsAppFlowsCommand.d.ts +52 -0
  57. package/dist-types/ts3.4/commands/PublishWhatsAppFlowCommand.d.ts +53 -0
  58. package/dist-types/ts3.4/commands/UpdateWhatsAppFlowAssetsCommand.d.ts +53 -0
  59. package/dist-types/ts3.4/commands/UpdateWhatsAppFlowCommand.d.ts +53 -0
  60. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  61. package/dist-types/ts3.4/models/enums.d.ts +13 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +126 -1
  63. package/dist-types/ts3.4/pagination/ListWhatsAppFlowAssetsPaginator.d.ts +11 -0
  64. package/dist-types/ts3.4/pagination/ListWhatsAppFlowsPaginator.d.ts +11 -0
  65. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +37 -0
  67. package/package.json +1 -1
@@ -1,13 +1,17 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PostWhatsAppMessageMediaInput$ = exports.MetaLibraryTemplateDefinition$ = exports.MetaLibraryTemplate$ = exports.ListWhatsAppTemplateLibraryOutput$ = exports.ListWhatsAppTemplateLibraryInput$ = exports.ListWhatsAppMessageTemplatesOutput$ = exports.ListWhatsAppMessageTemplatesInput$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListLinkedWhatsAppBusinessAccountsOutput$ = exports.ListLinkedWhatsAppBusinessAccountsInput$ = exports.LinkedWhatsAppBusinessAccountSummary$ = exports.LinkedWhatsAppBusinessAccountIdMetaData$ = exports.LinkedWhatsAppBusinessAccount$ = exports.LibraryTemplateButtonList$ = exports.LibraryTemplateButtonInput$ = exports.LibraryTemplateBodyInputs$ = exports.GetWhatsAppMessageTemplateOutput$ = exports.GetWhatsAppMessageTemplateInput$ = exports.GetWhatsAppMessageMediaOutput$ = exports.GetWhatsAppMessageMediaInput$ = exports.GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$ = exports.GetLinkedWhatsAppBusinessAccountPhoneNumberInput$ = exports.GetLinkedWhatsAppBusinessAccountOutput$ = exports.GetLinkedWhatsAppBusinessAccountInput$ = exports.DisassociateWhatsAppBusinessAccountOutput$ = exports.DisassociateWhatsAppBusinessAccountInput$ = exports.DeleteWhatsAppMessageTemplateOutput$ = exports.DeleteWhatsAppMessageTemplateInput$ = exports.DeleteWhatsAppMessageMediaOutput$ = exports.DeleteWhatsAppMessageMediaInput$ = exports.CreateWhatsAppMessageTemplateOutput$ = exports.CreateWhatsAppMessageTemplateMediaOutput$ = exports.CreateWhatsAppMessageTemplateMediaInput$ = exports.CreateWhatsAppMessageTemplateInput$ = exports.CreateWhatsAppMessageTemplateFromLibraryOutput$ = exports.CreateWhatsAppMessageTemplateFromLibraryInput$ = exports.AssociateWhatsAppBusinessAccountOutput$ = exports.AssociateWhatsAppBusinessAccountInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottledRequestException$ = exports.ResourceNotFoundException$ = exports.LimitExceededException$ = exports.InvalidParametersException$ = exports.InternalServiceException$ = exports.DependencyException$ = exports.AccessDeniedException$ = exports.AccessDeniedByMetaException$ = exports.SocialMessagingServiceException$ = void 0;
4
- exports.UpdateWhatsAppMessageTemplate$ = exports.UntagResource$ = exports.TagResource$ = exports.SendWhatsAppMessage$ = exports.PutWhatsAppBusinessAccountEventDestinations$ = exports.PostWhatsAppMessageMedia$ = exports.ListWhatsAppTemplateLibrary$ = exports.ListWhatsAppMessageTemplates$ = exports.ListTagsForResource$ = exports.ListLinkedWhatsAppBusinessAccounts$ = exports.GetWhatsAppMessageTemplate$ = exports.GetWhatsAppMessageMedia$ = exports.GetLinkedWhatsAppBusinessAccountPhoneNumber$ = exports.GetLinkedWhatsAppBusinessAccount$ = exports.DisassociateWhatsAppBusinessAccount$ = exports.DeleteWhatsAppMessageTemplate$ = exports.DeleteWhatsAppMessageMedia$ = exports.CreateWhatsAppMessageTemplateMedia$ = exports.CreateWhatsAppMessageTemplateFromLibrary$ = exports.CreateWhatsAppMessageTemplate$ = exports.AssociateWhatsAppBusinessAccount$ = exports.WhatsAppSignupCallbackResult$ = exports.WhatsAppSignupCallback$ = exports.WhatsAppSetupFinalization$ = exports.WhatsAppPhoneNumberSummary$ = exports.WhatsAppPhoneNumberDetail$ = exports.WhatsAppBusinessAccountEventDestination$ = exports.WabaSetupFinalization$ = exports.WabaPhoneNumberSetupFinalization$ = exports.UpdateWhatsAppMessageTemplateOutput$ = exports.UpdateWhatsAppMessageTemplateInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TemplateSummary$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.SendWhatsAppMessageOutput$ = exports.SendWhatsAppMessageInput$ = exports.S3PresignedUrl$ = exports.S3File$ = exports.PutWhatsAppBusinessAccountEventDestinationsOutput$ = exports.PutWhatsAppBusinessAccountEventDestinationsInput$ = exports.PostWhatsAppMessageMediaOutput$ = void 0;
3
+ exports.ListLinkedWhatsAppBusinessAccountsInput$ = exports.LinkedWhatsAppBusinessAccountSummary$ = exports.LinkedWhatsAppBusinessAccountIdMetaData$ = exports.LinkedWhatsAppBusinessAccount$ = exports.LibraryTemplateButtonList$ = exports.LibraryTemplateButtonInput$ = exports.LibraryTemplateBodyInputs$ = exports.GetWhatsAppMessageTemplateOutput$ = exports.GetWhatsAppMessageTemplateInput$ = exports.GetWhatsAppMessageMediaOutput$ = exports.GetWhatsAppMessageMediaInput$ = exports.GetWhatsAppFlowPreviewOutput$ = exports.GetWhatsAppFlowPreviewInput$ = exports.GetWhatsAppFlowOutput$ = exports.GetWhatsAppFlowInput$ = exports.GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$ = exports.GetLinkedWhatsAppBusinessAccountPhoneNumberInput$ = exports.GetLinkedWhatsAppBusinessAccountOutput$ = exports.GetLinkedWhatsAppBusinessAccountInput$ = exports.DisassociateWhatsAppBusinessAccountOutput$ = exports.DisassociateWhatsAppBusinessAccountInput$ = exports.DeprecateWhatsAppFlowOutput$ = exports.DeprecateWhatsAppFlowInput$ = exports.DeleteWhatsAppMessageTemplateOutput$ = exports.DeleteWhatsAppMessageTemplateInput$ = exports.DeleteWhatsAppMessageMediaOutput$ = exports.DeleteWhatsAppMessageMediaInput$ = exports.DeleteWhatsAppFlowOutput$ = exports.DeleteWhatsAppFlowInput$ = exports.CreateWhatsAppMessageTemplateOutput$ = exports.CreateWhatsAppMessageTemplateMediaOutput$ = exports.CreateWhatsAppMessageTemplateMediaInput$ = exports.CreateWhatsAppMessageTemplateInput$ = exports.CreateWhatsAppMessageTemplateFromLibraryOutput$ = exports.CreateWhatsAppMessageTemplateFromLibraryInput$ = exports.CreateWhatsAppFlowOutput$ = exports.CreateWhatsAppFlowInput$ = exports.AssociateWhatsAppBusinessAccountOutput$ = exports.AssociateWhatsAppBusinessAccountInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottledRequestException$ = exports.ResourceNotFoundException$ = exports.LimitExceededException$ = exports.InvalidParametersException$ = exports.InternalServiceException$ = exports.DependencyException$ = exports.AccessDeniedException$ = exports.AccessDeniedByMetaException$ = exports.SocialMessagingServiceException$ = void 0;
4
+ exports.WhatsAppSignupCallbackResult$ = exports.WhatsAppSignupCallback$ = exports.WhatsAppSetupFinalization$ = exports.WhatsAppPhoneNumberSummary$ = exports.WhatsAppPhoneNumberDetail$ = exports.WhatsAppBusinessAccountEventDestination$ = exports.WabaSetupFinalization$ = exports.WabaPhoneNumberSetupFinalization$ = exports.UpdateWhatsAppMessageTemplateOutput$ = exports.UpdateWhatsAppMessageTemplateInput$ = exports.UpdateWhatsAppFlowOutput$ = exports.UpdateWhatsAppFlowInput$ = exports.UpdateWhatsAppFlowAssetsOutput$ = exports.UpdateWhatsAppFlowAssetsInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TemplateSummary$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.SendWhatsAppMessageOutput$ = exports.SendWhatsAppMessageInput$ = exports.S3PresignedUrl$ = exports.S3File$ = exports.PutWhatsAppBusinessAccountEventDestinationsOutput$ = exports.PutWhatsAppBusinessAccountEventDestinationsInput$ = exports.PublishWhatsAppFlowOutput$ = exports.PublishWhatsAppFlowInput$ = exports.PostWhatsAppMessageMediaOutput$ = exports.PostWhatsAppMessageMediaInput$ = exports.MetaLibraryTemplateDefinition$ = exports.MetaLibraryTemplate$ = exports.MetaFlowWhatsAppBusinessAccountInfo$ = exports.MetaFlowSummary$ = exports.MetaFlowPreviewInfo$ = exports.MetaFlowHealthStatus$ = exports.MetaFlowHealthEntity$ = exports.MetaFlowAsset$ = exports.MetaFlowApplicationInfo$ = exports.ListWhatsAppTemplateLibraryOutput$ = exports.ListWhatsAppTemplateLibraryInput$ = exports.ListWhatsAppMessageTemplatesOutput$ = exports.ListWhatsAppMessageTemplatesInput$ = exports.ListWhatsAppFlowsOutput$ = exports.ListWhatsAppFlowsInput$ = exports.ListWhatsAppFlowAssetsOutput$ = exports.ListWhatsAppFlowAssetsInput$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListLinkedWhatsAppBusinessAccountsOutput$ = void 0;
5
+ exports.UpdateWhatsAppMessageTemplate$ = exports.UpdateWhatsAppFlowAssets$ = exports.UpdateWhatsAppFlow$ = exports.UntagResource$ = exports.TagResource$ = exports.SendWhatsAppMessage$ = exports.PutWhatsAppBusinessAccountEventDestinations$ = exports.PublishWhatsAppFlow$ = exports.PostWhatsAppMessageMedia$ = exports.ListWhatsAppTemplateLibrary$ = exports.ListWhatsAppMessageTemplates$ = exports.ListWhatsAppFlows$ = exports.ListWhatsAppFlowAssets$ = exports.ListTagsForResource$ = exports.ListLinkedWhatsAppBusinessAccounts$ = exports.GetWhatsAppMessageTemplate$ = exports.GetWhatsAppMessageMedia$ = exports.GetWhatsAppFlowPreview$ = exports.GetWhatsAppFlow$ = exports.GetLinkedWhatsAppBusinessAccountPhoneNumber$ = exports.GetLinkedWhatsAppBusinessAccount$ = exports.DisassociateWhatsAppBusinessAccount$ = exports.DeprecateWhatsAppFlow$ = exports.DeleteWhatsAppMessageTemplate$ = exports.DeleteWhatsAppMessageMedia$ = exports.DeleteWhatsAppFlow$ = exports.CreateWhatsAppMessageTemplateMedia$ = exports.CreateWhatsAppMessageTemplateFromLibrary$ = exports.CreateWhatsAppMessageTemplate$ = exports.CreateWhatsAppFlow$ = exports.AssociateWhatsAppBusinessAccount$ = void 0;
5
6
  const _ADBME = "AccessDeniedByMetaException";
6
7
  const _ADE = "AccessDeniedException";
7
8
  const _AIPT = "AssociateInProgressToken";
8
9
  const _AWABA = "AssociateWhatsAppBusinessAccount";
9
10
  const _AWABAI = "AssociateWhatsAppBusinessAccountInput";
10
11
  const _AWABAO = "AssociateWhatsAppBusinessAccountOutput";
12
+ const _CWAF = "CreateWhatsAppFlow";
13
+ const _CWAFI = "CreateWhatsAppFlowInput";
14
+ const _CWAFO = "CreateWhatsAppFlowOutput";
11
15
  const _CWAMT = "CreateWhatsAppMessageTemplate";
12
16
  const _CWAMTFL = "CreateWhatsAppMessageTemplateFromLibrary";
13
17
  const _CWAMTFLI = "CreateWhatsAppMessageTemplateFromLibraryInput";
@@ -21,6 +25,12 @@ const _DE = "DependencyException";
21
25
  const _DWABA = "DisassociateWhatsAppBusinessAccount";
22
26
  const _DWABAI = "DisassociateWhatsAppBusinessAccountInput";
23
27
  const _DWABAO = "DisassociateWhatsAppBusinessAccountOutput";
28
+ const _DWAF = "DeleteWhatsAppFlow";
29
+ const _DWAFI = "DeleteWhatsAppFlowInput";
30
+ const _DWAFIe = "DeprecateWhatsAppFlowInput";
31
+ const _DWAFO = "DeleteWhatsAppFlowOutput";
32
+ const _DWAFOe = "DeprecateWhatsAppFlowOutput";
33
+ const _DWAFe = "DeprecateWhatsAppFlow";
24
34
  const _DWAMM = "DeleteWhatsAppMessageMedia";
25
35
  const _DWAMMI = "DeleteWhatsAppMessageMediaInput";
26
36
  const _DWAMMO = "DeleteWhatsAppMessageMediaOutput";
@@ -33,6 +43,12 @@ const _GLWABAO = "GetLinkedWhatsAppBusinessAccountOutput";
33
43
  const _GLWABAPN = "GetLinkedWhatsAppBusinessAccountPhoneNumber";
34
44
  const _GLWABAPNI = "GetLinkedWhatsAppBusinessAccountPhoneNumberInput";
35
45
  const _GLWABAPNO = "GetLinkedWhatsAppBusinessAccountPhoneNumberOutput";
46
+ const _GWAF = "GetWhatsAppFlow";
47
+ const _GWAFI = "GetWhatsAppFlowInput";
48
+ const _GWAFO = "GetWhatsAppFlowOutput";
49
+ const _GWAFP = "GetWhatsAppFlowPreview";
50
+ const _GWAFPI = "GetWhatsAppFlowPreviewInput";
51
+ const _GWAFPO = "GetWhatsAppFlowPreviewOutput";
36
52
  const _GWAMM = "GetWhatsAppMessageMedia";
37
53
  const _GWAMMI = "GetWhatsAppMessageMediaInput";
38
54
  const _GWAMMO = "GetWhatsAppMessageMediaOutput";
@@ -56,12 +72,28 @@ const _LWABA = "LinkedWhatsAppBusinessAccount";
56
72
  const _LWABAIMD = "LinkedWhatsAppBusinessAccountIdMetaData";
57
73
  const _LWABAS = "LinkedWhatsAppBusinessAccountSummary";
58
74
  const _LWABASL = "LinkedWhatsAppBusinessAccountSummaryList";
75
+ const _LWAF = "ListWhatsAppFlows";
76
+ const _LWAFA = "ListWhatsAppFlowAssets";
77
+ const _LWAFAI = "ListWhatsAppFlowAssetsInput";
78
+ const _LWAFAO = "ListWhatsAppFlowAssetsOutput";
79
+ const _LWAFI = "ListWhatsAppFlowsInput";
80
+ const _LWAFO = "ListWhatsAppFlowsOutput";
59
81
  const _LWAMT = "ListWhatsAppMessageTemplates";
60
82
  const _LWAMTI = "ListWhatsAppMessageTemplatesInput";
61
83
  const _LWAMTO = "ListWhatsAppMessageTemplatesOutput";
62
84
  const _LWATL = "ListWhatsAppTemplateLibrary";
63
85
  const _LWATLI = "ListWhatsAppTemplateLibraryInput";
64
86
  const _LWATLO = "ListWhatsAppTemplateLibraryOutput";
87
+ const _MFA = "MetaFlowAsset";
88
+ const _MFAI = "MetaFlowApplicationInfo";
89
+ const _MFAL = "MetaFlowAssetList";
90
+ const _MFHE = "MetaFlowHealthEntity";
91
+ const _MFHEL = "MetaFlowHealthEntityList";
92
+ const _MFHS = "MetaFlowHealthStatus";
93
+ const _MFPI = "MetaFlowPreviewInfo";
94
+ const _MFS = "MetaFlowSummary";
95
+ const _MFSL = "MetaFlowSummaryList";
96
+ const _MFWABAI = "MetaFlowWhatsAppBusinessAccountInfo";
65
97
  const _MLT = "MetaLibraryTemplate";
66
98
  const _MLTBI = "MetaLibraryTemplateButtonInputs";
67
99
  const _MLTBL = "MetaLibraryTemplateButtonList";
@@ -70,6 +102,9 @@ const _MLTL = "MetaLibraryTemplatesList";
70
102
  const _PWABAED = "PutWhatsAppBusinessAccountEventDestinations";
71
103
  const _PWABAEDI = "PutWhatsAppBusinessAccountEventDestinationsInput";
72
104
  const _PWABAEDO = "PutWhatsAppBusinessAccountEventDestinationsOutput";
105
+ const _PWAF = "PublishWhatsAppFlow";
106
+ const _PWAFI = "PublishWhatsAppFlowInput";
107
+ const _PWAFO = "PublishWhatsAppFlowOutput";
73
108
  const _PWAMM = "PostWhatsAppMessageMedia";
74
109
  const _PWAMMI = "PostWhatsAppMessageMediaInput";
75
110
  const _PWAMMO = "PostWhatsAppMessageMediaOutput";
@@ -92,6 +127,12 @@ const _TSL = "TemplateSummaryList";
92
127
  const _UR = "UntagResource";
93
128
  const _URI = "UntagResourceInput";
94
129
  const _URO = "UntagResourceOutput";
130
+ const _UWAF = "UpdateWhatsAppFlow";
131
+ const _UWAFA = "UpdateWhatsAppFlowAssets";
132
+ const _UWAFAI = "UpdateWhatsAppFlowAssetsInput";
133
+ const _UWAFAO = "UpdateWhatsAppFlowAssetsOutput";
134
+ const _UWAFI = "UpdateWhatsAppFlowInput";
135
+ const _UWAFO = "UpdateWhatsAppFlowOutput";
95
136
  const _UWAMT = "UpdateWhatsAppMessageTemplate";
96
137
  const _UWAMTI = "UpdateWhatsAppMessageTemplateInput";
97
138
  const _UWAMTO = "UpdateWhatsAppMessageTemplateOutput";
@@ -115,33 +156,56 @@ const _aIPT = "associateInProgressToken";
115
156
  const _aLML = "addLearnMoreLink";
116
157
  const _aN = "accountName";
117
158
  const _aSR = "addSecurityRecommendation";
118
- const _aT = "accessToken";
159
+ const _aT = "assetType";
119
160
  const _aTPL = "addTrackPackageLink";
161
+ const _aTc = "accessToken";
162
+ const _ap = "application";
120
163
  const _ar = "arn";
121
164
  const _bN = "bucketName";
122
165
  const _c = "client";
123
166
  const _cEM = "codeExpirationMinutes";
167
+ const _cFI = "cloneFlowId";
168
+ const _cSM = "canSendMessage";
124
169
  const _cU = "callbackUrl";
125
170
  const _cULTOO = "ctaUrlLinkTrackingOptedOut";
126
- const _ca = "category";
171
+ const _ca = "categories";
172
+ const _cat = "category";
173
+ const _cu = "currency";
127
174
  const _dAL = "deleteAllLanguages";
128
175
  const _dAT = "deleteAllTemplates";
176
+ const _dAV = "dataApiVersion";
129
177
  const _dLR = "dataLocalizationRegion";
130
178
  const _dPN = "displayPhoneNumber";
131
179
  const _dPNN = "displayPhoneNumberName";
132
180
  const _dSF = "destinationS3File";
133
181
  const _dSPU = "destinationS3PresignedUrl";
182
+ const _dU = "downloadUrl";
134
183
  const _e = "error";
184
+ const _eA = "expiresAt";
135
185
  const _eD = "eventDestinations";
136
186
  const _eDA = "eventDestinationArn";
137
- const _f = "filters";
138
- const _fS = "fileSize";
187
+ const _eT = "entityType";
188
+ const _eU = "endpointUri";
189
+ const _en = "entities";
190
+ const _f = "flows";
191
+ const _fA = "flowAssets";
192
+ const _fC = "flowCategories";
193
+ const _fI = "flowId";
194
+ const _fJ = "flowJson";
195
+ const _fN = "flowName";
196
+ const _fS = "flowStatus";
197
+ const _fSi = "fileSize";
198
+ const _fi = "filters";
139
199
  const _h = "headers";
140
200
  const _hE = "httpError";
141
201
  const _hQ = "httpQuery";
202
+ const _hS = "healthStatus";
142
203
  const _ht = "http";
143
204
  const _i = "id";
205
+ const _in = "invalidate";
206
+ const _jV = "jsonVersion";
144
207
  const _k = "key";
208
+ const _l = "link";
145
209
  const _lA = "linkedAccounts";
146
210
  const _lAWIS = "linkedAccountsWithIncompleteSetup";
147
211
  const _lD = "linkDate";
@@ -162,14 +226,19 @@ const _mPNI = "metaPhoneNumberId";
162
226
  const _mR = "maxResults";
163
227
  const _mT = "mimeType";
164
228
  const _mTI = "metaTemplateId";
229
+ const _mTN = "messageTemplateNamespace";
230
+ const _n = "name";
165
231
  const _nT = "nextToken";
166
232
  const _oPNI = "originationPhoneNumberId";
167
233
  const _oT = "otpType";
234
+ const _p = "publish";
168
235
  const _pF = "parameterFormat";
169
236
  const _pN = "phoneNumber";
170
237
  const _pNI = "phoneNumberId";
171
238
  const _pNP = "phoneNumberParent";
172
239
  const _pNh = "phoneNumbers";
240
+ const _pU = "previewUrl";
241
+ const _pr = "preview";
173
242
  const _qR = "qualityRating";
174
243
  const _rA = "resourceArn";
175
244
  const _rAo = "roleArn";
@@ -193,8 +262,9 @@ const _tCe = "templateComponents";
193
262
  const _tD = "templateDefinition";
194
263
  const _tFP = "twoFactorPin";
195
264
  const _tH = "templateHeader";
196
- const _tI = "templateIndustry";
197
- const _tIe = "templateId";
265
+ const _tI = "timezoneId";
266
+ const _tIe = "templateIndustry";
267
+ const _tIem = "templateId";
198
268
  const _tK = "tagKeys";
199
269
  const _tL = "templateLanguage";
200
270
  const _tLC = "templateLanguageCode";
@@ -210,7 +280,9 @@ const _ty = "type";
210
280
  const _u = "url";
211
281
  const _uWAPN = "unregisteredWhatsAppPhoneNumbers";
212
282
  const _v = "value";
283
+ const _vE = "validationErrors";
213
284
  const _w = "waba";
285
+ const _wABA = "whatsAppBusinessAccount";
214
286
  const _wI = "wabaId";
215
287
  const _wN = "wabaName";
216
288
  const _zTTA = "zeroTapTermsAccepted";
@@ -293,6 +365,16 @@ exports.AssociateWhatsAppBusinessAccountOutput$ = [3, n0, _AWABAO,
293
365
  [_sCR, _sCt, _lWABAI],
294
366
  [[() => exports.WhatsAppSignupCallbackResult$, 0], 1, 0]
295
367
  ];
368
+ exports.CreateWhatsAppFlowInput$ = [3, n0, _CWAFI,
369
+ 0,
370
+ [_i, _fN, _ca, _fJ, _p, _cFI],
371
+ [0, 0, 64 | 0, 21, 2, 0], 3
372
+ ];
373
+ exports.CreateWhatsAppFlowOutput$ = [3, n0, _CWAFO,
374
+ 0,
375
+ [_fI, _vE],
376
+ [0, 64 | 0]
377
+ ];
296
378
  exports.CreateWhatsAppMessageTemplateFromLibraryInput$ = [3, n0, _CWAMTFLI,
297
379
  0,
298
380
  [_mLT, _i],
@@ -300,7 +382,7 @@ exports.CreateWhatsAppMessageTemplateFromLibraryInput$ = [3, n0, _CWAMTFLI,
300
382
  ];
301
383
  exports.CreateWhatsAppMessageTemplateFromLibraryOutput$ = [3, n0, _CWAMTFLO,
302
384
  0,
303
- [_mTI, _tS, _ca],
385
+ [_mTI, _tS, _cat],
304
386
  [0, 0, 0]
305
387
  ];
306
388
  exports.CreateWhatsAppMessageTemplateInput$ = [3, n0, _CWAMTI,
@@ -320,9 +402,19 @@ exports.CreateWhatsAppMessageTemplateMediaOutput$ = [3, n0, _CWAMTMO,
320
402
  ];
321
403
  exports.CreateWhatsAppMessageTemplateOutput$ = [3, n0, _CWAMTO,
322
404
  0,
323
- [_mTI, _tS, _ca],
405
+ [_mTI, _tS, _cat],
324
406
  [0, 0, 0]
325
407
  ];
408
+ exports.DeleteWhatsAppFlowInput$ = [3, n0, _DWAFI,
409
+ 0,
410
+ [_i, _fI],
411
+ [[0, { [_hQ]: _i }], [0, { [_hQ]: _fI }]], 2
412
+ ];
413
+ exports.DeleteWhatsAppFlowOutput$ = [3, n0, _DWAFO,
414
+ 0,
415
+ [],
416
+ []
417
+ ];
326
418
  exports.DeleteWhatsAppMessageMediaInput$ = [3, n0, _DWAMMI,
327
419
  0,
328
420
  [_mI, _oPNI],
@@ -343,6 +435,16 @@ exports.DeleteWhatsAppMessageTemplateOutput$ = [3, n0, _DWAMTO,
343
435
  [],
344
436
  []
345
437
  ];
438
+ exports.DeprecateWhatsAppFlowInput$ = [3, n0, _DWAFIe,
439
+ 0,
440
+ [_i, _fI],
441
+ [0, 0], 2
442
+ ];
443
+ exports.DeprecateWhatsAppFlowOutput$ = [3, n0, _DWAFOe,
444
+ 0,
445
+ [],
446
+ []
447
+ ];
346
448
  exports.DisassociateWhatsAppBusinessAccountInput$ = [3, n0, _DWABAI,
347
449
  0,
348
450
  [_i],
@@ -373,6 +475,26 @@ exports.GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$ = [3, n0, _GLWABAPNO,
373
475
  [_pN, _lWABAI],
374
476
  [() => exports.WhatsAppPhoneNumberDetail$, 0]
375
477
  ];
478
+ exports.GetWhatsAppFlowInput$ = [3, n0, _GWAFI,
479
+ 0,
480
+ [_i, _fI],
481
+ [[0, { [_hQ]: _i }], [0, { [_hQ]: _fI }]], 2
482
+ ];
483
+ exports.GetWhatsAppFlowOutput$ = [3, n0, _GWAFO,
484
+ 0,
485
+ [_fI, _fN, _fS, _ca, _vE, _jV, _dAV, _eU, _pr, _wABA, _ap, _hS],
486
+ [0, 0, 0, 64 | 0, 64 | 0, 0, 0, 0, () => exports.MetaFlowPreviewInfo$, () => exports.MetaFlowWhatsAppBusinessAccountInfo$, () => exports.MetaFlowApplicationInfo$, () => exports.MetaFlowHealthStatus$], 3
487
+ ];
488
+ exports.GetWhatsAppFlowPreviewInput$ = [3, n0, _GWAFPI,
489
+ 0,
490
+ [_i, _fI, _in],
491
+ [[0, { [_hQ]: _i }], [0, { [_hQ]: _fI }], [2, { [_hQ]: _in }]], 2
492
+ ];
493
+ exports.GetWhatsAppFlowPreviewOutput$ = [3, n0, _GWAFPO,
494
+ 0,
495
+ [_fI, _pr],
496
+ [0, () => exports.MetaFlowPreviewInfo$], 2
497
+ ];
376
498
  exports.GetWhatsAppMessageMediaInput$ = [3, n0, _GWAMMI,
377
499
  0,
378
500
  [_mI, _oPNI, _mO, _dSPU, _dSF],
@@ -380,7 +502,7 @@ exports.GetWhatsAppMessageMediaInput$ = [3, n0, _GWAMMI,
380
502
  ];
381
503
  exports.GetWhatsAppMessageMediaOutput$ = [3, n0, _GWAMMO,
382
504
  0,
383
- [_mT, _fS],
505
+ [_mT, _fSi],
384
506
  [0, 1]
385
507
  ];
386
508
  exports.GetWhatsAppMessageTemplateInput$ = [3, n0, _GWAMTI,
@@ -443,6 +565,26 @@ exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
443
565
  [_sCt, _ta],
444
566
  [1, () => TagList]
445
567
  ];
568
+ exports.ListWhatsAppFlowAssetsInput$ = [3, n0, _LWAFAI,
569
+ 0,
570
+ [_i, _fI, _nT, _mR],
571
+ [[0, { [_hQ]: _i }], [0, { [_hQ]: _fI }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
572
+ ];
573
+ exports.ListWhatsAppFlowAssetsOutput$ = [3, n0, _LWAFAO,
574
+ 0,
575
+ [_fA, _nT],
576
+ [() => MetaFlowAssetList, 0], 1
577
+ ];
578
+ exports.ListWhatsAppFlowsInput$ = [3, n0, _LWAFI,
579
+ 0,
580
+ [_i, _nT, _mR],
581
+ [[0, { [_hQ]: _i }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
582
+ ];
583
+ exports.ListWhatsAppFlowsOutput$ = [3, n0, _LWAFO,
584
+ 0,
585
+ [_f, _nT],
586
+ [() => MetaFlowSummaryList, 0], 1
587
+ ];
446
588
  exports.ListWhatsAppMessageTemplatesInput$ = [3, n0, _LWAMTI,
447
589
  0,
448
590
  [_i, _nT, _mR],
@@ -455,7 +597,7 @@ exports.ListWhatsAppMessageTemplatesOutput$ = [3, n0, _LWAMTO,
455
597
  ];
456
598
  exports.ListWhatsAppTemplateLibraryInput$ = [3, n0, _LWATLI,
457
599
  0,
458
- [_i, _nT, _mR, _f],
600
+ [_i, _nT, _mR, _fi],
459
601
  [[0, { [_hQ]: _i }], 0, 1, 128 | 0], 1
460
602
  ];
461
603
  exports.ListWhatsAppTemplateLibraryOutput$ = [3, n0, _LWATLO,
@@ -463,6 +605,41 @@ exports.ListWhatsAppTemplateLibraryOutput$ = [3, n0, _LWATLO,
463
605
  [_mLTe, _nT],
464
606
  [() => MetaLibraryTemplatesList, 0]
465
607
  ];
608
+ exports.MetaFlowApplicationInfo$ = [3, n0, _MFAI,
609
+ 0,
610
+ [_n, _i, _l],
611
+ [0, 0, 0], 2
612
+ ];
613
+ exports.MetaFlowAsset$ = [3, n0, _MFA,
614
+ 0,
615
+ [_n, _aT, _dU],
616
+ [0, 0, 0], 3
617
+ ];
618
+ exports.MetaFlowHealthEntity$ = [3, n0, _MFHE,
619
+ 0,
620
+ [_eT, _i, _cSM],
621
+ [0, 0, 0], 3
622
+ ];
623
+ exports.MetaFlowHealthStatus$ = [3, n0, _MFHS,
624
+ 0,
625
+ [_cSM, _en],
626
+ [0, () => MetaFlowHealthEntityList], 1
627
+ ];
628
+ exports.MetaFlowPreviewInfo$ = [3, n0, _MFPI,
629
+ 0,
630
+ [_pU, _eA],
631
+ [0, 0], 2
632
+ ];
633
+ exports.MetaFlowSummary$ = [3, n0, _MFS,
634
+ 0,
635
+ [_fI, _fN, _fS, _fC, _vE],
636
+ [0, 0, 0, 64 | 0, 64 | 0], 5
637
+ ];
638
+ exports.MetaFlowWhatsAppBusinessAccountInfo$ = [3, n0, _MFWABAI,
639
+ 0,
640
+ [_i, _n, _cu, _tI, _mTN],
641
+ [0, 0, 0, 0, 0], 2
642
+ ];
466
643
  exports.MetaLibraryTemplate$ = [3, n0, _MLT,
467
644
  0,
468
645
  [_tN, _lTN, _tC, _tL, _lTBI, _lTBIi],
@@ -470,7 +647,7 @@ exports.MetaLibraryTemplate$ = [3, n0, _MLT,
470
647
  ];
471
648
  exports.MetaLibraryTemplateDefinition$ = [3, n0, _MLTD,
472
649
  0,
473
- [_tN, _tL, _tC, _tT, _tUC, _tI, _tH, _tB, _tBe, _tIe, _tBEP],
650
+ [_tN, _tL, _tC, _tT, _tUC, _tIe, _tH, _tB, _tBe, _tIem, _tBEP],
474
651
  [0, 0, 0, 0, 0, 64 | 0, 0, 0, () => MetaLibraryTemplateButtonList, 0, 64 | 0]
475
652
  ];
476
653
  exports.PostWhatsAppMessageMediaInput$ = [3, n0, _PWAMMI,
@@ -483,6 +660,16 @@ exports.PostWhatsAppMessageMediaOutput$ = [3, n0, _PWAMMO,
483
660
  [_mI],
484
661
  [0]
485
662
  ];
663
+ exports.PublishWhatsAppFlowInput$ = [3, n0, _PWAFI,
664
+ 0,
665
+ [_i, _fI],
666
+ [0, 0], 2
667
+ ];
668
+ exports.PublishWhatsAppFlowOutput$ = [3, n0, _PWAFO,
669
+ 0,
670
+ [],
671
+ []
672
+ ];
486
673
  exports.PutWhatsAppBusinessAccountEventDestinationsInput$ = [3, n0, _PWABAEDI,
487
674
  0,
488
675
  [_i, _eD],
@@ -543,6 +730,26 @@ exports.UntagResourceOutput$ = [3, n0, _URO,
543
730
  [_sCt],
544
731
  [1]
545
732
  ];
733
+ exports.UpdateWhatsAppFlowAssetsInput$ = [3, n0, _UWAFAI,
734
+ 0,
735
+ [_i, _fI, _fJ],
736
+ [0, 0, 21], 3
737
+ ];
738
+ exports.UpdateWhatsAppFlowAssetsOutput$ = [3, n0, _UWAFAO,
739
+ 0,
740
+ [_vE],
741
+ [64 | 0]
742
+ ];
743
+ exports.UpdateWhatsAppFlowInput$ = [3, n0, _UWAFI,
744
+ 0,
745
+ [_i, _fI, _fN, _ca],
746
+ [0, 0, 0, 64 | 0], 2
747
+ ];
748
+ exports.UpdateWhatsAppFlowOutput$ = [3, n0, _UWAFO,
749
+ 0,
750
+ [],
751
+ []
752
+ ];
546
753
  exports.UpdateWhatsAppMessageTemplateInput$ = [3, n0, _UWAMTI,
547
754
  0,
548
755
  [_i, _mTI, _tN, _tLC, _pF, _tC, _tCe, _cULTOO],
@@ -585,7 +792,7 @@ exports.WhatsAppSetupFinalization$ = [3, n0, _WASF,
585
792
  ];
586
793
  exports.WhatsAppSignupCallback$ = [3, n0, _WASC,
587
794
  0,
588
- [_aT, _cU],
795
+ [_aTc, _cU],
589
796
  [0, 0], 1
590
797
  ];
591
798
  exports.WhatsAppSignupCallbackResult$ = [3, n0, _WASCR,
@@ -596,6 +803,16 @@ exports.WhatsAppSignupCallbackResult$ = [3, n0, _WASCR,
596
803
  var LinkedWhatsAppBusinessAccountSummaryList = [1, n0, _LWABASL,
597
804
  0, () => exports.LinkedWhatsAppBusinessAccountSummary$
598
805
  ];
806
+ var MetaFlowAssetList = [1, n0, _MFAL,
807
+ 0, () => exports.MetaFlowAsset$
808
+ ];
809
+ var MetaFlowCategoryList = 64 | 0;
810
+ var MetaFlowHealthEntityList = [1, n0, _MFHEL,
811
+ 0, () => exports.MetaFlowHealthEntity$
812
+ ];
813
+ var MetaFlowSummaryList = [1, n0, _MFSL,
814
+ 0, () => exports.MetaFlowSummary$
815
+ ];
599
816
  var MetaIndustries = 64 | 0;
600
817
  var MetaLibraryTemplateButtonInputs = [1, n0, _MLTBI,
601
818
  0, () => exports.LibraryTemplateButtonInput$
@@ -617,6 +834,7 @@ var TagList = [1, n0, _TL,
617
834
  var TemplateSummaryList = [1, n0, _TSL,
618
835
  0, () => exports.TemplateSummary$
619
836
  ];
837
+ var ValidationErrorList = 64 | 0;
620
838
  var WabaPhoneNumberSetupFinalizationList = [1, n0, _WPNSFL,
621
839
  0, [() => exports.WabaPhoneNumberSetupFinalization$,
622
840
  0]
@@ -640,6 +858,9 @@ var SupportedApp = 128 | 0;
640
858
  exports.AssociateWhatsAppBusinessAccount$ = [9, n0, _AWABA,
641
859
  { [_ht]: ["POST", "/v1/whatsapp/signup", 200] }, () => exports.AssociateWhatsAppBusinessAccountInput$, () => exports.AssociateWhatsAppBusinessAccountOutput$
642
860
  ];
861
+ exports.CreateWhatsAppFlow$ = [9, n0, _CWAF,
862
+ { [_ht]: ["POST", "/v1/whatsapp/flow/create", 200] }, () => exports.CreateWhatsAppFlowInput$, () => exports.CreateWhatsAppFlowOutput$
863
+ ];
643
864
  exports.CreateWhatsAppMessageTemplate$ = [9, n0, _CWAMT,
644
865
  { [_ht]: ["POST", "/v1/whatsapp/template/put", 200] }, () => exports.CreateWhatsAppMessageTemplateInput$, () => exports.CreateWhatsAppMessageTemplateOutput$
645
866
  ];
@@ -649,12 +870,18 @@ exports.CreateWhatsAppMessageTemplateFromLibrary$ = [9, n0, _CWAMTFL,
649
870
  exports.CreateWhatsAppMessageTemplateMedia$ = [9, n0, _CWAMTM,
650
871
  { [_ht]: ["POST", "/v1/whatsapp/template/media", 200] }, () => exports.CreateWhatsAppMessageTemplateMediaInput$, () => exports.CreateWhatsAppMessageTemplateMediaOutput$
651
872
  ];
873
+ exports.DeleteWhatsAppFlow$ = [9, n0, _DWAF,
874
+ { [_ht]: ["DELETE", "/v1/whatsapp/flow", 200] }, () => exports.DeleteWhatsAppFlowInput$, () => exports.DeleteWhatsAppFlowOutput$
875
+ ];
652
876
  exports.DeleteWhatsAppMessageMedia$ = [9, n0, _DWAMM,
653
877
  { [_ht]: ["DELETE", "/v1/whatsapp/media", 200] }, () => exports.DeleteWhatsAppMessageMediaInput$, () => exports.DeleteWhatsAppMessageMediaOutput$
654
878
  ];
655
879
  exports.DeleteWhatsAppMessageTemplate$ = [9, n0, _DWAMT,
656
880
  { [_ht]: ["DELETE", "/v1/whatsapp/template", 200] }, () => exports.DeleteWhatsAppMessageTemplateInput$, () => exports.DeleteWhatsAppMessageTemplateOutput$
657
881
  ];
882
+ exports.DeprecateWhatsAppFlow$ = [9, n0, _DWAFe,
883
+ { [_ht]: ["POST", "/v1/whatsapp/flow/deprecate", 200] }, () => exports.DeprecateWhatsAppFlowInput$, () => exports.DeprecateWhatsAppFlowOutput$
884
+ ];
658
885
  exports.DisassociateWhatsAppBusinessAccount$ = [9, n0, _DWABA,
659
886
  { [_ht]: ["DELETE", "/v1/whatsapp/waba/disassociate", 200] }, () => exports.DisassociateWhatsAppBusinessAccountInput$, () => exports.DisassociateWhatsAppBusinessAccountOutput$
660
887
  ];
@@ -664,6 +891,12 @@ exports.GetLinkedWhatsAppBusinessAccount$ = [9, n0, _GLWABA,
664
891
  exports.GetLinkedWhatsAppBusinessAccountPhoneNumber$ = [9, n0, _GLWABAPN,
665
892
  { [_ht]: ["GET", "/v1/whatsapp/waba/phone/details", 200] }, () => exports.GetLinkedWhatsAppBusinessAccountPhoneNumberInput$, () => exports.GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$
666
893
  ];
894
+ exports.GetWhatsAppFlow$ = [9, n0, _GWAF,
895
+ { [_ht]: ["GET", "/v1/whatsapp/flow", 200] }, () => exports.GetWhatsAppFlowInput$, () => exports.GetWhatsAppFlowOutput$
896
+ ];
897
+ exports.GetWhatsAppFlowPreview$ = [9, n0, _GWAFP,
898
+ { [_ht]: ["GET", "/v1/whatsapp/flow/preview", 200] }, () => exports.GetWhatsAppFlowPreviewInput$, () => exports.GetWhatsAppFlowPreviewOutput$
899
+ ];
667
900
  exports.GetWhatsAppMessageMedia$ = [9, n0, _GWAMM,
668
901
  { [_ht]: ["POST", "/v1/whatsapp/media/get", 200] }, () => exports.GetWhatsAppMessageMediaInput$, () => exports.GetWhatsAppMessageMediaOutput$
669
902
  ];
@@ -676,6 +909,12 @@ exports.ListLinkedWhatsAppBusinessAccounts$ = [9, n0, _LLWABA,
676
909
  exports.ListTagsForResource$ = [9, n0, _LTFR,
677
910
  { [_ht]: ["GET", "/v1/tags/list", 200] }, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
678
911
  ];
912
+ exports.ListWhatsAppFlowAssets$ = [9, n0, _LWAFA,
913
+ { [_ht]: ["GET", "/v1/whatsapp/flow/assets", 200] }, () => exports.ListWhatsAppFlowAssetsInput$, () => exports.ListWhatsAppFlowAssetsOutput$
914
+ ];
915
+ exports.ListWhatsAppFlows$ = [9, n0, _LWAF,
916
+ { [_ht]: ["GET", "/v1/whatsapp/flow/list", 200] }, () => exports.ListWhatsAppFlowsInput$, () => exports.ListWhatsAppFlowsOutput$
917
+ ];
679
918
  exports.ListWhatsAppMessageTemplates$ = [9, n0, _LWAMT,
680
919
  { [_ht]: ["GET", "/v1/whatsapp/template/list", 200] }, () => exports.ListWhatsAppMessageTemplatesInput$, () => exports.ListWhatsAppMessageTemplatesOutput$
681
920
  ];
@@ -685,6 +924,9 @@ exports.ListWhatsAppTemplateLibrary$ = [9, n0, _LWATL,
685
924
  exports.PostWhatsAppMessageMedia$ = [9, n0, _PWAMM,
686
925
  { [_ht]: ["POST", "/v1/whatsapp/media", 200] }, () => exports.PostWhatsAppMessageMediaInput$, () => exports.PostWhatsAppMessageMediaOutput$
687
926
  ];
927
+ exports.PublishWhatsAppFlow$ = [9, n0, _PWAF,
928
+ { [_ht]: ["POST", "/v1/whatsapp/flow/publish", 200] }, () => exports.PublishWhatsAppFlowInput$, () => exports.PublishWhatsAppFlowOutput$
929
+ ];
688
930
  exports.PutWhatsAppBusinessAccountEventDestinations$ = [9, n0, _PWABAED,
689
931
  { [_ht]: ["PUT", "/v1/whatsapp/waba/eventdestinations", 200] }, () => exports.PutWhatsAppBusinessAccountEventDestinationsInput$, () => exports.PutWhatsAppBusinessAccountEventDestinationsOutput$
690
932
  ];
@@ -697,6 +939,12 @@ exports.TagResource$ = [9, n0, _TR,
697
939
  exports.UntagResource$ = [9, n0, _UR,
698
940
  { [_ht]: ["POST", "/v1/tags/untag-resource", 200] }, () => exports.UntagResourceInput$, () => exports.UntagResourceOutput$
699
941
  ];
942
+ exports.UpdateWhatsAppFlow$ = [9, n0, _UWAF,
943
+ { [_ht]: ["POST", "/v1/whatsapp/flow/update", 200] }, () => exports.UpdateWhatsAppFlowInput$, () => exports.UpdateWhatsAppFlowOutput$
944
+ ];
945
+ exports.UpdateWhatsAppFlowAssets$ = [9, n0, _UWAFA,
946
+ { [_ht]: ["POST", "/v1/whatsapp/flow/assets/update", 200] }, () => exports.UpdateWhatsAppFlowAssetsInput$, () => exports.UpdateWhatsAppFlowAssetsOutput$
947
+ ];
700
948
  exports.UpdateWhatsAppMessageTemplate$ = [9, n0, _UWAMT,
701
949
  { [_ht]: ["POST", "/v1/whatsapp/template", 200] }, () => exports.UpdateWhatsAppMessageTemplateInput$, () => exports.UpdateWhatsAppMessageTemplateOutput$
702
950
  ];
@@ -1,54 +1,78 @@
1
1
  import { createAggregatedClient } from "@smithy/core/client";
2
2
  import { AssociateWhatsAppBusinessAccountCommand, } from "./commands/AssociateWhatsAppBusinessAccountCommand";
3
+ import { CreateWhatsAppFlowCommand, } from "./commands/CreateWhatsAppFlowCommand";
3
4
  import { CreateWhatsAppMessageTemplateCommand, } from "./commands/CreateWhatsAppMessageTemplateCommand";
4
5
  import { CreateWhatsAppMessageTemplateFromLibraryCommand, } from "./commands/CreateWhatsAppMessageTemplateFromLibraryCommand";
5
6
  import { CreateWhatsAppMessageTemplateMediaCommand, } from "./commands/CreateWhatsAppMessageTemplateMediaCommand";
7
+ import { DeleteWhatsAppFlowCommand, } from "./commands/DeleteWhatsAppFlowCommand";
6
8
  import { DeleteWhatsAppMessageMediaCommand, } from "./commands/DeleteWhatsAppMessageMediaCommand";
7
9
  import { DeleteWhatsAppMessageTemplateCommand, } from "./commands/DeleteWhatsAppMessageTemplateCommand";
10
+ import { DeprecateWhatsAppFlowCommand, } from "./commands/DeprecateWhatsAppFlowCommand";
8
11
  import { DisassociateWhatsAppBusinessAccountCommand, } from "./commands/DisassociateWhatsAppBusinessAccountCommand";
9
12
  import { GetLinkedWhatsAppBusinessAccountCommand, } from "./commands/GetLinkedWhatsAppBusinessAccountCommand";
10
13
  import { GetLinkedWhatsAppBusinessAccountPhoneNumberCommand, } from "./commands/GetLinkedWhatsAppBusinessAccountPhoneNumberCommand";
14
+ import { GetWhatsAppFlowCommand, } from "./commands/GetWhatsAppFlowCommand";
15
+ import { GetWhatsAppFlowPreviewCommand, } from "./commands/GetWhatsAppFlowPreviewCommand";
11
16
  import { GetWhatsAppMessageMediaCommand, } from "./commands/GetWhatsAppMessageMediaCommand";
12
17
  import { GetWhatsAppMessageTemplateCommand, } from "./commands/GetWhatsAppMessageTemplateCommand";
13
18
  import { ListLinkedWhatsAppBusinessAccountsCommand, } from "./commands/ListLinkedWhatsAppBusinessAccountsCommand";
14
19
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
20
+ import { ListWhatsAppFlowAssetsCommand, } from "./commands/ListWhatsAppFlowAssetsCommand";
21
+ import { ListWhatsAppFlowsCommand, } from "./commands/ListWhatsAppFlowsCommand";
15
22
  import { ListWhatsAppMessageTemplatesCommand, } from "./commands/ListWhatsAppMessageTemplatesCommand";
16
23
  import { ListWhatsAppTemplateLibraryCommand, } from "./commands/ListWhatsAppTemplateLibraryCommand";
17
24
  import { PostWhatsAppMessageMediaCommand, } from "./commands/PostWhatsAppMessageMediaCommand";
25
+ import { PublishWhatsAppFlowCommand, } from "./commands/PublishWhatsAppFlowCommand";
18
26
  import { PutWhatsAppBusinessAccountEventDestinationsCommand, } from "./commands/PutWhatsAppBusinessAccountEventDestinationsCommand";
19
27
  import { SendWhatsAppMessageCommand, } from "./commands/SendWhatsAppMessageCommand";
20
28
  import { TagResourceCommand, } from "./commands/TagResourceCommand";
21
29
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
30
+ import { UpdateWhatsAppFlowAssetsCommand, } from "./commands/UpdateWhatsAppFlowAssetsCommand";
31
+ import { UpdateWhatsAppFlowCommand, } from "./commands/UpdateWhatsAppFlowCommand";
22
32
  import { UpdateWhatsAppMessageTemplateCommand, } from "./commands/UpdateWhatsAppMessageTemplateCommand";
23
33
  import { paginateListLinkedWhatsAppBusinessAccounts } from "./pagination/ListLinkedWhatsAppBusinessAccountsPaginator";
34
+ import { paginateListWhatsAppFlowAssets } from "./pagination/ListWhatsAppFlowAssetsPaginator";
35
+ import { paginateListWhatsAppFlows } from "./pagination/ListWhatsAppFlowsPaginator";
24
36
  import { paginateListWhatsAppMessageTemplates } from "./pagination/ListWhatsAppMessageTemplatesPaginator";
25
37
  import { paginateListWhatsAppTemplateLibrary } from "./pagination/ListWhatsAppTemplateLibraryPaginator";
26
38
  import { SocialMessagingClient } from "./SocialMessagingClient";
27
39
  const commands = {
28
40
  AssociateWhatsAppBusinessAccountCommand,
41
+ CreateWhatsAppFlowCommand,
29
42
  CreateWhatsAppMessageTemplateCommand,
30
43
  CreateWhatsAppMessageTemplateFromLibraryCommand,
31
44
  CreateWhatsAppMessageTemplateMediaCommand,
45
+ DeleteWhatsAppFlowCommand,
32
46
  DeleteWhatsAppMessageMediaCommand,
33
47
  DeleteWhatsAppMessageTemplateCommand,
48
+ DeprecateWhatsAppFlowCommand,
34
49
  DisassociateWhatsAppBusinessAccountCommand,
35
50
  GetLinkedWhatsAppBusinessAccountCommand,
36
51
  GetLinkedWhatsAppBusinessAccountPhoneNumberCommand,
52
+ GetWhatsAppFlowCommand,
53
+ GetWhatsAppFlowPreviewCommand,
37
54
  GetWhatsAppMessageMediaCommand,
38
55
  GetWhatsAppMessageTemplateCommand,
39
56
  ListLinkedWhatsAppBusinessAccountsCommand,
40
57
  ListTagsForResourceCommand,
58
+ ListWhatsAppFlowAssetsCommand,
59
+ ListWhatsAppFlowsCommand,
41
60
  ListWhatsAppMessageTemplatesCommand,
42
61
  ListWhatsAppTemplateLibraryCommand,
43
62
  PostWhatsAppMessageMediaCommand,
63
+ PublishWhatsAppFlowCommand,
44
64
  PutWhatsAppBusinessAccountEventDestinationsCommand,
45
65
  SendWhatsAppMessageCommand,
46
66
  TagResourceCommand,
47
67
  UntagResourceCommand,
68
+ UpdateWhatsAppFlowCommand,
69
+ UpdateWhatsAppFlowAssetsCommand,
48
70
  UpdateWhatsAppMessageTemplateCommand,
49
71
  };
50
72
  const paginators = {
51
73
  paginateListLinkedWhatsAppBusinessAccounts,
74
+ paginateListWhatsAppFlowAssets,
75
+ paginateListWhatsAppFlows,
52
76
  paginateListWhatsAppMessageTemplates,
53
77
  paginateListWhatsAppTemplateLibrary,
54
78
  };
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateWhatsAppFlow$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateWhatsAppFlowCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("SocialMessaging", "CreateWhatsAppFlow", {})
13
+ .n("SocialMessagingClient", "CreateWhatsAppFlowCommand")
14
+ .sc(CreateWhatsAppFlow$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteWhatsAppFlow$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteWhatsAppFlowCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("SocialMessaging", "DeleteWhatsAppFlow", {})
13
+ .n("SocialMessagingClient", "DeleteWhatsAppFlowCommand")
14
+ .sc(DeleteWhatsAppFlow$)
15
+ .build() {
16
+ }