UpdateTemplateAliasRequest
public struct UpdateTemplateAliasRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The alias of the template that you want to update. If you name a specific alias, you update the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn’t apply to templates.
Declaration
Swift
public let aliasName: String -
The ID of the AWS account that contains the template alias that you’re updating.
Declaration
Swift
public let awsAccountId: String -
The ID for the template.
Declaration
Swift
public let templateId: String -
The version number of the template.
Declaration
Swift
public let templateVersionNumber: Int64 -
Undocumented
Declaration
Swift
public init(aliasName: String, awsAccountId: String, templateId: String, templateVersionNumber: Int64) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateTemplateAliasRequest Structure Reference