v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439228184.1 KB

Returns a list of <code>ManagedNotificationChildEvents</code> for a specified aggregate <code>ManagedNotificationEvent</code>, ordered by creation time in reverse chronological order (newest first).

get/list-managed-notification-child-events/{aggregateManagedNotificationEventArn}

Path parameters

aggregateManagedNotificationEventArnstring required

The Amazon Resource Name (ARN) of the <code>ManagedNotificationEvent</code>.

Query parameters

startTimestring date-time

The earliest time of events to return from this call.

endTimestring date-time

Latest time of events to return from this call.

locale'de_DE' | 'en_CA' | 'en_US' | 'en_UK' | 'es_ES' | 'fr_CA' | 'fr_FR' | 'id_ID' | 'it_IT' | 'ja_JP' | 'ko_KR' | 'pt_BR' | 'tr_TR' | 'zh_CN' | 'zh_TW'

The locale code of the language used for the retrieved <code>NotificationEvent</code>. The default locale is English.<code>en_US</code>.

maxResultsinteger

The maximum number of results to be returned in this call. Defaults to 20.

relatedAccountstring

The Amazon Web Services account ID associated with the Managed Notification Child Events.

organizationalUnitIdstring

The identifier of the Amazon Web Services Organizations organizational unit (OU) associated with the Managed Notification Child Events.

nextTokenstring

The start token for paginated calls. Retrieved from the response of a previous ListManagedNotificationChannelAssociations call. Next token uses Base64 encoding.

Response

Success

nextTokenstring

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.