@aws-sdk/client-notifications 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 (60) hide show
  1. package/dist-cjs/index.js +1809 -1672
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/NotificationsClient.js +2 -0
  4. package/dist-es/commands/AssociateChannelCommand.js +3 -9
  5. package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +3 -9
  6. package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +3 -9
  7. package/dist-es/commands/AssociateOrganizationalUnitCommand.js +3 -9
  8. package/dist-es/commands/CreateEventRuleCommand.js +3 -9
  9. package/dist-es/commands/CreateNotificationConfigurationCommand.js +3 -9
  10. package/dist-es/commands/DeleteEventRuleCommand.js +3 -9
  11. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +3 -9
  12. package/dist-es/commands/DeregisterNotificationHubCommand.js +3 -9
  13. package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +3 -9
  14. package/dist-es/commands/DisassociateChannelCommand.js +3 -9
  15. package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +3 -9
  16. package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +3 -9
  17. package/dist-es/commands/DisassociateOrganizationalUnitCommand.js +3 -9
  18. package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +3 -9
  19. package/dist-es/commands/GetEventRuleCommand.js +3 -9
  20. package/dist-es/commands/GetManagedNotificationChildEventCommand.js +3 -9
  21. package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +3 -9
  22. package/dist-es/commands/GetManagedNotificationEventCommand.js +3 -9
  23. package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -9
  24. package/dist-es/commands/GetNotificationEventCommand.js +3 -9
  25. package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +3 -9
  26. package/dist-es/commands/ListChannelsCommand.js +3 -9
  27. package/dist-es/commands/ListEventRulesCommand.js +3 -9
  28. package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +3 -9
  29. package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +3 -9
  30. package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +3 -9
  31. package/dist-es/commands/ListManagedNotificationEventsCommand.js +3 -9
  32. package/dist-es/commands/ListMemberAccountsCommand.js +3 -9
  33. package/dist-es/commands/ListNotificationConfigurationsCommand.js +3 -9
  34. package/dist-es/commands/ListNotificationEventsCommand.js +3 -9
  35. package/dist-es/commands/ListNotificationHubsCommand.js +3 -9
  36. package/dist-es/commands/ListOrganizationalUnitsCommand.js +3 -9
  37. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  38. package/dist-es/commands/RegisterNotificationHubCommand.js +3 -9
  39. package/dist-es/commands/TagResourceCommand.js +3 -9
  40. package/dist-es/commands/UntagResourceCommand.js +3 -9
  41. package/dist-es/commands/UpdateEventRuleCommand.js +3 -9
  42. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +3 -9
  43. package/dist-es/runtimeConfig.shared.js +2 -0
  44. package/dist-es/schemas/schemas_0.js +1736 -0
  45. package/dist-types/NotificationsClient.d.ts +10 -1
  46. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  47. package/dist-types/runtimeConfig.d.ts +1 -0
  48. package/dist-types/runtimeConfig.native.d.ts +1 -0
  49. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  50. package/dist-types/schemas/schemas_0.d.ts +188 -0
  51. package/dist-types/ts3.4/NotificationsClient.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  56. package/dist-types/ts3.4/schemas/schemas_0.d.ts +194 -0
  57. package/package.json +33 -33
  58. package/dist-es/protocols/Aws_restJson1.js +0 -1396
  59. package/dist-types/protocols/Aws_restJson1.d.ts +0 -353
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -473
@@ -0,0 +1,1736 @@
1
+ const _AC = "AssociateChannel";
2
+ const _ACR = "AssociateChannelRequest";
3
+ const _ACRs = "AssociateChannelResponse";
4
+ const _AD = "AggregationDetail";
5
+ const _ADE = "AccessDeniedException";
6
+ const _AK = "AggregationKey";
7
+ const _AKg = "AggregationKeys";
8
+ const _AMNAC = "AssociateManagedNotificationAccountContact";
9
+ const _AMNACR = "AssociateManagedNotificationAccountContactRequest";
10
+ const _AMNACRs = "AssociateManagedNotificationAccountContactResponse";
11
+ const _AMNACRss = "AssociateManagedNotificationAdditionalChannelRequest";
12
+ const _AMNACRsso = "AssociateManagedNotificationAdditionalChannelResponse";
13
+ const _AMNACs = "AssociateManagedNotificationAdditionalChannel";
14
+ const _AOU = "AssociateOrganizationalUnit";
15
+ const _AOUR = "AssociateOrganizationalUnitRequest";
16
+ const _AOURs = "AssociateOrganizationalUnitResponse";
17
+ const _AS = "AggregationSummary";
18
+ const _CE = "ConflictException";
19
+ const _CER = "CreateEventRule";
20
+ const _CERR = "CreateEventRuleRequest";
21
+ const _CERRr = "CreateEventRuleResponse";
22
+ const _CNC = "CreateNotificationConfiguration";
23
+ const _CNCR = "CreateNotificationConfigurationRequest";
24
+ const _CNCRr = "CreateNotificationConfigurationResponse";
25
+ const _D = "Dimension";
26
+ const _DC = "DisassociateChannel";
27
+ const _DCR = "DisassociateChannelRequest";
28
+ const _DCRi = "DisassociateChannelResponse";
29
+ const _DER = "DeleteEventRule";
30
+ const _DERR = "DeleteEventRuleRequest";
31
+ const _DERRe = "DeleteEventRuleResponse";
32
+ const _DMNAC = "DisassociateManagedNotificationAccountContact";
33
+ const _DMNACR = "DisassociateManagedNotificationAccountContactRequest";
34
+ const _DMNACRi = "DisassociateManagedNotificationAccountContactResponse";
35
+ const _DMNACRis = "DisassociateManagedNotificationAdditionalChannelRequest";
36
+ const _DMNACRisa = "DisassociateManagedNotificationAdditionalChannelResponse";
37
+ const _DMNACi = "DisassociateManagedNotificationAdditionalChannel";
38
+ const _DNAFO = "DisableNotificationsAccessForOrganization";
39
+ const _DNAFOR = "DisableNotificationsAccessForOrganizationRequest";
40
+ const _DNAFORi = "DisableNotificationsAccessForOrganizationResponse";
41
+ const _DNC = "DeleteNotificationConfiguration";
42
+ const _DNCR = "DeleteNotificationConfigurationRequest";
43
+ const _DNCRe = "DeleteNotificationConfigurationResponse";
44
+ const _DNH = "DeregisterNotificationHub";
45
+ const _DNHR = "DeregisterNotificationHubRequest";
46
+ const _DNHRe = "DeregisterNotificationHubResponse";
47
+ const _DOU = "DisassociateOrganizationalUnit";
48
+ const _DOUR = "DisassociateOrganizationalUnitRequest";
49
+ const _DOURi = "DisassociateOrganizationalUnitResponse";
50
+ const _Di = "Dimensions";
51
+ const _ENAFO = "EnableNotificationsAccessForOrganization";
52
+ const _ENAFOR = "EnableNotificationsAccessForOrganizationRequest";
53
+ const _ENAFORn = "EnableNotificationsAccessForOrganizationResponse";
54
+ const _ER = "EventRules";
55
+ const _ERS = "EventRuleStructure";
56
+ const _ERSS = "EventRuleStatusSummary";
57
+ const _GER = "GetEventRule";
58
+ const _GERR = "GetEventRuleRequest";
59
+ const _GERRe = "GetEventRuleResponse";
60
+ const _GMNC = "GetManagedNotificationConfiguration";
61
+ const _GMNCE = "GetManagedNotificationChildEvent";
62
+ const _GMNCER = "GetManagedNotificationChildEventRequest";
63
+ const _GMNCERe = "GetManagedNotificationChildEventResponse";
64
+ const _GMNCR = "GetManagedNotificationConfigurationRequest";
65
+ const _GMNCRe = "GetManagedNotificationConfigurationResponse";
66
+ const _GMNE = "GetManagedNotificationEvent";
67
+ const _GMNER = "GetManagedNotificationEventRequest";
68
+ const _GMNERe = "GetManagedNotificationEventResponse";
69
+ const _GNAFO = "GetNotificationsAccessForOrganization";
70
+ const _GNAFOR = "GetNotificationsAccessForOrganizationRequest";
71
+ const _GNAFORe = "GetNotificationsAccessForOrganizationResponse";
72
+ const _GNC = "GetNotificationConfiguration";
73
+ const _GNCR = "GetNotificationConfigurationRequest";
74
+ const _GNCRe = "GetNotificationConfigurationResponse";
75
+ const _GNE = "GetNotificationEvent";
76
+ const _GNER = "GetNotificationEventRequest";
77
+ const _GNERe = "GetNotificationEventResponse";
78
+ const _ISE = "InternalServerException";
79
+ const _LC = "ListChannels";
80
+ const _LCR = "ListChannelsRequest";
81
+ const _LCRi = "ListChannelsResponse";
82
+ const _LER = "ListEventRules";
83
+ const _LERR = "ListEventRulesRequest";
84
+ const _LERRi = "ListEventRulesResponse";
85
+ const _LMA = "ListMemberAccounts";
86
+ const _LMAR = "ListMemberAccountsRequest";
87
+ const _LMARi = "ListMemberAccountsResponse";
88
+ const _LMNC = "ListManagedNotificationConfigurations";
89
+ const _LMNCA = "ListManagedNotificationChannelAssociations";
90
+ const _LMNCAR = "ListManagedNotificationChannelAssociationsRequest";
91
+ const _LMNCARi = "ListManagedNotificationChannelAssociationsResponse";
92
+ const _LMNCE = "ListManagedNotificationChildEvents";
93
+ const _LMNCER = "ListManagedNotificationChildEventsRequest";
94
+ const _LMNCERi = "ListManagedNotificationChildEventsResponse";
95
+ const _LMNCR = "ListManagedNotificationConfigurationsRequest";
96
+ const _LMNCRi = "ListManagedNotificationConfigurationsResponse";
97
+ const _LMNE = "ListManagedNotificationEvents";
98
+ const _LMNER = "ListManagedNotificationEventsRequest";
99
+ const _LMNERi = "ListManagedNotificationEventsResponse";
100
+ const _LNC = "ListNotificationConfigurations";
101
+ const _LNCR = "ListNotificationConfigurationsRequest";
102
+ const _LNCRi = "ListNotificationConfigurationsResponse";
103
+ const _LNE = "ListNotificationEvents";
104
+ const _LNER = "ListNotificationEventsRequest";
105
+ const _LNERi = "ListNotificationEventsResponse";
106
+ const _LNH = "ListNotificationHubs";
107
+ const _LNHR = "ListNotificationHubsRequest";
108
+ const _LNHRi = "ListNotificationHubsResponse";
109
+ const _LOU = "ListOrganizationalUnits";
110
+ const _LOUR = "ListOrganizationalUnitsRequest";
111
+ const _LOURi = "ListOrganizationalUnitsResponse";
112
+ const _LTFR = "ListTagsForResource";
113
+ const _LTFRR = "ListTagsForResourceRequest";
114
+ const _LTFRRi = "ListTagsForResourceResponse";
115
+ const _M = "Media";
116
+ const _MA = "MemberAccount";
117
+ const _MAe = "MemberAccounts";
118
+ const _MC = "MessageComponents";
119
+ const _MCS = "MessageComponentsSummary";
120
+ const _ME = "MediaElement";
121
+ const _MNC = "ManagedNotificationConfigurations";
122
+ const _MNCA = "ManagedNotificationChannelAssociations";
123
+ const _MNCAS = "ManagedNotificationChannelAssociationSummary";
124
+ const _MNCE = "ManagedNotificationChildEvent";
125
+ const _MNCEO = "ManagedNotificationChildEventOverview";
126
+ const _MNCES = "ManagedNotificationChildEventSummary";
127
+ const _MNCEa = "ManagedNotificationChildEvents";
128
+ const _MNCS = "ManagedNotificationConfigurationStructure";
129
+ const _MNE = "ManagedNotificationEvent";
130
+ const _MNEO = "ManagedNotificationEventOverview";
131
+ const _MNES = "ManagedNotificationEventSummary";
132
+ const _MNEa = "ManagedNotificationEvents";
133
+ const _MSEMS = "ManagedSourceEventMetadataSummary";
134
+ const _NAFO = "NotificationsAccessForOrganization";
135
+ const _NC = "NotificationConfigurations";
136
+ const _NCS = "NotificationConfigurationStructure";
137
+ const _NE = "NotificationEvents";
138
+ const _NEO = "NotificationEventOverview";
139
+ const _NES = "NotificationEventSchema";
140
+ const _NESo = "NotificationEventSummary";
141
+ const _NH = "NotificationHubs";
142
+ const _NHO = "NotificationHubOverview";
143
+ const _NHSS = "NotificationHubStatusSummary";
144
+ const _R = "Resource";
145
+ const _RA = "Retry-After";
146
+ const _RNFE = "ResourceNotFoundException";
147
+ const _RNH = "RegisterNotificationHub";
148
+ const _RNHR = "RegisterNotificationHubRequest";
149
+ const _RNHRe = "RegisterNotificationHubResponse";
150
+ const _Re = "Resources";
151
+ const _SDD = "SummarizationDimensionDetail";
152
+ const _SDDu = "SummarizationDimensionDetails";
153
+ const _SDO = "SummarizationDimensionOverview";
154
+ const _SDOu = "SummarizationDimensionOverviews";
155
+ const _SEM = "SourceEventMetadata";
156
+ const _SEMS = "SourceEventMetadataSummary";
157
+ const _SQEE = "ServiceQuotaExceededException";
158
+ const _SSBR = "StatusSummaryByRegion";
159
+ const _TE = "ThrottlingException";
160
+ const _TP = "TextParts";
161
+ const _TPV = "TextPartValue";
162
+ const _TR = "TagResource";
163
+ const _TRR = "TagResourceRequest";
164
+ const _TRRa = "TagResourceResponse";
165
+ const _UER = "UpdateEventRule";
166
+ const _UERR = "UpdateEventRuleRequest";
167
+ const _UERRp = "UpdateEventRuleResponse";
168
+ const _UNC = "UpdateNotificationConfiguration";
169
+ const _UNCR = "UpdateNotificationConfigurationRequest";
170
+ const _UNCRp = "UpdateNotificationConfigurationResponse";
171
+ const _UR = "UntagResource";
172
+ const _URR = "UntagResourceRequest";
173
+ const _URRn = "UntagResourceResponse";
174
+ const _VE = "ValidationException";
175
+ const _VEF = "ValidationExceptionField";
176
+ const _VEFL = "ValidationExceptionFieldList";
177
+ const _a = "arn";
178
+ const _aA = "aggregatedAccounts";
179
+ const _aB = "aggregatedBy";
180
+ const _aD = "aggregationDuration";
181
+ const _aDg = "aggregationDetail";
182
+ const _aET = "aggregationEventType";
183
+ const _aI = "accountId";
184
+ const _aMNEA = "aggregateManagedNotificationEventArn";
185
+ const _aNEA = "aggregateNotificationEventArn";
186
+ const _aNR = "aggregatedNotificationRegions";
187
+ const _aOU = "aggregatedOrganizationalUnits";
188
+ const _aR = "aggregatedRegions";
189
+ const _aS = "aggregationSummary";
190
+ const _aSD = "additionalSummarizationDimensions";
191
+ const _aSc = "accessStatus";
192
+ const _c = "client";
193
+ const _cA = "channelArn";
194
+ const _cAh = "channelAssociations";
195
+ const _cD = "completeDescription";
196
+ const _cE = "childEvent";
197
+ const _cI = "contactIdentifier";
198
+ const _cIh = "channelIdentifier";
199
+ const _cT = "creationTime";
200
+ const _cTh = "channelType";
201
+ const _ca = "category";
202
+ const _cap = "caption";
203
+ const _ch = "channels";
204
+ const _co = "content";
205
+ const _cou = "count";
206
+ const _d = "description";
207
+ const _dT = "displayText";
208
+ const _dU = "detailUrl";
209
+ const _di = "dimensions";
210
+ const _e = "error";
211
+ const _eC = "eventCount";
212
+ const _eOR = "eventOriginRegion";
213
+ const _eOT = "eventOccurrenceTime";
214
+ const _eP = "eventPattern";
215
+ const _eR = "eventRules";
216
+ const _eRS = "eventRuleSource";
217
+ const _eS = "eventStatus";
218
+ const _eT = "eventType";
219
+ const _eTV = "eventTypeVersion";
220
+ const _eTn = "endTime";
221
+ const _fL = "fieldList";
222
+ const _h = "headline";
223
+ const _hE = "httpError";
224
+ const _hH = "httpHeader";
225
+ const _hQ = "httpQuery";
226
+ const _ht = "http";
227
+ const _i = "id";
228
+ const _iCE = "includeChildEvents";
229
+ const _l = "locale";
230
+ const _lAT = "lastActivationTime";
231
+ const _m = "message";
232
+ const _mA = "memberAccount";
233
+ const _mAe = "memberAccounts";
234
+ const _mC = "messageComponents";
235
+ const _mI = "mediaId";
236
+ const _mNC = "managedNotificationConfigurations";
237
+ const _mNCA = "managedNotificationConfigurationArn";
238
+ const _mNCE = "managedNotificationChildEvents";
239
+ const _mNE = "managedNotificationEvents";
240
+ const _mR = "managedRules";
241
+ const _mRa = "maxResults";
242
+ const _me = "media";
243
+ const _n = "name";
244
+ const _nAFO = "notificationsAccessForOrganization";
245
+ const _nC = "notificationConfigurations";
246
+ const _nCA = "notificationConfigurationArn";
247
+ const _nE = "notificationEvents";
248
+ const _nEo = "notificationEvent";
249
+ const _nH = "notificationHubs";
250
+ const _nHR = "notificationHubRegion";
251
+ const _nT = "nextToken";
252
+ const _nTo = "notificationType";
253
+ const _oO = "overrideOption";
254
+ const _oU = "organizationalUnits";
255
+ const _oUI = "organizationalUnitId";
256
+ const _pS = "paragraphSummary";
257
+ const _qC = "quotaCode";
258
+ const _r = "regions";
259
+ const _rA = "relatedAccount";
260
+ const _rAS = "retryAfterSeconds";
261
+ const _rI = "resourceId";
262
+ const _rR = "relatedResources";
263
+ const _rT = "resourceType";
264
+ const _re = "reason";
265
+ const _s = "source";
266
+ const _sC = "subCategory";
267
+ const _sCe = "serviceCode";
268
+ const _sD = "summarizationDimensions";
269
+ const _sEDU = "sourceEventDetailUrl";
270
+ const _sEDUDT = "sourceEventDetailUrlDisplayText";
271
+ const _sEI = "sourceEventId";
272
+ const _sEM = "sourceEventMetadata";
273
+ const _sR = "statusReason";
274
+ const _sS = "statusSummary";
275
+ const _sSBR = "statusSummaryByRegion";
276
+ const _sT = "startTime";
277
+ const _sV = "schemaVersion";
278
+ const _sVa = "sampleValues";
279
+ const _se = "server";
280
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.notifications";
281
+ const _st = "status";
282
+ const _su = "subtype";
283
+ const _t = "tags";
284
+ const _tBL = "textByLocale";
285
+ const _tK = "tagKeys";
286
+ const _tP = "textParts";
287
+ const _ty = "type";
288
+ const _u = "url";
289
+ const _v = "value";
290
+ const n0 = "com.amazonaws.notifications";
291
+ import { TypeRegistry } from "@smithy/core/schema";
292
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
293
+ import { NotificationsServiceException as __NotificationsServiceException } from "../models/NotificationsServiceException";
294
+ export var AccessDeniedException = [
295
+ -3,
296
+ n0,
297
+ _ADE,
298
+ {
299
+ [_e]: _c,
300
+ [_hE]: 403,
301
+ },
302
+ [_m],
303
+ [0],
304
+ ];
305
+ TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
306
+ export var AggregationDetail = [3, n0, _AD, 0, [_sD], [() => SummarizationDimensionDetails]];
307
+ export var AggregationKey = [3, n0, _AK, 0, [_n, _v], [0, 0]];
308
+ export var AggregationSummary = [
309
+ 3,
310
+ n0,
311
+ _AS,
312
+ 0,
313
+ [_eC, _aB, _aA, _aR, _aOU, _aSD],
314
+ [
315
+ 1,
316
+ () => AggregationKeys,
317
+ () => SummarizationDimensionOverview,
318
+ () => SummarizationDimensionOverview,
319
+ () => SummarizationDimensionOverview,
320
+ () => SummarizationDimensionOverviews,
321
+ ],
322
+ ];
323
+ export var AssociateChannelRequest = [3, n0, _ACR, 0, [_a, _nCA], [[0, 1], 0]];
324
+ export var AssociateChannelResponse = [3, n0, _ACRs, 0, [], []];
325
+ export var AssociateManagedNotificationAccountContactRequest = [
326
+ 3,
327
+ n0,
328
+ _AMNACR,
329
+ 0,
330
+ [_cI, _mNCA],
331
+ [[0, 1], 0],
332
+ ];
333
+ export var AssociateManagedNotificationAccountContactResponse = [3, n0, _AMNACRs, 0, [], []];
334
+ export var AssociateManagedNotificationAdditionalChannelRequest = [
335
+ 3,
336
+ n0,
337
+ _AMNACRss,
338
+ 0,
339
+ [_cA, _mNCA],
340
+ [[0, 1], 0],
341
+ ];
342
+ export var AssociateManagedNotificationAdditionalChannelResponse = [
343
+ 3,
344
+ n0,
345
+ _AMNACRsso,
346
+ 0,
347
+ [],
348
+ [],
349
+ ];
350
+ export var AssociateOrganizationalUnitRequest = [3, n0, _AOUR, 0, [_oUI, _nCA], [[0, 1], 0]];
351
+ export var AssociateOrganizationalUnitResponse = [3, n0, _AOURs, 0, [], []];
352
+ export var ConflictException = [
353
+ -3,
354
+ n0,
355
+ _CE,
356
+ {
357
+ [_e]: _c,
358
+ [_hE]: 409,
359
+ },
360
+ [_m, _rI],
361
+ [0, 0],
362
+ ];
363
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
364
+ export var CreateEventRuleRequest = [
365
+ 3,
366
+ n0,
367
+ _CERR,
368
+ 0,
369
+ [_nCA, _s, _eT, _eP, _r],
370
+ [0, 0, 0, 0, 64 | 0],
371
+ ];
372
+ export var CreateEventRuleResponse = [
373
+ 3,
374
+ n0,
375
+ _CERRr,
376
+ 0,
377
+ [_a, _nCA, _sSBR],
378
+ [0, 0, () => StatusSummaryByRegion],
379
+ ];
380
+ export var CreateNotificationConfigurationRequest = [
381
+ 3,
382
+ n0,
383
+ _CNCR,
384
+ 0,
385
+ [_n, _d, _aD, _t],
386
+ [0, 0, 0, 128 | 0],
387
+ ];
388
+ export var CreateNotificationConfigurationResponse = [3, n0, _CNCRr, 0, [_a, _st], [0, 0]];
389
+ export var DeleteEventRuleRequest = [3, n0, _DERR, 0, [_a], [[0, 1]]];
390
+ export var DeleteEventRuleResponse = [3, n0, _DERRe, 0, [], []];
391
+ export var DeleteNotificationConfigurationRequest = [3, n0, _DNCR, 0, [_a], [[0, 1]]];
392
+ export var DeleteNotificationConfigurationResponse = [3, n0, _DNCRe, 0, [], []];
393
+ export var DeregisterNotificationHubRequest = [3, n0, _DNHR, 0, [_nHR], [[0, 1]]];
394
+ export var DeregisterNotificationHubResponse = [
395
+ 3,
396
+ n0,
397
+ _DNHRe,
398
+ 0,
399
+ [_nHR, _sS],
400
+ [0, () => NotificationHubStatusSummary],
401
+ ];
402
+ export var Dimension = [3, n0, _D, 0, [_n, _v], [0, 0]];
403
+ export var DisableNotificationsAccessForOrganizationRequest = [3, n0, _DNAFOR, 0, [], []];
404
+ export var DisableNotificationsAccessForOrganizationResponse = [3, n0, _DNAFORi, 0, [], []];
405
+ export var DisassociateChannelRequest = [3, n0, _DCR, 0, [_a, _nCA], [[0, 1], 0]];
406
+ export var DisassociateChannelResponse = [3, n0, _DCRi, 0, [], []];
407
+ export var DisassociateManagedNotificationAccountContactRequest = [
408
+ 3,
409
+ n0,
410
+ _DMNACR,
411
+ 0,
412
+ [_cI, _mNCA],
413
+ [[0, 1], 0],
414
+ ];
415
+ export var DisassociateManagedNotificationAccountContactResponse = [3, n0, _DMNACRi, 0, [], []];
416
+ export var DisassociateManagedNotificationAdditionalChannelRequest = [
417
+ 3,
418
+ n0,
419
+ _DMNACRis,
420
+ 0,
421
+ [_cA, _mNCA],
422
+ [[0, 1], 0],
423
+ ];
424
+ export var DisassociateManagedNotificationAdditionalChannelResponse = [
425
+ 3,
426
+ n0,
427
+ _DMNACRisa,
428
+ 0,
429
+ [],
430
+ [],
431
+ ];
432
+ export var DisassociateOrganizationalUnitRequest = [3, n0, _DOUR, 0, [_oUI, _nCA], [[0, 1], 0]];
433
+ export var DisassociateOrganizationalUnitResponse = [3, n0, _DOURi, 0, [], []];
434
+ export var EnableNotificationsAccessForOrganizationRequest = [3, n0, _ENAFOR, 0, [], []];
435
+ export var EnableNotificationsAccessForOrganizationResponse = [3, n0, _ENAFORn, 0, [], []];
436
+ export var EventRuleStatusSummary = [3, n0, _ERSS, 0, [_st, _re], [0, 0]];
437
+ export var EventRuleStructure = [
438
+ 3,
439
+ n0,
440
+ _ERS,
441
+ 0,
442
+ [_a, _nCA, _cT, _s, _eT, _eP, _r, _mR, _sSBR],
443
+ [0, 0, 5, 0, 0, 0, 64 | 0, 64 | 0, () => StatusSummaryByRegion],
444
+ ];
445
+ export var GetEventRuleRequest = [3, n0, _GERR, 0, [_a], [[0, 1]]];
446
+ export var GetEventRuleResponse = [
447
+ 3,
448
+ n0,
449
+ _GERRe,
450
+ 0,
451
+ [_a, _nCA, _cT, _s, _eT, _eP, _r, _mR, _sSBR],
452
+ [0, 0, 5, 0, 0, 0, 64 | 0, 64 | 0, () => StatusSummaryByRegion],
453
+ ];
454
+ export var GetManagedNotificationChildEventRequest = [
455
+ 3,
456
+ n0,
457
+ _GMNCER,
458
+ 0,
459
+ [_a, _l],
460
+ [
461
+ [0, 1],
462
+ [
463
+ 0,
464
+ {
465
+ [_hQ]: _l,
466
+ },
467
+ ],
468
+ ],
469
+ ];
470
+ export var GetManagedNotificationChildEventResponse = [
471
+ 3,
472
+ n0,
473
+ _GMNCERe,
474
+ 0,
475
+ [_a, _mNCA, _cT, _co],
476
+ [0, 0, 5, () => ManagedNotificationChildEvent],
477
+ ];
478
+ export var GetManagedNotificationConfigurationRequest = [3, n0, _GMNCR, 0, [_a], [[0, 1]]];
479
+ export var GetManagedNotificationConfigurationResponse = [
480
+ 3,
481
+ n0,
482
+ _GMNCRe,
483
+ 0,
484
+ [_a, _n, _d, _ca, _sC],
485
+ [0, 0, 0, 0, 0],
486
+ ];
487
+ export var GetManagedNotificationEventRequest = [
488
+ 3,
489
+ n0,
490
+ _GMNER,
491
+ 0,
492
+ [_a, _l],
493
+ [
494
+ [0, 1],
495
+ [
496
+ 0,
497
+ {
498
+ [_hQ]: _l,
499
+ },
500
+ ],
501
+ ],
502
+ ];
503
+ export var GetManagedNotificationEventResponse = [
504
+ 3,
505
+ n0,
506
+ _GMNERe,
507
+ 0,
508
+ [_a, _mNCA, _cT, _co],
509
+ [0, 0, 5, () => ManagedNotificationEvent],
510
+ ];
511
+ export var GetNotificationConfigurationRequest = [3, n0, _GNCR, 0, [_a], [[0, 1]]];
512
+ export var GetNotificationConfigurationResponse = [
513
+ 3,
514
+ n0,
515
+ _GNCRe,
516
+ 0,
517
+ [_a, _n, _d, _st, _cT, _aD, _su],
518
+ [0, 0, 0, 0, 5, 0, 0],
519
+ ];
520
+ export var GetNotificationEventRequest = [
521
+ 3,
522
+ n0,
523
+ _GNER,
524
+ 0,
525
+ [_a, _l],
526
+ [
527
+ [0, 1],
528
+ [
529
+ 0,
530
+ {
531
+ [_hQ]: _l,
532
+ },
533
+ ],
534
+ ],
535
+ ];
536
+ export var GetNotificationEventResponse = [
537
+ 3,
538
+ n0,
539
+ _GNERe,
540
+ 0,
541
+ [_a, _nCA, _cT, _co],
542
+ [0, 0, 5, () => NotificationEventSchema],
543
+ ];
544
+ export var GetNotificationsAccessForOrganizationRequest = [3, n0, _GNAFOR, 0, [], []];
545
+ export var GetNotificationsAccessForOrganizationResponse = [
546
+ 3,
547
+ n0,
548
+ _GNAFORe,
549
+ 0,
550
+ [_nAFO],
551
+ [() => NotificationsAccessForOrganization],
552
+ ];
553
+ export var InternalServerException = [
554
+ -3,
555
+ n0,
556
+ _ISE,
557
+ {
558
+ [_e]: _se,
559
+ [_hE]: 500,
560
+ },
561
+ [_m],
562
+ [0],
563
+ ];
564
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
565
+ export var ListChannelsRequest = [
566
+ 3,
567
+ n0,
568
+ _LCR,
569
+ 0,
570
+ [_nCA, _mRa, _nT],
571
+ [
572
+ [
573
+ 0,
574
+ {
575
+ [_hQ]: _nCA,
576
+ },
577
+ ],
578
+ [
579
+ 1,
580
+ {
581
+ [_hQ]: _mRa,
582
+ },
583
+ ],
584
+ [
585
+ 0,
586
+ {
587
+ [_hQ]: _nT,
588
+ },
589
+ ],
590
+ ],
591
+ ];
592
+ export var ListChannelsResponse = [3, n0, _LCRi, 0, [_nT, _ch], [0, 64 | 0]];
593
+ export var ListEventRulesRequest = [
594
+ 3,
595
+ n0,
596
+ _LERR,
597
+ 0,
598
+ [_nCA, _mRa, _nT],
599
+ [
600
+ [
601
+ 0,
602
+ {
603
+ [_hQ]: _nCA,
604
+ },
605
+ ],
606
+ [
607
+ 1,
608
+ {
609
+ [_hQ]: _mRa,
610
+ },
611
+ ],
612
+ [
613
+ 0,
614
+ {
615
+ [_hQ]: _nT,
616
+ },
617
+ ],
618
+ ],
619
+ ];
620
+ export var ListEventRulesResponse = [3, n0, _LERRi, 0, [_nT, _eR], [0, () => EventRules]];
621
+ export var ListManagedNotificationChannelAssociationsRequest = [
622
+ 3,
623
+ n0,
624
+ _LMNCAR,
625
+ 0,
626
+ [_mNCA, _mRa, _nT],
627
+ [
628
+ [
629
+ 0,
630
+ {
631
+ [_hQ]: _mNCA,
632
+ },
633
+ ],
634
+ [
635
+ 1,
636
+ {
637
+ [_hQ]: _mRa,
638
+ },
639
+ ],
640
+ [
641
+ 0,
642
+ {
643
+ [_hQ]: _nT,
644
+ },
645
+ ],
646
+ ],
647
+ ];
648
+ export var ListManagedNotificationChannelAssociationsResponse = [
649
+ 3,
650
+ n0,
651
+ _LMNCARi,
652
+ 0,
653
+ [_nT, _cAh],
654
+ [0, () => ManagedNotificationChannelAssociations],
655
+ ];
656
+ export var ListManagedNotificationChildEventsRequest = [
657
+ 3,
658
+ n0,
659
+ _LMNCER,
660
+ 0,
661
+ [_aMNEA, _sT, _eTn, _l, _mRa, _rA, _oUI, _nT],
662
+ [
663
+ [0, 1],
664
+ [
665
+ 5,
666
+ {
667
+ [_hQ]: _sT,
668
+ },
669
+ ],
670
+ [
671
+ 5,
672
+ {
673
+ [_hQ]: _eTn,
674
+ },
675
+ ],
676
+ [
677
+ 0,
678
+ {
679
+ [_hQ]: _l,
680
+ },
681
+ ],
682
+ [
683
+ 1,
684
+ {
685
+ [_hQ]: _mRa,
686
+ },
687
+ ],
688
+ [
689
+ 0,
690
+ {
691
+ [_hQ]: _rA,
692
+ },
693
+ ],
694
+ [
695
+ 0,
696
+ {
697
+ [_hQ]: _oUI,
698
+ },
699
+ ],
700
+ [
701
+ 0,
702
+ {
703
+ [_hQ]: _nT,
704
+ },
705
+ ],
706
+ ],
707
+ ];
708
+ export var ListManagedNotificationChildEventsResponse = [
709
+ 3,
710
+ n0,
711
+ _LMNCERi,
712
+ 0,
713
+ [_nT, _mNCE],
714
+ [0, () => ManagedNotificationChildEvents],
715
+ ];
716
+ export var ListManagedNotificationConfigurationsRequest = [
717
+ 3,
718
+ n0,
719
+ _LMNCR,
720
+ 0,
721
+ [_cIh, _mRa, _nT],
722
+ [
723
+ [
724
+ 0,
725
+ {
726
+ [_hQ]: _cIh,
727
+ },
728
+ ],
729
+ [
730
+ 1,
731
+ {
732
+ [_hQ]: _mRa,
733
+ },
734
+ ],
735
+ [
736
+ 0,
737
+ {
738
+ [_hQ]: _nT,
739
+ },
740
+ ],
741
+ ],
742
+ ];
743
+ export var ListManagedNotificationConfigurationsResponse = [
744
+ 3,
745
+ n0,
746
+ _LMNCRi,
747
+ 0,
748
+ [_nT, _mNC],
749
+ [0, () => ManagedNotificationConfigurations],
750
+ ];
751
+ export var ListManagedNotificationEventsRequest = [
752
+ 3,
753
+ n0,
754
+ _LMNER,
755
+ 0,
756
+ [_sT, _eTn, _l, _s, _mRa, _nT, _oUI, _rA],
757
+ [
758
+ [
759
+ 5,
760
+ {
761
+ [_hQ]: _sT,
762
+ },
763
+ ],
764
+ [
765
+ 5,
766
+ {
767
+ [_hQ]: _eTn,
768
+ },
769
+ ],
770
+ [
771
+ 0,
772
+ {
773
+ [_hQ]: _l,
774
+ },
775
+ ],
776
+ [
777
+ 0,
778
+ {
779
+ [_hQ]: _s,
780
+ },
781
+ ],
782
+ [
783
+ 1,
784
+ {
785
+ [_hQ]: _mRa,
786
+ },
787
+ ],
788
+ [
789
+ 0,
790
+ {
791
+ [_hQ]: _nT,
792
+ },
793
+ ],
794
+ [
795
+ 0,
796
+ {
797
+ [_hQ]: _oUI,
798
+ },
799
+ ],
800
+ [
801
+ 0,
802
+ {
803
+ [_hQ]: _rA,
804
+ },
805
+ ],
806
+ ],
807
+ ];
808
+ export var ListManagedNotificationEventsResponse = [
809
+ 3,
810
+ n0,
811
+ _LMNERi,
812
+ 0,
813
+ [_nT, _mNE],
814
+ [0, () => ManagedNotificationEvents],
815
+ ];
816
+ export var ListMemberAccountsRequest = [
817
+ 3,
818
+ n0,
819
+ _LMAR,
820
+ 0,
821
+ [_nCA, _mRa, _nT, _mA, _st, _oUI],
822
+ [
823
+ [
824
+ 0,
825
+ {
826
+ [_hQ]: _nCA,
827
+ },
828
+ ],
829
+ [
830
+ 1,
831
+ {
832
+ [_hQ]: _mRa,
833
+ },
834
+ ],
835
+ [
836
+ 0,
837
+ {
838
+ [_hQ]: _nT,
839
+ },
840
+ ],
841
+ [
842
+ 0,
843
+ {
844
+ [_hQ]: _mA,
845
+ },
846
+ ],
847
+ [
848
+ 0,
849
+ {
850
+ [_hQ]: _st,
851
+ },
852
+ ],
853
+ [
854
+ 0,
855
+ {
856
+ [_hQ]: _oUI,
857
+ },
858
+ ],
859
+ ],
860
+ ];
861
+ export var ListMemberAccountsResponse = [
862
+ 3,
863
+ n0,
864
+ _LMARi,
865
+ 0,
866
+ [_mAe, _nT],
867
+ [() => MemberAccounts, 0],
868
+ ];
869
+ export var ListNotificationConfigurationsRequest = [
870
+ 3,
871
+ n0,
872
+ _LNCR,
873
+ 0,
874
+ [_eRS, _cA, _st, _su, _mRa, _nT],
875
+ [
876
+ [
877
+ 0,
878
+ {
879
+ [_hQ]: _eRS,
880
+ },
881
+ ],
882
+ [
883
+ 0,
884
+ {
885
+ [_hQ]: _cA,
886
+ },
887
+ ],
888
+ [
889
+ 0,
890
+ {
891
+ [_hQ]: _st,
892
+ },
893
+ ],
894
+ [
895
+ 0,
896
+ {
897
+ [_hQ]: _su,
898
+ },
899
+ ],
900
+ [
901
+ 1,
902
+ {
903
+ [_hQ]: _mRa,
904
+ },
905
+ ],
906
+ [
907
+ 0,
908
+ {
909
+ [_hQ]: _nT,
910
+ },
911
+ ],
912
+ ],
913
+ ];
914
+ export var ListNotificationConfigurationsResponse = [
915
+ 3,
916
+ n0,
917
+ _LNCRi,
918
+ 0,
919
+ [_nT, _nC],
920
+ [0, () => NotificationConfigurations],
921
+ ];
922
+ export var ListNotificationEventsRequest = [
923
+ 3,
924
+ n0,
925
+ _LNER,
926
+ 0,
927
+ [_sT, _eTn, _l, _s, _iCE, _aNEA, _mRa, _nT, _oUI],
928
+ [
929
+ [
930
+ 5,
931
+ {
932
+ [_hQ]: _sT,
933
+ },
934
+ ],
935
+ [
936
+ 5,
937
+ {
938
+ [_hQ]: _eTn,
939
+ },
940
+ ],
941
+ [
942
+ 0,
943
+ {
944
+ [_hQ]: _l,
945
+ },
946
+ ],
947
+ [
948
+ 0,
949
+ {
950
+ [_hQ]: _s,
951
+ },
952
+ ],
953
+ [
954
+ 2,
955
+ {
956
+ [_hQ]: _iCE,
957
+ },
958
+ ],
959
+ [
960
+ 0,
961
+ {
962
+ [_hQ]: _aNEA,
963
+ },
964
+ ],
965
+ [
966
+ 1,
967
+ {
968
+ [_hQ]: _mRa,
969
+ },
970
+ ],
971
+ [
972
+ 0,
973
+ {
974
+ [_hQ]: _nT,
975
+ },
976
+ ],
977
+ [
978
+ 0,
979
+ {
980
+ [_hQ]: _oUI,
981
+ },
982
+ ],
983
+ ],
984
+ ];
985
+ export var ListNotificationEventsResponse = [
986
+ 3,
987
+ n0,
988
+ _LNERi,
989
+ 0,
990
+ [_nT, _nE],
991
+ [0, () => NotificationEvents],
992
+ ];
993
+ export var ListNotificationHubsRequest = [
994
+ 3,
995
+ n0,
996
+ _LNHR,
997
+ 0,
998
+ [_mRa, _nT],
999
+ [
1000
+ [
1001
+ 1,
1002
+ {
1003
+ [_hQ]: _mRa,
1004
+ },
1005
+ ],
1006
+ [
1007
+ 0,
1008
+ {
1009
+ [_hQ]: _nT,
1010
+ },
1011
+ ],
1012
+ ],
1013
+ ];
1014
+ export var ListNotificationHubsResponse = [
1015
+ 3,
1016
+ n0,
1017
+ _LNHRi,
1018
+ 0,
1019
+ [_nH, _nT],
1020
+ [() => NotificationHubs, 0],
1021
+ ];
1022
+ export var ListOrganizationalUnitsRequest = [
1023
+ 3,
1024
+ n0,
1025
+ _LOUR,
1026
+ 0,
1027
+ [_nCA, _mRa, _nT],
1028
+ [
1029
+ [
1030
+ 0,
1031
+ {
1032
+ [_hQ]: _nCA,
1033
+ },
1034
+ ],
1035
+ [
1036
+ 1,
1037
+ {
1038
+ [_hQ]: _mRa,
1039
+ },
1040
+ ],
1041
+ [
1042
+ 0,
1043
+ {
1044
+ [_hQ]: _nT,
1045
+ },
1046
+ ],
1047
+ ],
1048
+ ];
1049
+ export var ListOrganizationalUnitsResponse = [3, n0, _LOURi, 0, [_oU, _nT], [64 | 0, 0]];
1050
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_a], [[0, 1]]];
1051
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
1052
+ export var ManagedNotificationChannelAssociationSummary = [
1053
+ 3,
1054
+ n0,
1055
+ _MNCAS,
1056
+ 0,
1057
+ [_cIh, _cTh, _oO],
1058
+ [0, 0, 0],
1059
+ ];
1060
+ export var ManagedNotificationChildEvent = [
1061
+ 3,
1062
+ n0,
1063
+ _MNCE,
1064
+ 0,
1065
+ [_sV, _i, _mC, _sEDU, _sEDUDT, _nTo, _eS, _aMNEA, _sT, _eTn, _tP, _oUI, _aDg],
1066
+ [0, 0, () => MessageComponents, 0, 0, 0, 0, 0, 5, 5, () => TextParts, 0, () => AggregationDetail],
1067
+ ];
1068
+ export var ManagedNotificationChildEventOverview = [
1069
+ 3,
1070
+ n0,
1071
+ _MNCEO,
1072
+ 0,
1073
+ [_a, _mNCA, _rA, _cT, _cE, _aMNEA, _oUI],
1074
+ [0, 0, 0, 5, () => ManagedNotificationChildEventSummary, 0, 0],
1075
+ ];
1076
+ export var ManagedNotificationChildEventSummary = [
1077
+ 3,
1078
+ n0,
1079
+ _MNCES,
1080
+ 0,
1081
+ [_sV, _sEM, _mC, _aDg, _eS, _nTo],
1082
+ [0, () => ManagedSourceEventMetadataSummary, () => MessageComponentsSummary, () => AggregationDetail, 0, 0],
1083
+ ];
1084
+ export var ManagedNotificationConfigurationStructure = [
1085
+ 3,
1086
+ n0,
1087
+ _MNCS,
1088
+ 0,
1089
+ [_a, _n, _d],
1090
+ [0, 0, 0],
1091
+ ];
1092
+ export var ManagedNotificationEvent = [
1093
+ 3,
1094
+ n0,
1095
+ _MNE,
1096
+ 0,
1097
+ [_sV, _i, _mC, _sEDU, _sEDUDT, _nTo, _eS, _aET, _aS, _sT, _eTn, _tP, _oUI],
1098
+ [0, 0, () => MessageComponents, 0, 0, 0, 0, 0, () => AggregationSummary, 5, 5, () => TextParts, 0],
1099
+ ];
1100
+ export var ManagedNotificationEventOverview = [
1101
+ 3,
1102
+ n0,
1103
+ _MNEO,
1104
+ 0,
1105
+ [_a, _mNCA, _rA, _cT, _nEo, _aET, _oUI, _aS, _aNR],
1106
+ [0, 0, 0, 5, () => ManagedNotificationEventSummary, 0, 0, () => AggregationSummary, 64 | 0],
1107
+ ];
1108
+ export var ManagedNotificationEventSummary = [
1109
+ 3,
1110
+ n0,
1111
+ _MNES,
1112
+ 0,
1113
+ [_sV, _sEM, _mC, _eS, _nTo],
1114
+ [0, () => ManagedSourceEventMetadataSummary, () => MessageComponentsSummary, 0, 0],
1115
+ ];
1116
+ export var ManagedSourceEventMetadataSummary = [3, n0, _MSEMS, 0, [_eOR, _s, _eT], [0, 0, 0]];
1117
+ export var MediaElement = [3, n0, _ME, 0, [_mI, _ty, _u, _cap], [0, 0, 0, 0]];
1118
+ export var MemberAccount = [3, n0, _MA, 0, [_nCA, _aI, _st, _sR, _oUI], [0, 0, 0, 0, 0]];
1119
+ export var MessageComponents = [3, n0, _MC, 0, [_h, _pS, _cD, _di], [0, 0, 0, () => Dimensions]];
1120
+ export var MessageComponentsSummary = [3, n0, _MCS, 0, [_h], [0]];
1121
+ export var NotificationConfigurationStructure = [
1122
+ 3,
1123
+ n0,
1124
+ _NCS,
1125
+ 0,
1126
+ [_a, _n, _d, _st, _cT, _aD, _su],
1127
+ [0, 0, 0, 0, 5, 0, 0],
1128
+ ];
1129
+ export var NotificationEventOverview = [
1130
+ 3,
1131
+ n0,
1132
+ _NEO,
1133
+ 0,
1134
+ [_a, _nCA, _rA, _cT, _nEo, _aET, _aNEA, _aS, _oUI],
1135
+ [0, 0, 0, 5, () => NotificationEventSummary, 0, 0, () => AggregationSummary, 0],
1136
+ ];
1137
+ export var NotificationEventSchema = [
1138
+ 3,
1139
+ n0,
1140
+ _NES,
1141
+ 0,
1142
+ [_sV, _i, _sEM, _mC, _sEDU, _sEDUDT, _nTo, _eS, _aET, _aNEA, _aS, _sT, _eTn, _tP, _me, _oUI],
1143
+ [
1144
+ 0,
1145
+ 0,
1146
+ () => SourceEventMetadata,
1147
+ () => MessageComponents,
1148
+ 0,
1149
+ 0,
1150
+ 0,
1151
+ 0,
1152
+ 0,
1153
+ 0,
1154
+ () => AggregationSummary,
1155
+ 5,
1156
+ 5,
1157
+ () => TextParts,
1158
+ () => Media,
1159
+ 0,
1160
+ ],
1161
+ ];
1162
+ export var NotificationEventSummary = [
1163
+ 3,
1164
+ n0,
1165
+ _NESo,
1166
+ 0,
1167
+ [_sV, _sEM, _mC, _eS, _nTo],
1168
+ [0, () => SourceEventMetadataSummary, () => MessageComponentsSummary, 0, 0],
1169
+ ];
1170
+ export var NotificationHubOverview = [
1171
+ 3,
1172
+ n0,
1173
+ _NHO,
1174
+ 0,
1175
+ [_nHR, _sS, _cT, _lAT],
1176
+ [0, () => NotificationHubStatusSummary, 5, 5],
1177
+ ];
1178
+ export var NotificationHubStatusSummary = [3, n0, _NHSS, 0, [_st, _re], [0, 0]];
1179
+ export var NotificationsAccessForOrganization = [3, n0, _NAFO, 0, [_aSc], [0]];
1180
+ export var RegisterNotificationHubRequest = [3, n0, _RNHR, 0, [_nHR], [0]];
1181
+ export var RegisterNotificationHubResponse = [
1182
+ 3,
1183
+ n0,
1184
+ _RNHRe,
1185
+ 0,
1186
+ [_nHR, _sS, _cT, _lAT],
1187
+ [0, () => NotificationHubStatusSummary, 5, 5],
1188
+ ];
1189
+ export var Resource = [3, n0, _R, 0, [_i, _a, _dU, _t], [0, 0, 0, 64 | 0]];
1190
+ export var ResourceNotFoundException = [
1191
+ -3,
1192
+ n0,
1193
+ _RNFE,
1194
+ {
1195
+ [_e]: _c,
1196
+ [_hE]: 404,
1197
+ },
1198
+ [_m, _rI],
1199
+ [0, 0],
1200
+ ];
1201
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1202
+ export var ServiceQuotaExceededException = [
1203
+ -3,
1204
+ n0,
1205
+ _SQEE,
1206
+ {
1207
+ [_e]: _c,
1208
+ [_hE]: 402,
1209
+ },
1210
+ [_m, _rT, _rI, _sCe, _qC],
1211
+ [0, 0, 0, 0, 0],
1212
+ ];
1213
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
1214
+ export var SourceEventMetadata = [
1215
+ 3,
1216
+ n0,
1217
+ _SEM,
1218
+ 0,
1219
+ [_eTV, _sEI, _eOR, _rA, _s, _eOT, _eT, _rR],
1220
+ [0, 0, 0, 0, 0, 5, 0, () => Resources],
1221
+ ];
1222
+ export var SourceEventMetadataSummary = [3, n0, _SEMS, 0, [_eOR, _s, _eT], [0, 0, 0]];
1223
+ export var SummarizationDimensionDetail = [3, n0, _SDD, 0, [_n, _v], [0, 0]];
1224
+ export var SummarizationDimensionOverview = [3, n0, _SDO, 0, [_n, _cou, _sVa], [0, 1, 64 | 0]];
1225
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_a, _t], [[0, 1], 128 | 0]];
1226
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1227
+ export var TextPartValue = [3, n0, _TPV, 0, [_ty, _dT, _tBL, _u], [0, 0, 128 | 0, 0]];
1228
+ export var ThrottlingException = [
1229
+ -3,
1230
+ n0,
1231
+ _TE,
1232
+ {
1233
+ [_e]: _c,
1234
+ [_hE]: 429,
1235
+ },
1236
+ [_m, _sCe, _qC, _rAS],
1237
+ [
1238
+ 0,
1239
+ 0,
1240
+ 0,
1241
+ [
1242
+ 1,
1243
+ {
1244
+ [_hH]: _RA,
1245
+ },
1246
+ ],
1247
+ ],
1248
+ ];
1249
+ TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1250
+ export var UntagResourceRequest = [
1251
+ 3,
1252
+ n0,
1253
+ _URR,
1254
+ 0,
1255
+ [_a, _tK],
1256
+ [
1257
+ [0, 1],
1258
+ [
1259
+ 64 | 0,
1260
+ {
1261
+ [_hQ]: _tK,
1262
+ },
1263
+ ],
1264
+ ],
1265
+ ];
1266
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1267
+ export var UpdateEventRuleRequest = [3, n0, _UERR, 0, [_a, _eP, _r], [[0, 1], 0, 64 | 0]];
1268
+ export var UpdateEventRuleResponse = [
1269
+ 3,
1270
+ n0,
1271
+ _UERRp,
1272
+ 0,
1273
+ [_a, _nCA, _sSBR],
1274
+ [0, 0, () => StatusSummaryByRegion],
1275
+ ];
1276
+ export var UpdateNotificationConfigurationRequest = [
1277
+ 3,
1278
+ n0,
1279
+ _UNCR,
1280
+ 0,
1281
+ [_a, _n, _d, _aD],
1282
+ [[0, 1], 0, 0, 0],
1283
+ ];
1284
+ export var UpdateNotificationConfigurationResponse = [3, n0, _UNCRp, 0, [_a], [0]];
1285
+ export var ValidationException = [
1286
+ -3,
1287
+ n0,
1288
+ _VE,
1289
+ {
1290
+ [_e]: _c,
1291
+ [_hE]: 400,
1292
+ },
1293
+ [_m, _re, _fL],
1294
+ [0, 0, () => ValidationExceptionFieldList],
1295
+ ];
1296
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1297
+ export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
1298
+ export var __Unit = "unit";
1299
+ export var NotificationsServiceException = [-3, _sm, "NotificationsServiceException", 0, [], []];
1300
+ TypeRegistry.for(_sm).registerError(NotificationsServiceException, __NotificationsServiceException);
1301
+ export var AggregatedNotificationRegions = 64 | 0;
1302
+ export var AggregationKeys = [1, n0, _AKg, 0, () => AggregationKey];
1303
+ export var Channels = 64 | 0;
1304
+ export var Dimensions = [1, n0, _Di, 0, () => Dimension];
1305
+ export var EventRules = [1, n0, _ER, 0, () => EventRuleStructure];
1306
+ export var ManagedNotificationChannelAssociations = [
1307
+ 1,
1308
+ n0,
1309
+ _MNCA,
1310
+ 0,
1311
+ () => ManagedNotificationChannelAssociationSummary,
1312
+ ];
1313
+ export var ManagedNotificationChildEvents = [
1314
+ 1,
1315
+ n0,
1316
+ _MNCEa,
1317
+ 0,
1318
+ () => ManagedNotificationChildEventOverview,
1319
+ ];
1320
+ export var ManagedNotificationConfigurations = [
1321
+ 1,
1322
+ n0,
1323
+ _MNC,
1324
+ 0,
1325
+ () => ManagedNotificationConfigurationStructure,
1326
+ ];
1327
+ export var ManagedNotificationEvents = [1, n0, _MNEa, 0, () => ManagedNotificationEventOverview];
1328
+ export var ManagedRuleArns = 64 | 0;
1329
+ export var Media = [1, n0, _M, 0, () => MediaElement];
1330
+ export var MemberAccounts = [1, n0, _MAe, 0, () => MemberAccount];
1331
+ export var NotificationConfigurations = [1, n0, _NC, 0, () => NotificationConfigurationStructure];
1332
+ export var NotificationEvents = [1, n0, _NE, 0, () => NotificationEventOverview];
1333
+ export var NotificationHubs = [1, n0, _NH, 0, () => NotificationHubOverview];
1334
+ export var OrganizationalUnits = 64 | 0;
1335
+ export var Regions = 64 | 0;
1336
+ export var Resources = [1, n0, _Re, 0, () => Resource];
1337
+ export var SampleAggregationDimensionValues = 64 | 0;
1338
+ export var SummarizationDimensionDetails = [1, n0, _SDDu, 0, () => SummarizationDimensionDetail];
1339
+ export var SummarizationDimensionOverviews = [1, n0, _SDOu, 0, () => SummarizationDimensionOverview];
1340
+ export var TagKeys = 64 | 0;
1341
+ export var Tags = 64 | 0;
1342
+ export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
1343
+ export var StatusSummaryByRegion = [2, n0, _SSBR, 0, 0, () => EventRuleStatusSummary];
1344
+ export var TagMap = 128 | 0;
1345
+ export var TextByLocale = 128 | 0;
1346
+ export var TextParts = [2, n0, _TP, 0, 0, () => TextPartValue];
1347
+ export var AssociateChannel = [
1348
+ 9,
1349
+ n0,
1350
+ _AC,
1351
+ {
1352
+ [_ht]: ["POST", "/channels/associate/{arn}", 201],
1353
+ },
1354
+ () => AssociateChannelRequest,
1355
+ () => AssociateChannelResponse,
1356
+ ];
1357
+ export var AssociateManagedNotificationAccountContact = [
1358
+ 9,
1359
+ n0,
1360
+ _AMNAC,
1361
+ {
1362
+ [_ht]: ["PUT", "/contacts/associate-managed-notification/{contactIdentifier}", 201],
1363
+ },
1364
+ () => AssociateManagedNotificationAccountContactRequest,
1365
+ () => AssociateManagedNotificationAccountContactResponse,
1366
+ ];
1367
+ export var AssociateManagedNotificationAdditionalChannel = [
1368
+ 9,
1369
+ n0,
1370
+ _AMNACs,
1371
+ {
1372
+ [_ht]: ["PUT", "/channels/associate-managed-notification/{channelArn}", 201],
1373
+ },
1374
+ () => AssociateManagedNotificationAdditionalChannelRequest,
1375
+ () => AssociateManagedNotificationAdditionalChannelResponse,
1376
+ ];
1377
+ export var AssociateOrganizationalUnit = [
1378
+ 9,
1379
+ n0,
1380
+ _AOU,
1381
+ {
1382
+ [_ht]: ["POST", "/organizational-units/associate/{organizationalUnitId}", 201],
1383
+ },
1384
+ () => AssociateOrganizationalUnitRequest,
1385
+ () => AssociateOrganizationalUnitResponse,
1386
+ ];
1387
+ export var CreateEventRule = [
1388
+ 9,
1389
+ n0,
1390
+ _CER,
1391
+ {
1392
+ [_ht]: ["POST", "/event-rules", 201],
1393
+ },
1394
+ () => CreateEventRuleRequest,
1395
+ () => CreateEventRuleResponse,
1396
+ ];
1397
+ export var CreateNotificationConfiguration = [
1398
+ 9,
1399
+ n0,
1400
+ _CNC,
1401
+ {
1402
+ [_ht]: ["POST", "/notification-configurations", 201],
1403
+ },
1404
+ () => CreateNotificationConfigurationRequest,
1405
+ () => CreateNotificationConfigurationResponse,
1406
+ ];
1407
+ export var DeleteEventRule = [
1408
+ 9,
1409
+ n0,
1410
+ _DER,
1411
+ {
1412
+ [_ht]: ["DELETE", "/event-rules/{arn}", 200],
1413
+ },
1414
+ () => DeleteEventRuleRequest,
1415
+ () => DeleteEventRuleResponse,
1416
+ ];
1417
+ export var DeleteNotificationConfiguration = [
1418
+ 9,
1419
+ n0,
1420
+ _DNC,
1421
+ {
1422
+ [_ht]: ["DELETE", "/notification-configurations/{arn}", 200],
1423
+ },
1424
+ () => DeleteNotificationConfigurationRequest,
1425
+ () => DeleteNotificationConfigurationResponse,
1426
+ ];
1427
+ export var DeregisterNotificationHub = [
1428
+ 9,
1429
+ n0,
1430
+ _DNH,
1431
+ {
1432
+ [_ht]: ["DELETE", "/notification-hubs/{notificationHubRegion}", 200],
1433
+ },
1434
+ () => DeregisterNotificationHubRequest,
1435
+ () => DeregisterNotificationHubResponse,
1436
+ ];
1437
+ export var DisableNotificationsAccessForOrganization = [
1438
+ 9,
1439
+ n0,
1440
+ _DNAFO,
1441
+ {
1442
+ [_ht]: ["DELETE", "/organization/access", 200],
1443
+ },
1444
+ () => DisableNotificationsAccessForOrganizationRequest,
1445
+ () => DisableNotificationsAccessForOrganizationResponse,
1446
+ ];
1447
+ export var DisassociateChannel = [
1448
+ 9,
1449
+ n0,
1450
+ _DC,
1451
+ {
1452
+ [_ht]: ["POST", "/channels/disassociate/{arn}", 200],
1453
+ },
1454
+ () => DisassociateChannelRequest,
1455
+ () => DisassociateChannelResponse,
1456
+ ];
1457
+ export var DisassociateManagedNotificationAccountContact = [
1458
+ 9,
1459
+ n0,
1460
+ _DMNAC,
1461
+ {
1462
+ [_ht]: ["PUT", "/contacts/disassociate-managed-notification/{contactIdentifier}", 200],
1463
+ },
1464
+ () => DisassociateManagedNotificationAccountContactRequest,
1465
+ () => DisassociateManagedNotificationAccountContactResponse,
1466
+ ];
1467
+ export var DisassociateManagedNotificationAdditionalChannel = [
1468
+ 9,
1469
+ n0,
1470
+ _DMNACi,
1471
+ {
1472
+ [_ht]: ["PUT", "/channels/disassociate-managed-notification/{channelArn}", 200],
1473
+ },
1474
+ () => DisassociateManagedNotificationAdditionalChannelRequest,
1475
+ () => DisassociateManagedNotificationAdditionalChannelResponse,
1476
+ ];
1477
+ export var DisassociateOrganizationalUnit = [
1478
+ 9,
1479
+ n0,
1480
+ _DOU,
1481
+ {
1482
+ [_ht]: ["POST", "/organizational-units/disassociate/{organizationalUnitId}", 200],
1483
+ },
1484
+ () => DisassociateOrganizationalUnitRequest,
1485
+ () => DisassociateOrganizationalUnitResponse,
1486
+ ];
1487
+ export var EnableNotificationsAccessForOrganization = [
1488
+ 9,
1489
+ n0,
1490
+ _ENAFO,
1491
+ {
1492
+ [_ht]: ["POST", "/organization/access", 200],
1493
+ },
1494
+ () => EnableNotificationsAccessForOrganizationRequest,
1495
+ () => EnableNotificationsAccessForOrganizationResponse,
1496
+ ];
1497
+ export var GetEventRule = [
1498
+ 9,
1499
+ n0,
1500
+ _GER,
1501
+ {
1502
+ [_ht]: ["GET", "/event-rules/{arn}", 200],
1503
+ },
1504
+ () => GetEventRuleRequest,
1505
+ () => GetEventRuleResponse,
1506
+ ];
1507
+ export var GetManagedNotificationChildEvent = [
1508
+ 9,
1509
+ n0,
1510
+ _GMNCE,
1511
+ {
1512
+ [_ht]: ["GET", "/managed-notification-child-events/{arn}", 200],
1513
+ },
1514
+ () => GetManagedNotificationChildEventRequest,
1515
+ () => GetManagedNotificationChildEventResponse,
1516
+ ];
1517
+ export var GetManagedNotificationConfiguration = [
1518
+ 9,
1519
+ n0,
1520
+ _GMNC,
1521
+ {
1522
+ [_ht]: ["GET", "/managed-notification-configurations/{arn}", 200],
1523
+ },
1524
+ () => GetManagedNotificationConfigurationRequest,
1525
+ () => GetManagedNotificationConfigurationResponse,
1526
+ ];
1527
+ export var GetManagedNotificationEvent = [
1528
+ 9,
1529
+ n0,
1530
+ _GMNE,
1531
+ {
1532
+ [_ht]: ["GET", "/managed-notification-events/{arn}", 200],
1533
+ },
1534
+ () => GetManagedNotificationEventRequest,
1535
+ () => GetManagedNotificationEventResponse,
1536
+ ];
1537
+ export var GetNotificationConfiguration = [
1538
+ 9,
1539
+ n0,
1540
+ _GNC,
1541
+ {
1542
+ [_ht]: ["GET", "/notification-configurations/{arn}", 200],
1543
+ },
1544
+ () => GetNotificationConfigurationRequest,
1545
+ () => GetNotificationConfigurationResponse,
1546
+ ];
1547
+ export var GetNotificationEvent = [
1548
+ 9,
1549
+ n0,
1550
+ _GNE,
1551
+ {
1552
+ [_ht]: ["GET", "/notification-events/{arn}", 200],
1553
+ },
1554
+ () => GetNotificationEventRequest,
1555
+ () => GetNotificationEventResponse,
1556
+ ];
1557
+ export var GetNotificationsAccessForOrganization = [
1558
+ 9,
1559
+ n0,
1560
+ _GNAFO,
1561
+ {
1562
+ [_ht]: ["GET", "/organization/access", 200],
1563
+ },
1564
+ () => GetNotificationsAccessForOrganizationRequest,
1565
+ () => GetNotificationsAccessForOrganizationResponse,
1566
+ ];
1567
+ export var ListChannels = [
1568
+ 9,
1569
+ n0,
1570
+ _LC,
1571
+ {
1572
+ [_ht]: ["GET", "/channels", 200],
1573
+ },
1574
+ () => ListChannelsRequest,
1575
+ () => ListChannelsResponse,
1576
+ ];
1577
+ export var ListEventRules = [
1578
+ 9,
1579
+ n0,
1580
+ _LER,
1581
+ {
1582
+ [_ht]: ["GET", "/event-rules", 200],
1583
+ },
1584
+ () => ListEventRulesRequest,
1585
+ () => ListEventRulesResponse,
1586
+ ];
1587
+ export var ListManagedNotificationChannelAssociations = [
1588
+ 9,
1589
+ n0,
1590
+ _LMNCA,
1591
+ {
1592
+ [_ht]: ["GET", "/channels/list-managed-notification-channel-associations", 200],
1593
+ },
1594
+ () => ListManagedNotificationChannelAssociationsRequest,
1595
+ () => ListManagedNotificationChannelAssociationsResponse,
1596
+ ];
1597
+ export var ListManagedNotificationChildEvents = [
1598
+ 9,
1599
+ n0,
1600
+ _LMNCE,
1601
+ {
1602
+ [_ht]: ["GET", "/list-managed-notification-child-events/{aggregateManagedNotificationEventArn}", 200],
1603
+ },
1604
+ () => ListManagedNotificationChildEventsRequest,
1605
+ () => ListManagedNotificationChildEventsResponse,
1606
+ ];
1607
+ export var ListManagedNotificationConfigurations = [
1608
+ 9,
1609
+ n0,
1610
+ _LMNC,
1611
+ {
1612
+ [_ht]: ["GET", "/managed-notification-configurations", 200],
1613
+ },
1614
+ () => ListManagedNotificationConfigurationsRequest,
1615
+ () => ListManagedNotificationConfigurationsResponse,
1616
+ ];
1617
+ export var ListManagedNotificationEvents = [
1618
+ 9,
1619
+ n0,
1620
+ _LMNE,
1621
+ {
1622
+ [_ht]: ["GET", "/managed-notification-events", 200],
1623
+ },
1624
+ () => ListManagedNotificationEventsRequest,
1625
+ () => ListManagedNotificationEventsResponse,
1626
+ ];
1627
+ export var ListMemberAccounts = [
1628
+ 9,
1629
+ n0,
1630
+ _LMA,
1631
+ {
1632
+ [_ht]: ["GET", "/list-member-accounts", 200],
1633
+ },
1634
+ () => ListMemberAccountsRequest,
1635
+ () => ListMemberAccountsResponse,
1636
+ ];
1637
+ export var ListNotificationConfigurations = [
1638
+ 9,
1639
+ n0,
1640
+ _LNC,
1641
+ {
1642
+ [_ht]: ["GET", "/notification-configurations", 200],
1643
+ },
1644
+ () => ListNotificationConfigurationsRequest,
1645
+ () => ListNotificationConfigurationsResponse,
1646
+ ];
1647
+ export var ListNotificationEvents = [
1648
+ 9,
1649
+ n0,
1650
+ _LNE,
1651
+ {
1652
+ [_ht]: ["GET", "/notification-events", 200],
1653
+ },
1654
+ () => ListNotificationEventsRequest,
1655
+ () => ListNotificationEventsResponse,
1656
+ ];
1657
+ export var ListNotificationHubs = [
1658
+ 9,
1659
+ n0,
1660
+ _LNH,
1661
+ {
1662
+ [_ht]: ["GET", "/notification-hubs", 200],
1663
+ },
1664
+ () => ListNotificationHubsRequest,
1665
+ () => ListNotificationHubsResponse,
1666
+ ];
1667
+ export var ListOrganizationalUnits = [
1668
+ 9,
1669
+ n0,
1670
+ _LOU,
1671
+ {
1672
+ [_ht]: ["GET", "/organizational-units", 200],
1673
+ },
1674
+ () => ListOrganizationalUnitsRequest,
1675
+ () => ListOrganizationalUnitsResponse,
1676
+ ];
1677
+ export var ListTagsForResource = [
1678
+ 9,
1679
+ n0,
1680
+ _LTFR,
1681
+ {
1682
+ [_ht]: ["GET", "/tags/{arn}", 200],
1683
+ },
1684
+ () => ListTagsForResourceRequest,
1685
+ () => ListTagsForResourceResponse,
1686
+ ];
1687
+ export var RegisterNotificationHub = [
1688
+ 9,
1689
+ n0,
1690
+ _RNH,
1691
+ {
1692
+ [_ht]: ["POST", "/notification-hubs", 201],
1693
+ },
1694
+ () => RegisterNotificationHubRequest,
1695
+ () => RegisterNotificationHubResponse,
1696
+ ];
1697
+ export var TagResource = [
1698
+ 9,
1699
+ n0,
1700
+ _TR,
1701
+ {
1702
+ [_ht]: ["POST", "/tags/{arn}", 200],
1703
+ },
1704
+ () => TagResourceRequest,
1705
+ () => TagResourceResponse,
1706
+ ];
1707
+ export var UntagResource = [
1708
+ 9,
1709
+ n0,
1710
+ _UR,
1711
+ {
1712
+ [_ht]: ["DELETE", "/tags/{arn}", 200],
1713
+ },
1714
+ () => UntagResourceRequest,
1715
+ () => UntagResourceResponse,
1716
+ ];
1717
+ export var UpdateEventRule = [
1718
+ 9,
1719
+ n0,
1720
+ _UER,
1721
+ {
1722
+ [_ht]: ["PUT", "/event-rules/{arn}", 200],
1723
+ },
1724
+ () => UpdateEventRuleRequest,
1725
+ () => UpdateEventRuleResponse,
1726
+ ];
1727
+ export var UpdateNotificationConfiguration = [
1728
+ 9,
1729
+ n0,
1730
+ _UNC,
1731
+ {
1732
+ [_ht]: ["PUT", "/notification-configurations/{arn}", 200],
1733
+ },
1734
+ () => UpdateNotificationConfigurationRequest,
1735
+ () => UpdateNotificationConfigurationResponse,
1736
+ ];