UpdateDetectorModelRequest
public struct UpdateDetectorModelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information that defines how a detector operates.
Declaration
Swift
public let detectorModelDefinition: DetectorModelDefinition
-
A brief description of the detector model.
Declaration
Swift
public let detectorModelDescription: String?
-
The name of the detector model that is updated.
Declaration
Swift
public let detectorModelName: String
-
Information about the order in which events are evaluated and how actions are executed.
Declaration
Swift
public let evaluationMethod: EvaluationMethod?
-
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
Declaration
Swift
public let roleArn: String
-
Undocumented
Declaration
Swift
public init(detectorModelDefinition: DetectorModelDefinition, detectorModelDescription: String? = nil, detectorModelName: String, evaluationMethod: EvaluationMethod? = nil, roleArn: String)
-
Declaration
Swift
public func validate(name: String) throws