@aws-sdk/client-notifications 3.952.0 → 3.954.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 (59) hide show
  1. package/dist-cjs/index.js +514 -355
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateChannelCommand.js +2 -2
  4. package/dist-es/commands/AssociateManagedNotificationAccountContactCommand.js +2 -2
  5. package/dist-es/commands/AssociateManagedNotificationAdditionalChannelCommand.js +2 -2
  6. package/dist-es/commands/AssociateOrganizationalUnitCommand.js +2 -2
  7. package/dist-es/commands/CreateEventRuleCommand.js +2 -2
  8. package/dist-es/commands/CreateNotificationConfigurationCommand.js +2 -2
  9. package/dist-es/commands/DeleteEventRuleCommand.js +2 -2
  10. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
  11. package/dist-es/commands/DeregisterNotificationHubCommand.js +2 -2
  12. package/dist-es/commands/DisableNotificationsAccessForOrganizationCommand.js +2 -2
  13. package/dist-es/commands/DisassociateChannelCommand.js +2 -2
  14. package/dist-es/commands/DisassociateManagedNotificationAccountContactCommand.js +2 -2
  15. package/dist-es/commands/DisassociateManagedNotificationAdditionalChannelCommand.js +2 -2
  16. package/dist-es/commands/DisassociateOrganizationalUnitCommand.js +2 -2
  17. package/dist-es/commands/EnableNotificationsAccessForOrganizationCommand.js +2 -2
  18. package/dist-es/commands/GetEventRuleCommand.js +2 -2
  19. package/dist-es/commands/GetManagedNotificationChildEventCommand.js +2 -2
  20. package/dist-es/commands/GetManagedNotificationConfigurationCommand.js +2 -2
  21. package/dist-es/commands/GetManagedNotificationEventCommand.js +2 -2
  22. package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -2
  23. package/dist-es/commands/GetNotificationEventCommand.js +2 -2
  24. package/dist-es/commands/GetNotificationsAccessForOrganizationCommand.js +2 -2
  25. package/dist-es/commands/ListChannelsCommand.js +2 -2
  26. package/dist-es/commands/ListEventRulesCommand.js +2 -2
  27. package/dist-es/commands/ListManagedNotificationChannelAssociationsCommand.js +2 -2
  28. package/dist-es/commands/ListManagedNotificationChildEventsCommand.js +2 -2
  29. package/dist-es/commands/ListManagedNotificationConfigurationsCommand.js +2 -2
  30. package/dist-es/commands/ListManagedNotificationEventsCommand.js +2 -2
  31. package/dist-es/commands/ListMemberAccountsCommand.js +2 -2
  32. package/dist-es/commands/ListNotificationConfigurationsCommand.js +2 -2
  33. package/dist-es/commands/ListNotificationEventsCommand.js +2 -2
  34. package/dist-es/commands/ListNotificationHubsCommand.js +2 -2
  35. package/dist-es/commands/ListOrganizationalUnitsCommand.js +2 -2
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  37. package/dist-es/commands/RegisterNotificationHubCommand.js +2 -2
  38. package/dist-es/commands/TagResourceCommand.js +2 -2
  39. package/dist-es/commands/UntagResourceCommand.js +2 -2
  40. package/dist-es/commands/UpdateEventRuleCommand.js +2 -2
  41. package/dist-es/commands/UpdateNotificationConfigurationCommand.js +2 -2
  42. package/dist-es/index.js +1 -0
  43. package/dist-es/runtimeConfig.shared.js +6 -1
  44. package/dist-es/schemas/schemas_0.js +307 -306
  45. package/dist-types/NotificationsClient.d.ts +1 -10
  46. package/dist-types/index.d.ts +1 -0
  47. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  48. package/dist-types/runtimeConfig.d.ts +6 -2
  49. package/dist-types/runtimeConfig.native.d.ts +6 -2
  50. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  51. package/dist-types/schemas/schemas_0.d.ts +159 -187
  52. package/dist-types/ts3.4/NotificationsClient.d.ts +0 -4
  53. package/dist-types/ts3.4/index.d.ts +1 -0
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +158 -188
  59. package/package.json +34 -34
@@ -289,13 +289,13 @@ const _u = "url";
289
289
  const _v = "value";
290
290
  const n0 = "com.amazonaws.notifications";
291
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/errors";
293
- import { NotificationsServiceException as __NotificationsServiceException } from "../models/NotificationsServiceException";
294
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
295
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
296
- export var AggregationDetail = [3, n0, _AD, 0, [_sD], [() => SummarizationDimensionDetails]];
297
- export var AggregationKey = [3, n0, _AK, 0, [_n, _v], [0, 0]];
298
- export var AggregationSummary = [
292
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
293
+ import { NotificationsServiceException } from "../models/NotificationsServiceException";
294
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
295
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
296
+ export var AggregationDetail$ = [3, n0, _AD, 0, [_sD], [() => SummarizationDimensionDetails]];
297
+ export var AggregationKey$ = [3, n0, _AK, 0, [_n, _v], [0, 0]];
298
+ export var AggregationSummary$ = [
299
299
  3,
300
300
  n0,
301
301
  _AS,
@@ -304,15 +304,15 @@ export var AggregationSummary = [
304
304
  [
305
305
  1,
306
306
  () => AggregationKeys,
307
- () => SummarizationDimensionOverview,
308
- () => SummarizationDimensionOverview,
309
- () => SummarizationDimensionOverview,
307
+ () => SummarizationDimensionOverview$,
308
+ () => SummarizationDimensionOverview$,
309
+ () => SummarizationDimensionOverview$,
310
310
  () => SummarizationDimensionOverviews,
311
311
  ],
312
312
  ];
313
- export var AssociateChannelRequest = [3, n0, _ACR, 0, [_a, _nCA], [[0, 1], 0]];
314
- export var AssociateChannelResponse = [3, n0, _ACRs, 0, [], []];
315
- export var AssociateManagedNotificationAccountContactRequest = [
313
+ export var AssociateChannelRequest$ = [3, n0, _ACR, 0, [_a, _nCA], [[0, 1], 0]];
314
+ export var AssociateChannelResponse$ = [3, n0, _ACRs, 0, [], []];
315
+ export var AssociateManagedNotificationAccountContactRequest$ = [
316
316
  3,
317
317
  n0,
318
318
  _AMNACR,
@@ -320,8 +320,8 @@ export var AssociateManagedNotificationAccountContactRequest = [
320
320
  [_cI, _mNCA],
321
321
  [[0, 1], 0],
322
322
  ];
323
- export var AssociateManagedNotificationAccountContactResponse = [3, n0, _AMNACRs, 0, [], []];
324
- export var AssociateManagedNotificationAdditionalChannelRequest = [
323
+ export var AssociateManagedNotificationAccountContactResponse$ = [3, n0, _AMNACRs, 0, [], []];
324
+ export var AssociateManagedNotificationAdditionalChannelRequest$ = [
325
325
  3,
326
326
  n0,
327
327
  _AMNACRss,
@@ -329,7 +329,7 @@ export var AssociateManagedNotificationAdditionalChannelRequest = [
329
329
  [_cA, _mNCA],
330
330
  [[0, 1], 0],
331
331
  ];
332
- export var AssociateManagedNotificationAdditionalChannelResponse = [
332
+ export var AssociateManagedNotificationAdditionalChannelResponse$ = [
333
333
  3,
334
334
  n0,
335
335
  _AMNACRsso,
@@ -337,11 +337,11 @@ export var AssociateManagedNotificationAdditionalChannelResponse = [
337
337
  [],
338
338
  [],
339
339
  ];
340
- export var AssociateOrganizationalUnitRequest = [3, n0, _AOUR, 0, [_oUI, _nCA], [[0, 1], 0]];
341
- export var AssociateOrganizationalUnitResponse = [3, n0, _AOURs, 0, [], []];
342
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI], [0, 0]];
343
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
344
- export var CreateEventRuleRequest = [
340
+ export var AssociateOrganizationalUnitRequest$ = [3, n0, _AOUR, 0, [_oUI, _nCA], [[0, 1], 0]];
341
+ export var AssociateOrganizationalUnitResponse$ = [3, n0, _AOURs, 0, [], []];
342
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI], [0, 0]];
343
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
344
+ export var CreateEventRuleRequest$ = [
345
345
  3,
346
346
  n0,
347
347
  _CERR,
@@ -349,7 +349,7 @@ export var CreateEventRuleRequest = [
349
349
  [_nCA, _s, _eT, _eP, _r],
350
350
  [0, 0, 0, 0, 64 | 0],
351
351
  ];
352
- export var CreateEventRuleResponse = [
352
+ export var CreateEventRuleResponse$ = [
353
353
  3,
354
354
  n0,
355
355
  _CERRr,
@@ -357,7 +357,7 @@ export var CreateEventRuleResponse = [
357
357
  [_a, _nCA, _sSBR],
358
358
  [0, 0, () => StatusSummaryByRegion],
359
359
  ];
360
- export var CreateNotificationConfigurationRequest = [
360
+ export var CreateNotificationConfigurationRequest$ = [
361
361
  3,
362
362
  n0,
363
363
  _CNCR,
@@ -365,26 +365,26 @@ export var CreateNotificationConfigurationRequest = [
365
365
  [_n, _d, _aD, _t],
366
366
  [0, 0, 0, 128 | 0],
367
367
  ];
368
- export var CreateNotificationConfigurationResponse = [3, n0, _CNCRr, 0, [_a, _st], [0, 0]];
369
- export var DeleteEventRuleRequest = [3, n0, _DERR, 0, [_a], [[0, 1]]];
370
- export var DeleteEventRuleResponse = [3, n0, _DERRe, 0, [], []];
371
- export var DeleteNotificationConfigurationRequest = [3, n0, _DNCR, 0, [_a], [[0, 1]]];
372
- export var DeleteNotificationConfigurationResponse = [3, n0, _DNCRe, 0, [], []];
373
- export var DeregisterNotificationHubRequest = [3, n0, _DNHR, 0, [_nHR], [[0, 1]]];
374
- export var DeregisterNotificationHubResponse = [
368
+ export var CreateNotificationConfigurationResponse$ = [3, n0, _CNCRr, 0, [_a, _st], [0, 0]];
369
+ export var DeleteEventRuleRequest$ = [3, n0, _DERR, 0, [_a], [[0, 1]]];
370
+ export var DeleteEventRuleResponse$ = [3, n0, _DERRe, 0, [], []];
371
+ export var DeleteNotificationConfigurationRequest$ = [3, n0, _DNCR, 0, [_a], [[0, 1]]];
372
+ export var DeleteNotificationConfigurationResponse$ = [3, n0, _DNCRe, 0, [], []];
373
+ export var DeregisterNotificationHubRequest$ = [3, n0, _DNHR, 0, [_nHR], [[0, 1]]];
374
+ export var DeregisterNotificationHubResponse$ = [
375
375
  3,
376
376
  n0,
377
377
  _DNHRe,
378
378
  0,
379
379
  [_nHR, _sS],
380
- [0, () => NotificationHubStatusSummary],
381
- ];
382
- export var Dimension = [3, n0, _D, 0, [_n, _v], [0, 0]];
383
- export var DisableNotificationsAccessForOrganizationRequest = [3, n0, _DNAFOR, 0, [], []];
384
- export var DisableNotificationsAccessForOrganizationResponse = [3, n0, _DNAFORi, 0, [], []];
385
- export var DisassociateChannelRequest = [3, n0, _DCR, 0, [_a, _nCA], [[0, 1], 0]];
386
- export var DisassociateChannelResponse = [3, n0, _DCRi, 0, [], []];
387
- export var DisassociateManagedNotificationAccountContactRequest = [
380
+ [0, () => NotificationHubStatusSummary$],
381
+ ];
382
+ export var Dimension$ = [3, n0, _D, 0, [_n, _v], [0, 0]];
383
+ export var DisableNotificationsAccessForOrganizationRequest$ = [3, n0, _DNAFOR, 0, [], []];
384
+ export var DisableNotificationsAccessForOrganizationResponse$ = [3, n0, _DNAFORi, 0, [], []];
385
+ export var DisassociateChannelRequest$ = [3, n0, _DCR, 0, [_a, _nCA], [[0, 1], 0]];
386
+ export var DisassociateChannelResponse$ = [3, n0, _DCRi, 0, [], []];
387
+ export var DisassociateManagedNotificationAccountContactRequest$ = [
388
388
  3,
389
389
  n0,
390
390
  _DMNACR,
@@ -392,8 +392,8 @@ export var DisassociateManagedNotificationAccountContactRequest = [
392
392
  [_cI, _mNCA],
393
393
  [[0, 1], 0],
394
394
  ];
395
- export var DisassociateManagedNotificationAccountContactResponse = [3, n0, _DMNACRi, 0, [], []];
396
- export var DisassociateManagedNotificationAdditionalChannelRequest = [
395
+ export var DisassociateManagedNotificationAccountContactResponse$ = [3, n0, _DMNACRi, 0, [], []];
396
+ export var DisassociateManagedNotificationAdditionalChannelRequest$ = [
397
397
  3,
398
398
  n0,
399
399
  _DMNACRis,
@@ -401,7 +401,7 @@ export var DisassociateManagedNotificationAdditionalChannelRequest = [
401
401
  [_cA, _mNCA],
402
402
  [[0, 1], 0],
403
403
  ];
404
- export var DisassociateManagedNotificationAdditionalChannelResponse = [
404
+ export var DisassociateManagedNotificationAdditionalChannelResponse$ = [
405
405
  3,
406
406
  n0,
407
407
  _DMNACRisa,
@@ -409,12 +409,12 @@ export var DisassociateManagedNotificationAdditionalChannelResponse = [
409
409
  [],
410
410
  [],
411
411
  ];
412
- export var DisassociateOrganizationalUnitRequest = [3, n0, _DOUR, 0, [_oUI, _nCA], [[0, 1], 0]];
413
- export var DisassociateOrganizationalUnitResponse = [3, n0, _DOURi, 0, [], []];
414
- export var EnableNotificationsAccessForOrganizationRequest = [3, n0, _ENAFOR, 0, [], []];
415
- export var EnableNotificationsAccessForOrganizationResponse = [3, n0, _ENAFORn, 0, [], []];
416
- export var EventRuleStatusSummary = [3, n0, _ERSS, 0, [_st, _re], [0, 0]];
417
- export var EventRuleStructure = [
412
+ export var DisassociateOrganizationalUnitRequest$ = [3, n0, _DOUR, 0, [_oUI, _nCA], [[0, 1], 0]];
413
+ export var DisassociateOrganizationalUnitResponse$ = [3, n0, _DOURi, 0, [], []];
414
+ export var EnableNotificationsAccessForOrganizationRequest$ = [3, n0, _ENAFOR, 0, [], []];
415
+ export var EnableNotificationsAccessForOrganizationResponse$ = [3, n0, _ENAFORn, 0, [], []];
416
+ export var EventRuleStatusSummary$ = [3, n0, _ERSS, 0, [_st, _re], [0, 0]];
417
+ export var EventRuleStructure$ = [
418
418
  3,
419
419
  n0,
420
420
  _ERS,
@@ -422,8 +422,8 @@ export var EventRuleStructure = [
422
422
  [_a, _nCA, _cT, _s, _eT, _eP, _r, _mR, _sSBR],
423
423
  [0, 0, 5, 0, 0, 0, 64 | 0, 64 | 0, () => StatusSummaryByRegion],
424
424
  ];
425
- export var GetEventRuleRequest = [3, n0, _GERR, 0, [_a], [[0, 1]]];
426
- export var GetEventRuleResponse = [
425
+ export var GetEventRuleRequest$ = [3, n0, _GERR, 0, [_a], [[0, 1]]];
426
+ export var GetEventRuleResponse$ = [
427
427
  3,
428
428
  n0,
429
429
  _GERRe,
@@ -431,7 +431,7 @@ export var GetEventRuleResponse = [
431
431
  [_a, _nCA, _cT, _s, _eT, _eP, _r, _mR, _sSBR],
432
432
  [0, 0, 5, 0, 0, 0, 64 | 0, 64 | 0, () => StatusSummaryByRegion],
433
433
  ];
434
- export var GetManagedNotificationChildEventRequest = [
434
+ export var GetManagedNotificationChildEventRequest$ = [
435
435
  3,
436
436
  n0,
437
437
  _GMNCER,
@@ -442,16 +442,16 @@ export var GetManagedNotificationChildEventRequest = [
442
442
  [0, { [_hQ]: _l }],
443
443
  ],
444
444
  ];
445
- export var GetManagedNotificationChildEventResponse = [
445
+ export var GetManagedNotificationChildEventResponse$ = [
446
446
  3,
447
447
  n0,
448
448
  _GMNCERe,
449
449
  0,
450
450
  [_a, _mNCA, _cT, _co],
451
- [0, 0, 5, () => ManagedNotificationChildEvent],
451
+ [0, 0, 5, () => ManagedNotificationChildEvent$],
452
452
  ];
453
- export var GetManagedNotificationConfigurationRequest = [3, n0, _GMNCR, 0, [_a], [[0, 1]]];
454
- export var GetManagedNotificationConfigurationResponse = [
453
+ export var GetManagedNotificationConfigurationRequest$ = [3, n0, _GMNCR, 0, [_a], [[0, 1]]];
454
+ export var GetManagedNotificationConfigurationResponse$ = [
455
455
  3,
456
456
  n0,
457
457
  _GMNCRe,
@@ -459,7 +459,7 @@ export var GetManagedNotificationConfigurationResponse = [
459
459
  [_a, _n, _d, _ca, _sC],
460
460
  [0, 0, 0, 0, 0],
461
461
  ];
462
- export var GetManagedNotificationEventRequest = [
462
+ export var GetManagedNotificationEventRequest$ = [
463
463
  3,
464
464
  n0,
465
465
  _GMNER,
@@ -470,16 +470,16 @@ export var GetManagedNotificationEventRequest = [
470
470
  [0, { [_hQ]: _l }],
471
471
  ],
472
472
  ];
473
- export var GetManagedNotificationEventResponse = [
473
+ export var GetManagedNotificationEventResponse$ = [
474
474
  3,
475
475
  n0,
476
476
  _GMNERe,
477
477
  0,
478
478
  [_a, _mNCA, _cT, _co],
479
- [0, 0, 5, () => ManagedNotificationEvent],
479
+ [0, 0, 5, () => ManagedNotificationEvent$],
480
480
  ];
481
- export var GetNotificationConfigurationRequest = [3, n0, _GNCR, 0, [_a], [[0, 1]]];
482
- export var GetNotificationConfigurationResponse = [
481
+ export var GetNotificationConfigurationRequest$ = [3, n0, _GNCR, 0, [_a], [[0, 1]]];
482
+ export var GetNotificationConfigurationResponse$ = [
483
483
  3,
484
484
  n0,
485
485
  _GNCRe,
@@ -487,7 +487,7 @@ export var GetNotificationConfigurationResponse = [
487
487
  [_a, _n, _d, _st, _cT, _aD, _su],
488
488
  [0, 0, 0, 0, 5, 0, 0],
489
489
  ];
490
- export var GetNotificationEventRequest = [
490
+ export var GetNotificationEventRequest$ = [
491
491
  3,
492
492
  n0,
493
493
  _GNER,
@@ -498,26 +498,26 @@ export var GetNotificationEventRequest = [
498
498
  [0, { [_hQ]: _l }],
499
499
  ],
500
500
  ];
501
- export var GetNotificationEventResponse = [
501
+ export var GetNotificationEventResponse$ = [
502
502
  3,
503
503
  n0,
504
504
  _GNERe,
505
505
  0,
506
506
  [_a, _nCA, _cT, _co],
507
- [0, 0, 5, () => NotificationEventSchema],
507
+ [0, 0, 5, () => NotificationEventSchema$],
508
508
  ];
509
- export var GetNotificationsAccessForOrganizationRequest = [3, n0, _GNAFOR, 0, [], []];
510
- export var GetNotificationsAccessForOrganizationResponse = [
509
+ export var GetNotificationsAccessForOrganizationRequest$ = [3, n0, _GNAFOR, 0, [], []];
510
+ export var GetNotificationsAccessForOrganizationResponse$ = [
511
511
  3,
512
512
  n0,
513
513
  _GNAFORe,
514
514
  0,
515
515
  [_nAFO],
516
- [() => NotificationsAccessForOrganization],
516
+ [() => NotificationsAccessForOrganization$],
517
517
  ];
518
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
519
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
520
- export var ListChannelsRequest = [
518
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
519
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
520
+ export var ListChannelsRequest$ = [
521
521
  3,
522
522
  n0,
523
523
  _LCR,
@@ -529,8 +529,8 @@ export var ListChannelsRequest = [
529
529
  [0, { [_hQ]: _nT }],
530
530
  ],
531
531
  ];
532
- export var ListChannelsResponse = [3, n0, _LCRi, 0, [_nT, _ch], [0, 64 | 0]];
533
- export var ListEventRulesRequest = [
532
+ export var ListChannelsResponse$ = [3, n0, _LCRi, 0, [_nT, _ch], [0, 64 | 0]];
533
+ export var ListEventRulesRequest$ = [
534
534
  3,
535
535
  n0,
536
536
  _LERR,
@@ -542,8 +542,8 @@ export var ListEventRulesRequest = [
542
542
  [0, { [_hQ]: _nT }],
543
543
  ],
544
544
  ];
545
- export var ListEventRulesResponse = [3, n0, _LERRi, 0, [_nT, _eR], [0, () => EventRules]];
546
- export var ListManagedNotificationChannelAssociationsRequest = [
545
+ export var ListEventRulesResponse$ = [3, n0, _LERRi, 0, [_nT, _eR], [0, () => EventRules]];
546
+ export var ListManagedNotificationChannelAssociationsRequest$ = [
547
547
  3,
548
548
  n0,
549
549
  _LMNCAR,
@@ -555,7 +555,7 @@ export var ListManagedNotificationChannelAssociationsRequest = [
555
555
  [0, { [_hQ]: _nT }],
556
556
  ],
557
557
  ];
558
- export var ListManagedNotificationChannelAssociationsResponse = [
558
+ export var ListManagedNotificationChannelAssociationsResponse$ = [
559
559
  3,
560
560
  n0,
561
561
  _LMNCARi,
@@ -563,7 +563,7 @@ export var ListManagedNotificationChannelAssociationsResponse = [
563
563
  [_nT, _cAh],
564
564
  [0, () => ManagedNotificationChannelAssociations],
565
565
  ];
566
- export var ListManagedNotificationChildEventsRequest = [
566
+ export var ListManagedNotificationChildEventsRequest$ = [
567
567
  3,
568
568
  n0,
569
569
  _LMNCER,
@@ -580,7 +580,7 @@ export var ListManagedNotificationChildEventsRequest = [
580
580
  [0, { [_hQ]: _nT }],
581
581
  ],
582
582
  ];
583
- export var ListManagedNotificationChildEventsResponse = [
583
+ export var ListManagedNotificationChildEventsResponse$ = [
584
584
  3,
585
585
  n0,
586
586
  _LMNCERi,
@@ -588,7 +588,7 @@ export var ListManagedNotificationChildEventsResponse = [
588
588
  [_nT, _mNCE],
589
589
  [0, () => ManagedNotificationChildEvents],
590
590
  ];
591
- export var ListManagedNotificationConfigurationsRequest = [
591
+ export var ListManagedNotificationConfigurationsRequest$ = [
592
592
  3,
593
593
  n0,
594
594
  _LMNCR,
@@ -600,7 +600,7 @@ export var ListManagedNotificationConfigurationsRequest = [
600
600
  [0, { [_hQ]: _nT }],
601
601
  ],
602
602
  ];
603
- export var ListManagedNotificationConfigurationsResponse = [
603
+ export var ListManagedNotificationConfigurationsResponse$ = [
604
604
  3,
605
605
  n0,
606
606
  _LMNCRi,
@@ -608,7 +608,7 @@ export var ListManagedNotificationConfigurationsResponse = [
608
608
  [_nT, _mNC],
609
609
  [0, () => ManagedNotificationConfigurations],
610
610
  ];
611
- export var ListManagedNotificationEventsRequest = [
611
+ export var ListManagedNotificationEventsRequest$ = [
612
612
  3,
613
613
  n0,
614
614
  _LMNER,
@@ -625,7 +625,7 @@ export var ListManagedNotificationEventsRequest = [
625
625
  [0, { [_hQ]: _rA }],
626
626
  ],
627
627
  ];
628
- export var ListManagedNotificationEventsResponse = [
628
+ export var ListManagedNotificationEventsResponse$ = [
629
629
  3,
630
630
  n0,
631
631
  _LMNERi,
@@ -633,7 +633,7 @@ export var ListManagedNotificationEventsResponse = [
633
633
  [_nT, _mNE],
634
634
  [0, () => ManagedNotificationEvents],
635
635
  ];
636
- export var ListMemberAccountsRequest = [
636
+ export var ListMemberAccountsRequest$ = [
637
637
  3,
638
638
  n0,
639
639
  _LMAR,
@@ -648,7 +648,7 @@ export var ListMemberAccountsRequest = [
648
648
  [0, { [_hQ]: _oUI }],
649
649
  ],
650
650
  ];
651
- export var ListMemberAccountsResponse = [
651
+ export var ListMemberAccountsResponse$ = [
652
652
  3,
653
653
  n0,
654
654
  _LMARi,
@@ -656,7 +656,7 @@ export var ListMemberAccountsResponse = [
656
656
  [_mAe, _nT],
657
657
  [() => MemberAccounts, 0],
658
658
  ];
659
- export var ListNotificationConfigurationsRequest = [
659
+ export var ListNotificationConfigurationsRequest$ = [
660
660
  3,
661
661
  n0,
662
662
  _LNCR,
@@ -671,7 +671,7 @@ export var ListNotificationConfigurationsRequest = [
671
671
  [0, { [_hQ]: _nT }],
672
672
  ],
673
673
  ];
674
- export var ListNotificationConfigurationsResponse = [
674
+ export var ListNotificationConfigurationsResponse$ = [
675
675
  3,
676
676
  n0,
677
677
  _LNCRi,
@@ -679,7 +679,7 @@ export var ListNotificationConfigurationsResponse = [
679
679
  [_nT, _nC],
680
680
  [0, () => NotificationConfigurations],
681
681
  ];
682
- export var ListNotificationEventsRequest = [
682
+ export var ListNotificationEventsRequest$ = [
683
683
  3,
684
684
  n0,
685
685
  _LNER,
@@ -697,7 +697,7 @@ export var ListNotificationEventsRequest = [
697
697
  [0, { [_hQ]: _oUI }],
698
698
  ],
699
699
  ];
700
- export var ListNotificationEventsResponse = [
700
+ export var ListNotificationEventsResponse$ = [
701
701
  3,
702
702
  n0,
703
703
  _LNERi,
@@ -705,7 +705,7 @@ export var ListNotificationEventsResponse = [
705
705
  [_nT, _nE],
706
706
  [0, () => NotificationEvents],
707
707
  ];
708
- export var ListNotificationHubsRequest = [
708
+ export var ListNotificationHubsRequest$ = [
709
709
  3,
710
710
  n0,
711
711
  _LNHR,
@@ -716,7 +716,7 @@ export var ListNotificationHubsRequest = [
716
716
  [0, { [_hQ]: _nT }],
717
717
  ],
718
718
  ];
719
- export var ListNotificationHubsResponse = [
719
+ export var ListNotificationHubsResponse$ = [
720
720
  3,
721
721
  n0,
722
722
  _LNHRi,
@@ -724,7 +724,7 @@ export var ListNotificationHubsResponse = [
724
724
  [_nH, _nT],
725
725
  [() => NotificationHubs, 0],
726
726
  ];
727
- export var ListOrganizationalUnitsRequest = [
727
+ export var ListOrganizationalUnitsRequest$ = [
728
728
  3,
729
729
  n0,
730
730
  _LOUR,
@@ -736,10 +736,10 @@ export var ListOrganizationalUnitsRequest = [
736
736
  [0, { [_hQ]: _nT }],
737
737
  ],
738
738
  ];
739
- export var ListOrganizationalUnitsResponse = [3, n0, _LOURi, 0, [_oU, _nT], [64 | 0, 0]];
740
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_a], [[0, 1]]];
741
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
742
- export var ManagedNotificationChannelAssociationSummary = [
739
+ export var ListOrganizationalUnitsResponse$ = [3, n0, _LOURi, 0, [_oU, _nT], [64 | 0, 0]];
740
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_a], [[0, 1]]];
741
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
742
+ export var ManagedNotificationChannelAssociationSummary$ = [
743
743
  3,
744
744
  n0,
745
745
  _MNCAS,
@@ -747,31 +747,31 @@ export var ManagedNotificationChannelAssociationSummary = [
747
747
  [_cIh, _cTh, _oO],
748
748
  [0, 0, 0],
749
749
  ];
750
- export var ManagedNotificationChildEvent = [
750
+ export var ManagedNotificationChildEvent$ = [
751
751
  3,
752
752
  n0,
753
753
  _MNCE,
754
754
  0,
755
755
  [_sV, _i, _mC, _sEDU, _sEDUDT, _nTo, _eS, _aMNEA, _sT, _eTn, _tP, _oUI, _aDg],
756
- [0, 0, () => MessageComponents, 0, 0, 0, 0, 0, 5, 5, () => TextParts, 0, () => AggregationDetail],
756
+ [0, 0, () => MessageComponents$, 0, 0, 0, 0, 0, 5, 5, () => TextParts, 0, () => AggregationDetail$],
757
757
  ];
758
- export var ManagedNotificationChildEventOverview = [
758
+ export var ManagedNotificationChildEventOverview$ = [
759
759
  3,
760
760
  n0,
761
761
  _MNCEO,
762
762
  0,
763
763
  [_a, _mNCA, _rA, _cT, _cE, _aMNEA, _oUI],
764
- [0, 0, 0, 5, () => ManagedNotificationChildEventSummary, 0, 0],
764
+ [0, 0, 0, 5, () => ManagedNotificationChildEventSummary$, 0, 0],
765
765
  ];
766
- export var ManagedNotificationChildEventSummary = [
766
+ export var ManagedNotificationChildEventSummary$ = [
767
767
  3,
768
768
  n0,
769
769
  _MNCES,
770
770
  0,
771
771
  [_sV, _sEM, _mC, _aDg, _eS, _nTo],
772
- [0, () => ManagedSourceEventMetadataSummary, () => MessageComponentsSummary, () => AggregationDetail, 0, 0],
772
+ [0, () => ManagedSourceEventMetadataSummary$, () => MessageComponentsSummary$, () => AggregationDetail$, 0, 0],
773
773
  ];
774
- export var ManagedNotificationConfigurationStructure = [
774
+ export var ManagedNotificationConfigurationStructure$ = [
775
775
  3,
776
776
  n0,
777
777
  _MNCS,
@@ -779,36 +779,43 @@ export var ManagedNotificationConfigurationStructure = [
779
779
  [_a, _n, _d],
780
780
  [0, 0, 0],
781
781
  ];
782
- export var ManagedNotificationEvent = [
782
+ export var ManagedNotificationEvent$ = [
783
783
  3,
784
784
  n0,
785
785
  _MNE,
786
786
  0,
787
787
  [_sV, _i, _mC, _sEDU, _sEDUDT, _nTo, _eS, _aET, _aS, _sT, _eTn, _tP, _oUI],
788
- [0, 0, () => MessageComponents, 0, 0, 0, 0, 0, () => AggregationSummary, 5, 5, () => TextParts, 0],
788
+ [0, 0, () => MessageComponents$, 0, 0, 0, 0, 0, () => AggregationSummary$, 5, 5, () => TextParts, 0],
789
789
  ];
790
- export var ManagedNotificationEventOverview = [
790
+ export var ManagedNotificationEventOverview$ = [
791
791
  3,
792
792
  n0,
793
793
  _MNEO,
794
794
  0,
795
795
  [_a, _mNCA, _rA, _cT, _nEo, _aET, _oUI, _aS, _aNR],
796
- [0, 0, 0, 5, () => ManagedNotificationEventSummary, 0, 0, () => AggregationSummary, 64 | 0],
796
+ [0, 0, 0, 5, () => ManagedNotificationEventSummary$, 0, 0, () => AggregationSummary$, 64 | 0],
797
797
  ];
798
- export var ManagedNotificationEventSummary = [
798
+ export var ManagedNotificationEventSummary$ = [
799
799
  3,
800
800
  n0,
801
801
  _MNES,
802
802
  0,
803
803
  [_sV, _sEM, _mC, _eS, _nTo],
804
- [0, () => ManagedSourceEventMetadataSummary, () => MessageComponentsSummary, 0, 0],
805
- ];
806
- export var ManagedSourceEventMetadataSummary = [3, n0, _MSEMS, 0, [_eOR, _s, _eT], [0, 0, 0]];
807
- export var MediaElement = [3, n0, _ME, 0, [_mI, _ty, _u, _cap], [0, 0, 0, 0]];
808
- export var MemberAccount = [3, n0, _MA, 0, [_nCA, _aI, _st, _sR, _oUI], [0, 0, 0, 0, 0]];
809
- export var MessageComponents = [3, n0, _MC, 0, [_h, _pS, _cD, _di], [0, 0, 0, () => Dimensions]];
810
- export var MessageComponentsSummary = [3, n0, _MCS, 0, [_h], [0]];
811
- export var NotificationConfigurationStructure = [
804
+ [0, () => ManagedSourceEventMetadataSummary$, () => MessageComponentsSummary$, 0, 0],
805
+ ];
806
+ export var ManagedSourceEventMetadataSummary$ = [3, n0, _MSEMS, 0, [_eOR, _s, _eT], [0, 0, 0]];
807
+ export var MediaElement$ = [3, n0, _ME, 0, [_mI, _ty, _u, _cap], [0, 0, 0, 0]];
808
+ export var MemberAccount$ = [3, n0, _MA, 0, [_nCA, _aI, _st, _sR, _oUI], [0, 0, 0, 0, 0]];
809
+ export var MessageComponents$ = [
810
+ 3,
811
+ n0,
812
+ _MC,
813
+ 0,
814
+ [_h, _pS, _cD, _di],
815
+ [0, 0, 0, () => Dimensions],
816
+ ];
817
+ export var MessageComponentsSummary$ = [3, n0, _MCS, 0, [_h], [0]];
818
+ export var NotificationConfigurationStructure$ = [
812
819
  3,
813
820
  n0,
814
821
  _NCS,
@@ -816,15 +823,15 @@ export var NotificationConfigurationStructure = [
816
823
  [_a, _n, _d, _st, _cT, _aD, _su],
817
824
  [0, 0, 0, 0, 5, 0, 0],
818
825
  ];
819
- export var NotificationEventOverview = [
826
+ export var NotificationEventOverview$ = [
820
827
  3,
821
828
  n0,
822
829
  _NEO,
823
830
  0,
824
831
  [_a, _nCA, _rA, _cT, _nEo, _aET, _aNEA, _aS, _oUI],
825
- [0, 0, 0, 5, () => NotificationEventSummary, 0, 0, () => AggregationSummary, 0],
832
+ [0, 0, 0, 5, () => NotificationEventSummary$, 0, 0, () => AggregationSummary$, 0],
826
833
  ];
827
- export var NotificationEventSchema = [
834
+ export var NotificationEventSchema$ = [
828
835
  3,
829
836
  n0,
830
837
  _NES,
@@ -833,15 +840,15 @@ export var NotificationEventSchema = [
833
840
  [
834
841
  0,
835
842
  0,
836
- () => SourceEventMetadata,
837
- () => MessageComponents,
843
+ () => SourceEventMetadata$,
844
+ () => MessageComponents$,
838
845
  0,
839
846
  0,
840
847
  0,
841
848
  0,
842
849
  0,
843
850
  0,
844
- () => AggregationSummary,
851
+ () => AggregationSummary$,
845
852
  5,
846
853
  5,
847
854
  () => TextParts,
@@ -849,37 +856,37 @@ export var NotificationEventSchema = [
849
856
  0,
850
857
  ],
851
858
  ];
852
- export var NotificationEventSummary = [
859
+ export var NotificationEventSummary$ = [
853
860
  3,
854
861
  n0,
855
862
  _NESo,
856
863
  0,
857
864
  [_sV, _sEM, _mC, _eS, _nTo],
858
- [0, () => SourceEventMetadataSummary, () => MessageComponentsSummary, 0, 0],
865
+ [0, () => SourceEventMetadataSummary$, () => MessageComponentsSummary$, 0, 0],
859
866
  ];
860
- export var NotificationHubOverview = [
867
+ export var NotificationHubOverview$ = [
861
868
  3,
862
869
  n0,
863
870
  _NHO,
864
871
  0,
865
872
  [_nHR, _sS, _cT, _lAT],
866
- [0, () => NotificationHubStatusSummary, 5, 5],
873
+ [0, () => NotificationHubStatusSummary$, 5, 5],
867
874
  ];
868
- export var NotificationHubStatusSummary = [3, n0, _NHSS, 0, [_st, _re], [0, 0]];
869
- export var NotificationsAccessForOrganization = [3, n0, _NAFO, 0, [_aSc], [0]];
870
- export var RegisterNotificationHubRequest = [3, n0, _RNHR, 0, [_nHR], [0]];
871
- export var RegisterNotificationHubResponse = [
875
+ export var NotificationHubStatusSummary$ = [3, n0, _NHSS, 0, [_st, _re], [0, 0]];
876
+ export var NotificationsAccessForOrganization$ = [3, n0, _NAFO, 0, [_aSc], [0]];
877
+ export var RegisterNotificationHubRequest$ = [3, n0, _RNHR, 0, [_nHR], [0]];
878
+ export var RegisterNotificationHubResponse$ = [
872
879
  3,
873
880
  n0,
874
881
  _RNHRe,
875
882
  0,
876
883
  [_nHR, _sS, _cT, _lAT],
877
- [0, () => NotificationHubStatusSummary, 5, 5],
884
+ [0, () => NotificationHubStatusSummary$, 5, 5],
878
885
  ];
879
- export var Resource = [3, n0, _R, 0, [_i, _a, _dU, _t], [0, 0, 0, 64 | 0]];
880
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _rI], [0, 0]];
881
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
882
- export var ServiceQuotaExceededException = [
886
+ export var Resource$ = [3, n0, _R, 0, [_i, _a, _dU, _t], [0, 0, 0, 64 | 0]];
887
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m, _rI], [0, 0]];
888
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
889
+ export var ServiceQuotaExceededException$ = [
883
890
  -3,
884
891
  n0,
885
892
  _SQEE,
@@ -887,8 +894,8 @@ export var ServiceQuotaExceededException = [
887
894
  [_m, _rT, _rI, _sCe, _qC],
888
895
  [0, 0, 0, 0, 0],
889
896
  ];
890
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
891
- export var SourceEventMetadata = [
897
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
898
+ export var SourceEventMetadata$ = [
892
899
  3,
893
900
  n0,
894
901
  _SEM,
@@ -896,13 +903,13 @@ export var SourceEventMetadata = [
896
903
  [_eTV, _sEI, _eOR, _rA, _s, _eOT, _eT, _rR],
897
904
  [0, 0, 0, 0, 0, 5, 0, () => Resources],
898
905
  ];
899
- export var SourceEventMetadataSummary = [3, n0, _SEMS, 0, [_eOR, _s, _eT], [0, 0, 0]];
900
- export var SummarizationDimensionDetail = [3, n0, _SDD, 0, [_n, _v], [0, 0]];
901
- export var SummarizationDimensionOverview = [3, n0, _SDO, 0, [_n, _cou, _sVa], [0, 1, 64 | 0]];
902
- export var TagResourceRequest = [3, n0, _TRR, 0, [_a, _t], [[0, 1], 128 | 0]];
903
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
904
- export var TextPartValue = [3, n0, _TPV, 0, [_ty, _dT, _tBL, _u], [0, 0, 128 | 0, 0]];
905
- export var ThrottlingException = [
906
+ export var SourceEventMetadataSummary$ = [3, n0, _SEMS, 0, [_eOR, _s, _eT], [0, 0, 0]];
907
+ export var SummarizationDimensionDetail$ = [3, n0, _SDD, 0, [_n, _v], [0, 0]];
908
+ export var SummarizationDimensionOverview$ = [3, n0, _SDO, 0, [_n, _cou, _sVa], [0, 1, 64 | 0]];
909
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_a, _t], [[0, 1], 128 | 0]];
910
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
911
+ export var TextPartValue$ = [3, n0, _TPV, 0, [_ty, _dT, _tBL, _u], [0, 0, 128 | 0, 0]];
912
+ export var ThrottlingException$ = [
906
913
  -3,
907
914
  n0,
908
915
  _TE,
@@ -910,8 +917,8 @@ export var ThrottlingException = [
910
917
  [_m, _sCe, _qC, _rAS],
911
918
  [0, 0, 0, [1, { [_hH]: _RA }]],
912
919
  ];
913
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
914
- export var UntagResourceRequest = [
920
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
921
+ export var UntagResourceRequest$ = [
915
922
  3,
916
923
  n0,
917
924
  _URR,
@@ -922,9 +929,9 @@ export var UntagResourceRequest = [
922
929
  [64 | 0, { [_hQ]: _tK }],
923
930
  ],
924
931
  ];
925
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
926
- export var UpdateEventRuleRequest = [3, n0, _UERR, 0, [_a, _eP, _r], [[0, 1], 0, 64 | 0]];
927
- export var UpdateEventRuleResponse = [
932
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
933
+ export var UpdateEventRuleRequest$ = [3, n0, _UERR, 0, [_a, _eP, _r], [[0, 1], 0, 64 | 0]];
934
+ export var UpdateEventRuleResponse$ = [
928
935
  3,
929
936
  n0,
930
937
  _UERRp,
@@ -932,7 +939,7 @@ export var UpdateEventRuleResponse = [
932
939
  [_a, _nCA, _sSBR],
933
940
  [0, 0, () => StatusSummaryByRegion],
934
941
  ];
935
- export var UpdateNotificationConfigurationRequest = [
942
+ export var UpdateNotificationConfigurationRequest$ = [
936
943
  3,
937
944
  n0,
938
945
  _UNCR,
@@ -940,8 +947,8 @@ export var UpdateNotificationConfigurationRequest = [
940
947
  [_a, _n, _d, _aD],
941
948
  [[0, 1], 0, 0, 0],
942
949
  ];
943
- export var UpdateNotificationConfigurationResponse = [3, n0, _UNCRp, 0, [_a], [0]];
944
- export var ValidationException = [
950
+ export var UpdateNotificationConfigurationResponse$ = [3, n0, _UNCRp, 0, [_a], [0]];
951
+ export var ValidationException$ = [
945
952
  -3,
946
953
  n0,
947
954
  _VE,
@@ -949,365 +956,359 @@ export var ValidationException = [
949
956
  [_m, _re, _fL],
950
957
  [0, 0, () => ValidationExceptionFieldList],
951
958
  ];
952
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
953
- export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
954
- export var NotificationsServiceException = [-3, _sm, "NotificationsServiceException", 0, [], []];
955
- TypeRegistry.for(_sm).registerError(NotificationsServiceException, __NotificationsServiceException);
956
- export var AggregatedNotificationRegions = 64 | 0;
957
- export var AggregationKeys = [1, n0, _AKg, 0, () => AggregationKey];
958
- export var Channels = 64 | 0;
959
- export var Dimensions = [1, n0, _Di, 0, () => Dimension];
960
- export var EventRules = [1, n0, _ER, 0, () => EventRuleStructure];
961
- export var ManagedNotificationChannelAssociations = [
959
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
960
+ export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
961
+ export var NotificationsServiceException$ = [-3, _sm, "NotificationsServiceException", 0, [], []];
962
+ TypeRegistry.for(_sm).registerError(NotificationsServiceException$, NotificationsServiceException);
963
+ var AggregatedNotificationRegions = 64 | 0;
964
+ var AggregationKeys = [1, n0, _AKg, 0, () => AggregationKey$];
965
+ var Channels = 64 | 0;
966
+ var Dimensions = [1, n0, _Di, 0, () => Dimension$];
967
+ var EventRules = [1, n0, _ER, 0, () => EventRuleStructure$];
968
+ var ManagedNotificationChannelAssociations = [
962
969
  1,
963
970
  n0,
964
971
  _MNCA,
965
972
  0,
966
- () => ManagedNotificationChannelAssociationSummary,
967
- ];
968
- export var ManagedNotificationChildEvents = [
969
- 1,
970
- n0,
971
- _MNCEa,
972
- 0,
973
- () => ManagedNotificationChildEventOverview,
973
+ () => ManagedNotificationChannelAssociationSummary$,
974
974
  ];
975
- export var ManagedNotificationConfigurations = [
975
+ var ManagedNotificationChildEvents = [1, n0, _MNCEa, 0, () => ManagedNotificationChildEventOverview$];
976
+ var ManagedNotificationConfigurations = [
976
977
  1,
977
978
  n0,
978
979
  _MNC,
979
980
  0,
980
- () => ManagedNotificationConfigurationStructure,
981
- ];
982
- export var ManagedNotificationEvents = [1, n0, _MNEa, 0, () => ManagedNotificationEventOverview];
983
- export var ManagedRuleArns = 64 | 0;
984
- export var Media = [1, n0, _M, 0, () => MediaElement];
985
- export var MemberAccounts = [1, n0, _MAe, 0, () => MemberAccount];
986
- export var NotificationConfigurations = [1, n0, _NC, 0, () => NotificationConfigurationStructure];
987
- export var NotificationEvents = [1, n0, _NE, 0, () => NotificationEventOverview];
988
- export var NotificationHubs = [1, n0, _NH, 0, () => NotificationHubOverview];
989
- export var OrganizationalUnits = 64 | 0;
990
- export var Regions = 64 | 0;
991
- export var Resources = [1, n0, _Re, 0, () => Resource];
992
- export var SampleAggregationDimensionValues = 64 | 0;
993
- export var SummarizationDimensionDetails = [1, n0, _SDDu, 0, () => SummarizationDimensionDetail];
994
- export var SummarizationDimensionOverviews = [1, n0, _SDOu, 0, () => SummarizationDimensionOverview];
995
- export var TagKeys = 64 | 0;
996
- export var Tags = 64 | 0;
997
- export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
998
- export var StatusSummaryByRegion = [2, n0, _SSBR, 0, 0, () => EventRuleStatusSummary];
999
- export var TagMap = 128 | 0;
1000
- export var TextByLocale = 128 | 0;
1001
- export var TextParts = [2, n0, _TP, 0, 0, () => TextPartValue];
1002
- export var AssociateChannel = [
981
+ () => ManagedNotificationConfigurationStructure$,
982
+ ];
983
+ var ManagedNotificationEvents = [1, n0, _MNEa, 0, () => ManagedNotificationEventOverview$];
984
+ var ManagedRuleArns = 64 | 0;
985
+ var Media = [1, n0, _M, 0, () => MediaElement$];
986
+ var MemberAccounts = [1, n0, _MAe, 0, () => MemberAccount$];
987
+ var NotificationConfigurations = [1, n0, _NC, 0, () => NotificationConfigurationStructure$];
988
+ var NotificationEvents = [1, n0, _NE, 0, () => NotificationEventOverview$];
989
+ var NotificationHubs = [1, n0, _NH, 0, () => NotificationHubOverview$];
990
+ var OrganizationalUnits = 64 | 0;
991
+ var Regions = 64 | 0;
992
+ var Resources = [1, n0, _Re, 0, () => Resource$];
993
+ var SampleAggregationDimensionValues = 64 | 0;
994
+ var SummarizationDimensionDetails = [1, n0, _SDDu, 0, () => SummarizationDimensionDetail$];
995
+ var SummarizationDimensionOverviews = [1, n0, _SDOu, 0, () => SummarizationDimensionOverview$];
996
+ var TagKeys = 64 | 0;
997
+ var Tags = 64 | 0;
998
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
999
+ var StatusSummaryByRegion = [2, n0, _SSBR, 0, 0, () => EventRuleStatusSummary$];
1000
+ var TagMap = 128 | 0;
1001
+ var TextByLocale = 128 | 0;
1002
+ var TextParts = [2, n0, _TP, 0, 0, () => TextPartValue$];
1003
+ export var AssociateChannel$ = [
1003
1004
  9,
1004
1005
  n0,
1005
1006
  _AC,
1006
1007
  { [_ht]: ["POST", "/channels/associate/{arn}", 201] },
1007
- () => AssociateChannelRequest,
1008
- () => AssociateChannelResponse,
1008
+ () => AssociateChannelRequest$,
1009
+ () => AssociateChannelResponse$,
1009
1010
  ];
1010
- export var AssociateManagedNotificationAccountContact = [
1011
+ export var AssociateManagedNotificationAccountContact$ = [
1011
1012
  9,
1012
1013
  n0,
1013
1014
  _AMNAC,
1014
1015
  { [_ht]: ["PUT", "/contacts/associate-managed-notification/{contactIdentifier}", 201] },
1015
- () => AssociateManagedNotificationAccountContactRequest,
1016
- () => AssociateManagedNotificationAccountContactResponse,
1016
+ () => AssociateManagedNotificationAccountContactRequest$,
1017
+ () => AssociateManagedNotificationAccountContactResponse$,
1017
1018
  ];
1018
- export var AssociateManagedNotificationAdditionalChannel = [
1019
+ export var AssociateManagedNotificationAdditionalChannel$ = [
1019
1020
  9,
1020
1021
  n0,
1021
1022
  _AMNACs,
1022
1023
  { [_ht]: ["PUT", "/channels/associate-managed-notification/{channelArn}", 201] },
1023
- () => AssociateManagedNotificationAdditionalChannelRequest,
1024
- () => AssociateManagedNotificationAdditionalChannelResponse,
1024
+ () => AssociateManagedNotificationAdditionalChannelRequest$,
1025
+ () => AssociateManagedNotificationAdditionalChannelResponse$,
1025
1026
  ];
1026
- export var AssociateOrganizationalUnit = [
1027
+ export var AssociateOrganizationalUnit$ = [
1027
1028
  9,
1028
1029
  n0,
1029
1030
  _AOU,
1030
1031
  { [_ht]: ["POST", "/organizational-units/associate/{organizationalUnitId}", 201] },
1031
- () => AssociateOrganizationalUnitRequest,
1032
- () => AssociateOrganizationalUnitResponse,
1032
+ () => AssociateOrganizationalUnitRequest$,
1033
+ () => AssociateOrganizationalUnitResponse$,
1033
1034
  ];
1034
- export var CreateEventRule = [
1035
+ export var CreateEventRule$ = [
1035
1036
  9,
1036
1037
  n0,
1037
1038
  _CER,
1038
1039
  { [_ht]: ["POST", "/event-rules", 201] },
1039
- () => CreateEventRuleRequest,
1040
- () => CreateEventRuleResponse,
1040
+ () => CreateEventRuleRequest$,
1041
+ () => CreateEventRuleResponse$,
1041
1042
  ];
1042
- export var CreateNotificationConfiguration = [
1043
+ export var CreateNotificationConfiguration$ = [
1043
1044
  9,
1044
1045
  n0,
1045
1046
  _CNC,
1046
1047
  { [_ht]: ["POST", "/notification-configurations", 201] },
1047
- () => CreateNotificationConfigurationRequest,
1048
- () => CreateNotificationConfigurationResponse,
1048
+ () => CreateNotificationConfigurationRequest$,
1049
+ () => CreateNotificationConfigurationResponse$,
1049
1050
  ];
1050
- export var DeleteEventRule = [
1051
+ export var DeleteEventRule$ = [
1051
1052
  9,
1052
1053
  n0,
1053
1054
  _DER,
1054
1055
  { [_ht]: ["DELETE", "/event-rules/{arn}", 200] },
1055
- () => DeleteEventRuleRequest,
1056
- () => DeleteEventRuleResponse,
1056
+ () => DeleteEventRuleRequest$,
1057
+ () => DeleteEventRuleResponse$,
1057
1058
  ];
1058
- export var DeleteNotificationConfiguration = [
1059
+ export var DeleteNotificationConfiguration$ = [
1059
1060
  9,
1060
1061
  n0,
1061
1062
  _DNC,
1062
1063
  { [_ht]: ["DELETE", "/notification-configurations/{arn}", 200] },
1063
- () => DeleteNotificationConfigurationRequest,
1064
- () => DeleteNotificationConfigurationResponse,
1064
+ () => DeleteNotificationConfigurationRequest$,
1065
+ () => DeleteNotificationConfigurationResponse$,
1065
1066
  ];
1066
- export var DeregisterNotificationHub = [
1067
+ export var DeregisterNotificationHub$ = [
1067
1068
  9,
1068
1069
  n0,
1069
1070
  _DNH,
1070
1071
  { [_ht]: ["DELETE", "/notification-hubs/{notificationHubRegion}", 200] },
1071
- () => DeregisterNotificationHubRequest,
1072
- () => DeregisterNotificationHubResponse,
1072
+ () => DeregisterNotificationHubRequest$,
1073
+ () => DeregisterNotificationHubResponse$,
1073
1074
  ];
1074
- export var DisableNotificationsAccessForOrganization = [
1075
+ export var DisableNotificationsAccessForOrganization$ = [
1075
1076
  9,
1076
1077
  n0,
1077
1078
  _DNAFO,
1078
1079
  { [_ht]: ["DELETE", "/organization/access", 200] },
1079
- () => DisableNotificationsAccessForOrganizationRequest,
1080
- () => DisableNotificationsAccessForOrganizationResponse,
1080
+ () => DisableNotificationsAccessForOrganizationRequest$,
1081
+ () => DisableNotificationsAccessForOrganizationResponse$,
1081
1082
  ];
1082
- export var DisassociateChannel = [
1083
+ export var DisassociateChannel$ = [
1083
1084
  9,
1084
1085
  n0,
1085
1086
  _DC,
1086
1087
  { [_ht]: ["POST", "/channels/disassociate/{arn}", 200] },
1087
- () => DisassociateChannelRequest,
1088
- () => DisassociateChannelResponse,
1088
+ () => DisassociateChannelRequest$,
1089
+ () => DisassociateChannelResponse$,
1089
1090
  ];
1090
- export var DisassociateManagedNotificationAccountContact = [
1091
+ export var DisassociateManagedNotificationAccountContact$ = [
1091
1092
  9,
1092
1093
  n0,
1093
1094
  _DMNAC,
1094
1095
  { [_ht]: ["PUT", "/contacts/disassociate-managed-notification/{contactIdentifier}", 200] },
1095
- () => DisassociateManagedNotificationAccountContactRequest,
1096
- () => DisassociateManagedNotificationAccountContactResponse,
1096
+ () => DisassociateManagedNotificationAccountContactRequest$,
1097
+ () => DisassociateManagedNotificationAccountContactResponse$,
1097
1098
  ];
1098
- export var DisassociateManagedNotificationAdditionalChannel = [
1099
+ export var DisassociateManagedNotificationAdditionalChannel$ = [
1099
1100
  9,
1100
1101
  n0,
1101
1102
  _DMNACi,
1102
1103
  { [_ht]: ["PUT", "/channels/disassociate-managed-notification/{channelArn}", 200] },
1103
- () => DisassociateManagedNotificationAdditionalChannelRequest,
1104
- () => DisassociateManagedNotificationAdditionalChannelResponse,
1104
+ () => DisassociateManagedNotificationAdditionalChannelRequest$,
1105
+ () => DisassociateManagedNotificationAdditionalChannelResponse$,
1105
1106
  ];
1106
- export var DisassociateOrganizationalUnit = [
1107
+ export var DisassociateOrganizationalUnit$ = [
1107
1108
  9,
1108
1109
  n0,
1109
1110
  _DOU,
1110
1111
  { [_ht]: ["POST", "/organizational-units/disassociate/{organizationalUnitId}", 200] },
1111
- () => DisassociateOrganizationalUnitRequest,
1112
- () => DisassociateOrganizationalUnitResponse,
1112
+ () => DisassociateOrganizationalUnitRequest$,
1113
+ () => DisassociateOrganizationalUnitResponse$,
1113
1114
  ];
1114
- export var EnableNotificationsAccessForOrganization = [
1115
+ export var EnableNotificationsAccessForOrganization$ = [
1115
1116
  9,
1116
1117
  n0,
1117
1118
  _ENAFO,
1118
1119
  { [_ht]: ["POST", "/organization/access", 200] },
1119
- () => EnableNotificationsAccessForOrganizationRequest,
1120
- () => EnableNotificationsAccessForOrganizationResponse,
1120
+ () => EnableNotificationsAccessForOrganizationRequest$,
1121
+ () => EnableNotificationsAccessForOrganizationResponse$,
1121
1122
  ];
1122
- export var GetEventRule = [
1123
+ export var GetEventRule$ = [
1123
1124
  9,
1124
1125
  n0,
1125
1126
  _GER,
1126
1127
  { [_ht]: ["GET", "/event-rules/{arn}", 200] },
1127
- () => GetEventRuleRequest,
1128
- () => GetEventRuleResponse,
1128
+ () => GetEventRuleRequest$,
1129
+ () => GetEventRuleResponse$,
1129
1130
  ];
1130
- export var GetManagedNotificationChildEvent = [
1131
+ export var GetManagedNotificationChildEvent$ = [
1131
1132
  9,
1132
1133
  n0,
1133
1134
  _GMNCE,
1134
1135
  { [_ht]: ["GET", "/managed-notification-child-events/{arn}", 200] },
1135
- () => GetManagedNotificationChildEventRequest,
1136
- () => GetManagedNotificationChildEventResponse,
1136
+ () => GetManagedNotificationChildEventRequest$,
1137
+ () => GetManagedNotificationChildEventResponse$,
1137
1138
  ];
1138
- export var GetManagedNotificationConfiguration = [
1139
+ export var GetManagedNotificationConfiguration$ = [
1139
1140
  9,
1140
1141
  n0,
1141
1142
  _GMNC,
1142
1143
  { [_ht]: ["GET", "/managed-notification-configurations/{arn}", 200] },
1143
- () => GetManagedNotificationConfigurationRequest,
1144
- () => GetManagedNotificationConfigurationResponse,
1144
+ () => GetManagedNotificationConfigurationRequest$,
1145
+ () => GetManagedNotificationConfigurationResponse$,
1145
1146
  ];
1146
- export var GetManagedNotificationEvent = [
1147
+ export var GetManagedNotificationEvent$ = [
1147
1148
  9,
1148
1149
  n0,
1149
1150
  _GMNE,
1150
1151
  { [_ht]: ["GET", "/managed-notification-events/{arn}", 200] },
1151
- () => GetManagedNotificationEventRequest,
1152
- () => GetManagedNotificationEventResponse,
1152
+ () => GetManagedNotificationEventRequest$,
1153
+ () => GetManagedNotificationEventResponse$,
1153
1154
  ];
1154
- export var GetNotificationConfiguration = [
1155
+ export var GetNotificationConfiguration$ = [
1155
1156
  9,
1156
1157
  n0,
1157
1158
  _GNC,
1158
1159
  { [_ht]: ["GET", "/notification-configurations/{arn}", 200] },
1159
- () => GetNotificationConfigurationRequest,
1160
- () => GetNotificationConfigurationResponse,
1160
+ () => GetNotificationConfigurationRequest$,
1161
+ () => GetNotificationConfigurationResponse$,
1161
1162
  ];
1162
- export var GetNotificationEvent = [
1163
+ export var GetNotificationEvent$ = [
1163
1164
  9,
1164
1165
  n0,
1165
1166
  _GNE,
1166
1167
  { [_ht]: ["GET", "/notification-events/{arn}", 200] },
1167
- () => GetNotificationEventRequest,
1168
- () => GetNotificationEventResponse,
1168
+ () => GetNotificationEventRequest$,
1169
+ () => GetNotificationEventResponse$,
1169
1170
  ];
1170
- export var GetNotificationsAccessForOrganization = [
1171
+ export var GetNotificationsAccessForOrganization$ = [
1171
1172
  9,
1172
1173
  n0,
1173
1174
  _GNAFO,
1174
1175
  { [_ht]: ["GET", "/organization/access", 200] },
1175
- () => GetNotificationsAccessForOrganizationRequest,
1176
- () => GetNotificationsAccessForOrganizationResponse,
1176
+ () => GetNotificationsAccessForOrganizationRequest$,
1177
+ () => GetNotificationsAccessForOrganizationResponse$,
1177
1178
  ];
1178
- export var ListChannels = [
1179
+ export var ListChannels$ = [
1179
1180
  9,
1180
1181
  n0,
1181
1182
  _LC,
1182
1183
  { [_ht]: ["GET", "/channels", 200] },
1183
- () => ListChannelsRequest,
1184
- () => ListChannelsResponse,
1184
+ () => ListChannelsRequest$,
1185
+ () => ListChannelsResponse$,
1185
1186
  ];
1186
- export var ListEventRules = [
1187
+ export var ListEventRules$ = [
1187
1188
  9,
1188
1189
  n0,
1189
1190
  _LER,
1190
1191
  { [_ht]: ["GET", "/event-rules", 200] },
1191
- () => ListEventRulesRequest,
1192
- () => ListEventRulesResponse,
1192
+ () => ListEventRulesRequest$,
1193
+ () => ListEventRulesResponse$,
1193
1194
  ];
1194
- export var ListManagedNotificationChannelAssociations = [
1195
+ export var ListManagedNotificationChannelAssociations$ = [
1195
1196
  9,
1196
1197
  n0,
1197
1198
  _LMNCA,
1198
1199
  { [_ht]: ["GET", "/channels/list-managed-notification-channel-associations", 200] },
1199
- () => ListManagedNotificationChannelAssociationsRequest,
1200
- () => ListManagedNotificationChannelAssociationsResponse,
1200
+ () => ListManagedNotificationChannelAssociationsRequest$,
1201
+ () => ListManagedNotificationChannelAssociationsResponse$,
1201
1202
  ];
1202
- export var ListManagedNotificationChildEvents = [
1203
+ export var ListManagedNotificationChildEvents$ = [
1203
1204
  9,
1204
1205
  n0,
1205
1206
  _LMNCE,
1206
1207
  { [_ht]: ["GET", "/list-managed-notification-child-events/{aggregateManagedNotificationEventArn}", 200] },
1207
- () => ListManagedNotificationChildEventsRequest,
1208
- () => ListManagedNotificationChildEventsResponse,
1208
+ () => ListManagedNotificationChildEventsRequest$,
1209
+ () => ListManagedNotificationChildEventsResponse$,
1209
1210
  ];
1210
- export var ListManagedNotificationConfigurations = [
1211
+ export var ListManagedNotificationConfigurations$ = [
1211
1212
  9,
1212
1213
  n0,
1213
1214
  _LMNC,
1214
1215
  { [_ht]: ["GET", "/managed-notification-configurations", 200] },
1215
- () => ListManagedNotificationConfigurationsRequest,
1216
- () => ListManagedNotificationConfigurationsResponse,
1216
+ () => ListManagedNotificationConfigurationsRequest$,
1217
+ () => ListManagedNotificationConfigurationsResponse$,
1217
1218
  ];
1218
- export var ListManagedNotificationEvents = [
1219
+ export var ListManagedNotificationEvents$ = [
1219
1220
  9,
1220
1221
  n0,
1221
1222
  _LMNE,
1222
1223
  { [_ht]: ["GET", "/managed-notification-events", 200] },
1223
- () => ListManagedNotificationEventsRequest,
1224
- () => ListManagedNotificationEventsResponse,
1224
+ () => ListManagedNotificationEventsRequest$,
1225
+ () => ListManagedNotificationEventsResponse$,
1225
1226
  ];
1226
- export var ListMemberAccounts = [
1227
+ export var ListMemberAccounts$ = [
1227
1228
  9,
1228
1229
  n0,
1229
1230
  _LMA,
1230
1231
  { [_ht]: ["GET", "/list-member-accounts", 200] },
1231
- () => ListMemberAccountsRequest,
1232
- () => ListMemberAccountsResponse,
1232
+ () => ListMemberAccountsRequest$,
1233
+ () => ListMemberAccountsResponse$,
1233
1234
  ];
1234
- export var ListNotificationConfigurations = [
1235
+ export var ListNotificationConfigurations$ = [
1235
1236
  9,
1236
1237
  n0,
1237
1238
  _LNC,
1238
1239
  { [_ht]: ["GET", "/notification-configurations", 200] },
1239
- () => ListNotificationConfigurationsRequest,
1240
- () => ListNotificationConfigurationsResponse,
1240
+ () => ListNotificationConfigurationsRequest$,
1241
+ () => ListNotificationConfigurationsResponse$,
1241
1242
  ];
1242
- export var ListNotificationEvents = [
1243
+ export var ListNotificationEvents$ = [
1243
1244
  9,
1244
1245
  n0,
1245
1246
  _LNE,
1246
1247
  { [_ht]: ["GET", "/notification-events", 200] },
1247
- () => ListNotificationEventsRequest,
1248
- () => ListNotificationEventsResponse,
1248
+ () => ListNotificationEventsRequest$,
1249
+ () => ListNotificationEventsResponse$,
1249
1250
  ];
1250
- export var ListNotificationHubs = [
1251
+ export var ListNotificationHubs$ = [
1251
1252
  9,
1252
1253
  n0,
1253
1254
  _LNH,
1254
1255
  { [_ht]: ["GET", "/notification-hubs", 200] },
1255
- () => ListNotificationHubsRequest,
1256
- () => ListNotificationHubsResponse,
1256
+ () => ListNotificationHubsRequest$,
1257
+ () => ListNotificationHubsResponse$,
1257
1258
  ];
1258
- export var ListOrganizationalUnits = [
1259
+ export var ListOrganizationalUnits$ = [
1259
1260
  9,
1260
1261
  n0,
1261
1262
  _LOU,
1262
1263
  { [_ht]: ["GET", "/organizational-units", 200] },
1263
- () => ListOrganizationalUnitsRequest,
1264
- () => ListOrganizationalUnitsResponse,
1264
+ () => ListOrganizationalUnitsRequest$,
1265
+ () => ListOrganizationalUnitsResponse$,
1265
1266
  ];
1266
- export var ListTagsForResource = [
1267
+ export var ListTagsForResource$ = [
1267
1268
  9,
1268
1269
  n0,
1269
1270
  _LTFR,
1270
1271
  { [_ht]: ["GET", "/tags/{arn}", 200] },
1271
- () => ListTagsForResourceRequest,
1272
- () => ListTagsForResourceResponse,
1272
+ () => ListTagsForResourceRequest$,
1273
+ () => ListTagsForResourceResponse$,
1273
1274
  ];
1274
- export var RegisterNotificationHub = [
1275
+ export var RegisterNotificationHub$ = [
1275
1276
  9,
1276
1277
  n0,
1277
1278
  _RNH,
1278
1279
  { [_ht]: ["POST", "/notification-hubs", 201] },
1279
- () => RegisterNotificationHubRequest,
1280
- () => RegisterNotificationHubResponse,
1280
+ () => RegisterNotificationHubRequest$,
1281
+ () => RegisterNotificationHubResponse$,
1281
1282
  ];
1282
- export var TagResource = [
1283
+ export var TagResource$ = [
1283
1284
  9,
1284
1285
  n0,
1285
1286
  _TR,
1286
1287
  { [_ht]: ["POST", "/tags/{arn}", 200] },
1287
- () => TagResourceRequest,
1288
- () => TagResourceResponse,
1288
+ () => TagResourceRequest$,
1289
+ () => TagResourceResponse$,
1289
1290
  ];
1290
- export var UntagResource = [
1291
+ export var UntagResource$ = [
1291
1292
  9,
1292
1293
  n0,
1293
1294
  _UR,
1294
1295
  { [_ht]: ["DELETE", "/tags/{arn}", 200] },
1295
- () => UntagResourceRequest,
1296
- () => UntagResourceResponse,
1296
+ () => UntagResourceRequest$,
1297
+ () => UntagResourceResponse$,
1297
1298
  ];
1298
- export var UpdateEventRule = [
1299
+ export var UpdateEventRule$ = [
1299
1300
  9,
1300
1301
  n0,
1301
1302
  _UER,
1302
1303
  { [_ht]: ["PUT", "/event-rules/{arn}", 200] },
1303
- () => UpdateEventRuleRequest,
1304
- () => UpdateEventRuleResponse,
1304
+ () => UpdateEventRuleRequest$,
1305
+ () => UpdateEventRuleResponse$,
1305
1306
  ];
1306
- export var UpdateNotificationConfiguration = [
1307
+ export var UpdateNotificationConfiguration$ = [
1307
1308
  9,
1308
1309
  n0,
1309
1310
  _UNC,
1310
1311
  { [_ht]: ["PUT", "/notification-configurations/{arn}", 200] },
1311
- () => UpdateNotificationConfigurationRequest,
1312
- () => UpdateNotificationConfigurationResponse,
1312
+ () => UpdateNotificationConfigurationRequest$,
1313
+ () => UpdateNotificationConfigurationResponse$,
1313
1314
  ];