UpdateStateMachineInput
public struct UpdateStateMachineInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon States Language definition of the state machine. See Amazon States Language.
Declaration
Swift
public let definition: String?
-
The LoggingConfiguration data type is used to set CloudWatch Logs options.
Declaration
Swift
public let loggingConfiguration: LoggingConfiguration?
-
The Amazon Resource Name (ARN) of the IAM role of the state machine.
Declaration
Swift
public let roleArn: String?
-
The Amazon Resource Name (ARN) of the state machine.
Declaration
Swift
public let stateMachineArn: String
-
Undocumented
Declaration
Swift
public init(definition: String? = nil, loggingConfiguration: LoggingConfiguration? = nil, roleArn: String? = nil, stateMachineArn: String)
-
Declaration
Swift
public func validate(name: String) throws