StartSessionRequest
public struct StartSessionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the SSM document to define the parameters and plugin settings for the session. For example, SSM-SessionManagerRunShell. You can call the GetDocument API to verify the document exists before attempting to start a session. If no document name is provided, a shell to the instance is launched by default.
Declaration
Swift
public let documentName: String?
-
Reserved for future use.
Declaration
Swift
public let parameters: [String : [String]]?
-
The instance to connect to for the session.
Declaration
Swift
public let target: String
-
Undocumented
Declaration
Swift
public init(documentName: String? = nil, parameters: [String : [String]]? = nil, target: String)
-
Declaration
Swift
public func validate(name: String) throws