ProvisionedThroughputDescription

public struct ProvisionedThroughputDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time of the last provisioned throughput decrease for this table.

    Declaration

    Swift

    public let lastDecreaseDateTime: TimeStamp?
  • The date and time of the last provisioned throughput increase for this table.

    Declaration

    Swift

    public let lastIncreaseDateTime: TimeStamp?
  • The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.

    Declaration

    Swift

    public let numberOfDecreasesToday: Int64?
  • The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100 eventually consistent ReadCapacityUnits per second.

    Declaration

    Swift

    public let readCapacityUnits: Int64?
  • The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

    Declaration

    Swift

    public let writeCapacityUnits: Int64?
  • Undocumented

    Declaration

    Swift

    public init(lastDecreaseDateTime: TimeStamp? = nil, lastIncreaseDateTime: TimeStamp? = nil, numberOfDecreasesToday: Int64? = nil, readCapacityUnits: Int64? = nil, writeCapacityUnits: Int64? = nil)