CreateProvisioningTemplateVersionRequest
public struct CreateProvisioningTemplateVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Sets a fleet provision template version as the default version.
Declaration
Swift
public let setAsDefault: Bool?
-
The JSON formatted contents of the fleet provisioning template.
Declaration
Swift
public let templateBody: String
-
The name of the fleet provisioning template.
Declaration
Swift
public let templateName: String
-
Undocumented
Declaration
Swift
public init(setAsDefault: Bool? = nil, templateBody: String, templateName: String)
-
Declaration
Swift
public func validate(name: String) throws