DeleteThemeRequest

public struct DeleteThemeRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the AWS account that contains the theme that you’re deleting.

    Declaration

    Swift

    public let awsAccountId: String
  • An ID for the theme that you want to delete.

    Declaration

    Swift

    public let themeId: String
  • The version of the theme that you want to delete. Note: If you don’t provide a version number, you’re using this call to DeleteTheme to delete all versions of the theme.

    Declaration

    Swift

    public let versionNumber: Int64?
  • Undocumented

    Declaration

    Swift

    public init(awsAccountId: String, themeId: String, versionNumber: Int64? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws