UpdateAssetRequest

public struct UpdateAssetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the asset to update.

    Declaration

    Swift

    public let assetId: String
  • A unique, friendly name for the asset.

    Declaration

    Swift

    public let assetName: String
  • A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.

    Declaration

    Swift

    public let clientToken: String?
  • Undocumented

    Declaration

    Swift

    public init(assetId: String, assetName: String, clientToken: String? = UpdateAssetRequest.idempotencyToken())
  • Declaration

    Swift

    public func validate(name: String) throws