@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
@@ -1,473 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateChannelCommandInput,
8
- AssociateChannelCommandOutput,
9
- } from "../commands/AssociateChannelCommand";
10
- import {
11
- AssociateManagedNotificationAccountContactCommandInput,
12
- AssociateManagedNotificationAccountContactCommandOutput,
13
- } from "../commands/AssociateManagedNotificationAccountContactCommand";
14
- import {
15
- AssociateManagedNotificationAdditionalChannelCommandInput,
16
- AssociateManagedNotificationAdditionalChannelCommandOutput,
17
- } from "../commands/AssociateManagedNotificationAdditionalChannelCommand";
18
- import {
19
- AssociateOrganizationalUnitCommandInput,
20
- AssociateOrganizationalUnitCommandOutput,
21
- } from "../commands/AssociateOrganizationalUnitCommand";
22
- import {
23
- CreateEventRuleCommandInput,
24
- CreateEventRuleCommandOutput,
25
- } from "../commands/CreateEventRuleCommand";
26
- import {
27
- CreateNotificationConfigurationCommandInput,
28
- CreateNotificationConfigurationCommandOutput,
29
- } from "../commands/CreateNotificationConfigurationCommand";
30
- import {
31
- DeleteEventRuleCommandInput,
32
- DeleteEventRuleCommandOutput,
33
- } from "../commands/DeleteEventRuleCommand";
34
- import {
35
- DeleteNotificationConfigurationCommandInput,
36
- DeleteNotificationConfigurationCommandOutput,
37
- } from "../commands/DeleteNotificationConfigurationCommand";
38
- import {
39
- DeregisterNotificationHubCommandInput,
40
- DeregisterNotificationHubCommandOutput,
41
- } from "../commands/DeregisterNotificationHubCommand";
42
- import {
43
- DisableNotificationsAccessForOrganizationCommandInput,
44
- DisableNotificationsAccessForOrganizationCommandOutput,
45
- } from "../commands/DisableNotificationsAccessForOrganizationCommand";
46
- import {
47
- DisassociateChannelCommandInput,
48
- DisassociateChannelCommandOutput,
49
- } from "../commands/DisassociateChannelCommand";
50
- import {
51
- DisassociateManagedNotificationAccountContactCommandInput,
52
- DisassociateManagedNotificationAccountContactCommandOutput,
53
- } from "../commands/DisassociateManagedNotificationAccountContactCommand";
54
- import {
55
- DisassociateManagedNotificationAdditionalChannelCommandInput,
56
- DisassociateManagedNotificationAdditionalChannelCommandOutput,
57
- } from "../commands/DisassociateManagedNotificationAdditionalChannelCommand";
58
- import {
59
- DisassociateOrganizationalUnitCommandInput,
60
- DisassociateOrganizationalUnitCommandOutput,
61
- } from "../commands/DisassociateOrganizationalUnitCommand";
62
- import {
63
- EnableNotificationsAccessForOrganizationCommandInput,
64
- EnableNotificationsAccessForOrganizationCommandOutput,
65
- } from "../commands/EnableNotificationsAccessForOrganizationCommand";
66
- import {
67
- GetEventRuleCommandInput,
68
- GetEventRuleCommandOutput,
69
- } from "../commands/GetEventRuleCommand";
70
- import {
71
- GetManagedNotificationChildEventCommandInput,
72
- GetManagedNotificationChildEventCommandOutput,
73
- } from "../commands/GetManagedNotificationChildEventCommand";
74
- import {
75
- GetManagedNotificationConfigurationCommandInput,
76
- GetManagedNotificationConfigurationCommandOutput,
77
- } from "../commands/GetManagedNotificationConfigurationCommand";
78
- import {
79
- GetManagedNotificationEventCommandInput,
80
- GetManagedNotificationEventCommandOutput,
81
- } from "../commands/GetManagedNotificationEventCommand";
82
- import {
83
- GetNotificationConfigurationCommandInput,
84
- GetNotificationConfigurationCommandOutput,
85
- } from "../commands/GetNotificationConfigurationCommand";
86
- import {
87
- GetNotificationEventCommandInput,
88
- GetNotificationEventCommandOutput,
89
- } from "../commands/GetNotificationEventCommand";
90
- import {
91
- GetNotificationsAccessForOrganizationCommandInput,
92
- GetNotificationsAccessForOrganizationCommandOutput,
93
- } from "../commands/GetNotificationsAccessForOrganizationCommand";
94
- import {
95
- ListChannelsCommandInput,
96
- ListChannelsCommandOutput,
97
- } from "../commands/ListChannelsCommand";
98
- import {
99
- ListEventRulesCommandInput,
100
- ListEventRulesCommandOutput,
101
- } from "../commands/ListEventRulesCommand";
102
- import {
103
- ListManagedNotificationChannelAssociationsCommandInput,
104
- ListManagedNotificationChannelAssociationsCommandOutput,
105
- } from "../commands/ListManagedNotificationChannelAssociationsCommand";
106
- import {
107
- ListManagedNotificationChildEventsCommandInput,
108
- ListManagedNotificationChildEventsCommandOutput,
109
- } from "../commands/ListManagedNotificationChildEventsCommand";
110
- import {
111
- ListManagedNotificationConfigurationsCommandInput,
112
- ListManagedNotificationConfigurationsCommandOutput,
113
- } from "../commands/ListManagedNotificationConfigurationsCommand";
114
- import {
115
- ListManagedNotificationEventsCommandInput,
116
- ListManagedNotificationEventsCommandOutput,
117
- } from "../commands/ListManagedNotificationEventsCommand";
118
- import {
119
- ListMemberAccountsCommandInput,
120
- ListMemberAccountsCommandOutput,
121
- } from "../commands/ListMemberAccountsCommand";
122
- import {
123
- ListNotificationConfigurationsCommandInput,
124
- ListNotificationConfigurationsCommandOutput,
125
- } from "../commands/ListNotificationConfigurationsCommand";
126
- import {
127
- ListNotificationEventsCommandInput,
128
- ListNotificationEventsCommandOutput,
129
- } from "../commands/ListNotificationEventsCommand";
130
- import {
131
- ListNotificationHubsCommandInput,
132
- ListNotificationHubsCommandOutput,
133
- } from "../commands/ListNotificationHubsCommand";
134
- import {
135
- ListOrganizationalUnitsCommandInput,
136
- ListOrganizationalUnitsCommandOutput,
137
- } from "../commands/ListOrganizationalUnitsCommand";
138
- import {
139
- ListTagsForResourceCommandInput,
140
- ListTagsForResourceCommandOutput,
141
- } from "../commands/ListTagsForResourceCommand";
142
- import {
143
- RegisterNotificationHubCommandInput,
144
- RegisterNotificationHubCommandOutput,
145
- } from "../commands/RegisterNotificationHubCommand";
146
- import {
147
- TagResourceCommandInput,
148
- TagResourceCommandOutput,
149
- } from "../commands/TagResourceCommand";
150
- import {
151
- UntagResourceCommandInput,
152
- UntagResourceCommandOutput,
153
- } from "../commands/UntagResourceCommand";
154
- import {
155
- UpdateEventRuleCommandInput,
156
- UpdateEventRuleCommandOutput,
157
- } from "../commands/UpdateEventRuleCommand";
158
- import {
159
- UpdateNotificationConfigurationCommandInput,
160
- UpdateNotificationConfigurationCommandOutput,
161
- } from "../commands/UpdateNotificationConfigurationCommand";
162
- export declare const se_AssociateChannelCommand: (
163
- input: AssociateChannelCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_AssociateManagedNotificationAccountContactCommand: (
167
- input: AssociateManagedNotificationAccountContactCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_AssociateManagedNotificationAdditionalChannelCommand: (
171
- input: AssociateManagedNotificationAdditionalChannelCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_AssociateOrganizationalUnitCommand: (
175
- input: AssociateOrganizationalUnitCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_CreateEventRuleCommand: (
179
- input: CreateEventRuleCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_CreateNotificationConfigurationCommand: (
183
- input: CreateNotificationConfigurationCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteEventRuleCommand: (
187
- input: DeleteEventRuleCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeleteNotificationConfigurationCommand: (
191
- input: DeleteNotificationConfigurationCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DeregisterNotificationHubCommand: (
195
- input: DeregisterNotificationHubCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_DisableNotificationsAccessForOrganizationCommand: (
199
- input: DisableNotificationsAccessForOrganizationCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_DisassociateChannelCommand: (
203
- input: DisassociateChannelCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_DisassociateManagedNotificationAccountContactCommand: (
207
- input: DisassociateManagedNotificationAccountContactCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_DisassociateManagedNotificationAdditionalChannelCommand: (
211
- input: DisassociateManagedNotificationAdditionalChannelCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DisassociateOrganizationalUnitCommand: (
215
- input: DisassociateOrganizationalUnitCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_EnableNotificationsAccessForOrganizationCommand: (
219
- input: EnableNotificationsAccessForOrganizationCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetEventRuleCommand: (
223
- input: GetEventRuleCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetManagedNotificationChildEventCommand: (
227
- input: GetManagedNotificationChildEventCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_GetManagedNotificationConfigurationCommand: (
231
- input: GetManagedNotificationConfigurationCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_GetManagedNotificationEventCommand: (
235
- input: GetManagedNotificationEventCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_GetNotificationConfigurationCommand: (
239
- input: GetNotificationConfigurationCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_GetNotificationEventCommand: (
243
- input: GetNotificationEventCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_GetNotificationsAccessForOrganizationCommand: (
247
- input: GetNotificationsAccessForOrganizationCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListChannelsCommand: (
251
- input: ListChannelsCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListEventRulesCommand: (
255
- input: ListEventRulesCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListManagedNotificationChannelAssociationsCommand: (
259
- input: ListManagedNotificationChannelAssociationsCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListManagedNotificationChildEventsCommand: (
263
- input: ListManagedNotificationChildEventsCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListManagedNotificationConfigurationsCommand: (
267
- input: ListManagedNotificationConfigurationsCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_ListManagedNotificationEventsCommand: (
271
- input: ListManagedNotificationEventsCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_ListMemberAccountsCommand: (
275
- input: ListMemberAccountsCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_ListNotificationConfigurationsCommand: (
279
- input: ListNotificationConfigurationsCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_ListNotificationEventsCommand: (
283
- input: ListNotificationEventsCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_ListNotificationHubsCommand: (
287
- input: ListNotificationHubsCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_ListOrganizationalUnitsCommand: (
291
- input: ListOrganizationalUnitsCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_ListTagsForResourceCommand: (
295
- input: ListTagsForResourceCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_RegisterNotificationHubCommand: (
299
- input: RegisterNotificationHubCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_TagResourceCommand: (
303
- input: TagResourceCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_UntagResourceCommand: (
307
- input: UntagResourceCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_UpdateEventRuleCommand: (
311
- input: UpdateEventRuleCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_UpdateNotificationConfigurationCommand: (
315
- input: UpdateNotificationConfigurationCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const de_AssociateChannelCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<AssociateChannelCommandOutput>;
322
- export declare const de_AssociateManagedNotificationAccountContactCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<AssociateManagedNotificationAccountContactCommandOutput>;
326
- export declare const de_AssociateManagedNotificationAdditionalChannelCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<AssociateManagedNotificationAdditionalChannelCommandOutput>;
330
- export declare const de_AssociateOrganizationalUnitCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<AssociateOrganizationalUnitCommandOutput>;
334
- export declare const de_CreateEventRuleCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<CreateEventRuleCommandOutput>;
338
- export declare const de_CreateNotificationConfigurationCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<CreateNotificationConfigurationCommandOutput>;
342
- export declare const de_DeleteEventRuleCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DeleteEventRuleCommandOutput>;
346
- export declare const de_DeleteNotificationConfigurationCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DeleteNotificationConfigurationCommandOutput>;
350
- export declare const de_DeregisterNotificationHubCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<DeregisterNotificationHubCommandOutput>;
354
- export declare const de_DisableNotificationsAccessForOrganizationCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<DisableNotificationsAccessForOrganizationCommandOutput>;
358
- export declare const de_DisassociateChannelCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<DisassociateChannelCommandOutput>;
362
- export declare const de_DisassociateManagedNotificationAccountContactCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<DisassociateManagedNotificationAccountContactCommandOutput>;
366
- export declare const de_DisassociateManagedNotificationAdditionalChannelCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<DisassociateManagedNotificationAdditionalChannelCommandOutput>;
370
- export declare const de_DisassociateOrganizationalUnitCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<DisassociateOrganizationalUnitCommandOutput>;
374
- export declare const de_EnableNotificationsAccessForOrganizationCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<EnableNotificationsAccessForOrganizationCommandOutput>;
378
- export declare const de_GetEventRuleCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<GetEventRuleCommandOutput>;
382
- export declare const de_GetManagedNotificationChildEventCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<GetManagedNotificationChildEventCommandOutput>;
386
- export declare const de_GetManagedNotificationConfigurationCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<GetManagedNotificationConfigurationCommandOutput>;
390
- export declare const de_GetManagedNotificationEventCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<GetManagedNotificationEventCommandOutput>;
394
- export declare const de_GetNotificationConfigurationCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<GetNotificationConfigurationCommandOutput>;
398
- export declare const de_GetNotificationEventCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<GetNotificationEventCommandOutput>;
402
- export declare const de_GetNotificationsAccessForOrganizationCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<GetNotificationsAccessForOrganizationCommandOutput>;
406
- export declare const de_ListChannelsCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListChannelsCommandOutput>;
410
- export declare const de_ListEventRulesCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListEventRulesCommandOutput>;
414
- export declare const de_ListManagedNotificationChannelAssociationsCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<ListManagedNotificationChannelAssociationsCommandOutput>;
418
- export declare const de_ListManagedNotificationChildEventsCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<ListManagedNotificationChildEventsCommandOutput>;
422
- export declare const de_ListManagedNotificationConfigurationsCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<ListManagedNotificationConfigurationsCommandOutput>;
426
- export declare const de_ListManagedNotificationEventsCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<ListManagedNotificationEventsCommandOutput>;
430
- export declare const de_ListMemberAccountsCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<ListMemberAccountsCommandOutput>;
434
- export declare const de_ListNotificationConfigurationsCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<ListNotificationConfigurationsCommandOutput>;
438
- export declare const de_ListNotificationEventsCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<ListNotificationEventsCommandOutput>;
442
- export declare const de_ListNotificationHubsCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<ListNotificationHubsCommandOutput>;
446
- export declare const de_ListOrganizationalUnitsCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<ListOrganizationalUnitsCommandOutput>;
450
- export declare const de_ListTagsForResourceCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<ListTagsForResourceCommandOutput>;
454
- export declare const de_RegisterNotificationHubCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<RegisterNotificationHubCommandOutput>;
458
- export declare const de_TagResourceCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<TagResourceCommandOutput>;
462
- export declare const de_UntagResourceCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<UntagResourceCommandOutput>;
466
- export declare const de_UpdateEventRuleCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<UpdateEventRuleCommandOutput>;
470
- export declare const de_UpdateNotificationConfigurationCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<UpdateNotificationConfigurationCommandOutput>;