BatchMeterUsageRequest

public struct BatchMeterUsageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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
  • The set of UsageRecords to submit. BatchMeterUsage accepts up to 25 UsageRecords at a time.

    Declaration

    Swift

    public let usageRecords: [UsageRecord]
  • Undocumented

    Declaration

    Swift

    public init(productCode: String, usageRecords: [UsageRecord])
  • Declaration

    Swift

    public func validate(name: String) throws