@aws-sdk/client-notifications 3.876.0 → 3.880.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 (64) hide show
  1. package/README.md +33 -8
  2. package/dist-cjs/Notifications.js +8 -0
  3. package/dist-cjs/commands/AssociateOrganizationalUnitCommand.js +26 -0
  4. package/dist-cjs/commands/DisassociateOrganizationalUnitCommand.js +26 -0
  5. package/dist-cjs/commands/ListMemberAccountsCommand.js +26 -0
  6. package/dist-cjs/commands/ListOrganizationalUnitsCommand.js +26 -0
  7. package/dist-cjs/commands/index.js +4 -0
  8. package/dist-cjs/models/models_0.js +13 -1
  9. package/dist-cjs/pagination/ListMemberAccountsPaginator.js +7 -0
  10. package/dist-cjs/pagination/ListOrganizationalUnitsPaginator.js +7 -0
  11. package/dist-cjs/pagination/index.js +2 -0
  12. package/dist-cjs/protocols/Aws_restJson1.js +125 -2
  13. package/dist-es/Notifications.js +8 -0
  14. package/dist-es/commands/AssociateOrganizationalUnitCommand.js +22 -0
  15. package/dist-es/commands/DisassociateOrganizationalUnitCommand.js +22 -0
  16. package/dist-es/commands/ListMemberAccountsCommand.js +22 -0
  17. package/dist-es/commands/ListOrganizationalUnitsCommand.js +22 -0
  18. package/dist-es/commands/index.js +4 -0
  19. package/dist-es/models/models_0.js +12 -0
  20. package/dist-es/pagination/ListMemberAccountsPaginator.js +4 -0
  21. package/dist-es/pagination/ListOrganizationalUnitsPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +2 -0
  23. package/dist-es/protocols/Aws_restJson1.js +115 -0
  24. package/dist-types/Notifications.d.ts +29 -8
  25. package/dist-types/NotificationsClient.d.ts +7 -10
  26. package/dist-types/commands/AssociateChannelCommand.d.ts +1 -2
  27. package/dist-types/commands/AssociateManagedNotificationAdditionalChannelCommand.d.ts +1 -2
  28. package/dist-types/commands/AssociateOrganizationalUnitCommand.d.ts +92 -0
  29. package/dist-types/commands/CreateEventRuleCommand.d.ts +1 -4
  30. package/dist-types/commands/DeregisterNotificationHubCommand.d.ts +1 -7
  31. package/dist-types/commands/DisassociateChannelCommand.d.ts +1 -1
  32. package/dist-types/commands/DisassociateManagedNotificationAdditionalChannelCommand.d.ts +1 -2
  33. package/dist-types/commands/DisassociateOrganizationalUnitCommand.d.ts +86 -0
  34. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +1 -0
  35. package/dist-types/commands/GetNotificationEventCommand.d.ts +2 -6
  36. package/dist-types/commands/GetNotificationsAccessForOrganizationCommand.d.ts +1 -1
  37. package/dist-types/commands/ListMemberAccountsCommand.d.ts +101 -0
  38. package/dist-types/commands/ListNotificationConfigurationsCommand.d.ts +3 -2
  39. package/dist-types/commands/ListNotificationEventsCommand.d.ts +3 -6
  40. package/dist-types/commands/ListOrganizationalUnitsCommand.d.ts +92 -0
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -5
  42. package/dist-types/commands/RegisterNotificationHubCommand.d.ts +1 -3
  43. package/dist-types/commands/TagResourceCommand.d.ts +1 -5
  44. package/dist-types/commands/UntagResourceCommand.d.ts +1 -2
  45. package/dist-types/commands/index.d.ts +4 -0
  46. package/dist-types/index.d.ts +1 -8
  47. package/dist-types/models/models_0.d.ts +303 -1054
  48. package/dist-types/pagination/ListMemberAccountsPaginator.d.ts +7 -0
  49. package/dist-types/pagination/ListOrganizationalUnitsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/index.d.ts +2 -0
  51. package/dist-types/protocols/Aws_restJson1.d.ts +36 -0
  52. package/dist-types/ts3.4/Notifications.d.ts +68 -0
  53. package/dist-types/ts3.4/NotificationsClient.d.ts +24 -0
  54. package/dist-types/ts3.4/commands/AssociateOrganizationalUnitCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/DisassociateOrganizationalUnitCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/ListMemberAccountsCommand.d.ts +51 -0
  57. package/dist-types/ts3.4/commands/ListOrganizationalUnitsCommand.d.ts +51 -0
  58. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +60 -0
  60. package/dist-types/ts3.4/pagination/ListMemberAccountsPaginator.d.ts +11 -0
  61. package/dist-types/ts3.4/pagination/ListOrganizationalUnitsPaginator.d.ts +11 -0
  62. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +48 -0
  64. package/package.json +12 -12
@@ -19,6 +19,7 @@ export declare class AccessDeniedException extends __BaseException {
19
19
  export declare const AccessStatus: {
20
20
  readonly DISABLED: "DISABLED";
21
21
  readonly ENABLED: "ENABLED";
22
+ readonly FAILED: "FAILED";
22
23
  readonly PENDING: "PENDING";
23
24
  };
24
25
  /**
@@ -195,14 +196,12 @@ export interface AggregationSummary {
195
196
  */
196
197
  export interface AssociateChannelRequest {
197
198
  /**
198
- * <p>The Amazon Resource Name (ARN) of the Channel to associate with the <code>NotificationConfiguration</code>.</p>
199
- * <p>Supported ARNs include Chatbot, the Console Mobile Application, and notifications-contacts.</p>
199
+ * <p>The Amazon Resource Name (ARN) of the Channel to associate with the <code>NotificationConfiguration</code>.</p> <p>Supported ARNs include Amazon Q Developer in chat applications, the Console Mobile Application, and notifications-contacts.</p>
200
200
  * @public
201
201
  */
202
202
  arn: string | undefined;
203
203
  /**
204
- * <p>The ARN of the <code>NotificationConfiguration</code> to associate with the
205
- * Channel.</p>
204
+ * <p>The ARN of the <code>NotificationConfiguration</code> to associate with the Channel.</p>
206
205
  * @public
207
206
  */
208
207
  notificationConfigurationArn: string | undefined;
@@ -396,8 +395,7 @@ export interface AssociateManagedNotificationAccountContactResponse {
396
395
  */
397
396
  export interface AssociateManagedNotificationAdditionalChannelRequest {
398
397
  /**
399
- * <p>The Amazon Resource Name (ARN) of the Channel to associate with the <code>ManagedNotificationConfiguration</code>.</p>
400
- * <p>Supported ARNs include Chatbot, the Console Mobile Application, and email (notifications-contacts).</p>
398
+ * <p>The Amazon Resource Name (ARN) of the Channel to associate with the <code>ManagedNotificationConfiguration</code>.</p> <p>Supported ARNs include Amazon Q Developer in chat applications, the Console Mobile Application, and email (notifications-contacts).</p>
401
399
  * @public
402
400
  */
403
401
  channelArn: string | undefined;
@@ -412,6 +410,26 @@ export interface AssociateManagedNotificationAdditionalChannelRequest {
412
410
  */
413
411
  export interface AssociateManagedNotificationAdditionalChannelResponse {
414
412
  }
413
+ /**
414
+ * @public
415
+ */
416
+ export interface AssociateOrganizationalUnitRequest {
417
+ /**
418
+ * <p>The unique identifier of the organizational unit to associate.</p>
419
+ * @public
420
+ */
421
+ organizationalUnitId: string | undefined;
422
+ /**
423
+ * <p>The Amazon Resource Name (ARN) of the notification configuration to associate with the organizational unit.</p>
424
+ * @public
425
+ */
426
+ notificationConfigurationArn: string | undefined;
427
+ }
428
+ /**
429
+ * @public
430
+ */
431
+ export interface AssociateOrganizationalUnitResponse {
432
+ }
415
433
  /**
416
434
  * @public
417
435
  */
@@ -447,8 +465,7 @@ export interface ListChannelsRequest {
447
465
  */
448
466
  maxResults?: number | undefined;
449
467
  /**
450
- * <p>The start token for paginated calls. Retrieved from the response of a previous
451
- * ListNotificationEvents call. <code>NextToken</code> uses Base64 encoding.</p>
468
+ * <p>The start token for paginated calls. Retrieved from the response of a previous ListNotificationEvents call. <code>NextToken</code> uses Base64 encoding.</p>
452
469
  * @public
453
470
  */
454
471
  nextToken?: string | undefined;
@@ -523,34 +540,27 @@ export type ChannelType = (typeof ChannelType)[keyof typeof ChannelType];
523
540
  */
524
541
  export interface CreateEventRuleRequest {
525
542
  /**
526
- * <p>The Amazon Resource Name (ARN) of the <code>NotificationConfiguration</code> associated
527
- * with this <code>EventRule</code>.</p>
543
+ * <p>The Amazon Resource Name (ARN) of the <code>NotificationConfiguration</code> associated with this <code>EventRule</code>.</p>
528
544
  * @public
529
545
  */
530
546
  notificationConfigurationArn: string | undefined;
531
547
  /**
532
- * <p>The matched event source.</p>
533
- * <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
548
+ * <p>The matched event source.</p> <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
534
549
  * @public
535
550
  */
536
551
  source: string | undefined;
537
552
  /**
538
- * <p>The event type to match.</p>
539
- * <p>Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
553
+ * <p>The event type to match.</p> <p>Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
540
554
  * @public
541
555
  */
542
556
  eventType: string | undefined;
543
557
  /**
544
- * <p>An additional event pattern used to further filter the events this
545
- * <code>EventRule</code> receives.</p>
546
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html">Amazon EventBridge event patterns</a> in the <i>Amazon EventBridge User Guide.</i>
547
- * </p>
558
+ * <p>An additional event pattern used to further filter the events this <code>EventRule</code> receives.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html">Amazon EventBridge event patterns</a> in the <i>Amazon EventBridge User Guide.</i> </p>
548
559
  * @public
549
560
  */
550
561
  eventPattern?: string | undefined;
551
562
  /**
552
- * <p>A list of Amazon Web Services Regions that send events to this
553
- * <code>EventRule</code>.</p>
563
+ * <p>A list of Amazon Web Services Regions that send events to this <code>EventRule</code>.</p>
554
564
  * @public
555
565
  */
556
566
  regions: string[] | undefined;
@@ -591,67 +601,7 @@ export type EventRuleStatus = (typeof EventRuleStatus)[keyof typeof EventRuleSta
591
601
  */
592
602
  export interface EventRuleStatusSummary {
593
603
  /**
594
- * <p>The status of the <code>EventRule</code>.</p>
595
- * <ul>
596
- * <li>
597
- * <p>Values:</p>
598
- * <ul>
599
- * <li>
600
- * <p>
601
- * <code>ACTIVE</code>
602
- * </p>
603
- * <ul>
604
- * <li>
605
- * <p>The <code>EventRule</code> can process events.</p>
606
- * </li>
607
- * </ul>
608
- * </li>
609
- * <li>
610
- * <p>
611
- * <code>INACTIVE</code>
612
- * </p>
613
- * <ul>
614
- * <li>
615
- * <p>The <code>EventRule</code> may be unable to process events.</p>
616
- * </li>
617
- * </ul>
618
- * </li>
619
- * <li>
620
- * <p>
621
- * <code>CREATING</code>
622
- * </p>
623
- * <ul>
624
- * <li>
625
- * <p>The <code>EventRule</code> is being created.</p>
626
- * <p>Only <code>GET</code> and <code>LIST</code> calls can be run.</p>
627
- * </li>
628
- * </ul>
629
- * </li>
630
- * <li>
631
- * <p>
632
- * <code>UPDATING</code>
633
- * </p>
634
- * <ul>
635
- * <li>
636
- * <p>The <code>EventRule</code> is being updated.</p>
637
- * <p>Only <code>GET</code> and <code>LIST</code> calls can be run.</p>
638
- * </li>
639
- * </ul>
640
- * </li>
641
- * <li>
642
- * <p>
643
- * <code>DELETING</code>
644
- * </p>
645
- * <ul>
646
- * <li>
647
- * <p>The <code>EventRule</code> is being deleted.</p>
648
- * <p>Only <code>GET</code> and <code>LIST</code> calls can be run.</p>
649
- * </li>
650
- * </ul>
651
- * </li>
652
- * </ul>
653
- * </li>
654
- * </ul>
604
+ * <p>The status of the <code>EventRule</code>.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>ACTIVE</code> </p> <ul> <li> <p>The <code>EventRule</code> can process events.</p> </li> </ul> </li> <li> <p> <code>INACTIVE</code> </p> <ul> <li> <p>The <code>EventRule</code> may be unable to process events.</p> </li> </ul> </li> <li> <p> <code>CREATING</code> </p> <ul> <li> <p>The <code>EventRule</code> is being created.</p> <p>Only <code>GET</code> and <code>LIST</code> calls can be run.</p> </li> </ul> </li> <li> <p> <code>UPDATING</code> </p> <ul> <li> <p>The <code>EventRule</code> is being updated.</p> <p>Only <code>GET</code> and <code>LIST</code> calls can be run.</p> </li> </ul> </li> <li> <p> <code>DELETING</code> </p> <ul> <li> <p>The <code>EventRule</code> is being deleted.</p> <p>Only <code>GET</code> and <code>LIST</code> calls can be run.</p> </li> </ul> </li> </ul> </li> </ul>
655
605
  * @public
656
606
  */
657
607
  status: EventRuleStatus | undefined;
@@ -696,44 +646,7 @@ export interface CreateNotificationConfigurationRequest {
696
646
  */
697
647
  description: string | undefined;
698
648
  /**
699
- * <p>The aggregation preference of the <code>NotificationConfiguration</code>.</p>
700
- * <ul>
701
- * <li>
702
- * <p>Values:</p>
703
- * <ul>
704
- * <li>
705
- * <p>
706
- * <code>LONG</code>
707
- * </p>
708
- * <ul>
709
- * <li>
710
- * <p>Aggregate notifications for long periods of time (12 hours).</p>
711
- * </li>
712
- * </ul>
713
- * </li>
714
- * <li>
715
- * <p>
716
- * <code>SHORT</code>
717
- * </p>
718
- * <ul>
719
- * <li>
720
- * <p>Aggregate notifications for short periods of time (5 minutes).</p>
721
- * </li>
722
- * </ul>
723
- * </li>
724
- * <li>
725
- * <p>
726
- * <code>NONE</code>
727
- * </p>
728
- * <ul>
729
- * <li>
730
- * <p>Don't aggregate notifications.</p>
731
- * </li>
732
- * </ul>
733
- * </li>
734
- * </ul>
735
- * </li>
736
- * </ul>
649
+ * <p>The aggregation preference of the <code>NotificationConfiguration</code>.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>LONG</code> </p> <ul> <li> <p>Aggregate notifications for long periods of time (12 hours).</p> </li> </ul> </li> <li> <p> <code>SHORT</code> </p> <ul> <li> <p>Aggregate notifications for short periods of time (5 minutes).</p> </li> </ul> </li> <li> <p> <code>NONE</code> </p> <ul> <li> <p>Don't aggregate notifications.</p> </li> </ul> </li> </ul> </li> </ul>
737
650
  * @public
738
651
  */
739
652
  aggregationDuration?: AggregationDuration | undefined;
@@ -804,8 +717,7 @@ export interface DeleteEventRuleResponse {
804
717
  */
805
718
  export interface DeleteNotificationConfigurationRequest {
806
719
  /**
807
- * <p>The Amazon Resource Name (ARN) of the <code>NotificationConfiguration</code> to
808
- * delete.</p>
720
+ * <p>The Amazon Resource Name (ARN) of the <code>NotificationConfiguration</code> to delete.</p>
809
721
  * @public
810
722
  */
811
723
  arn: string | undefined;
@@ -857,47 +769,7 @@ export type NotificationHubStatus = (typeof NotificationHubStatus)[keyof typeof
857
769
  */
858
770
  export interface NotificationHubStatusSummary {
859
771
  /**
860
- * <p>Status information about the <code>NotificationHub</code>.</p>
861
- * <ul>
862
- * <li>
863
- * <p>Values:</p>
864
- * <ul>
865
- * <li>
866
- * <p>
867
- * <code>ACTIVE</code>
868
- * </p>
869
- * <ul>
870
- * <li>
871
- * <p>Incoming <code>NotificationEvents</code> are replicated to this
872
- * <code>NotificationHub</code>.</p>
873
- * </li>
874
- * </ul>
875
- * </li>
876
- * <li>
877
- * <p>
878
- * <code>REGISTERING</code>
879
- * </p>
880
- * <ul>
881
- * <li>
882
- * <p>The <code>NotificationConfiguration</code> is initializing. A <code>NotificationConfiguration</code> with this status can't be deregistered.</p>
883
- * </li>
884
- * </ul>
885
- * </li>
886
- * <li>
887
- * <p>
888
- * <code>DEREGISTERING</code>
889
- * </p>
890
- * <ul>
891
- * <li>
892
- * <p>The <code>NotificationConfiguration</code> is being deleted. You can't register additional
893
- * <code>NotificationHubs</code> in the same Region as a
894
- * <code>NotificationConfiguration</code> with this status.</p>
895
- * </li>
896
- * </ul>
897
- * </li>
898
- * </ul>
899
- * </li>
900
- * </ul>
772
+ * <p>Status information about the <code>NotificationHub</code>.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>ACTIVE</code> </p> <ul> <li> <p>Incoming <code>NotificationEvents</code> are replicated to this <code>NotificationHub</code>.</p> </li> </ul> </li> <li> <p> <code>REGISTERING</code> </p> <ul> <li> <p>The <code>NotificationConfiguration</code> is initializing. A <code>NotificationConfiguration</code> with this status can't be deregistered.</p> </li> </ul> </li> <li> <p> <code>DEREGISTERING</code> </p> <ul> <li> <p>The <code>NotificationConfiguration</code> is being deleted. You can't register additional <code>NotificationHubs</code> in the same Region as a <code>NotificationConfiguration</code> with this status.</p> </li> </ul> </li> </ul> </li> </ul>
901
773
  * @public
902
774
  */
903
775
  status: NotificationHubStatus | undefined;
@@ -917,8 +789,7 @@ export interface DeregisterNotificationHubResponse {
917
789
  */
918
790
  notificationHubRegion: string | undefined;
919
791
  /**
920
- * <p>
921
- * <code>NotificationConfiguration</code> status information.</p>
792
+ * <p> <code>NotificationConfiguration</code> status information.</p>
922
793
  * @public
923
794
  */
924
795
  statusSummary: NotificationHubStatusSummary | undefined;
@@ -989,6 +860,26 @@ export interface DisassociateManagedNotificationAdditionalChannelRequest {
989
860
  */
990
861
  export interface DisassociateManagedNotificationAdditionalChannelResponse {
991
862
  }
863
+ /**
864
+ * @public
865
+ */
866
+ export interface DisassociateOrganizationalUnitRequest {
867
+ /**
868
+ * <p>The unique identifier of the organizational unit to disassociate.</p>
869
+ * @public
870
+ */
871
+ organizationalUnitId: string | undefined;
872
+ /**
873
+ * <p>The Amazon Resource Name (ARN) of the notification configuration to disassociate from the organizational unit.</p>
874
+ * @public
875
+ */
876
+ notificationConfigurationArn: string | undefined;
877
+ }
878
+ /**
879
+ * @public
880
+ */
881
+ export interface DisassociateOrganizationalUnitResponse {
882
+ }
992
883
  /**
993
884
  * @public
994
885
  */
@@ -1029,21 +920,17 @@ export interface GetEventRuleResponse {
1029
920
  */
1030
921
  creationTime: Date | undefined;
1031
922
  /**
1032
- * <p>The matched event source.</p>
1033
- * <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
923
+ * <p>The matched event source.</p> <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
1034
924
  * @public
1035
925
  */
1036
926
  source: string | undefined;
1037
927
  /**
1038
- * <p>The event type to match.</p>
1039
- * <p>Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
928
+ * <p>The event type to match.</p> <p>Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
1040
929
  * @public
1041
930
  */
1042
931
  eventType: string | undefined;
1043
932
  /**
1044
- * <p>An additional event pattern used to further filter the events this <code>EventRule</code> receives.</p>
1045
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html">Amazon EventBridge event patterns</a> in the <i>Amazon EventBridge User Guide.</i>
1046
- * </p>
933
+ * <p>An additional event pattern used to further filter the events this <code>EventRule</code> receives.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html">Amazon EventBridge event patterns</a> in the <i>Amazon EventBridge User Guide.</i> </p>
1047
934
  * @public
1048
935
  */
1049
936
  eventPattern: string | undefined;
@@ -1053,11 +940,7 @@ export interface GetEventRuleResponse {
1053
940
  */
1054
941
  regions: string[] | undefined;
1055
942
  /**
1056
- * <p>A list of managed rules from EventBridge that are associated with this
1057
- * <code>EventRule</code>.</p>
1058
- * <note>
1059
- * <p>These are created by User Notifications within your account so this <code>EventRule</code> functions.</p>
1060
- * </note>
943
+ * <p>A list of managed rules from EventBridge that are associated with this <code>EventRule</code>.</p> <note> <p>These are created by User Notifications within your account so this <code>EventRule</code> functions.</p> </note>
1061
944
  * @public
1062
945
  */
1063
946
  managedRules: string[] | undefined;
@@ -1082,8 +965,7 @@ export interface ListEventRulesRequest {
1082
965
  */
1083
966
  maxResults?: number | undefined;
1084
967
  /**
1085
- * <p>The start token for paginated calls. Retrieved from the response of a previous
1086
- * <code>ListEventRules</code> call. Next token uses Base64 encoding.</p>
968
+ * <p>The start token for paginated calls. Retrieved from the response of a previous <code>ListEventRules</code> call. Next token uses Base64 encoding.</p>
1087
969
  * @public
1088
970
  */
1089
971
  nextToken?: string | undefined;
@@ -1094,8 +976,7 @@ export interface ListEventRulesRequest {
1094
976
  */
1095
977
  export interface EventRuleStructure {
1096
978
  /**
1097
- * <p>The Amazon Resource Name (ARN) of the <code>EventRule</code>. CloudFormation stack generates this ARN and
1098
- * then uses this ARN to associate with the <code>NotificationConfiguration</code>.</p>
979
+ * <p>The Amazon Resource Name (ARN) of the <code>EventRule</code>. CloudFormation stack generates this ARN and then uses this ARN to associate with the <code>NotificationConfiguration</code>.</p>
1099
980
  * @public
1100
981
  */
1101
982
  arn: string | undefined;
@@ -1110,22 +991,17 @@ export interface EventRuleStructure {
1110
991
  */
1111
992
  creationTime: Date | undefined;
1112
993
  /**
1113
- * <p>The event source this rule should match with the EventBridge event sources. It must match with atleast one of the valid EventBridge event sources. Only Amazon Web Services service sourced events are supported.
1114
- * For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>
1115
- * Amazon EventBridge User Guide</i>.</p>
994
+ * <p>The event source this rule should match with the EventBridge event sources. It must match with atleast one of the valid EventBridge event sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i> Amazon EventBridge User Guide</i>.</p>
1116
995
  * @public
1117
996
  */
1118
997
  source: string | undefined;
1119
998
  /**
1120
- * <p>The event type this rule should match with the EventBridge events. It must match with atleast one of the valid EventBridge event types. For example, Amazon EC2 Instance State change Notification and Amazon CloudWatch State Change. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>
1121
- * Amazon EventBridge User Guide</i>.</p>
999
+ * <p>The event type this rule should match with the EventBridge events. It must match with atleast one of the valid EventBridge event types. For example, Amazon EC2 Instance State change Notification and Amazon CloudWatch State Change. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i> Amazon EventBridge User Guide</i>.</p>
1122
1000
  * @public
1123
1001
  */
1124
1002
  eventType: string | undefined;
1125
1003
  /**
1126
- * <p>An additional event pattern used to further filter the events this <code>EventRule</code> receives.</p>
1127
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html">Amazon EventBridge event patterns</a> in the <i>Amazon EventBridge User Guide.</i>
1128
- * </p>
1004
+ * <p>An additional event pattern used to further filter the events this <code>EventRule</code> receives.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html">Amazon EventBridge event patterns</a> in the <i>Amazon EventBridge User Guide.</i> </p>
1129
1005
  * @public
1130
1006
  */
1131
1007
  eventPattern: string | undefined;
@@ -1135,10 +1011,7 @@ export interface EventRuleStructure {
1135
1011
  */
1136
1012
  regions: string[] | undefined;
1137
1013
  /**
1138
- * <p>A list of Amazon EventBridge Managed Rule ARNs associated with this <code>EventRule</code>.</p>
1139
- * <note>
1140
- * <p>These are created by User Notifications within your account so your <code>EventRules</code> can function.</p>
1141
- * </note>
1014
+ * <p>A list of Amazon EventBridge Managed Rule ARNs associated with this <code>EventRule</code>.</p> <note> <p>These are created by User Notifications within your account so your <code>EventRules</code> can function.</p> </note>
1142
1015
  * @public
1143
1016
  */
1144
1017
  managedRules: string[] | undefined;
@@ -1173,9 +1046,7 @@ export interface UpdateEventRuleRequest {
1173
1046
  */
1174
1047
  arn: string | undefined;
1175
1048
  /**
1176
- * <p>An additional event pattern used to further filter the events this <code>EventRule</code> receives.</p>
1177
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html">Amazon EventBridge event patterns</a> in the <i>Amazon EventBridge User Guide.</i>
1178
- * </p>
1049
+ * <p>An additional event pattern used to further filter the events this <code>EventRule</code> receives.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html">Amazon EventBridge event patterns</a> in the <i>Amazon EventBridge User Guide.</i> </p>
1179
1050
  * @public
1180
1051
  */
1181
1052
  eventPattern?: string | undefined;
@@ -1313,7 +1184,7 @@ export interface MessageComponents {
1313
1184
  */
1314
1185
  headline?: string | undefined;
1315
1186
  /**
1316
- * <p>A paragraph long or multiple sentence summary. For example, Chatbot notifications.</p>
1187
+ * <p>A paragraph long or multiple sentence summary. For example, Amazon Q Developer in chat applications notifications.</p>
1317
1188
  * @public
1318
1189
  */
1319
1190
  paragraphSummary?: string | undefined;
@@ -1323,10 +1194,7 @@ export interface MessageComponents {
1323
1194
  */
1324
1195
  completeDescription?: string | undefined;
1325
1196
  /**
1326
- * <p>A list of properties in key-value pairs. Pairs are shown in order of importance from most important to least important. Channels may limit the number of dimensions shown to the notification viewer.</p>
1327
- * <note>
1328
- * <p>Included dimensions, keys, and values are subject to change.</p>
1329
- * </note>
1197
+ * <p>A list of properties in key-value pairs. Pairs are shown in order of importance from most important to least important. Channels may limit the number of dimensions shown to the notification viewer.</p> <note> <p>Included dimensions, keys, and values are subject to change.</p> </note>
1330
1198
  * @public
1331
1199
  */
1332
1200
  dimensions?: Dimension[] | undefined;
@@ -1380,8 +1248,7 @@ export interface TextPartValue {
1380
1248
  */
1381
1249
  type: TextPartType | undefined;
1382
1250
  /**
1383
- * <p>A short single line description of the link. Must be hyper-linked with the URL itself. </p>
1384
- * <p>Used for text parts with the type <code>URL</code>.</p>
1251
+ * <p>A short single line description of the link. Must be hyper-linked with the URL itself. </p> <p>Used for text parts with the type <code>URL</code>.</p>
1385
1252
  * @public
1386
1253
  */
1387
1254
  displayText?: string | undefined;
@@ -1427,86 +1294,12 @@ export interface ManagedNotificationChildEvent {
1427
1294
  */
1428
1295
  sourceEventDetailUrlDisplayText?: string | undefined;
1429
1296
  /**
1430
- * <p>The type of event causing the notification.</p>
1431
- * <ul>
1432
- * <li>
1433
- * <p>Values:</p>
1434
- * <ul>
1435
- * <li>
1436
- * <p>
1437
- * <code>ALERT</code>
1438
- * </p>
1439
- * <ul>
1440
- * <li>
1441
- * <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p>
1442
- * </li>
1443
- * </ul>
1444
- * </li>
1445
- * <li>
1446
- * <p>
1447
- * <code>WARNING</code>
1448
- * </p>
1449
- * <ul>
1450
- * <li>
1451
- * <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p>
1452
- * </li>
1453
- * </ul>
1454
- * </li>
1455
- * <li>
1456
- * <p>
1457
- * <code>ANNOUNCEMENT</code>
1458
- * </p>
1459
- * <ul>
1460
- * <li>
1461
- * <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p>
1462
- * </li>
1463
- * </ul>
1464
- * </li>
1465
- * <li>
1466
- * <p>
1467
- * <code>INFORMATIONAL</code>
1468
- * </p>
1469
- * <ul>
1470
- * <li>
1471
- * <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p>
1472
- * </li>
1473
- * </ul>
1474
- * </li>
1475
- * </ul>
1476
- * </li>
1477
- * </ul>
1297
+ * <p>The type of event causing the notification.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>ALERT</code> </p> <ul> <li> <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p> </li> </ul> </li> <li> <p> <code>WARNING</code> </p> <ul> <li> <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p> </li> </ul> </li> <li> <p> <code>ANNOUNCEMENT</code> </p> <ul> <li> <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p> </li> </ul> </li> <li> <p> <code>INFORMATIONAL</code> </p> <ul> <li> <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p> </li> </ul> </li> </ul> </li> </ul>
1478
1298
  * @public
1479
1299
  */
1480
1300
  notificationType: NotificationType | undefined;
1481
1301
  /**
1482
- * <p>The assesed nature of the event.</p>
1483
- * <ul>
1484
- * <li>
1485
- * <p>Values:</p>
1486
- * <ul>
1487
- * <li>
1488
- * <p>
1489
- * <code>HEALTHY</code>
1490
- * </p>
1491
- * <ul>
1492
- * <li>
1493
- * <p>All <code>EventRules</code> are <code>ACTIVE</code>.</p>
1494
- * </li>
1495
- * </ul>
1496
- * </li>
1497
- * <li>
1498
- * <p>
1499
- * <code>UNHEALTHY</code>
1500
- * </p>
1501
- * <ul>
1502
- * <li>
1503
- * <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>.</p>
1504
- * </li>
1505
- * </ul>
1506
- * </li>
1507
- * </ul>
1508
- * </li>
1509
- * </ul>
1302
+ * <p>The assesed nature of the event.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>HEALTHY</code> </p> <ul> <li> <p>All <code>EventRules</code> are <code>ACTIVE</code>.</p> </li> </ul> </li> <li> <p> <code>UNHEALTHY</code> </p> <ul> <li> <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>.</p> </li> </ul> </li> </ul> </li> </ul>
1510
1303
  * @public
1511
1304
  */
1512
1305
  eventStatus?: EventStatus | undefined;
@@ -1652,86 +1445,12 @@ export interface ManagedNotificationEvent {
1652
1445
  */
1653
1446
  sourceEventDetailUrlDisplayText?: string | undefined;
1654
1447
  /**
1655
- * <p>The nature of the event causing this notification.</p>
1656
- * <ul>
1657
- * <li>
1658
- * <p>Values:</p>
1659
- * <ul>
1660
- * <li>
1661
- * <p>
1662
- * <code>ALERT</code>
1663
- * </p>
1664
- * <ul>
1665
- * <li>
1666
- * <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p>
1667
- * </li>
1668
- * </ul>
1669
- * </li>
1670
- * <li>
1671
- * <p>
1672
- * <code>WARNING</code>
1673
- * </p>
1674
- * <ul>
1675
- * <li>
1676
- * <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p>
1677
- * </li>
1678
- * </ul>
1679
- * </li>
1680
- * <li>
1681
- * <p>
1682
- * <code>ANNOUNCEMENT</code>
1683
- * </p>
1684
- * <ul>
1685
- * <li>
1686
- * <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p>
1687
- * </li>
1688
- * </ul>
1689
- * </li>
1690
- * <li>
1691
- * <p>
1692
- * <code>INFORMATIONAL</code>
1693
- * </p>
1694
- * <ul>
1695
- * <li>
1696
- * <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p>
1697
- * </li>
1698
- * </ul>
1699
- * </li>
1700
- * </ul>
1701
- * </li>
1702
- * </ul>
1448
+ * <p>The nature of the event causing this notification.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>ALERT</code> </p> <ul> <li> <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p> </li> </ul> </li> <li> <p> <code>WARNING</code> </p> <ul> <li> <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p> </li> </ul> </li> <li> <p> <code>ANNOUNCEMENT</code> </p> <ul> <li> <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p> </li> </ul> </li> <li> <p> <code>INFORMATIONAL</code> </p> <ul> <li> <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p> </li> </ul> </li> </ul> </li> </ul>
1703
1449
  * @public
1704
1450
  */
1705
1451
  notificationType: NotificationType | undefined;
1706
1452
  /**
1707
- * <p>The status of an event.</p>
1708
- * <ul>
1709
- * <li>
1710
- * <p>Values:</p>
1711
- * <ul>
1712
- * <li>
1713
- * <p>
1714
- * <code>HEALTHY</code>
1715
- * </p>
1716
- * <ul>
1717
- * <li>
1718
- * <p>All EventRules are <code>ACTIVE</code> and any call can be run.</p>
1719
- * </li>
1720
- * </ul>
1721
- * </li>
1722
- * <li>
1723
- * <p>
1724
- * <code>UNHEALTHY</code>
1725
- * </p>
1726
- * <ul>
1727
- * <li>
1728
- * <p>Some EventRules are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p>
1729
- * </li>
1730
- * </ul>
1731
- * </li>
1732
- * </ul>
1733
- * </li>
1734
- * </ul>
1453
+ * <p>The status of an event.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>HEALTHY</code> </p> <ul> <li> <p>All EventRules are <code>ACTIVE</code> and any call can be run.</p> </li> </ul> </li> <li> <p> <code>UNHEALTHY</code> </p> <ul> <li> <p>Some EventRules are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p> </li> </ul> </li> </ul> </li> </ul>
1735
1454
  * @public
1736
1455
  */
1737
1456
  eventStatus?: EventStatus | undefined;
@@ -1801,6 +1520,24 @@ export interface GetNotificationConfigurationRequest {
1801
1520
  */
1802
1521
  arn: string | undefined;
1803
1522
  }
1523
+ /**
1524
+ * @public
1525
+ * @enum
1526
+ */
1527
+ export declare const NotificationConfigurationSubtype: {
1528
+ /**
1529
+ * Notification configuration created by the account
1530
+ */
1531
+ readonly ACCOUNT: "ACCOUNT";
1532
+ /**
1533
+ * Notification configuration managed by an administrator account
1534
+ */
1535
+ readonly ADMIN_MANAGED: "ADMIN_MANAGED";
1536
+ };
1537
+ /**
1538
+ * @public
1539
+ */
1540
+ export type NotificationConfigurationSubtype = (typeof NotificationConfigurationSubtype)[keyof typeof NotificationConfigurationSubtype];
1804
1541
  /**
1805
1542
  * @public
1806
1543
  */
@@ -1831,47 +1568,15 @@ export interface GetNotificationConfigurationResponse {
1831
1568
  */
1832
1569
  creationTime: Date | undefined;
1833
1570
  /**
1834
- * <p>The aggregation preference of the <code>NotificationConfiguration</code>.</p>
1835
- * <ul>
1836
- * <li>
1837
- * <p>Values:</p>
1838
- * <ul>
1839
- * <li>
1840
- * <p>
1841
- * <code>LONG</code>
1842
- * </p>
1843
- * <ul>
1844
- * <li>
1845
- * <p>Aggregate notifications for long periods of time (12 hours).</p>
1846
- * </li>
1847
- * </ul>
1848
- * </li>
1849
- * <li>
1850
- * <p>
1851
- * <code>SHORT</code>
1852
- * </p>
1853
- * <ul>
1854
- * <li>
1855
- * <p>Aggregate notifications for short periods of time (5 minutes).</p>
1856
- * </li>
1857
- * </ul>
1858
- * </li>
1859
- * <li>
1860
- * <p>
1861
- * <code>NONE</code>
1862
- * </p>
1863
- * <ul>
1864
- * <li>
1865
- * <p>Don't aggregate notifications.</p>
1866
- * </li>
1867
- * </ul>
1868
- * </li>
1869
- * </ul>
1870
- * </li>
1871
- * </ul>
1571
+ * <p>The aggregation preference of the <code>NotificationConfiguration</code>.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>LONG</code> </p> <ul> <li> <p>Aggregate notifications for long periods of time (12 hours).</p> </li> </ul> </li> <li> <p> <code>SHORT</code> </p> <ul> <li> <p>Aggregate notifications for short periods of time (5 minutes).</p> </li> </ul> </li> <li> <p> <code>NONE</code> </p> <ul> <li> <p>Don't aggregate notifications.</p> </li> </ul> </li> </ul> </li> </ul>
1872
1572
  * @public
1873
1573
  */
1874
1574
  aggregationDuration?: AggregationDuration | undefined;
1575
+ /**
1576
+ * <p>The subtype of the notification configuration returned in the response.</p>
1577
+ * @public
1578
+ */
1579
+ subtype?: NotificationConfigurationSubtype | undefined;
1875
1580
  }
1876
1581
  /**
1877
1582
  * @public
@@ -1931,8 +1636,7 @@ export interface MediaElement {
1931
1636
  */
1932
1637
  export interface Resource {
1933
1638
  /**
1934
- * <p>The unique identifier for the resource.</p>
1935
- * <p>At least one id or ARN is required.</p>
1639
+ * <p>The unique identifier for the resource.</p> <p>At least one id or ARN is required.</p>
1936
1640
  * @public
1937
1641
  */
1938
1642
  id?: string | undefined;
@@ -1953,8 +1657,7 @@ export interface Resource {
1953
1657
  tags?: string[] | undefined;
1954
1658
  }
1955
1659
  /**
1956
- * <p>Describes the metadata for a source event.</p>
1957
- * <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-events-structure.html">Event structure reference</a> in the <i>Amazon EventBridge User Guide</i>.</p>
1660
+ * <p>Describes the metadata for a source event.</p> <p>For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-events-structure.html">Event structure reference</a> in the <i>Amazon EventBridge User Guide</i>.</p>
1958
1661
  * @public
1959
1662
  */
1960
1663
  export interface SourceEventMetadata {
@@ -2035,135 +1738,22 @@ export interface NotificationEventSchema {
2035
1738
  */
2036
1739
  sourceEventDetailUrlDisplayText?: string | undefined;
2037
1740
  /**
2038
- * <p>The type of event causing the notification.</p>
2039
- * <ul>
2040
- * <li>
2041
- * <p>Values:</p>
2042
- * <ul>
2043
- * <li>
2044
- * <p>
2045
- * <code>ALERT</code>
2046
- * </p>
2047
- * <ul>
2048
- * <li>
2049
- * <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p>
2050
- * </li>
2051
- * </ul>
2052
- * </li>
2053
- * <li>
2054
- * <p>
2055
- * <code>WARNING</code>
2056
- * </p>
2057
- * <ul>
2058
- * <li>
2059
- * <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p>
2060
- * </li>
2061
- * </ul>
2062
- * </li>
2063
- * <li>
2064
- * <p>
2065
- * <code>ANNOUNCEMENT</code>
2066
- * </p>
2067
- * <ul>
2068
- * <li>
2069
- * <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p>
2070
- * </li>
2071
- * </ul>
2072
- * </li>
2073
- * <li>
2074
- * <p>
2075
- * <code>INFORMATIONAL</code>
2076
- * </p>
2077
- * <ul>
2078
- * <li>
2079
- * <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p>
2080
- * </li>
2081
- * </ul>
2082
- * </li>
2083
- * </ul>
2084
- * </li>
2085
- * </ul>
1741
+ * <p>The type of event causing the notification.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>ALERT</code> </p> <ul> <li> <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p> </li> </ul> </li> <li> <p> <code>WARNING</code> </p> <ul> <li> <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p> </li> </ul> </li> <li> <p> <code>ANNOUNCEMENT</code> </p> <ul> <li> <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p> </li> </ul> </li> <li> <p> <code>INFORMATIONAL</code> </p> <ul> <li> <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p> </li> </ul> </li> </ul> </li> </ul>
2086
1742
  * @public
2087
1743
  */
2088
1744
  notificationType: NotificationType | undefined;
2089
1745
  /**
2090
- * <p>The assessed nature of the event.</p>
2091
- * <ul>
2092
- * <li>
2093
- * <p>Values:</p>
2094
- * <ul>
2095
- * <li>
2096
- * <p>
2097
- * <code>HEALTHY</code>
2098
- * </p>
2099
- * <ul>
2100
- * <li>
2101
- * <p>All <code>EventRules</code> are <code>ACTIVE</code> and any call can be run.</p>
2102
- * </li>
2103
- * </ul>
2104
- * </li>
2105
- * <li>
2106
- * <p>
2107
- * <code>UNHEALTHY</code>
2108
- * </p>
2109
- * <ul>
2110
- * <li>
2111
- * <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p>
2112
- * </li>
2113
- * </ul>
2114
- * </li>
2115
- * </ul>
2116
- * </li>
2117
- * </ul>
1746
+ * <p>The assessed nature of the event.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>HEALTHY</code> </p> <ul> <li> <p>All <code>EventRules</code> are <code>ACTIVE</code> and any call can be run.</p> </li> </ul> </li> <li> <p> <code>UNHEALTHY</code> </p> <ul> <li> <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p> </li> </ul> </li> </ul> </li> </ul>
2118
1747
  * @public
2119
1748
  */
2120
1749
  eventStatus?: EventStatus | undefined;
2121
1750
  /**
2122
- * <p>The aggregation type of the <code>NotificationConfiguration</code>.</p>
2123
- * <ul>
2124
- * <li>
2125
- * <p>Values:</p>
2126
- * <ul>
2127
- * <li>
2128
- * <p>
2129
- * <code>AGGREGATE</code>
2130
- * </p>
2131
- * <ul>
2132
- * <li>
2133
- * <p>The notification event is an aggregate notification. Aggregate notifications summarize grouped events over a specified time period.</p>
2134
- * </li>
2135
- * </ul>
2136
- * </li>
2137
- * <li>
2138
- * <p>
2139
- * <code>CHILD</code>
2140
- * </p>
2141
- * <ul>
2142
- * <li>
2143
- * <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p>
2144
- * </li>
2145
- * </ul>
2146
- * </li>
2147
- * <li>
2148
- * <p>
2149
- * <code>NONE</code>
2150
- * </p>
2151
- * <ul>
2152
- * <li>
2153
- * <p>The notification isn't aggregated.</p>
2154
- * </li>
2155
- * </ul>
2156
- * </li>
2157
- * </ul>
2158
- * </li>
2159
- * </ul>
1751
+ * <p>The aggregation type of the <code>NotificationConfiguration</code>.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>AGGREGATE</code> </p> <ul> <li> <p>The notification event is an aggregate notification. Aggregate notifications summarize grouped events over a specified time period.</p> </li> </ul> </li> <li> <p> <code>CHILD</code> </p> <ul> <li> <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p> </li> </ul> </li> <li> <p> <code>NONE</code> </p> <ul> <li> <p>The notification isn't aggregated.</p> </li> </ul> </li> </ul> </li> </ul>
2160
1752
  * @public
2161
1753
  */
2162
1754
  aggregationEventType?: AggregationEventType | undefined;
2163
1755
  /**
2164
- * <p>If the value of <code>aggregationEventType</code> is not <code>NONE</code>, this is the
2165
- * Amazon Resource Event (ARN) of the parent aggregate notification.</p>
2166
- * <p>This is omitted if notification isn't aggregated.</p>
1756
+ * <p>If the value of <code>aggregationEventType</code> is not <code>NONE</code>, this is the Amazon Resource Event (ARN) of the parent aggregate notification.</p> <p>This is omitted if notification isn't aggregated.</p>
2167
1757
  * @public
2168
1758
  */
2169
1759
  aggregateNotificationEventArn?: string | undefined;
@@ -2192,6 +1782,11 @@ export interface NotificationEventSchema {
2192
1782
  * @public
2193
1783
  */
2194
1784
  media: MediaElement[] | undefined;
1785
+ /**
1786
+ * <p>The unique identifier of the organizational unit associated with the notification event.</p>
1787
+ * @public
1788
+ */
1789
+ organizationalUnitId?: string | undefined;
2195
1790
  }
2196
1791
  /**
2197
1792
  * @public
@@ -2275,86 +1870,12 @@ export interface ManagedNotificationChannelAssociationSummary {
2275
1870
  */
2276
1871
  channelIdentifier: string | undefined;
2277
1872
  /**
2278
- * <p>The type of notification channel used for message delivery.</p>
2279
- * <ul>
2280
- * <li>
2281
- * <p>Values:</p>
2282
- * <ul>
2283
- * <li>
2284
- * <p>
2285
- * <code>ACCOUNT_CONTACT</code>
2286
- * </p>
2287
- * <ul>
2288
- * <li>
2289
- * <p>Delivers notifications to Account Managed contacts through the User Notification Service.</p>
2290
- * </li>
2291
- * </ul>
2292
- * </li>
2293
- * <li>
2294
- * <p>
2295
- * <code>MOBILE</code>
2296
- * </p>
2297
- * <ul>
2298
- * <li>
2299
- * <p>Delivers notifications through the Amazon Web Services Console Mobile Application to mobile devices.</p>
2300
- * </li>
2301
- * </ul>
2302
- * </li>
2303
- * <li>
2304
- * <p>
2305
- * <code>CHATBOT</code>
2306
- * </p>
2307
- * <ul>
2308
- * <li>
2309
- * <p>Delivers notifications through Chatbot to collaboration platforms (Slack, Chime).</p>
2310
- * </li>
2311
- * </ul>
2312
- * </li>
2313
- * <li>
2314
- * <p>
2315
- * <code>EMAIL</code>
2316
- * </p>
2317
- * <ul>
2318
- * <li>
2319
- * <p>Delivers notifications to email addresses.</p>
2320
- * </li>
2321
- * </ul>
2322
- * </li>
2323
- * </ul>
2324
- * </li>
2325
- * </ul>
1873
+ * <p>The type of notification channel used for message delivery.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>ACCOUNT_CONTACT</code> </p> <ul> <li> <p>Delivers notifications to Account Managed contacts through the User Notification Service.</p> </li> </ul> </li> <li> <p> <code>MOBILE</code> </p> <ul> <li> <p>Delivers notifications through the Amazon Web Services Console Mobile Application to mobile devices.</p> </li> </ul> </li> <li> <p> <code>CHATBOT</code> </p> <ul> <li> <p>Delivers notifications through Amazon Q Developer in chat applications to collaboration platforms (Slack, Chime).</p> </li> </ul> </li> <li> <p> <code>EMAIL</code> </p> <ul> <li> <p>Delivers notifications to email addresses.</p> </li> </ul> </li> </ul> </li> </ul>
2326
1874
  * @public
2327
1875
  */
2328
1876
  channelType: ChannelType | undefined;
2329
1877
  /**
2330
- * <p>Controls whether users can modify channel associations for a notification configuration.</p>
2331
- * <ul>
2332
- * <li>
2333
- * <p>Values:</p>
2334
- * <ul>
2335
- * <li>
2336
- * <p>
2337
- * <code>ENABLED</code>
2338
- * </p>
2339
- * <ul>
2340
- * <li>
2341
- * <p>Users can associate or disassociate channels with the notification configuration.</p>
2342
- * </li>
2343
- * </ul>
2344
- * </li>
2345
- * <li>
2346
- * <p>
2347
- * <code>DISABLED</code>
2348
- * </p>
2349
- * <ul>
2350
- * <li>
2351
- * <p>Users cannot associate or disassociate channels with the notification configuration.</p>
2352
- * </li>
2353
- * </ul>
2354
- * </li>
2355
- * </ul>
2356
- * </li>
2357
- * </ul>
1878
+ * <p>Controls whether users can modify channel associations for a notification configuration.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>ENABLED</code> </p> <ul> <li> <p>Users can associate or disassociate channels with the notification configuration.</p> </li> </ul> </li> <li> <p> <code>DISABLED</code> </p> <ul> <li> <p>Users cannot associate or disassociate channels with the notification configuration.</p> </li> </ul> </li> </ul> </li> </ul>
2358
1879
  * @public
2359
1880
  */
2360
1881
  overrideOption?: ChannelAssociationOverrideOption | undefined;
@@ -2441,8 +1962,7 @@ export interface ManagedSourceEventMetadataSummary {
2441
1962
  */
2442
1963
  eventOriginRegion?: string | undefined;
2443
1964
  /**
2444
- * <p>The source service of the notification.</p>
2445
- * <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
1965
+ * <p>The source service of the notification.</p> <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
2446
1966
  * @public
2447
1967
  */
2448
1968
  source: string | undefined;
@@ -2478,86 +1998,12 @@ export interface ManagedNotificationChildEventSummary {
2478
1998
  */
2479
1999
  aggregationDetail: AggregationDetail | undefined;
2480
2000
  /**
2481
- * <p>The perceived nature of the event.</p>
2482
- * <ul>
2483
- * <li>
2484
- * <p>Values:</p>
2485
- * <ul>
2486
- * <li>
2487
- * <p>
2488
- * <code>HEALTHY</code>
2489
- * </p>
2490
- * <ul>
2491
- * <li>
2492
- * <p>All EventRules are <code>ACTIVE</code> and any call can be run.</p>
2493
- * </li>
2494
- * </ul>
2495
- * </li>
2496
- * <li>
2497
- * <p>
2498
- * <code>UNHEALTHY</code>
2499
- * </p>
2500
- * <ul>
2501
- * <li>
2502
- * <p>Some EventRules are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p>
2503
- * </li>
2504
- * </ul>
2505
- * </li>
2506
- * </ul>
2507
- * </li>
2508
- * </ul>
2001
+ * <p>The perceived nature of the event.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>HEALTHY</code> </p> <ul> <li> <p>All EventRules are <code>ACTIVE</code> and any call can be run.</p> </li> </ul> </li> <li> <p> <code>UNHEALTHY</code> </p> <ul> <li> <p>Some EventRules are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p> </li> </ul> </li> </ul> </li> </ul>
2509
2002
  * @public
2510
2003
  */
2511
2004
  eventStatus: EventStatus | undefined;
2512
2005
  /**
2513
- * <p>The Type of the event causing this notification.</p>
2514
- * <ul>
2515
- * <li>
2516
- * <p>Values:</p>
2517
- * <ul>
2518
- * <li>
2519
- * <p>
2520
- * <code>ALERT</code>
2521
- * </p>
2522
- * <ul>
2523
- * <li>
2524
- * <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p>
2525
- * </li>
2526
- * </ul>
2527
- * </li>
2528
- * <li>
2529
- * <p>
2530
- * <code>WARNING</code>
2531
- * </p>
2532
- * <ul>
2533
- * <li>
2534
- * <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p>
2535
- * </li>
2536
- * </ul>
2537
- * </li>
2538
- * <li>
2539
- * <p>
2540
- * <code>ANNOUNCEMENT</code>
2541
- * </p>
2542
- * <ul>
2543
- * <li>
2544
- * <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p>
2545
- * </li>
2546
- * </ul>
2547
- * </li>
2548
- * <li>
2549
- * <p>
2550
- * <code>INFORMATIONAL</code>
2551
- * </p>
2552
- * <ul>
2553
- * <li>
2554
- * <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p>
2555
- * </li>
2556
- * </ul>
2557
- * </li>
2558
- * </ul>
2559
- * </li>
2560
- * </ul>
2006
+ * <p>The Type of the event causing this notification.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>ALERT</code> </p> <ul> <li> <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p> </li> </ul> </li> <li> <p> <code>WARNING</code> </p> <ul> <li> <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p> </li> </ul> </li> <li> <p> <code>ANNOUNCEMENT</code> </p> <ul> <li> <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p> </li> </ul> </li> <li> <p> <code>INFORMATIONAL</code> </p> <ul> <li> <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p> </li> </ul> </li> </ul> </li> </ul>
2561
2007
  * @public
2562
2008
  */
2563
2009
  notificationType: NotificationType | undefined;
@@ -2740,86 +2186,12 @@ export interface ManagedNotificationEventSummary {
2740
2186
  */
2741
2187
  messageComponents: MessageComponentsSummary | undefined;
2742
2188
  /**
2743
- * <p>The managed notification event status.</p>
2744
- * <ul>
2745
- * <li>
2746
- * <p>Values:</p>
2747
- * <ul>
2748
- * <li>
2749
- * <p>
2750
- * <code>HEALTHY</code>
2751
- * </p>
2752
- * <ul>
2753
- * <li>
2754
- * <p>All <code>EventRules</code> are <code>ACTIVE</code>.</p>
2755
- * </li>
2756
- * </ul>
2757
- * </li>
2758
- * <li>
2759
- * <p>
2760
- * <code>UNHEALTHY</code>
2761
- * </p>
2762
- * <ul>
2763
- * <li>
2764
- * <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>.</p>
2765
- * </li>
2766
- * </ul>
2767
- * </li>
2768
- * </ul>
2769
- * </li>
2770
- * </ul>
2189
+ * <p>The managed notification event status.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>HEALTHY</code> </p> <ul> <li> <p>All <code>EventRules</code> are <code>ACTIVE</code>.</p> </li> </ul> </li> <li> <p> <code>UNHEALTHY</code> </p> <ul> <li> <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>.</p> </li> </ul> </li> </ul> </li> </ul>
2771
2190
  * @public
2772
2191
  */
2773
2192
  eventStatus: EventStatus | undefined;
2774
2193
  /**
2775
- * <p>The Type of event causing the notification.</p>
2776
- * <ul>
2777
- * <li>
2778
- * <p>Values:</p>
2779
- * <ul>
2780
- * <li>
2781
- * <p>
2782
- * <code>ALERT</code>
2783
- * </p>
2784
- * <ul>
2785
- * <li>
2786
- * <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p>
2787
- * </li>
2788
- * </ul>
2789
- * </li>
2790
- * <li>
2791
- * <p>
2792
- * <code>WARNING</code>
2793
- * </p>
2794
- * <ul>
2795
- * <li>
2796
- * <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p>
2797
- * </li>
2798
- * </ul>
2799
- * </li>
2800
- * <li>
2801
- * <p>
2802
- * <code>ANNOUNCEMENT</code>
2803
- * </p>
2804
- * <ul>
2805
- * <li>
2806
- * <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p>
2807
- * </li>
2808
- * </ul>
2809
- * </li>
2810
- * <li>
2811
- * <p>
2812
- * <code>INFORMATIONAL</code>
2813
- * </p>
2814
- * <ul>
2815
- * <li>
2816
- * <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p>
2817
- * </li>
2818
- * </ul>
2819
- * </li>
2820
- * </ul>
2821
- * </li>
2822
- * </ul>
2194
+ * <p>The Type of event causing the notification.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>ALERT</code> </p> <ul> <li> <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p> </li> </ul> </li> <li> <p> <code>WARNING</code> </p> <ul> <li> <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p> </li> </ul> </li> <li> <p> <code>ANNOUNCEMENT</code> </p> <ul> <li> <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p> </li> </ul> </li> <li> <p> <code>INFORMATIONAL</code> </p> <ul> <li> <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p> </li> </ul> </li> </ul> </li> </ul>
2823
2195
  * @public
2824
2196
  */
2825
2197
  notificationType: NotificationType | undefined;
@@ -2850,49 +2222,12 @@ export interface ManagedNotificationEventOverview {
2850
2222
  */
2851
2223
  creationTime: Date | undefined;
2852
2224
  /**
2853
- * <p>A short summary of a <code>ManagedNotificationEvent</code>. This is only used when listing managed notification events.</p>
2225
+ * <p/>
2854
2226
  * @public
2855
2227
  */
2856
2228
  notificationEvent: ManagedNotificationEventSummary | undefined;
2857
2229
  /**
2858
- * <p>The notifications aggregation type.</p>
2859
- * <ul>
2860
- * <li>
2861
- * <p>Values:</p>
2862
- * <ul>
2863
- * <li>
2864
- * <p>
2865
- * <code>AGGREGATE</code>
2866
- * </p>
2867
- * <ul>
2868
- * <li>
2869
- * <p>The notification event is an aggregate notification. Aggregate notifications summarize grouped events over a specified time period.</p>
2870
- * </li>
2871
- * </ul>
2872
- * </li>
2873
- * <li>
2874
- * <p>
2875
- * <code>CHILD</code>
2876
- * </p>
2877
- * <ul>
2878
- * <li>
2879
- * <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p>
2880
- * </li>
2881
- * </ul>
2882
- * </li>
2883
- * <li>
2884
- * <p>
2885
- * <code>NONE</code>
2886
- * </p>
2887
- * <ul>
2888
- * <li>
2889
- * <p>The notification isn't aggregated.</p>
2890
- * </li>
2891
- * </ul>
2892
- * </li>
2893
- * </ul>
2894
- * </li>
2895
- * </ul>
2230
+ * <p>The notifications aggregation type.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>AGGREGATE</code> </p> <ul> <li> <p>The notification event is an aggregate notification. Aggregate notifications summarize grouped events over a specified time period.</p> </li> </ul> </li> <li> <p> <code>CHILD</code> </p> <ul> <li> <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p> </li> </ul> </li> <li> <p> <code>NONE</code> </p> <ul> <li> <p>The notification isn't aggregated.</p> </li> </ul> </li> </ul> </li> </ul>
2896
2231
  * @public
2897
2232
  */
2898
2233
  aggregationEventType?: AggregationEventType | undefined;
@@ -2927,13 +2262,123 @@ export interface ListManagedNotificationEventsResponse {
2927
2262
  */
2928
2263
  managedNotificationEvents: ManagedNotificationEventOverview[] | undefined;
2929
2264
  }
2265
+ /**
2266
+ * @public
2267
+ * @enum
2268
+ */
2269
+ export declare const MemberAccountNotificationConfigurationStatus: {
2270
+ /**
2271
+ * The member account Notification Configuration status is ACTIVE.
2272
+ */
2273
+ readonly ACTIVE: "ACTIVE";
2274
+ /**
2275
+ * The member account Notification Configuration status is CREATING.
2276
+ */
2277
+ readonly CREATING: "CREATING";
2278
+ /**
2279
+ * The member account Notification Configuration status is DELETING.
2280
+ */
2281
+ readonly DELETING: "DELETING";
2282
+ /**
2283
+ * The member account Notification Configuration status is INACTIVE.
2284
+ */
2285
+ readonly INACTIVE: "INACTIVE";
2286
+ /**
2287
+ * The member account Notification Configuration status is PENDING.
2288
+ */
2289
+ readonly PENDING: "PENDING";
2290
+ };
2291
+ /**
2292
+ * @public
2293
+ */
2294
+ export type MemberAccountNotificationConfigurationStatus = (typeof MemberAccountNotificationConfigurationStatus)[keyof typeof MemberAccountNotificationConfigurationStatus];
2295
+ /**
2296
+ * @public
2297
+ */
2298
+ export interface ListMemberAccountsRequest {
2299
+ /**
2300
+ * <p>The Amazon Resource Name (ARN) of the notification configuration used to filter the member accounts.</p>
2301
+ * @public
2302
+ */
2303
+ notificationConfigurationArn: string | undefined;
2304
+ /**
2305
+ * <p>The maximum number of results to return in a single call. Valid values are 1-100.</p>
2306
+ * @public
2307
+ */
2308
+ maxResults?: number | undefined;
2309
+ /**
2310
+ * <p>The token for the next page of results. Use the value returned in the previous response.</p>
2311
+ * @public
2312
+ */
2313
+ nextToken?: string | undefined;
2314
+ /**
2315
+ * <p>The member account identifier used to filter the results.</p>
2316
+ * @public
2317
+ */
2318
+ memberAccount?: string | undefined;
2319
+ /**
2320
+ * <p>The status used to filter the member accounts.</p>
2321
+ * @public
2322
+ */
2323
+ status?: MemberAccountNotificationConfigurationStatus | undefined;
2324
+ /**
2325
+ * <p>The organizational unit ID used to filter the member accounts.</p>
2326
+ * @public
2327
+ */
2328
+ organizationalUnitId?: string | undefined;
2329
+ }
2330
+ /**
2331
+ * <p>Contains information about a member account.</p>
2332
+ * @public
2333
+ */
2334
+ export interface MemberAccount {
2335
+ /**
2336
+ * <p>The Amazon Resource Name (ARN) of the notification configuration associated with the member account.</p>
2337
+ * @public
2338
+ */
2339
+ notificationConfigurationArn?: string | undefined;
2340
+ /**
2341
+ * <p>The AWS account ID of the member account.</p>
2342
+ * @public
2343
+ */
2344
+ accountId: string | undefined;
2345
+ /**
2346
+ * <p>The current status of the member account.</p>
2347
+ * @public
2348
+ */
2349
+ status: MemberAccountNotificationConfigurationStatus | undefined;
2350
+ /**
2351
+ * <p>The reason for the current status of the member account.</p>
2352
+ * @public
2353
+ */
2354
+ statusReason: string | undefined;
2355
+ /**
2356
+ * <p>The unique identifier of the organizational unit containing the member account.</p>
2357
+ * @public
2358
+ */
2359
+ organizationalUnitId: string | undefined;
2360
+ }
2361
+ /**
2362
+ * @public
2363
+ */
2364
+ export interface ListMemberAccountsResponse {
2365
+ /**
2366
+ * <p>The list of member accounts that match the specified criteria.</p>
2367
+ * @public
2368
+ */
2369
+ memberAccounts: MemberAccount[] | undefined;
2370
+ /**
2371
+ * <p>The token to use for the next page of results.</p>
2372
+ * @public
2373
+ */
2374
+ nextToken?: string | undefined;
2375
+ }
2930
2376
  /**
2931
2377
  * @public
2932
2378
  */
2933
2379
  export interface ListNotificationConfigurationsRequest {
2934
2380
  /**
2935
- * <p>The matched event source.</p>
2936
- * <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
2381
+ * <p>The matched event source.</p> <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
2937
2382
  * @public
2938
2383
  */
2939
2384
  eventRuleSource?: string | undefined;
@@ -2943,71 +2388,22 @@ export interface ListNotificationConfigurationsRequest {
2943
2388
  */
2944
2389
  channelArn?: string | undefined;
2945
2390
  /**
2946
- * <p>The <code>NotificationConfiguration</code> status to match.</p>
2947
- * <ul>
2948
- * <li>
2949
- * <p>Values:</p>
2950
- * <ul>
2951
- * <li>
2952
- * <p>
2953
- * <code>ACTIVE</code>
2954
- * </p>
2955
- * <ul>
2956
- * <li>
2957
- * <p>All <code>EventRules</code> are <code>ACTIVE</code> and any call can be run.</p>
2958
- * </li>
2959
- * </ul>
2960
- * </li>
2961
- * <li>
2962
- * <p>
2963
- * <code>PARTIALLY_ACTIVE</code>
2964
- * </p>
2965
- * <ul>
2966
- * <li>
2967
- * <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p>
2968
- * </li>
2969
- * <li>
2970
- * <p>Any call can be run.</p>
2971
- * </li>
2972
- * </ul>
2973
- * </li>
2974
- * <li>
2975
- * <p>
2976
- * <code>INACTIVE</code>
2977
- * </p>
2978
- * <ul>
2979
- * <li>
2980
- * <p>All <code>EventRules</code> are <code>INACTIVE</code> and any call can be run.</p>
2981
- * </li>
2982
- * </ul>
2983
- * </li>
2984
- * <li>
2985
- * <p>
2986
- * <code>DELETING</code>
2987
- * </p>
2988
- * <ul>
2989
- * <li>
2990
- * <p>This <code>NotificationConfiguration</code> is being deleted.</p>
2991
- * </li>
2992
- * <li>
2993
- * <p>Only <code>GET</code> and <code>LIST</code> calls can be run.</p>
2994
- * </li>
2995
- * </ul>
2996
- * </li>
2997
- * </ul>
2998
- * </li>
2999
- * </ul>
2391
+ * <p>The <code>NotificationConfiguration</code> status to match.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>ACTIVE</code> </p> <ul> <li> <p>All <code>EventRules</code> are <code>ACTIVE</code> and any call can be run.</p> </li> </ul> </li> <li> <p> <code>PARTIALLY_ACTIVE</code> </p> <ul> <li> <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p> </li> <li> <p>Any call can be run.</p> </li> </ul> </li> <li> <p> <code>INACTIVE</code> </p> <ul> <li> <p>All <code>EventRules</code> are <code>INACTIVE</code> and any call can be run.</p> </li> </ul> </li> <li> <p> <code>DELETING</code> </p> <ul> <li> <p>This <code>NotificationConfiguration</code> is being deleted.</p> </li> <li> <p>Only <code>GET</code> and <code>LIST</code> calls can be run.</p> </li> </ul> </li> </ul> </li> </ul>
3000
2392
  * @public
3001
2393
  */
3002
2394
  status?: NotificationConfigurationStatus | undefined;
2395
+ /**
2396
+ * <p>The subtype used to filter the notification configurations in the request.</p>
2397
+ * @public
2398
+ */
2399
+ subtype?: NotificationConfigurationSubtype | undefined;
3003
2400
  /**
3004
2401
  * <p>The maximum number of results to be returned in this call. Defaults to 20.</p>
3005
2402
  * @public
3006
2403
  */
3007
2404
  maxResults?: number | undefined;
3008
2405
  /**
3009
- * <p>The start token for paginated calls. Retrieved from the response of a previous
3010
- * <code>ListEventRules</code> call. Next token uses Base64 encoding.</p>
2406
+ * <p>The start token for paginated calls. Retrieved from the response of a previous <code>ListEventRules</code> call. Next token uses Base64 encoding.</p>
3011
2407
  * @public
3012
2408
  */
3013
2409
  nextToken?: string | undefined;
@@ -3018,14 +2414,12 @@ export interface ListNotificationConfigurationsRequest {
3018
2414
  */
3019
2415
  export interface NotificationConfigurationStructure {
3020
2416
  /**
3021
- * <p>The Amazon Resource Name (ARN) of the <code>NotificationConfiguration</code>
3022
- * resource.</p>
2417
+ * <p>The Amazon Resource Name (ARN) of the <code>NotificationConfiguration</code> resource.</p>
3023
2418
  * @public
3024
2419
  */
3025
2420
  arn: string | undefined;
3026
2421
  /**
3027
- * <p>The name of the <code>NotificationConfiguration</code>. Supports RFC 3986's
3028
- * unreserved characters.</p>
2422
+ * <p>The name of the <code>NotificationConfiguration</code>. Supports RFC 3986's unreserved characters.</p>
3029
2423
  * @public
3030
2424
  */
3031
2425
  name: string | undefined;
@@ -3045,47 +2439,15 @@ export interface NotificationConfigurationStructure {
3045
2439
  */
3046
2440
  creationTime: Date | undefined;
3047
2441
  /**
3048
- * <p>The aggregation preference of the <code>NotificationConfiguration</code>.</p>
3049
- * <ul>
3050
- * <li>
3051
- * <p>Values:</p>
3052
- * <ul>
3053
- * <li>
3054
- * <p>
3055
- * <code>LONG</code>
3056
- * </p>
3057
- * <ul>
3058
- * <li>
3059
- * <p>Aggregate notifications for long periods of time (12 hours).</p>
3060
- * </li>
3061
- * </ul>
3062
- * </li>
3063
- * <li>
3064
- * <p>
3065
- * <code>SHORT</code>
3066
- * </p>
3067
- * <ul>
3068
- * <li>
3069
- * <p>Aggregate notifications for short periods of time (5 minutes).</p>
3070
- * </li>
3071
- * </ul>
3072
- * </li>
3073
- * <li>
3074
- * <p>
3075
- * <code>NONE</code>
3076
- * </p>
3077
- * <ul>
3078
- * <li>
3079
- * <p>Don't aggregate notifications.</p>
3080
- * </li>
3081
- * </ul>
3082
- * </li>
3083
- * </ul>
3084
- * </li>
3085
- * </ul>
2442
+ * <p>The aggregation preference of the <code>NotificationConfiguration</code>.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>LONG</code> </p> <ul> <li> <p>Aggregate notifications for long periods of time (12 hours).</p> </li> </ul> </li> <li> <p> <code>SHORT</code> </p> <ul> <li> <p>Aggregate notifications for short periods of time (5 minutes).</p> </li> </ul> </li> <li> <p> <code>NONE</code> </p> <ul> <li> <p>Don't aggregate notifications.</p> </li> </ul> </li> </ul> </li> </ul>
3086
2443
  * @public
3087
2444
  */
3088
2445
  aggregationDuration?: AggregationDuration | undefined;
2446
+ /**
2447
+ * <p>The subtype of the notification configuration.</p>
2448
+ * @public
2449
+ */
2450
+ subtype?: NotificationConfigurationSubtype | undefined;
3089
2451
  }
3090
2452
  /**
3091
2453
  * @public
@@ -3122,8 +2484,7 @@ export interface ListNotificationEventsRequest {
3122
2484
  */
3123
2485
  locale?: LocaleCode | undefined;
3124
2486
  /**
3125
- * <p>The matched event source.</p>
3126
- * <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
2487
+ * <p>The matched event source.</p> <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
3127
2488
  * @public
3128
2489
  */
3129
2490
  source?: string | undefined;
@@ -3133,8 +2494,7 @@ export interface ListNotificationEventsRequest {
3133
2494
  */
3134
2495
  includeChildEvents?: boolean | undefined;
3135
2496
  /**
3136
- * <p>The Amazon Resource Name (ARN) of the <code>aggregatedNotificationEventArn</code> to
3137
- * match.</p>
2497
+ * <p>The Amazon Resource Name (ARN) of the <code>aggregatedNotificationEventArn</code> to match.</p>
3138
2498
  * @public
3139
2499
  */
3140
2500
  aggregateNotificationEventArn?: string | undefined;
@@ -3144,33 +2504,33 @@ export interface ListNotificationEventsRequest {
3144
2504
  */
3145
2505
  maxResults?: number | undefined;
3146
2506
  /**
3147
- * <p>The start token for paginated calls. Retrieved from the response of a previous
3148
- * <code>ListEventRules</code> call. Next token uses Base64 encoding.</p>
2507
+ * <p>The start token for paginated calls. Retrieved from the response of a previous <code>ListEventRules</code> call. Next token uses Base64 encoding.</p>
3149
2508
  * @public
3150
2509
  */
3151
2510
  nextToken?: string | undefined;
2511
+ /**
2512
+ * <p>The unique identifier of the organizational unit used to filter notification events.</p>
2513
+ * @public
2514
+ */
2515
+ organizationalUnitId?: string | undefined;
3152
2516
  }
3153
2517
  /**
3154
- * <p>Contains metadata about the event that caused the <code>NotificationEvent</code>. For
3155
- * other specific values, see <code>sourceEventMetadata</code>.</p>
2518
+ * <p>Contains metadata about the event that caused the <code>NotificationEvent</code>. For other specific values, see <code>sourceEventMetadata</code>.</p>
3156
2519
  * @public
3157
2520
  */
3158
2521
  export interface SourceEventMetadataSummary {
3159
2522
  /**
3160
- * <p>The Region where the notification originated.</p>
3161
- * <p>Unavailable for aggregated notifications.</p>
2523
+ * <p>The Region where the notification originated.</p> <p>Unavailable for aggregated notifications.</p>
3162
2524
  * @public
3163
2525
  */
3164
2526
  eventOriginRegion?: string | undefined;
3165
2527
  /**
3166
- * <p>The matched event source.</p>
3167
- * <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
2528
+ * <p>The matched event source.</p> <p>Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, <code>aws.ec2</code> and <code>aws.cloudwatch</code>. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
3168
2529
  * @public
3169
2530
  */
3170
2531
  source: string | undefined;
3171
2532
  /**
3172
- * <p>The event type to match.</p>
3173
- * <p>Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
2533
+ * <p>The event type to match.</p> <p>Must match one of the valid Amazon EventBridge event types. For example, EC2 Instance State-change Notification and Amazon CloudWatch Alarm State Change. For more information, see <a href="https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-delivery-level">Event delivery from Amazon Web Services services</a> in the <i>Amazon EventBridge User Guide</i>.</p>
3174
2534
  * @public
3175
2535
  */
3176
2536
  eventType: string | undefined;
@@ -3196,86 +2556,12 @@ export interface NotificationEventSummary {
3196
2556
  */
3197
2557
  messageComponents: MessageComponentsSummary | undefined;
3198
2558
  /**
3199
- * <p>Provides additional information about the current status of the <code>NotificationEvent</code>.</p>
3200
- * <ul>
3201
- * <li>
3202
- * <p>Values:</p>
3203
- * <ul>
3204
- * <li>
3205
- * <p>
3206
- * <code>HEALTHY</code>
3207
- * </p>
3208
- * <ul>
3209
- * <li>
3210
- * <p>All <code>EventRules</code> are <code>ACTIVE</code>.</p>
3211
- * </li>
3212
- * </ul>
3213
- * </li>
3214
- * <li>
3215
- * <p>
3216
- * <code>UNHEALTHY</code>
3217
- * </p>
3218
- * <ul>
3219
- * <li>
3220
- * <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>.</p>
3221
- * </li>
3222
- * </ul>
3223
- * </li>
3224
- * </ul>
3225
- * </li>
3226
- * </ul>
2559
+ * <p>Provides additional information about the current status of the <code>NotificationEvent</code>.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>HEALTHY</code> </p> <ul> <li> <p>All <code>EventRules</code> are <code>ACTIVE</code>.</p> </li> </ul> </li> <li> <p> <code>UNHEALTHY</code> </p> <ul> <li> <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>.</p> </li> </ul> </li> </ul> </li> </ul>
3227
2560
  * @public
3228
2561
  */
3229
2562
  eventStatus: EventStatus | undefined;
3230
2563
  /**
3231
- * <p>The type of event causing the notification.</p>
3232
- * <ul>
3233
- * <li>
3234
- * <p>Values:</p>
3235
- * <ul>
3236
- * <li>
3237
- * <p>
3238
- * <code>ALERT</code>
3239
- * </p>
3240
- * <ul>
3241
- * <li>
3242
- * <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p>
3243
- * </li>
3244
- * </ul>
3245
- * </li>
3246
- * <li>
3247
- * <p>
3248
- * <code>WARNING</code>
3249
- * </p>
3250
- * <ul>
3251
- * <li>
3252
- * <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p>
3253
- * </li>
3254
- * </ul>
3255
- * </li>
3256
- * <li>
3257
- * <p>
3258
- * <code>ANNOUNCEMENT</code>
3259
- * </p>
3260
- * <ul>
3261
- * <li>
3262
- * <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p>
3263
- * </li>
3264
- * </ul>
3265
- * </li>
3266
- * <li>
3267
- * <p>
3268
- * <code>INFORMATIONAL</code>
3269
- * </p>
3270
- * <ul>
3271
- * <li>
3272
- * <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p>
3273
- * </li>
3274
- * </ul>
3275
- * </li>
3276
- * </ul>
3277
- * </li>
3278
- * </ul>
2564
+ * <p>The type of event causing the notification.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>ALERT</code> </p> <ul> <li> <p>A notification about an event where something was triggered, initiated, reopened, deployed, or a threshold was breached.</p> </li> </ul> </li> <li> <p> <code>WARNING</code> </p> <ul> <li> <p>A notification about an event where an issue is about to arise. For example, something is approaching a threshold.</p> </li> </ul> </li> <li> <p> <code>ANNOUNCEMENT</code> </p> <ul> <li> <p>A notification about an important event. For example, a step in a workflow or escalation path or that a workflow was updated.</p> </li> </ul> </li> <li> <p> <code>INFORMATIONAL</code> </p> <ul> <li> <p>A notification about informational messages. For example, recommendations, service announcements, or reminders.</p> </li> </ul> </li> </ul> </li> </ul>
3279
2565
  * @public
3280
2566
  */
3281
2567
  notificationType: NotificationType | undefined;
@@ -3306,50 +2592,12 @@ export interface NotificationEventOverview {
3306
2592
  */
3307
2593
  creationTime: Date | undefined;
3308
2594
  /**
3309
- * <p>Refers to a <code>NotificationEventSummary</code> object.</p>
3310
- * <p>Similar in structure to <code>content</code> in the <code>GetNotificationEvent</code> response.</p>
2595
+ * <p>Refers to a <code>NotificationEventSummary</code> object.</p> <p>Similar in structure to <code>content</code> in the <code>GetNotificationEvent</code> response.</p>
3311
2596
  * @public
3312
2597
  */
3313
2598
  notificationEvent: NotificationEventSummary | undefined;
3314
2599
  /**
3315
- * <p>The <code>NotificationConfiguration</code>'s aggregation type.</p>
3316
- * <ul>
3317
- * <li>
3318
- * <p>Values:</p>
3319
- * <ul>
3320
- * <li>
3321
- * <p>
3322
- * <code>AGGREGATE</code>
3323
- * </p>
3324
- * <ul>
3325
- * <li>
3326
- * <p>The notification event is an aggregate notification. Aggregate notifications summarize grouped events over a specified time period.</p>
3327
- * </li>
3328
- * </ul>
3329
- * </li>
3330
- * <li>
3331
- * <p>
3332
- * <code>CHILD</code>
3333
- * </p>
3334
- * <ul>
3335
- * <li>
3336
- * <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p>
3337
- * </li>
3338
- * </ul>
3339
- * </li>
3340
- * <li>
3341
- * <p>
3342
- * <code>NONE</code>
3343
- * </p>
3344
- * <ul>
3345
- * <li>
3346
- * <p>The notification isn't aggregated.</p>
3347
- * </li>
3348
- * </ul>
3349
- * </li>
3350
- * </ul>
3351
- * </li>
3352
- * </ul>
2600
+ * <p>The <code>NotificationConfiguration</code>'s aggregation type.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>AGGREGATE</code> </p> <ul> <li> <p>The notification event is an aggregate notification. Aggregate notifications summarize grouped events over a specified time period.</p> </li> </ul> </li> <li> <p> <code>CHILD</code> </p> <ul> <li> <p>Some <code>EventRules</code> are <code>ACTIVE</code> and some are <code>INACTIVE</code>. Any call can be run.</p> </li> </ul> </li> <li> <p> <code>NONE</code> </p> <ul> <li> <p>The notification isn't aggregated.</p> </li> </ul> </li> </ul> </li> </ul>
3353
2601
  * @public
3354
2602
  */
3355
2603
  aggregationEventType?: AggregationEventType | undefined;
@@ -3363,6 +2611,11 @@ export interface NotificationEventOverview {
3363
2611
  * @public
3364
2612
  */
3365
2613
  aggregationSummary?: AggregationSummary | undefined;
2614
+ /**
2615
+ * <p>The unique identifier of the organizational unit in the notification event overview.</p>
2616
+ * @public
2617
+ */
2618
+ organizationalUnitId?: string | undefined;
3366
2619
  }
3367
2620
  /**
3368
2621
  * @public
@@ -3395,8 +2648,7 @@ export interface ListNotificationHubsRequest {
3395
2648
  nextToken?: string | undefined;
3396
2649
  }
3397
2650
  /**
3398
- * <p>Describes an overview of a <code>NotificationHub</code>.</p>
3399
- * <p>A <code>NotificationConfiguration</code> is an account-level setting used to select the Regions where you want to store, process and replicate your notifications.</p>
2651
+ * <p>Describes an overview of a <code>NotificationHub</code>.</p> <p>A <code>NotificationConfiguration</code> is an account-level setting used to select the Regions where you want to store, process and replicate your notifications.</p>
3400
2652
  * @public
3401
2653
  */
3402
2654
  export interface NotificationHubOverview {
@@ -3436,6 +2688,41 @@ export interface ListNotificationHubsResponse {
3436
2688
  */
3437
2689
  nextToken?: string | undefined;
3438
2690
  }
2691
+ /**
2692
+ * @public
2693
+ */
2694
+ export interface ListOrganizationalUnitsRequest {
2695
+ /**
2696
+ * <p>The Amazon Resource Name (ARN) of the notification configuration used to filter the organizational units.</p>
2697
+ * @public
2698
+ */
2699
+ notificationConfigurationArn: string | undefined;
2700
+ /**
2701
+ * <p>The maximum number of organizational units to return in a single call. Valid values are 1-100.</p>
2702
+ * @public
2703
+ */
2704
+ maxResults?: number | undefined;
2705
+ /**
2706
+ * <p>The token for the next page of results. Use the value returned in the previous response.</p>
2707
+ * @public
2708
+ */
2709
+ nextToken?: string | undefined;
2710
+ }
2711
+ /**
2712
+ * @public
2713
+ */
2714
+ export interface ListOrganizationalUnitsResponse {
2715
+ /**
2716
+ * <p>The list of organizational units that match the specified criteria.</p>
2717
+ * @public
2718
+ */
2719
+ organizationalUnits: string[] | undefined;
2720
+ /**
2721
+ * <p>The token to use for the next page of results. If there are no additional results, this value is null.</p>
2722
+ * @public
2723
+ */
2724
+ nextToken?: string | undefined;
2725
+ }
3439
2726
  /**
3440
2727
  * @public
3441
2728
  */
@@ -3476,44 +2763,7 @@ export interface UpdateNotificationConfigurationRequest {
3476
2763
  */
3477
2764
  description?: string | undefined;
3478
2765
  /**
3479
- * <p>The aggregation preference of the <code>NotificationConfiguration</code>.</p>
3480
- * <ul>
3481
- * <li>
3482
- * <p>Values:</p>
3483
- * <ul>
3484
- * <li>
3485
- * <p>
3486
- * <code>LONG</code>
3487
- * </p>
3488
- * <ul>
3489
- * <li>
3490
- * <p>Aggregate notifications for long periods of time (12 hours).</p>
3491
- * </li>
3492
- * </ul>
3493
- * </li>
3494
- * <li>
3495
- * <p>
3496
- * <code>SHORT</code>
3497
- * </p>
3498
- * <ul>
3499
- * <li>
3500
- * <p>Aggregate notifications for short periods of time (5 minutes).</p>
3501
- * </li>
3502
- * </ul>
3503
- * </li>
3504
- * <li>
3505
- * <p>
3506
- * <code>NONE</code>
3507
- * </p>
3508
- * <ul>
3509
- * <li>
3510
- * <p>Don't aggregate notifications.</p>
3511
- * </li>
3512
- * </ul>
3513
- * </li>
3514
- * </ul>
3515
- * </li>
3516
- * </ul>
2766
+ * <p>The aggregation preference of the <code>NotificationConfiguration</code>.</p> <ul> <li> <p>Values:</p> <ul> <li> <p> <code>LONG</code> </p> <ul> <li> <p>Aggregate notifications for long periods of time (12 hours).</p> </li> </ul> </li> <li> <p> <code>SHORT</code> </p> <ul> <li> <p>Aggregate notifications for short periods of time (5 minutes).</p> </li> </ul> </li> <li> <p> <code>NONE</code> </p> <ul> <li> <p>Don't aggregate notifications.</p> </li> </ul> </li> </ul> </li> </ul>
3517
2767
  * @public
3518
2768
  */
3519
2769
  aggregationDuration?: AggregationDuration | undefined;
@@ -3548,8 +2798,7 @@ export interface RegisterNotificationHubResponse {
3548
2798
  */
3549
2799
  notificationHubRegion: string | undefined;
3550
2800
  /**
3551
- * <p>Provides additional information about the current <code>NotificationConfiguration</code>
3552
- * status information.</p>
2801
+ * <p>Provides additional information about the current <code>NotificationConfiguration</code> status information.</p>
3553
2802
  * @public
3554
2803
  */
3555
2804
  statusSummary: NotificationHubStatusSummary | undefined;