ModifyLaunchTemplateRequest
public struct ModifyLaunchTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency. Constraint: Maximum 128 ASCII characters.
Declaration
Swift
public let clientToken: String?
-
The version number of the launch template to set as the default version.
Declaration
Swift
public let defaultVersion: String?
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
The ID of the launch template. You must specify either the launch template ID or launch template name in the request.
Declaration
Swift
public let launchTemplateId: String?
-
The name of the launch template. You must specify either the launch template ID or launch template name in the request.
Declaration
Swift
public let launchTemplateName: String?
-
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, defaultVersion: String? = nil, dryRun: Bool? = nil, launchTemplateId: String? = nil, launchTemplateName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws