@aws-sdk/client-chatbot 3.928.0 → 3.930.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 (58) hide show
  1. package/dist-cjs/index.js +1477 -1944
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ChatbotClient.js +2 -0
  4. package/dist-es/commands/AssociateToConfigurationCommand.js +3 -9
  5. package/dist-es/commands/CreateChimeWebhookConfigurationCommand.js +3 -10
  6. package/dist-es/commands/CreateCustomActionCommand.js +3 -9
  7. package/dist-es/commands/CreateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  8. package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +3 -10
  9. package/dist-es/commands/DeleteChimeWebhookConfigurationCommand.js +3 -9
  10. package/dist-es/commands/DeleteCustomActionCommand.js +3 -9
  11. package/dist-es/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.js +3 -9
  12. package/dist-es/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.js +3 -9
  13. package/dist-es/commands/DeleteMicrosoftTeamsUserIdentityCommand.js +3 -9
  14. package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +3 -9
  15. package/dist-es/commands/DeleteSlackUserIdentityCommand.js +3 -9
  16. package/dist-es/commands/DeleteSlackWorkspaceAuthorizationCommand.js +3 -9
  17. package/dist-es/commands/DescribeChimeWebhookConfigurationsCommand.js +3 -10
  18. package/dist-es/commands/DescribeSlackChannelConfigurationsCommand.js +3 -10
  19. package/dist-es/commands/DescribeSlackUserIdentitiesCommand.js +3 -9
  20. package/dist-es/commands/DescribeSlackWorkspacesCommand.js +3 -9
  21. package/dist-es/commands/DisassociateFromConfigurationCommand.js +3 -9
  22. package/dist-es/commands/GetAccountPreferencesCommand.js +3 -9
  23. package/dist-es/commands/GetCustomActionCommand.js +3 -9
  24. package/dist-es/commands/GetMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  25. package/dist-es/commands/ListAssociationsCommand.js +3 -9
  26. package/dist-es/commands/ListCustomActionsCommand.js +3 -9
  27. package/dist-es/commands/ListMicrosoftTeamsChannelConfigurationsCommand.js +3 -10
  28. package/dist-es/commands/ListMicrosoftTeamsConfiguredTeamsCommand.js +3 -9
  29. package/dist-es/commands/ListMicrosoftTeamsUserIdentitiesCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/TagResourceCommand.js +3 -9
  32. package/dist-es/commands/UntagResourceCommand.js +3 -9
  33. package/dist-es/commands/UpdateAccountPreferencesCommand.js +3 -9
  34. package/dist-es/commands/UpdateChimeWebhookConfigurationCommand.js +3 -10
  35. package/dist-es/commands/UpdateCustomActionCommand.js +3 -9
  36. package/dist-es/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  37. package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +3 -10
  38. package/dist-es/models/models_0.js +0 -101
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-es/schemas/schemas_0.js +1317 -0
  41. package/dist-types/ChatbotClient.d.ts +10 -1
  42. package/dist-types/models/models_0.d.ts +0 -76
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +173 -0
  48. package/dist-types/ts3.4/ChatbotClient.d.ts +4 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -57
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +179 -0
  55. package/package.json +33 -34
  56. package/dist-es/protocols/Aws_restJson1.js +0 -1492
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -413
@@ -0,0 +1,1317 @@
1
+ const _A = "Attachments";
2
+ const _AL = "AssociationListing";
3
+ const _ALs = "AssociationList";
4
+ const _AN = "AliasName";
5
+ const _ANc = "ActionName";
6
+ const _AP = "AccountPreferences";
7
+ const _ATC = "AssociateToConfiguration";
8
+ const _ATCR = "AssociateToConfigurationRequest";
9
+ const _ATCRs = "AssociateToConfigurationResult";
10
+ const _AUI = "AwsUserIdentity";
11
+ const _As = "Associations";
12
+ const _BT = "ButtonText";
13
+ const _C = "Criteria";
14
+ const _CA = "CustomAction";
15
+ const _CAA = "CustomActionArn";
16
+ const _CAAC = "CustomActionAttachmentCriteria";
17
+ const _CAACL = "CustomActionAttachmentCriteriaList";
18
+ const _CAAL = "CustomActionAttachmentList";
19
+ const _CAAu = "CustomActionAttachment";
20
+ const _CAD = "CustomActionDefinition";
21
+ const _CAu = "CustomActions";
22
+ const _CC = "ChatConfiguration";
23
+ const _CCA = "ChatConfigurationArn";
24
+ const _CCAR = "CreateCustomActionRequest";
25
+ const _CCARr = "CreateCustomActionResult";
26
+ const _CCAr = "CreateCustomAction";
27
+ const _CCWC = "CreateChimeWebhookConfiguration";
28
+ const _CCWCE = "CreateChimeWebhookConfigurationException";
29
+ const _CCWCR = "CreateChimeWebhookConfigurationRequest";
30
+ const _CCWCRr = "CreateChimeWebhookConfigurationResult";
31
+ const _CCh = "ChannelConfiguration";
32
+ const _CE = "ConflictException";
33
+ const _CI = "ChannelId";
34
+ const _CMTCC = "CreateMicrosoftTeamsChannelConfiguration";
35
+ const _CN = "ConfigurationName";
36
+ const _CNh = "ChannelName";
37
+ const _CSCC = "CreateSlackChannelConfiguration";
38
+ const _CSCCE = "CreateSlackChannelConfigurationException";
39
+ const _CSCCR = "CreateSlackChannelConfigurationRequest";
40
+ const _CSCCRr = "CreateSlackChannelConfigurationResult";
41
+ const _CT = "ConfiguredTeam";
42
+ const _CTCCE = "CreateTeamsChannelConfigurationException";
43
+ const _CTCCR = "CreateTeamsChannelConfigurationRequest";
44
+ const _CTCCRr = "CreateTeamsChannelConfigurationResult";
45
+ const _CTL = "ConfiguredTeamsList";
46
+ const _CTl = "ClientToken";
47
+ const _CTo = "CommandText";
48
+ const _CTon = "ConfiguredTeams";
49
+ const _CWC = "ChimeWebhookConfiguration";
50
+ const _CWCL = "ChimeWebhookConfigurationList";
51
+ const _CWD = "ChimeWebhookDescription";
52
+ const _CWU = "ChimeWebhookUrl";
53
+ const _D = "Definition";
54
+ const _DCA = "DeleteCustomAction";
55
+ const _DCAR = "DeleteCustomActionRequest";
56
+ const _DCARe = "DeleteCustomActionResult";
57
+ const _DCWC = "DeleteChimeWebhookConfiguration";
58
+ const _DCWCE = "DeleteChimeWebhookConfigurationException";
59
+ const _DCWCEe = "DescribeChimeWebhookConfigurationsException";
60
+ const _DCWCR = "DeleteChimeWebhookConfigurationRequest";
61
+ const _DCWCRe = "DeleteChimeWebhookConfigurationResult";
62
+ const _DCWCRes = "DescribeChimeWebhookConfigurationsRequest";
63
+ const _DCWCResc = "DescribeChimeWebhookConfigurationsResult";
64
+ const _DCWCe = "DescribeChimeWebhookConfigurations";
65
+ const _DFC = "DisassociateFromConfiguration";
66
+ const _DFCR = "DisassociateFromConfigurationRequest";
67
+ const _DFCRi = "DisassociateFromConfigurationResult";
68
+ const _DMTCC = "DeleteMicrosoftTeamsChannelConfiguration";
69
+ const _DMTCT = "DeleteMicrosoftTeamsConfiguredTeam";
70
+ const _DMTUI = "DeleteMicrosoftTeamsUserIdentity";
71
+ const _DMTUIE = "DeleteMicrosoftTeamsUserIdentityException";
72
+ const _DMTUIR = "DeleteMicrosoftTeamsUserIdentityRequest";
73
+ const _DMTUIRe = "DeleteMicrosoftTeamsUserIdentityResult";
74
+ const _DSCC = "DeleteSlackChannelConfiguration";
75
+ const _DSCCE = "DeleteSlackChannelConfigurationException";
76
+ const _DSCCEe = "DescribeSlackChannelConfigurationsException";
77
+ const _DSCCR = "DeleteSlackChannelConfigurationRequest";
78
+ const _DSCCRe = "DeleteSlackChannelConfigurationResult";
79
+ const _DSCCRes = "DescribeSlackChannelConfigurationsRequest";
80
+ const _DSCCResc = "DescribeSlackChannelConfigurationsResult";
81
+ const _DSCCe = "DescribeSlackChannelConfigurations";
82
+ const _DSUI = "DeleteSlackUserIdentity";
83
+ const _DSUIE = "DeleteSlackUserIdentityException";
84
+ const _DSUIEe = "DescribeSlackUserIdentitiesException";
85
+ const _DSUIR = "DeleteSlackUserIdentityRequest";
86
+ const _DSUIRe = "DeleteSlackUserIdentityResult";
87
+ const _DSUIRes = "DescribeSlackUserIdentitiesRequest";
88
+ const _DSUIResc = "DescribeSlackUserIdentitiesResult";
89
+ const _DSUIe = "DescribeSlackUserIdentities";
90
+ const _DSW = "DescribeSlackWorkspaces";
91
+ const _DSWA = "DeleteSlackWorkspaceAuthorization";
92
+ const _DSWAF = "DeleteSlackWorkspaceAuthorizationFault";
93
+ const _DSWAR = "DeleteSlackWorkspaceAuthorizationRequest";
94
+ const _DSWARe = "DeleteSlackWorkspaceAuthorizationResult";
95
+ const _DSWE = "DescribeSlackWorkspacesException";
96
+ const _DSWR = "DescribeSlackWorkspacesRequest";
97
+ const _DSWRe = "DescribeSlackWorkspacesResult";
98
+ const _DTCCE = "DeleteTeamsChannelConfigurationException";
99
+ const _DTCCR = "DeleteTeamsChannelConfigurationRequest";
100
+ const _DTCCRe = "DeleteTeamsChannelConfigurationResult";
101
+ const _DTCTE = "DeleteTeamsConfiguredTeamException";
102
+ const _DTCTR = "DeleteTeamsConfiguredTeamRequest";
103
+ const _DTCTRe = "DeleteTeamsConfiguredTeamResult";
104
+ const _GAP = "GetAccountPreferences";
105
+ const _GAPE = "GetAccountPreferencesException";
106
+ const _GAPR = "GetAccountPreferencesRequest";
107
+ const _GAPRe = "GetAccountPreferencesResult";
108
+ const _GCA = "GetCustomAction";
109
+ const _GCAR = "GetCustomActionRequest";
110
+ const _GCARe = "GetCustomActionResult";
111
+ const _GMTCC = "GetMicrosoftTeamsChannelConfiguration";
112
+ const _GPA = "GuardrailPolicyArns";
113
+ const _GTCCE = "GetTeamsChannelConfigurationException";
114
+ const _GTCCR = "GetTeamsChannelConfigurationRequest";
115
+ const _GTCCRe = "GetTeamsChannelConfigurationResult";
116
+ const _IPE = "InvalidParameterException";
117
+ const _IRA = "IamRoleArn";
118
+ const _IRE = "InvalidRequestException";
119
+ const _ISE = "InternalServiceError";
120
+ const _LA = "ListAssociations";
121
+ const _LAR = "ListAssociationsRequest";
122
+ const _LARi = "ListAssociationsResult";
123
+ const _LCA = "ListCustomActions";
124
+ const _LCAR = "ListCustomActionsRequest";
125
+ const _LCARi = "ListCustomActionsResult";
126
+ const _LEE = "LimitExceededException";
127
+ const _LL = "LoggingLevel";
128
+ const _LMTCC = "ListMicrosoftTeamsChannelConfigurations";
129
+ const _LMTCT = "ListMicrosoftTeamsConfiguredTeams";
130
+ const _LMTCTE = "ListMicrosoftTeamsConfiguredTeamsException";
131
+ const _LMTCTR = "ListMicrosoftTeamsConfiguredTeamsRequest";
132
+ const _LMTCTRi = "ListMicrosoftTeamsConfiguredTeamsResult";
133
+ const _LMTUI = "ListMicrosoftTeamsUserIdentities";
134
+ const _LMTUIE = "ListMicrosoftTeamsUserIdentitiesException";
135
+ const _LMTUIR = "ListMicrosoftTeamsUserIdentitiesRequest";
136
+ const _LMTUIRi = "ListMicrosoftTeamsUserIdentitiesResult";
137
+ const _LTCCE = "ListTeamsChannelConfigurationsException";
138
+ const _LTCCR = "ListTeamsChannelConfigurationsRequest";
139
+ const _LTCCRi = "ListTeamsChannelConfigurationsResult";
140
+ const _LTFR = "ListTagsForResource";
141
+ const _LTFRR = "ListTagsForResourceRequest";
142
+ const _LTFRRi = "ListTagsForResourceResponse";
143
+ const _M = "Message";
144
+ const _MR = "MaxResults";
145
+ const _NT = "NotificationType";
146
+ const _NTe = "NextToken";
147
+ const _O = "Operator";
148
+ const _R = "Resource";
149
+ const _RARN = "ResourceARN";
150
+ const _RNFE = "ResourceNotFoundException";
151
+ const _S = "State";
152
+ const _SCC = "SlackChannelConfigurations";
153
+ const _SCCL = "SlackChannelConfigurationList";
154
+ const _SCCl = "SlackChannelConfiguration";
155
+ const _SCDN = "SlackChannelDisplayName";
156
+ const _SCI = "SlackChannelId";
157
+ const _SCN = "SlackChannelName";
158
+ const _SR = "StateReason";
159
+ const _STA = "SnsTopicArns";
160
+ const _STI = "SlackTeamId";
161
+ const _STN = "SlackTeamName";
162
+ const _SUE = "ServiceUnavailableException";
163
+ const _SUI = "SlackUserId";
164
+ const _SUIL = "SlackUserIdentitiesList";
165
+ const _SUIl = "SlackUserIdentities";
166
+ const _SUIla = "SlackUserIdentity";
167
+ const _SW = "SlackWorkspaces";
168
+ const _SWL = "SlackWorkspacesList";
169
+ const _SWl = "SlackWorkspace";
170
+ const _T = "Tags";
171
+ const _TCC = "TeamChannelConfigurations";
172
+ const _TCCL = "TeamChannelConfigurationsList";
173
+ const _TCCe = "TeamsChannelConfiguration";
174
+ const _TCI = "TeamsChannelId";
175
+ const _TCN = "TeamsChannelName";
176
+ const _TDCE = "TrainingDataCollectionEnabled";
177
+ const _TI = "TenantId";
178
+ const _TIe = "TeamId";
179
+ const _TK = "TagKey";
180
+ const _TKa = "TagKeys";
181
+ const _TL = "TagList";
182
+ const _TMTE = "TooManyTagsException";
183
+ const _TN = "TeamName";
184
+ const _TR = "TagResource";
185
+ const _TRR = "TagResourceRequest";
186
+ const _TRRa = "TagResourceResponse";
187
+ const _TTI = "TeamsTenantId";
188
+ const _TUI = "TeamsUserIdentities";
189
+ const _TUIL = "TeamsUserIdentitiesList";
190
+ const _TUIe = "TeamsUserIdentity";
191
+ const _TV = "TagValue";
192
+ const _Ta = "Tag";
193
+ const _UAP = "UpdateAccountPreferences";
194
+ const _UAPE = "UpdateAccountPreferencesException";
195
+ const _UAPR = "UpdateAccountPreferencesRequest";
196
+ const _UAPRp = "UpdateAccountPreferencesResult";
197
+ const _UAR = "UserAuthorizationRequired";
198
+ const _UCA = "UpdateCustomAction";
199
+ const _UCAR = "UpdateCustomActionRequest";
200
+ const _UCARp = "UpdateCustomActionResult";
201
+ const _UCWC = "UpdateChimeWebhookConfiguration";
202
+ const _UCWCE = "UpdateChimeWebhookConfigurationException";
203
+ const _UCWCR = "UpdateChimeWebhookConfigurationRequest";
204
+ const _UCWCRp = "UpdateChimeWebhookConfigurationResult";
205
+ const _UE = "UnauthorizedException";
206
+ const _UI = "UserId";
207
+ const _UMTCC = "UpdateMicrosoftTeamsChannelConfiguration";
208
+ const _UR = "UntagResource";
209
+ const _URR = "UntagResourceRequest";
210
+ const _URRn = "UntagResourceResponse";
211
+ const _USCC = "UpdateSlackChannelConfiguration";
212
+ const _USCCE = "UpdateSlackChannelConfigurationException";
213
+ const _USCCR = "UpdateSlackChannelConfigurationRequest";
214
+ const _USCCRp = "UpdateSlackChannelConfigurationResult";
215
+ const _UTCCE = "UpdateTeamsChannelConfigurationException";
216
+ const _UTCCR = "UpdateTeamsChannelConfigurationRequest";
217
+ const _UTCCRp = "UpdateTeamsChannelConfigurationResult";
218
+ const _V = "Variables";
219
+ const _VN = "VariableName";
220
+ const _Va = "Value";
221
+ const _WC = "WebhookConfiguration";
222
+ const _WCe = "WebhookConfigurations";
223
+ const _WD = "WebhookDescription";
224
+ const _WU = "WebhookUrl";
225
+ const _c = "client";
226
+ const _e = "error";
227
+ const _h = "http";
228
+ const _hE = "httpError";
229
+ const _m = "message";
230
+ const _s = "server";
231
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.chatbot";
232
+ const n0 = "com.amazonaws.chatbot";
233
+ import { TypeRegistry } from "@smithy/core/schema";
234
+ import { ChatbotServiceException as __ChatbotServiceException } from "../models/ChatbotServiceException";
235
+ import { ConflictException as __ConflictException, CreateChimeWebhookConfigurationException as __CreateChimeWebhookConfigurationException, CreateSlackChannelConfigurationException as __CreateSlackChannelConfigurationException, CreateTeamsChannelConfigurationException as __CreateTeamsChannelConfigurationException, DeleteChimeWebhookConfigurationException as __DeleteChimeWebhookConfigurationException, DeleteMicrosoftTeamsUserIdentityException as __DeleteMicrosoftTeamsUserIdentityException, DeleteSlackChannelConfigurationException as __DeleteSlackChannelConfigurationException, DeleteSlackUserIdentityException as __DeleteSlackUserIdentityException, DeleteSlackWorkspaceAuthorizationFault as __DeleteSlackWorkspaceAuthorizationFault, DeleteTeamsChannelConfigurationException as __DeleteTeamsChannelConfigurationException, DeleteTeamsConfiguredTeamException as __DeleteTeamsConfiguredTeamException, DescribeChimeWebhookConfigurationsException as __DescribeChimeWebhookConfigurationsException, DescribeSlackChannelConfigurationsException as __DescribeSlackChannelConfigurationsException, DescribeSlackUserIdentitiesException as __DescribeSlackUserIdentitiesException, DescribeSlackWorkspacesException as __DescribeSlackWorkspacesException, GetAccountPreferencesException as __GetAccountPreferencesException, GetTeamsChannelConfigurationException as __GetTeamsChannelConfigurationException, InternalServiceError as __InternalServiceError, InvalidParameterException as __InvalidParameterException, InvalidRequestException as __InvalidRequestException, LimitExceededException as __LimitExceededException, ListMicrosoftTeamsConfiguredTeamsException as __ListMicrosoftTeamsConfiguredTeamsException, ListMicrosoftTeamsUserIdentitiesException as __ListMicrosoftTeamsUserIdentitiesException, ListTeamsChannelConfigurationsException as __ListTeamsChannelConfigurationsException, ResourceNotFoundException as __ResourceNotFoundException, ServiceUnavailableException as __ServiceUnavailableException, TooManyTagsException as __TooManyTagsException, UnauthorizedException as __UnauthorizedException, UpdateAccountPreferencesException as __UpdateAccountPreferencesException, UpdateChimeWebhookConfigurationException as __UpdateChimeWebhookConfigurationException, UpdateSlackChannelConfigurationException as __UpdateSlackChannelConfigurationException, UpdateTeamsChannelConfigurationException as __UpdateTeamsChannelConfigurationException, } from "../models/index";
236
+ export var ChimeWebhookDescription = [0, n0, _CWD, 8, 0];
237
+ export var ChimeWebhookUrl = [0, n0, _CWU, 8, 0];
238
+ export var SlackChannelDisplayName = [0, n0, _SCDN, 8, 0];
239
+ export var TeamName = [0, n0, _TN, 8, 0];
240
+ export var TeamsChannelName = [0, n0, _TCN, 8, 0];
241
+ export var AccountPreferences = [3, n0, _AP, 0, [_UAR, _TDCE], [2, 2]];
242
+ export var AssociateToConfigurationRequest = [3, n0, _ATCR, 0, [_R, _CC], [0, 0]];
243
+ export var AssociateToConfigurationResult = [3, n0, _ATCRs, 0, [], []];
244
+ export var AssociationListing = [3, n0, _AL, 0, [_R], [0]];
245
+ export var ChimeWebhookConfiguration = [
246
+ 3,
247
+ n0,
248
+ _CWC,
249
+ 0,
250
+ [_WD, _CCA, _IRA, _STA, _CN, _LL, _T, _S, _SR],
251
+ [[() => ChimeWebhookDescription, 0], 0, 0, 64 | 0, 0, 0, () => Tags, 0, 0],
252
+ ];
253
+ export var ConfiguredTeam = [3, n0, _CT, 0, [_TI, _TIe, _TN, _S, _SR], [0, 0, 0, 0, 0]];
254
+ export var ConflictException = [
255
+ -3,
256
+ n0,
257
+ _CE,
258
+ {
259
+ [_e]: _c,
260
+ [_hE]: 409,
261
+ },
262
+ [_m],
263
+ [0],
264
+ ];
265
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
266
+ export var CreateChimeWebhookConfigurationException = [
267
+ -3,
268
+ n0,
269
+ _CCWCE,
270
+ {
271
+ [_e]: _s,
272
+ [_hE]: 500,
273
+ },
274
+ [_M],
275
+ [0],
276
+ ];
277
+ TypeRegistry.for(n0).registerError(CreateChimeWebhookConfigurationException, __CreateChimeWebhookConfigurationException);
278
+ export var CreateChimeWebhookConfigurationRequest = [
279
+ 3,
280
+ n0,
281
+ _CCWCR,
282
+ 0,
283
+ [_WD, _WU, _STA, _IRA, _CN, _LL, _T],
284
+ [[() => ChimeWebhookDescription, 0], [() => ChimeWebhookUrl, 0], 64 | 0, 0, 0, 0, () => Tags],
285
+ ];
286
+ export var CreateChimeWebhookConfigurationResult = [
287
+ 3,
288
+ n0,
289
+ _CCWCRr,
290
+ 0,
291
+ [_WC],
292
+ [[() => ChimeWebhookConfiguration, 0]],
293
+ ];
294
+ export var CreateCustomActionRequest = [
295
+ 3,
296
+ n0,
297
+ _CCAR,
298
+ 0,
299
+ [_D, _AN, _A, _T, _CTl, _ANc],
300
+ [() => CustomActionDefinition, 0, () => CustomActionAttachmentList, () => TagList, [0, 4], 0],
301
+ ];
302
+ export var CreateCustomActionResult = [3, n0, _CCARr, 0, [_CAA], [0]];
303
+ export var CreateSlackChannelConfigurationException = [
304
+ -3,
305
+ n0,
306
+ _CSCCE,
307
+ {
308
+ [_e]: _s,
309
+ [_hE]: 500,
310
+ },
311
+ [_M],
312
+ [0],
313
+ ];
314
+ TypeRegistry.for(n0).registerError(CreateSlackChannelConfigurationException, __CreateSlackChannelConfigurationException);
315
+ export var CreateSlackChannelConfigurationRequest = [
316
+ 3,
317
+ n0,
318
+ _CSCCR,
319
+ 0,
320
+ [_STI, _SCI, _SCN, _STA, _IRA, _CN, _LL, _GPA, _UAR, _T],
321
+ [0, 0, [() => SlackChannelDisplayName, 0], 64 | 0, 0, 0, 0, 64 | 0, 2, () => Tags],
322
+ ];
323
+ export var CreateSlackChannelConfigurationResult = [
324
+ 3,
325
+ n0,
326
+ _CSCCRr,
327
+ 0,
328
+ [_CCh],
329
+ [[() => SlackChannelConfiguration, 0]],
330
+ ];
331
+ export var CreateTeamsChannelConfigurationException = [
332
+ -3,
333
+ n0,
334
+ _CTCCE,
335
+ {
336
+ [_e]: _s,
337
+ [_hE]: 500,
338
+ },
339
+ [_M],
340
+ [0],
341
+ ];
342
+ TypeRegistry.for(n0).registerError(CreateTeamsChannelConfigurationException, __CreateTeamsChannelConfigurationException);
343
+ export var CreateTeamsChannelConfigurationRequest = [
344
+ 3,
345
+ n0,
346
+ _CTCCR,
347
+ 0,
348
+ [_CI, _CNh, _TIe, _TN, _TI, _STA, _IRA, _CN, _LL, _GPA, _UAR, _T],
349
+ [0, [() => TeamsChannelName, 0], 0, [() => TeamName, 0], 0, 64 | 0, 0, 0, 0, 64 | 0, 2, () => Tags],
350
+ ];
351
+ export var CreateTeamsChannelConfigurationResult = [
352
+ 3,
353
+ n0,
354
+ _CTCCRr,
355
+ 0,
356
+ [_CCh],
357
+ [[() => TeamsChannelConfiguration, 0]],
358
+ ];
359
+ export var CustomAction = [
360
+ 3,
361
+ n0,
362
+ _CA,
363
+ 0,
364
+ [_CAA, _D, _AN, _A, _ANc],
365
+ [0, () => CustomActionDefinition, 0, () => CustomActionAttachmentList, 0],
366
+ ];
367
+ export var CustomActionAttachment = [
368
+ 3,
369
+ n0,
370
+ _CAAu,
371
+ 0,
372
+ [_NT, _BT, _C, _V],
373
+ [0, 0, () => CustomActionAttachmentCriteriaList, 128 | 0],
374
+ ];
375
+ export var CustomActionAttachmentCriteria = [3, n0, _CAAC, 0, [_O, _VN, _Va], [0, 0, 0]];
376
+ export var CustomActionDefinition = [3, n0, _CAD, 0, [_CTo], [0]];
377
+ export var DeleteChimeWebhookConfigurationException = [
378
+ -3,
379
+ n0,
380
+ _DCWCE,
381
+ {
382
+ [_e]: _s,
383
+ [_hE]: 500,
384
+ },
385
+ [_M],
386
+ [0],
387
+ ];
388
+ TypeRegistry.for(n0).registerError(DeleteChimeWebhookConfigurationException, __DeleteChimeWebhookConfigurationException);
389
+ export var DeleteChimeWebhookConfigurationRequest = [3, n0, _DCWCR, 0, [_CCA], [0]];
390
+ export var DeleteChimeWebhookConfigurationResult = [3, n0, _DCWCRe, 0, [], []];
391
+ export var DeleteCustomActionRequest = [3, n0, _DCAR, 0, [_CAA], [0]];
392
+ export var DeleteCustomActionResult = [3, n0, _DCARe, 0, [], []];
393
+ export var DeleteMicrosoftTeamsUserIdentityException = [
394
+ -3,
395
+ n0,
396
+ _DMTUIE,
397
+ {
398
+ [_e]: _s,
399
+ [_hE]: 500,
400
+ },
401
+ [_M],
402
+ [0],
403
+ ];
404
+ TypeRegistry.for(n0).registerError(DeleteMicrosoftTeamsUserIdentityException, __DeleteMicrosoftTeamsUserIdentityException);
405
+ export var DeleteMicrosoftTeamsUserIdentityRequest = [3, n0, _DMTUIR, 0, [_CCA, _UI], [0, 0]];
406
+ export var DeleteMicrosoftTeamsUserIdentityResult = [3, n0, _DMTUIRe, 0, [], []];
407
+ export var DeleteSlackChannelConfigurationException = [
408
+ -3,
409
+ n0,
410
+ _DSCCE,
411
+ {
412
+ [_e]: _s,
413
+ [_hE]: 500,
414
+ },
415
+ [_M],
416
+ [0],
417
+ ];
418
+ TypeRegistry.for(n0).registerError(DeleteSlackChannelConfigurationException, __DeleteSlackChannelConfigurationException);
419
+ export var DeleteSlackChannelConfigurationRequest = [3, n0, _DSCCR, 0, [_CCA], [0]];
420
+ export var DeleteSlackChannelConfigurationResult = [3, n0, _DSCCRe, 0, [], []];
421
+ export var DeleteSlackUserIdentityException = [
422
+ -3,
423
+ n0,
424
+ _DSUIE,
425
+ {
426
+ [_e]: _s,
427
+ [_hE]: 500,
428
+ },
429
+ [_M],
430
+ [0],
431
+ ];
432
+ TypeRegistry.for(n0).registerError(DeleteSlackUserIdentityException, __DeleteSlackUserIdentityException);
433
+ export var DeleteSlackUserIdentityRequest = [3, n0, _DSUIR, 0, [_CCA, _STI, _SUI], [0, 0, 0]];
434
+ export var DeleteSlackUserIdentityResult = [3, n0, _DSUIRe, 0, [], []];
435
+ export var DeleteSlackWorkspaceAuthorizationFault = [
436
+ -3,
437
+ n0,
438
+ _DSWAF,
439
+ {
440
+ [_e]: _s,
441
+ [_hE]: 500,
442
+ },
443
+ [_M],
444
+ [0],
445
+ ];
446
+ TypeRegistry.for(n0).registerError(DeleteSlackWorkspaceAuthorizationFault, __DeleteSlackWorkspaceAuthorizationFault);
447
+ export var DeleteSlackWorkspaceAuthorizationRequest = [3, n0, _DSWAR, 0, [_STI], [0]];
448
+ export var DeleteSlackWorkspaceAuthorizationResult = [3, n0, _DSWARe, 0, [], []];
449
+ export var DeleteTeamsChannelConfigurationException = [
450
+ -3,
451
+ n0,
452
+ _DTCCE,
453
+ {
454
+ [_e]: _s,
455
+ [_hE]: 500,
456
+ },
457
+ [_M],
458
+ [0],
459
+ ];
460
+ TypeRegistry.for(n0).registerError(DeleteTeamsChannelConfigurationException, __DeleteTeamsChannelConfigurationException);
461
+ export var DeleteTeamsChannelConfigurationRequest = [3, n0, _DTCCR, 0, [_CCA], [0]];
462
+ export var DeleteTeamsChannelConfigurationResult = [3, n0, _DTCCRe, 0, [], []];
463
+ export var DeleteTeamsConfiguredTeamException = [
464
+ -3,
465
+ n0,
466
+ _DTCTE,
467
+ {
468
+ [_e]: _s,
469
+ [_hE]: 500,
470
+ },
471
+ [_M],
472
+ [0],
473
+ ];
474
+ TypeRegistry.for(n0).registerError(DeleteTeamsConfiguredTeamException, __DeleteTeamsConfiguredTeamException);
475
+ export var DeleteTeamsConfiguredTeamRequest = [3, n0, _DTCTR, 0, [_TIe], [0]];
476
+ export var DeleteTeamsConfiguredTeamResult = [3, n0, _DTCTRe, 0, [], []];
477
+ export var DescribeChimeWebhookConfigurationsException = [
478
+ -3,
479
+ n0,
480
+ _DCWCEe,
481
+ {
482
+ [_e]: _s,
483
+ [_hE]: 500,
484
+ },
485
+ [_M],
486
+ [0],
487
+ ];
488
+ TypeRegistry.for(n0).registerError(DescribeChimeWebhookConfigurationsException, __DescribeChimeWebhookConfigurationsException);
489
+ export var DescribeChimeWebhookConfigurationsRequest = [
490
+ 3,
491
+ n0,
492
+ _DCWCRes,
493
+ 0,
494
+ [_MR, _NTe, _CCA],
495
+ [1, 0, 0],
496
+ ];
497
+ export var DescribeChimeWebhookConfigurationsResult = [
498
+ 3,
499
+ n0,
500
+ _DCWCResc,
501
+ 0,
502
+ [_NTe, _WCe],
503
+ [0, [() => ChimeWebhookConfigurationList, 0]],
504
+ ];
505
+ export var DescribeSlackChannelConfigurationsException = [
506
+ -3,
507
+ n0,
508
+ _DSCCEe,
509
+ {
510
+ [_e]: _s,
511
+ [_hE]: 500,
512
+ },
513
+ [_M],
514
+ [0],
515
+ ];
516
+ TypeRegistry.for(n0).registerError(DescribeSlackChannelConfigurationsException, __DescribeSlackChannelConfigurationsException);
517
+ export var DescribeSlackChannelConfigurationsRequest = [
518
+ 3,
519
+ n0,
520
+ _DSCCRes,
521
+ 0,
522
+ [_MR, _NTe, _CCA],
523
+ [1, 0, 0],
524
+ ];
525
+ export var DescribeSlackChannelConfigurationsResult = [
526
+ 3,
527
+ n0,
528
+ _DSCCResc,
529
+ 0,
530
+ [_NTe, _SCC],
531
+ [0, [() => SlackChannelConfigurationList, 0]],
532
+ ];
533
+ export var DescribeSlackUserIdentitiesException = [
534
+ -3,
535
+ n0,
536
+ _DSUIEe,
537
+ {
538
+ [_e]: _s,
539
+ [_hE]: 500,
540
+ },
541
+ [_M],
542
+ [0],
543
+ ];
544
+ TypeRegistry.for(n0).registerError(DescribeSlackUserIdentitiesException, __DescribeSlackUserIdentitiesException);
545
+ export var DescribeSlackUserIdentitiesRequest = [
546
+ 3,
547
+ n0,
548
+ _DSUIRes,
549
+ 0,
550
+ [_CCA, _NTe, _MR],
551
+ [0, 0, 1],
552
+ ];
553
+ export var DescribeSlackUserIdentitiesResult = [
554
+ 3,
555
+ n0,
556
+ _DSUIResc,
557
+ 0,
558
+ [_SUIl, _NTe],
559
+ [() => SlackUserIdentitiesList, 0],
560
+ ];
561
+ export var DescribeSlackWorkspacesException = [
562
+ -3,
563
+ n0,
564
+ _DSWE,
565
+ {
566
+ [_e]: _s,
567
+ [_hE]: 500,
568
+ },
569
+ [_M],
570
+ [0],
571
+ ];
572
+ TypeRegistry.for(n0).registerError(DescribeSlackWorkspacesException, __DescribeSlackWorkspacesException);
573
+ export var DescribeSlackWorkspacesRequest = [3, n0, _DSWR, 0, [_MR, _NTe], [1, 0]];
574
+ export var DescribeSlackWorkspacesResult = [
575
+ 3,
576
+ n0,
577
+ _DSWRe,
578
+ 0,
579
+ [_SW, _NTe],
580
+ [() => SlackWorkspacesList, 0],
581
+ ];
582
+ export var DisassociateFromConfigurationRequest = [3, n0, _DFCR, 0, [_R, _CC], [0, 0]];
583
+ export var DisassociateFromConfigurationResult = [3, n0, _DFCRi, 0, [], []];
584
+ export var GetAccountPreferencesException = [
585
+ -3,
586
+ n0,
587
+ _GAPE,
588
+ {
589
+ [_e]: _s,
590
+ [_hE]: 500,
591
+ },
592
+ [_M],
593
+ [0],
594
+ ];
595
+ TypeRegistry.for(n0).registerError(GetAccountPreferencesException, __GetAccountPreferencesException);
596
+ export var GetAccountPreferencesRequest = [3, n0, _GAPR, 0, [], []];
597
+ export var GetAccountPreferencesResult = [3, n0, _GAPRe, 0, [_AP], [() => AccountPreferences]];
598
+ export var GetCustomActionRequest = [3, n0, _GCAR, 0, [_CAA], [0]];
599
+ export var GetCustomActionResult = [3, n0, _GCARe, 0, [_CA], [() => CustomAction]];
600
+ export var GetTeamsChannelConfigurationException = [
601
+ -3,
602
+ n0,
603
+ _GTCCE,
604
+ {
605
+ [_e]: _s,
606
+ [_hE]: 500,
607
+ },
608
+ [_M],
609
+ [0],
610
+ ];
611
+ TypeRegistry.for(n0).registerError(GetTeamsChannelConfigurationException, __GetTeamsChannelConfigurationException);
612
+ export var GetTeamsChannelConfigurationRequest = [3, n0, _GTCCR, 0, [_CCA], [0]];
613
+ export var GetTeamsChannelConfigurationResult = [
614
+ 3,
615
+ n0,
616
+ _GTCCRe,
617
+ 0,
618
+ [_CCh],
619
+ [[() => TeamsChannelConfiguration, 0]],
620
+ ];
621
+ export var InternalServiceError = [
622
+ -3,
623
+ n0,
624
+ _ISE,
625
+ {
626
+ [_e]: _s,
627
+ [_hE]: 500,
628
+ },
629
+ [_M],
630
+ [0],
631
+ ];
632
+ TypeRegistry.for(n0).registerError(InternalServiceError, __InternalServiceError);
633
+ export var InvalidParameterException = [
634
+ -3,
635
+ n0,
636
+ _IPE,
637
+ {
638
+ [_e]: _c,
639
+ [_hE]: 400,
640
+ },
641
+ [_m],
642
+ [0],
643
+ ];
644
+ TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
645
+ export var InvalidRequestException = [
646
+ -3,
647
+ n0,
648
+ _IRE,
649
+ {
650
+ [_e]: _c,
651
+ [_hE]: 400,
652
+ },
653
+ [_m],
654
+ [0],
655
+ ];
656
+ TypeRegistry.for(n0).registerError(InvalidRequestException, __InvalidRequestException);
657
+ export var LimitExceededException = [
658
+ -3,
659
+ n0,
660
+ _LEE,
661
+ {
662
+ [_e]: _c,
663
+ [_hE]: 403,
664
+ },
665
+ [_m],
666
+ [0],
667
+ ];
668
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
669
+ export var ListAssociationsRequest = [3, n0, _LAR, 0, [_CC, _MR, _NTe], [0, 1, 0]];
670
+ export var ListAssociationsResult = [3, n0, _LARi, 0, [_As, _NTe], [() => AssociationList, 0]];
671
+ export var ListCustomActionsRequest = [3, n0, _LCAR, 0, [_MR, _NTe], [1, 0]];
672
+ export var ListCustomActionsResult = [3, n0, _LCARi, 0, [_CAu, _NTe], [64 | 0, 0]];
673
+ export var ListMicrosoftTeamsConfiguredTeamsException = [
674
+ -3,
675
+ n0,
676
+ _LMTCTE,
677
+ {
678
+ [_e]: _s,
679
+ [_hE]: 500,
680
+ },
681
+ [_M],
682
+ [0],
683
+ ];
684
+ TypeRegistry.for(n0).registerError(ListMicrosoftTeamsConfiguredTeamsException, __ListMicrosoftTeamsConfiguredTeamsException);
685
+ export var ListMicrosoftTeamsConfiguredTeamsRequest = [3, n0, _LMTCTR, 0, [_MR, _NTe], [1, 0]];
686
+ export var ListMicrosoftTeamsConfiguredTeamsResult = [
687
+ 3,
688
+ n0,
689
+ _LMTCTRi,
690
+ 0,
691
+ [_CTon, _NTe],
692
+ [() => ConfiguredTeamsList, 0],
693
+ ];
694
+ export var ListMicrosoftTeamsUserIdentitiesException = [
695
+ -3,
696
+ n0,
697
+ _LMTUIE,
698
+ {
699
+ [_e]: _s,
700
+ [_hE]: 500,
701
+ },
702
+ [_M],
703
+ [0],
704
+ ];
705
+ TypeRegistry.for(n0).registerError(ListMicrosoftTeamsUserIdentitiesException, __ListMicrosoftTeamsUserIdentitiesException);
706
+ export var ListMicrosoftTeamsUserIdentitiesRequest = [
707
+ 3,
708
+ n0,
709
+ _LMTUIR,
710
+ 0,
711
+ [_CCA, _NTe, _MR],
712
+ [0, 0, 1],
713
+ ];
714
+ export var ListMicrosoftTeamsUserIdentitiesResult = [
715
+ 3,
716
+ n0,
717
+ _LMTUIRi,
718
+ 0,
719
+ [_TUI, _NTe],
720
+ [() => TeamsUserIdentitiesList, 0],
721
+ ];
722
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
723
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [() => TagList]];
724
+ export var ListTeamsChannelConfigurationsException = [
725
+ -3,
726
+ n0,
727
+ _LTCCE,
728
+ {
729
+ [_e]: _s,
730
+ [_hE]: 500,
731
+ },
732
+ [_M],
733
+ [0],
734
+ ];
735
+ TypeRegistry.for(n0).registerError(ListTeamsChannelConfigurationsException, __ListTeamsChannelConfigurationsException);
736
+ export var ListTeamsChannelConfigurationsRequest = [
737
+ 3,
738
+ n0,
739
+ _LTCCR,
740
+ 0,
741
+ [_MR, _NTe, _TIe],
742
+ [1, 0, 0],
743
+ ];
744
+ export var ListTeamsChannelConfigurationsResult = [
745
+ 3,
746
+ n0,
747
+ _LTCCRi,
748
+ 0,
749
+ [_NTe, _TCC],
750
+ [0, [() => TeamChannelConfigurationsList, 0]],
751
+ ];
752
+ export var ResourceNotFoundException = [
753
+ -3,
754
+ n0,
755
+ _RNFE,
756
+ {
757
+ [_e]: _c,
758
+ [_hE]: 404,
759
+ },
760
+ [_M],
761
+ [0],
762
+ ];
763
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
764
+ export var ServiceUnavailableException = [
765
+ -3,
766
+ n0,
767
+ _SUE,
768
+ {
769
+ [_e]: _c,
770
+ [_hE]: 429,
771
+ },
772
+ [_m],
773
+ [0],
774
+ ];
775
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
776
+ export var SlackChannelConfiguration = [
777
+ 3,
778
+ n0,
779
+ _SCCl,
780
+ 0,
781
+ [_STN, _STI, _SCI, _SCN, _CCA, _IRA, _STA, _CN, _LL, _GPA, _UAR, _T, _S, _SR],
782
+ [0, 0, 0, [() => SlackChannelDisplayName, 0], 0, 0, 64 | 0, 0, 0, 64 | 0, 2, () => Tags, 0, 0],
783
+ ];
784
+ export var SlackUserIdentity = [
785
+ 3,
786
+ n0,
787
+ _SUIla,
788
+ 0,
789
+ [_IRA, _CCA, _STI, _SUI, _AUI],
790
+ [0, 0, 0, 0, 0],
791
+ ];
792
+ export var SlackWorkspace = [3, n0, _SWl, 0, [_STI, _STN, _S, _SR], [0, 0, 0, 0]];
793
+ export var Tag = [3, n0, _Ta, 0, [_TK, _TV], [0, 0]];
794
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
795
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
796
+ export var TeamsChannelConfiguration = [
797
+ 3,
798
+ n0,
799
+ _TCCe,
800
+ 0,
801
+ [_CI, _CNh, _TIe, _TN, _TI, _CCA, _IRA, _STA, _CN, _LL, _GPA, _UAR, _T, _S, _SR],
802
+ [0, [() => TeamsChannelName, 0], 0, [() => TeamName, 0], 0, 0, 0, 64 | 0, 0, 0, 64 | 0, 2, () => Tags, 0, 0],
803
+ ];
804
+ export var TeamsUserIdentity = [
805
+ 3,
806
+ n0,
807
+ _TUIe,
808
+ 0,
809
+ [_IRA, _CCA, _TIe, _UI, _AUI, _TCI, _TTI],
810
+ [0, 0, 0, 0, 0, 0, 0],
811
+ ];
812
+ export var TooManyTagsException = [
813
+ -3,
814
+ n0,
815
+ _TMTE,
816
+ {
817
+ [_e]: _c,
818
+ [_hE]: 400,
819
+ },
820
+ [_m],
821
+ [0],
822
+ ];
823
+ TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
824
+ export var UnauthorizedException = [
825
+ -3,
826
+ n0,
827
+ _UE,
828
+ {
829
+ [_e]: _c,
830
+ [_hE]: 403,
831
+ },
832
+ [_m],
833
+ [0],
834
+ ];
835
+ TypeRegistry.for(n0).registerError(UnauthorizedException, __UnauthorizedException);
836
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TKa], [0, 64 | 0]];
837
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
838
+ export var UpdateAccountPreferencesException = [
839
+ -3,
840
+ n0,
841
+ _UAPE,
842
+ {
843
+ [_e]: _s,
844
+ [_hE]: 500,
845
+ },
846
+ [_M],
847
+ [0],
848
+ ];
849
+ TypeRegistry.for(n0).registerError(UpdateAccountPreferencesException, __UpdateAccountPreferencesException);
850
+ export var UpdateAccountPreferencesRequest = [3, n0, _UAPR, 0, [_UAR, _TDCE], [2, 2]];
851
+ export var UpdateAccountPreferencesResult = [
852
+ 3,
853
+ n0,
854
+ _UAPRp,
855
+ 0,
856
+ [_AP],
857
+ [() => AccountPreferences],
858
+ ];
859
+ export var UpdateChimeWebhookConfigurationException = [
860
+ -3,
861
+ n0,
862
+ _UCWCE,
863
+ {
864
+ [_e]: _s,
865
+ [_hE]: 500,
866
+ },
867
+ [_M],
868
+ [0],
869
+ ];
870
+ TypeRegistry.for(n0).registerError(UpdateChimeWebhookConfigurationException, __UpdateChimeWebhookConfigurationException);
871
+ export var UpdateChimeWebhookConfigurationRequest = [
872
+ 3,
873
+ n0,
874
+ _UCWCR,
875
+ 0,
876
+ [_CCA, _WD, _WU, _STA, _IRA, _LL],
877
+ [0, [() => ChimeWebhookDescription, 0], [() => ChimeWebhookUrl, 0], 64 | 0, 0, 0],
878
+ ];
879
+ export var UpdateChimeWebhookConfigurationResult = [
880
+ 3,
881
+ n0,
882
+ _UCWCRp,
883
+ 0,
884
+ [_WC],
885
+ [[() => ChimeWebhookConfiguration, 0]],
886
+ ];
887
+ export var UpdateCustomActionRequest = [
888
+ 3,
889
+ n0,
890
+ _UCAR,
891
+ 0,
892
+ [_CAA, _D, _AN, _A],
893
+ [0, () => CustomActionDefinition, 0, () => CustomActionAttachmentList],
894
+ ];
895
+ export var UpdateCustomActionResult = [3, n0, _UCARp, 0, [_CAA], [0]];
896
+ export var UpdateSlackChannelConfigurationException = [
897
+ -3,
898
+ n0,
899
+ _USCCE,
900
+ {
901
+ [_e]: _s,
902
+ [_hE]: 500,
903
+ },
904
+ [_M],
905
+ [0],
906
+ ];
907
+ TypeRegistry.for(n0).registerError(UpdateSlackChannelConfigurationException, __UpdateSlackChannelConfigurationException);
908
+ export var UpdateSlackChannelConfigurationRequest = [
909
+ 3,
910
+ n0,
911
+ _USCCR,
912
+ 0,
913
+ [_CCA, _SCI, _SCN, _STA, _IRA, _LL, _GPA, _UAR],
914
+ [0, 0, [() => SlackChannelDisplayName, 0], 64 | 0, 0, 0, 64 | 0, 2],
915
+ ];
916
+ export var UpdateSlackChannelConfigurationResult = [
917
+ 3,
918
+ n0,
919
+ _USCCRp,
920
+ 0,
921
+ [_CCh],
922
+ [[() => SlackChannelConfiguration, 0]],
923
+ ];
924
+ export var UpdateTeamsChannelConfigurationException = [
925
+ -3,
926
+ n0,
927
+ _UTCCE,
928
+ {
929
+ [_e]: _s,
930
+ [_hE]: 500,
931
+ },
932
+ [_M],
933
+ [0],
934
+ ];
935
+ TypeRegistry.for(n0).registerError(UpdateTeamsChannelConfigurationException, __UpdateTeamsChannelConfigurationException);
936
+ export var UpdateTeamsChannelConfigurationRequest = [
937
+ 3,
938
+ n0,
939
+ _UTCCR,
940
+ 0,
941
+ [_CCA, _CI, _CNh, _STA, _IRA, _LL, _GPA, _UAR],
942
+ [0, 0, [() => TeamsChannelName, 0], 64 | 0, 0, 0, 64 | 0, 2],
943
+ ];
944
+ export var UpdateTeamsChannelConfigurationResult = [
945
+ 3,
946
+ n0,
947
+ _UTCCRp,
948
+ 0,
949
+ [_CCh],
950
+ [[() => TeamsChannelConfiguration, 0]],
951
+ ];
952
+ export var __Unit = "unit";
953
+ export var ChatbotServiceException = [-3, _sm, "ChatbotServiceException", 0, [], []];
954
+ TypeRegistry.for(_sm).registerError(ChatbotServiceException, __ChatbotServiceException);
955
+ export var AssociationList = [1, n0, _ALs, 0, () => AssociationListing];
956
+ export var ChimeWebhookConfigurationList = [1, n0, _CWCL, 0, [() => ChimeWebhookConfiguration, 0]];
957
+ export var ConfiguredTeamsList = [1, n0, _CTL, 0, () => ConfiguredTeam];
958
+ export var CustomActionArnList = 64 | 0;
959
+ export var CustomActionAttachmentCriteriaList = [
960
+ 1,
961
+ n0,
962
+ _CAACL,
963
+ 0,
964
+ () => CustomActionAttachmentCriteria,
965
+ ];
966
+ export var CustomActionAttachmentList = [1, n0, _CAAL, 0, () => CustomActionAttachment];
967
+ export var GuardrailPolicyArnList = 64 | 0;
968
+ export var SlackChannelConfigurationList = [1, n0, _SCCL, 0, [() => SlackChannelConfiguration, 0]];
969
+ export var SlackUserIdentitiesList = [1, n0, _SUIL, 0, () => SlackUserIdentity];
970
+ export var SlackWorkspacesList = [1, n0, _SWL, 0, () => SlackWorkspace];
971
+ export var SnsTopicArnList = 64 | 0;
972
+ export var TagKeyList = 64 | 0;
973
+ export var TagList = [1, n0, _TL, 0, () => Tag];
974
+ export var Tags = [1, n0, _T, 0, () => Tag];
975
+ export var TeamChannelConfigurationsList = [1, n0, _TCCL, 0, [() => TeamsChannelConfiguration, 0]];
976
+ export var TeamsUserIdentitiesList = [1, n0, _TUIL, 0, () => TeamsUserIdentity];
977
+ export var CustomActionAttachmentVariables = 128 | 0;
978
+ export var AssociateToConfiguration = [
979
+ 9,
980
+ n0,
981
+ _ATC,
982
+ {
983
+ [_h]: ["POST", "/associate-to-configuration", 201],
984
+ },
985
+ () => AssociateToConfigurationRequest,
986
+ () => AssociateToConfigurationResult,
987
+ ];
988
+ export var CreateChimeWebhookConfiguration = [
989
+ 9,
990
+ n0,
991
+ _CCWC,
992
+ {
993
+ [_h]: ["POST", "/create-chime-webhook-configuration", 201],
994
+ },
995
+ () => CreateChimeWebhookConfigurationRequest,
996
+ () => CreateChimeWebhookConfigurationResult,
997
+ ];
998
+ export var CreateCustomAction = [
999
+ 9,
1000
+ n0,
1001
+ _CCAr,
1002
+ {
1003
+ [_h]: ["POST", "/create-custom-action", 201],
1004
+ },
1005
+ () => CreateCustomActionRequest,
1006
+ () => CreateCustomActionResult,
1007
+ ];
1008
+ export var CreateMicrosoftTeamsChannelConfiguration = [
1009
+ 9,
1010
+ n0,
1011
+ _CMTCC,
1012
+ {
1013
+ [_h]: ["POST", "/create-ms-teams-channel-configuration", 201],
1014
+ },
1015
+ () => CreateTeamsChannelConfigurationRequest,
1016
+ () => CreateTeamsChannelConfigurationResult,
1017
+ ];
1018
+ export var CreateSlackChannelConfiguration = [
1019
+ 9,
1020
+ n0,
1021
+ _CSCC,
1022
+ {
1023
+ [_h]: ["POST", "/create-slack-channel-configuration", 201],
1024
+ },
1025
+ () => CreateSlackChannelConfigurationRequest,
1026
+ () => CreateSlackChannelConfigurationResult,
1027
+ ];
1028
+ export var DeleteChimeWebhookConfiguration = [
1029
+ 9,
1030
+ n0,
1031
+ _DCWC,
1032
+ {
1033
+ [_h]: ["POST", "/delete-chime-webhook-configuration", 204],
1034
+ },
1035
+ () => DeleteChimeWebhookConfigurationRequest,
1036
+ () => DeleteChimeWebhookConfigurationResult,
1037
+ ];
1038
+ export var DeleteCustomAction = [
1039
+ 9,
1040
+ n0,
1041
+ _DCA,
1042
+ {
1043
+ [_h]: ["POST", "/delete-custom-action", 204],
1044
+ },
1045
+ () => DeleteCustomActionRequest,
1046
+ () => DeleteCustomActionResult,
1047
+ ];
1048
+ export var DeleteMicrosoftTeamsChannelConfiguration = [
1049
+ 9,
1050
+ n0,
1051
+ _DMTCC,
1052
+ {
1053
+ [_h]: ["POST", "/delete-ms-teams-channel-configuration", 204],
1054
+ },
1055
+ () => DeleteTeamsChannelConfigurationRequest,
1056
+ () => DeleteTeamsChannelConfigurationResult,
1057
+ ];
1058
+ export var DeleteMicrosoftTeamsConfiguredTeam = [
1059
+ 9,
1060
+ n0,
1061
+ _DMTCT,
1062
+ {
1063
+ [_h]: ["POST", "/delete-ms-teams-configured-teams", 204],
1064
+ },
1065
+ () => DeleteTeamsConfiguredTeamRequest,
1066
+ () => DeleteTeamsConfiguredTeamResult,
1067
+ ];
1068
+ export var DeleteMicrosoftTeamsUserIdentity = [
1069
+ 9,
1070
+ n0,
1071
+ _DMTUI,
1072
+ {
1073
+ [_h]: ["POST", "/delete-ms-teams-user-identity", 204],
1074
+ },
1075
+ () => DeleteMicrosoftTeamsUserIdentityRequest,
1076
+ () => DeleteMicrosoftTeamsUserIdentityResult,
1077
+ ];
1078
+ export var DeleteSlackChannelConfiguration = [
1079
+ 9,
1080
+ n0,
1081
+ _DSCC,
1082
+ {
1083
+ [_h]: ["POST", "/delete-slack-channel-configuration", 204],
1084
+ },
1085
+ () => DeleteSlackChannelConfigurationRequest,
1086
+ () => DeleteSlackChannelConfigurationResult,
1087
+ ];
1088
+ export var DeleteSlackUserIdentity = [
1089
+ 9,
1090
+ n0,
1091
+ _DSUI,
1092
+ {
1093
+ [_h]: ["POST", "/delete-slack-user-identity", 204],
1094
+ },
1095
+ () => DeleteSlackUserIdentityRequest,
1096
+ () => DeleteSlackUserIdentityResult,
1097
+ ];
1098
+ export var DeleteSlackWorkspaceAuthorization = [
1099
+ 9,
1100
+ n0,
1101
+ _DSWA,
1102
+ {
1103
+ [_h]: ["POST", "/delete-slack-workspace-authorization", 204],
1104
+ },
1105
+ () => DeleteSlackWorkspaceAuthorizationRequest,
1106
+ () => DeleteSlackWorkspaceAuthorizationResult,
1107
+ ];
1108
+ export var DescribeChimeWebhookConfigurations = [
1109
+ 9,
1110
+ n0,
1111
+ _DCWCe,
1112
+ {
1113
+ [_h]: ["POST", "/describe-chime-webhook-configurations", 200],
1114
+ },
1115
+ () => DescribeChimeWebhookConfigurationsRequest,
1116
+ () => DescribeChimeWebhookConfigurationsResult,
1117
+ ];
1118
+ export var DescribeSlackChannelConfigurations = [
1119
+ 9,
1120
+ n0,
1121
+ _DSCCe,
1122
+ {
1123
+ [_h]: ["POST", "/describe-slack-channel-configurations", 200],
1124
+ },
1125
+ () => DescribeSlackChannelConfigurationsRequest,
1126
+ () => DescribeSlackChannelConfigurationsResult,
1127
+ ];
1128
+ export var DescribeSlackUserIdentities = [
1129
+ 9,
1130
+ n0,
1131
+ _DSUIe,
1132
+ {
1133
+ [_h]: ["POST", "/describe-slack-user-identities", 200],
1134
+ },
1135
+ () => DescribeSlackUserIdentitiesRequest,
1136
+ () => DescribeSlackUserIdentitiesResult,
1137
+ ];
1138
+ export var DescribeSlackWorkspaces = [
1139
+ 9,
1140
+ n0,
1141
+ _DSW,
1142
+ {
1143
+ [_h]: ["POST", "/describe-slack-workspaces", 200],
1144
+ },
1145
+ () => DescribeSlackWorkspacesRequest,
1146
+ () => DescribeSlackWorkspacesResult,
1147
+ ];
1148
+ export var DisassociateFromConfiguration = [
1149
+ 9,
1150
+ n0,
1151
+ _DFC,
1152
+ {
1153
+ [_h]: ["POST", "/disassociate-from-configuration", 204],
1154
+ },
1155
+ () => DisassociateFromConfigurationRequest,
1156
+ () => DisassociateFromConfigurationResult,
1157
+ ];
1158
+ export var GetAccountPreferences = [
1159
+ 9,
1160
+ n0,
1161
+ _GAP,
1162
+ {
1163
+ [_h]: ["POST", "/get-account-preferences", 200],
1164
+ },
1165
+ () => GetAccountPreferencesRequest,
1166
+ () => GetAccountPreferencesResult,
1167
+ ];
1168
+ export var GetCustomAction = [
1169
+ 9,
1170
+ n0,
1171
+ _GCA,
1172
+ {
1173
+ [_h]: ["POST", "/get-custom-action", 200],
1174
+ },
1175
+ () => GetCustomActionRequest,
1176
+ () => GetCustomActionResult,
1177
+ ];
1178
+ export var GetMicrosoftTeamsChannelConfiguration = [
1179
+ 9,
1180
+ n0,
1181
+ _GMTCC,
1182
+ {
1183
+ [_h]: ["POST", "/get-ms-teams-channel-configuration", 200],
1184
+ },
1185
+ () => GetTeamsChannelConfigurationRequest,
1186
+ () => GetTeamsChannelConfigurationResult,
1187
+ ];
1188
+ export var ListAssociations = [
1189
+ 9,
1190
+ n0,
1191
+ _LA,
1192
+ {
1193
+ [_h]: ["POST", "/list-associations", 200],
1194
+ },
1195
+ () => ListAssociationsRequest,
1196
+ () => ListAssociationsResult,
1197
+ ];
1198
+ export var ListCustomActions = [
1199
+ 9,
1200
+ n0,
1201
+ _LCA,
1202
+ {
1203
+ [_h]: ["POST", "/list-custom-actions", 200],
1204
+ },
1205
+ () => ListCustomActionsRequest,
1206
+ () => ListCustomActionsResult,
1207
+ ];
1208
+ export var ListMicrosoftTeamsChannelConfigurations = [
1209
+ 9,
1210
+ n0,
1211
+ _LMTCC,
1212
+ {
1213
+ [_h]: ["POST", "/list-ms-teams-channel-configurations", 200],
1214
+ },
1215
+ () => ListTeamsChannelConfigurationsRequest,
1216
+ () => ListTeamsChannelConfigurationsResult,
1217
+ ];
1218
+ export var ListMicrosoftTeamsConfiguredTeams = [
1219
+ 9,
1220
+ n0,
1221
+ _LMTCT,
1222
+ {
1223
+ [_h]: ["POST", "/list-ms-teams-configured-teams", 200],
1224
+ },
1225
+ () => ListMicrosoftTeamsConfiguredTeamsRequest,
1226
+ () => ListMicrosoftTeamsConfiguredTeamsResult,
1227
+ ];
1228
+ export var ListMicrosoftTeamsUserIdentities = [
1229
+ 9,
1230
+ n0,
1231
+ _LMTUI,
1232
+ {
1233
+ [_h]: ["POST", "/list-ms-teams-user-identities", 200],
1234
+ },
1235
+ () => ListMicrosoftTeamsUserIdentitiesRequest,
1236
+ () => ListMicrosoftTeamsUserIdentitiesResult,
1237
+ ];
1238
+ export var ListTagsForResource = [
1239
+ 9,
1240
+ n0,
1241
+ _LTFR,
1242
+ {
1243
+ [_h]: ["POST", "/list-tags-for-resource", 200],
1244
+ },
1245
+ () => ListTagsForResourceRequest,
1246
+ () => ListTagsForResourceResponse,
1247
+ ];
1248
+ export var TagResource = [
1249
+ 9,
1250
+ n0,
1251
+ _TR,
1252
+ {
1253
+ [_h]: ["POST", "/tag-resource", 200],
1254
+ },
1255
+ () => TagResourceRequest,
1256
+ () => TagResourceResponse,
1257
+ ];
1258
+ export var UntagResource = [
1259
+ 9,
1260
+ n0,
1261
+ _UR,
1262
+ {
1263
+ [_h]: ["POST", "/untag-resource", 200],
1264
+ },
1265
+ () => UntagResourceRequest,
1266
+ () => UntagResourceResponse,
1267
+ ];
1268
+ export var UpdateAccountPreferences = [
1269
+ 9,
1270
+ n0,
1271
+ _UAP,
1272
+ {
1273
+ [_h]: ["POST", "/update-account-preferences", 200],
1274
+ },
1275
+ () => UpdateAccountPreferencesRequest,
1276
+ () => UpdateAccountPreferencesResult,
1277
+ ];
1278
+ export var UpdateChimeWebhookConfiguration = [
1279
+ 9,
1280
+ n0,
1281
+ _UCWC,
1282
+ {
1283
+ [_h]: ["POST", "/update-chime-webhook-configuration", 200],
1284
+ },
1285
+ () => UpdateChimeWebhookConfigurationRequest,
1286
+ () => UpdateChimeWebhookConfigurationResult,
1287
+ ];
1288
+ export var UpdateCustomAction = [
1289
+ 9,
1290
+ n0,
1291
+ _UCA,
1292
+ {
1293
+ [_h]: ["POST", "/update-custom-action", 200],
1294
+ },
1295
+ () => UpdateCustomActionRequest,
1296
+ () => UpdateCustomActionResult,
1297
+ ];
1298
+ export var UpdateMicrosoftTeamsChannelConfiguration = [
1299
+ 9,
1300
+ n0,
1301
+ _UMTCC,
1302
+ {
1303
+ [_h]: ["POST", "/update-ms-teams-channel-configuration", 200],
1304
+ },
1305
+ () => UpdateTeamsChannelConfigurationRequest,
1306
+ () => UpdateTeamsChannelConfigurationResult,
1307
+ ];
1308
+ export var UpdateSlackChannelConfiguration = [
1309
+ 9,
1310
+ n0,
1311
+ _USCC,
1312
+ {
1313
+ [_h]: ["POST", "/update-slack-channel-configuration", 200],
1314
+ },
1315
+ () => UpdateSlackChannelConfigurationRequest,
1316
+ () => UpdateSlackChannelConfigurationResult,
1317
+ ];