UpdateProductInput

public struct UpdateProductInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The language code. en - English (default) jp - Japanese zh - Chinese

    Declaration

    Swift

    public let acceptLanguage: String?
  • The tags to add to the product.

    Declaration

    Swift

    public let addTags: [Tag]?
  • The updated description of the product.

    Declaration

    Swift

    public let description: String?
  • The updated distributor of the product.

    Declaration

    Swift

    public let distributor: String?
  • id

    The product identifier.

    Declaration

    Swift

    public let id: String
  • The updated product name.

    Declaration

    Swift

    public let name: String?
  • The updated owner of the product.

    Declaration

    Swift

    public let owner: String?
  • The tags to remove from the product.

    Declaration

    Swift

    public let removeTags: [String]?
  • The updated support description for the product.

    Declaration

    Swift

    public let supportDescription: String?
  • The updated support email for the product.

    Declaration

    Swift

    public let supportEmail: String?
  • The updated support URL for the product.

    Declaration

    Swift

    public let supportUrl: String?
  • Undocumented

    Declaration

    Swift

    public init(acceptLanguage: String? = nil, addTags: [Tag]? = nil, description: String? = nil, distributor: String? = nil, id: String, name: String? = nil, owner: String? = nil, removeTags: [String]? = nil, supportDescription: String? = nil, supportEmail: String? = nil, supportUrl: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws