NotifyMigrationTaskStateRequest
public struct NotifyMigrationTaskStateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
Declaration
Swift
public let dryRun: Bool?
-
Unique identifier that references the migration task. Do not store personal data in this field.
Declaration
Swift
public let migrationTaskName: String
-
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If Migration Hub does not receive an update within the specified interval, then the migration task will be considered stale.
Declaration
Swift
public let nextUpdateSeconds: Int
-
The name of the ProgressUpdateStream.
Declaration
Swift
public let progressUpdateStream: String
-
Information about the task’s progress and status.
Declaration
Swift
public let task: Task
-
The timestamp when the task was gathered.
Declaration
Swift
public let updateDateTime: TimeStamp
-
Declaration
Swift
public func validate(name: String) throws