CreateSystemTemplateRequest
public struct CreateSystemTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The namespace version in which the system is to be created. If no value is specified, the latest version is used by default.
Declaration
Swift
public let compatibleNamespaceVersion: Int64?
-
The DefinitionDocument used to create the system.
Declaration
Swift
public let definition: DefinitionDocument
-
Undocumented
Declaration
Swift
public init(compatibleNamespaceVersion: Int64? = nil, definition: DefinitionDocument)
-
Declaration
Swift
public func validate(name: String) throws