Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PutItem :: Text -> Item -> Conditions -> UpdateReturn -> ReturnConsumption -> ReturnItemCollectionMetrics -> PutItem

    aws Aws.DynamoDb.Commands.PutItem

    No documentation available.

  2. data PutItemResponse

    aws Aws.DynamoDb.Commands.PutItem

    No documentation available.

  3. PutItemResponse :: Maybe Item -> Maybe ConsumedCapacity -> Maybe ItemCollectionMetrics -> PutItemResponse

    aws Aws.DynamoDb.Commands.PutItem

    No documentation available.

  4. ProjectAll :: Projection

    aws Aws.DynamoDb.Commands.Table

    No documentation available.

  5. ProjectInclude :: [Text] -> Projection

    aws Aws.DynamoDb.Commands.Table

    No documentation available.

  6. ProjectKeysOnly :: Projection

    aws Aws.DynamoDb.Commands.Table

    No documentation available.

  7. data Projection

    aws Aws.DynamoDb.Commands.Table

    This determines which attributes are projected into a secondary index.

  8. data ProvisionedThroughput

    aws Aws.DynamoDb.Commands.Table

    The target provisioned throughput you are requesting for the table or global secondary index.

  9. ProvisionedThroughput :: Int -> Int -> ProvisionedThroughput

    aws Aws.DynamoDb.Commands.Table

    No documentation available.

  10. data ProvisionedThroughputStatus

    aws Aws.DynamoDb.Commands.Table

    This is returned by AWS as the status of the throughput for a table or global secondary index.

Page 1192 of many | Previous | Next