Skip to content

Commit

Permalink
Merge pull request #15 from altitudenetworks/hotfix/update-docs-bef5
Browse files Browse the repository at this point in the history
[Actions] Auto update docs
  • Loading branch information
vemel authored Mar 24, 2020
2 parents bef5844 + 8429a09 commit ba62f7c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/dynamo_query/dynamo_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
- [DynamoTable().table](#dynamotabletable)
- [DynamoTable().upsert_record](#dynamotableupsert_record)
- [DynamoTable().validate_record_attributes](#dynamotablevalidate_record_attributes)
- [DynamoTable().wait_until_exists](#dynamotablewait_until_exists)
- [DynamoTable().wait_until_not_exists](#dynamotablewait_until_not_exists)
- [DynamoTableError](#dynamotableerror)

## DynamoTable
Expand Down Expand Up @@ -686,6 +688,26 @@ Check that all index keys are set correctly in record.

- [DynamoRecord](#dynamorecord)

### DynamoTable().wait_until_exists

[[find in source code]](https://github.com/altitudenetworks/dynamoquery/blob/master/dynamo_query/dynamo_table.py#L887)

```python
def wait_until_exists() -> None:
```

Proxy method for `resource.Table.wait_until_exists`.

### DynamoTable().wait_until_not_exists

[[find in source code]](https://github.com/altitudenetworks/dynamoquery/blob/master/dynamo_query/dynamo_table.py#L893)

```python
def wait_until_not_exists() -> None:
```

Proxy method for `resource.Table.wait_until_not_exists`.

## DynamoTableError

[[find in source code]](https://github.com/altitudenetworks/dynamoquery/blob/master/dynamo_query/dynamo_table.py#L39)
Expand Down

0 comments on commit ba62f7c

Please sign in to comment.