DeleteTemplateAliasRequest
public struct DeleteTemplateAliasRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.
Declaration
Swift
public let aliasName: String
-
The ID of the AWS account that contains the item to delete.
Declaration
Swift
public let awsAccountId: String
-
The ID for the template that the specified alias is for.
Declaration
Swift
public let templateId: String
-
Undocumented
Declaration
Swift
public init(aliasName: String, awsAccountId: String, templateId: String)
-
Declaration
Swift
public func validate(name: String) throws