UpdateThemeAliasRequest
public struct UpdateThemeAliasRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the theme alias that you want to update.
Declaration
Swift
public let aliasName: String
-
The ID of the AWS account that contains the theme alias that you’re updating.
Declaration
Swift
public let awsAccountId: String
-
The ID for the theme.
Declaration
Swift
public let themeId: String
-
The version number of the theme that the alias should reference.
Declaration
Swift
public let themeVersionNumber: Int64
-
Undocumented
Declaration
Swift
public init(aliasName: String, awsAccountId: String, themeId: String, themeVersionNumber: Int64)
-
Declaration
Swift
public func validate(name: String) throws