BatchMeterUsageResult

public struct BatchMeterUsageResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Contains all UsageRecords processed by BatchMeterUsage. These records were either honored by AWS Marketplace Metering Service or were invalid.

    Declaration

    Swift

    public let results: [UsageRecordResult]?
  • Contains all UsageRecords that were not processed by BatchMeterUsage. This is a list of UsageRecords. You can retry the failed request by making another BatchMeterUsage call with this list as input in the BatchMeterUsageRequest.

    Declaration

    Swift

    public let unprocessedRecords: [UsageRecord]?
  • Undocumented

    Declaration

    Swift

    public init(results: [UsageRecordResult]? = nil, unprocessedRecords: [UsageRecord]? = nil)