RegisterUsageRequest
public struct RegisterUsageRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
(Optional) To scope down the registration to a specific running software instance and guard against replay attacks.
Declaration
Swift
public let nonce: String? -
Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.
Declaration
Swift
public let productCode: String -
Public Key Version provided by AWS Marketplace
Declaration
Swift
public let publicKeyVersion: Int -
Undocumented
Declaration
Swift
public init(nonce: String? = nil, productCode: String, publicKeyVersion: Int) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RegisterUsageRequest Structure Reference