# sig/aws-sdk-dynamodb/attribute_value.rbs class Aws::DynamoDB::AttributeValue def initialize: () -> void def marshal: () -> untyped def unmarshal: () -> untyped end # sig/aws-sdk-dynamodb/attribute_value.rbs class Aws::DynamoDB::AttributeValue::Marshaler def format: () -> untyped def format_set: () -> untyped end # sig/aws-sdk-dynamodb/attribute_value.rbs class Aws::DynamoDB::AttributeValue::Unmarshaler def extract_type_and_value: () -> untyped def format: () -> untyped end # sig/aws-sdk-dynamodb/client.rbs class Aws::DynamoDB::Client < Aws::DynamoDB::Seahorse::Client::Base def batch_get_item: () -> untyped def batch_write_item: () -> untyped def build_request: () -> untyped def create_table: () -> untyped def data_to_http_resp: () -> untyped def delete_item: () -> untyped def delete_table: () -> untyped def describe_limits: () -> untyped def describe_table: () -> untyped def describe_time_to_live: () -> untyped def errors_module: () -> untyped def get_item: () -> untyped def initialize: () -> void def list_tables: () -> untyped def list_tags_of_resource: () -> untyped def put_item: () -> untyped def query: () -> untyped def scan: () -> untyped def stub_data: () -> untyped def tag_resource: () -> untyped def untag_resource: () -> untyped def update_item: () -> untyped def update_table: () -> untyped def update_time_to_live: () -> untyped def wait_until: () -> untyped def waiter: () -> untyped def waiter_names: () -> untyped def waiters: () -> untyped end # sig/aws-sdk-dynamodb/plugins/crc32_validation.rbs class Aws::DynamoDB::Plugins::CRC32Validation < Aws::DynamoDB::Plugins::Seahorse::Client::Plugin def add_handlers: () -> untyped end # sig/aws-sdk-dynamodb/plugins/crc32_validation.rbs class Aws::DynamoDB::Plugins::CRC32Validation::Handler < Aws::DynamoDB::Plugins::CRC32Validation::Seahorse::Client::Handler def call: () -> untyped def crc32_is_valid?: () -> untyped def validate: () -> untyped end # sig/aws-sdk-dynamodb/plugins/simple_attributes.rbs class Aws::DynamoDB::Plugins::SimpleAttributes < Aws::DynamoDB::Plugins::Seahorse::Client::Plugin def add_handlers: () -> untyped end # sig/aws-sdk-dynamodb/plugins/simple_attributes.rbs class Aws::DynamoDB::Plugins::SimpleAttributes::Handler < Aws::DynamoDB::Plugins::SimpleAttributes::Seahorse::Client::Handler def call: () -> untyped def translate_input: () -> untyped def translate_output: () -> untyped end # sig/aws-sdk-dynamodb/plugins/simple_attributes.rbs class Aws::DynamoDB::Plugins::SimpleAttributes::ValueTranslator def self.apply: () -> untyped def apply: () -> untyped def initialize: () -> void def list: () -> untyped def map: () -> untyped def structure: () -> untyped def translate: () -> untyped def translate_complex: () -> untyped end # sig/aws-sdk-dynamodb/resource.rbs class Aws::DynamoDB::Resource def batch_get_item: () -> untyped def batch_write_item: () -> untyped def client: () -> untyped def create_table: () -> untyped def initialize: () -> void def table: () -> untyped def tables: () -> untyped end # sig/aws-sdk-dynamodb/table.rbs class Aws::DynamoDB::Table def attribute_definitions: () -> untyped def client: () -> untyped def creation_date_time: () -> untyped def data: () -> untyped def data_loaded?: () -> untyped def delete: () -> untyped def delete_item: () -> untyped def extract_name: () -> untyped def get_item: () -> untyped def global_secondary_indexes: () -> untyped def identifiers: () -> untyped def initialize: () -> void def item_count: () -> untyped def key_schema: () -> untyped def latest_stream_arn: () -> untyped def latest_stream_label: () -> untyped def load: () -> untyped def local_secondary_indexes: () -> untyped def name: () -> untyped def provisioned_throughput: () -> untyped def put_item: () -> untyped def query: () -> untyped def scan: () -> untyped def stream_specification: () -> untyped def table_arn: () -> untyped def table_size_bytes: () -> untyped def table_status: () -> untyped def update: () -> untyped def update_item: () -> untyped end # sig/aws-sdk-dynamodb/waiters.rbs class Aws::DynamoDB::Waiters::TableExists def initialize: () -> void def wait: () -> untyped end # sig/aws-sdk-dynamodb/waiters.rbs class Aws::DynamoDB::Waiters::TableNotExists def initialize: () -> void def wait: () -> untyped end