LICENSE
README.md
pyproject.toml
setup.py
tests/__init__.py
tests/test_imports.py
tests/xoto3/__init__.py
tests/xoto3/backoff_test.py
tests/xoto3/errors_test.py
tests/xoto3/paginate_test.py
tests/xoto3/cloudwatch/__init__.py
tests/xoto3/cloudwatch/log_groups_test.py
tests/xoto3/cloudwatch/metrics_test.py
tests/xoto3/dynamodb/__init__.py
tests/xoto3/dynamodb/conditions_test.py
tests/xoto3/dynamodb/exceptions_test.py
tests/xoto3/dynamodb/get_test.py
tests/xoto3/dynamodb/prewrite_test.py
tests/xoto3/dynamodb/put_test.py
tests/xoto3/dynamodb/stringset_test.py
tests/xoto3/dynamodb/update/__init__.py
tests/xoto3/dynamodb/update/builders_test.py
tests/xoto3/dynamodb/update/diff_test.py
tests/xoto3/dynamodb/update/versioned_test.py
tests/xoto3/dynamodb/utils/__init__.py
tests/xoto3/dynamodb/utils/expressions_test.py
tests/xoto3/dynamodb/utils/index_test.py
tests/xoto3/dynamodb/utils/serde_test.py
tests/xoto3/dynamodb/utils/truth_test.py
tests/xoto3/dynamodb/write_versioned/__init__.py
tests/xoto3/dynamodb/write_versioned/api2_test.py
tests/xoto3/dynamodb/write_versioned/build_test.py
tests/xoto3/dynamodb/write_versioned/conftest.py
tests/xoto3/dynamodb/write_versioned/ddb_api_test.py
tests/xoto3/dynamodb/write_versioned/example_unit_test.py
tests/xoto3/dynamodb/write_versioned/keys_test.py
tests/xoto3/dynamodb/write_versioned/lazy_batch_gets_test.py
tests/xoto3/dynamodb/write_versioned/modify_test.py
tests/xoto3/dynamodb/write_versioned/prepare_test.py
tests/xoto3/dynamodb/write_versioned/retry_test.py
tests/xoto3/dynamodb/write_versioned/run_test.py
tests/xoto3/dynamodb/write_versioned/specify_test.py
tests/xoto3/utils/__init__.py
tests/xoto3/utils/b64_test.py
tests/xoto3/utils/cm_test.py
tests/xoto3/utils/contextual_default.py
tests/xoto3/utils/dt_test.py
tests/xoto3/utils/iter_test.py
tests/xoto3/utils/json_test.py
tests/xoto3/utils/lazy_test.py
tests/xoto3/utils/multicast_test.py
tests/xoto3/utils/oncall_default_test.py
tests/xoto3/utils/pipe_multiprocessing_test.py
tests/xoto3/utils/poll_test.py
tests/xoto3/utils/stack_context_test.py
tests/xoto3/utils/tree_map_test.py
xoto3/__about__.py
xoto3/__init__.py
xoto3/backoff.py
xoto3/errors.py
xoto3/lazy_session.py
xoto3/paginate.py
xoto3/py.typed
xoto3.egg-info/PKG-INFO
xoto3.egg-info/SOURCES.txt
xoto3.egg-info/dependency_links.txt
xoto3.egg-info/requires.txt
xoto3.egg-info/top_level.txt
xoto3/cloudformation/__init__.py
xoto3/cloudwatch/__init__.py
xoto3/cloudwatch/insights.py
xoto3/cloudwatch/log_groups.py
xoto3/cloudwatch/metrics.py
xoto3/cloudwatch/utils.py
xoto3/cloudwatch/logs/__init__.py
xoto3/cloudwatch/logs/events.py
xoto3/cloudwatch/logs/funnel.py
xoto3/dynamodb/__init__.py
xoto3/dynamodb/asynch.py
xoto3/dynamodb/batch_get.py
xoto3/dynamodb/batch_write.py
xoto3/dynamodb/conditions.py
xoto3/dynamodb/constants.py
xoto3/dynamodb/exceptions.py
xoto3/dynamodb/get.py
xoto3/dynamodb/paginate.py
xoto3/dynamodb/prewrite.py
xoto3/dynamodb/put.py
xoto3/dynamodb/query.py
xoto3/dynamodb/stringset.py
xoto3/dynamodb/types.py
xoto3/dynamodb/streams/__init__.py
xoto3/dynamodb/streams/consume.py
xoto3/dynamodb/streams/records.py
xoto3/dynamodb/streams/shards.py
xoto3/dynamodb/update/__init__.py
xoto3/dynamodb/update/builders.py
xoto3/dynamodb/update/core.py
xoto3/dynamodb/update/diff.py
xoto3/dynamodb/update/retry.py
xoto3/dynamodb/update/utils.py
xoto3/dynamodb/update/versioned.py
xoto3/dynamodb/utils/__init__.py
xoto3/dynamodb/utils/expressions.py
xoto3/dynamodb/utils/index.py
xoto3/dynamodb/utils/serde.py
xoto3/dynamodb/utils/table.py
xoto3/dynamodb/utils/truth.py
xoto3/dynamodb/write_versioned/__init__.py
xoto3/dynamodb/write_versioned/api2.py
xoto3/dynamodb/write_versioned/ddb_api.py
xoto3/dynamodb/write_versioned/errors.py
xoto3/dynamodb/write_versioned/keys.py
xoto3/dynamodb/write_versioned/lazy_batch_gets.py
xoto3/dynamodb/write_versioned/modify.py
xoto3/dynamodb/write_versioned/prepare.py
xoto3/dynamodb/write_versioned/read.py
xoto3/dynamodb/write_versioned/retry.py
xoto3/dynamodb/write_versioned/run.py
xoto3/dynamodb/write_versioned/specify.py
xoto3/dynamodb/write_versioned/types.py
xoto3/lam/__init__.py
xoto3/lam/event_records.py
xoto3/lam/finalize.py
xoto3/lam/maintenance.py
xoto3/lam/types.py
xoto3/sqs/__init__.py
xoto3/sqs/utils.py
xoto3/ssm/__init__.py
xoto3/ssm/parameters.py
xoto3/utils/__init__.py
xoto3/utils/b64.py
xoto3/utils/cm.py
xoto3/utils/contextual_default.py
xoto3/utils/dec.py
xoto3/utils/dt.py
xoto3/utils/env.py
xoto3/utils/iter.py
xoto3/utils/jsn.py
xoto3/utils/lazy.py
xoto3/utils/multicast.py
xoto3/utils/oncall_default.py
xoto3/utils/pipe_multiprocessing.py
xoto3/utils/poll.py
xoto3/utils/retry.py
xoto3/utils/stack_context.py
xoto3/utils/stream.py
xoto3/utils/tree_map.py