CreateNotificationSubscriptionRequest
public struct CreateNotificationSubscriptionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The endpoint to receive the notifications. If the protocol is HTTPS, the endpoint is a URL that begins with https.
Declaration
Swift
public let endpoint: String
-
The ID of the organization.
Declaration
Swift
public let organizationId: String
-
The protocol to use. The supported value is https, which delivers JSON-encoded messages using HTTPS POST.
Declaration
Swift
public let `protocol`: SubscriptionProtocolType
-
The notification type.
Declaration
Swift
public let subscriptionType: SubscriptionType
-
Undocumented
Declaration
Swift
public init(endpoint: String, organizationId: String, protocol: SubscriptionProtocolType, subscriptionType: SubscriptionType)
-
Declaration
Swift
public func validate(name: String) throws