UpdateUsageRequest

public struct UpdateUsageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.

    Declaration

    Swift

    public let keyId: String
  • A list of update operations to be applied to the specified resource and in the order specified in this list.

    Declaration

    Swift

    public let patchOperations: [PatchOperation]?
  • [Required] The Id of the usage plan associated with the usage data.

    Declaration

    Swift

    public let usagePlanId: String
  • Undocumented

    Declaration

    Swift

    public init(keyId: String, patchOperations: [PatchOperation]? = nil, usagePlanId: String)