SendTestEventNotificationRequest

public struct SendTestEventNotificationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The notification specification to test. This value is identical to the value you would provide to the UpdateNotificationSettings operation when you establish the notification specification for a HIT type.

    Declaration

    Swift

    public let notification: NotificationSpecification
  • The event to simulate to test the notification specification. This event is included in the test message even if the notification specification does not include the event type. The notification specification does not filter out the test event.

    Declaration

    Swift

    public let testEventType: EventType
  • Undocumented

    Declaration

    Swift

    public init(notification: NotificationSpecification, testEventType: EventType)