Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "api-change",
"description": "Initial client release with support for current Amazon Lex Runtime V2 operations."
}
6 changes: 6 additions & 0 deletions clients/aws-sdk-lex-runtime-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog

## v0.4.0

### Features
* Initial client release with support for current Amazon Lex Runtime V2 operations.
10 changes: 10 additions & 0 deletions clients/aws-sdk-lex-runtime-v2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Code generated by smithy-python-codegen DO NOT EDIT.

## Amazon Lex Runtime V2 Client

aws_sdk_lex_runtime_v2 client

### Documentation

This section contains documentation for the Amazon Lex V2 Runtime V2 API
operations.
61 changes: 61 additions & 0 deletions clients/aws-sdk-lex-runtime-v2/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Code generated by smithy-python-codegen DO NOT EDIT.

[project]
name = "aws_sdk_lex_runtime_v2"
version = "0.4.0"
description = "aws_sdk_lex_runtime_v2 client"
readme = "README.md"
requires-python = ">=3.12"
keywords = ["smithy", "aws_sdk_lex_runtime_v2"]
license = {text = "Apache-2.0"}
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Natural Language :: English",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14"
]

dependencies = [
"smithy_aws_core[eventstream, json]~=0.4.0",
"smithy_core~=0.3.0",
"smithy_http[awscrt]~=0.3.0"
]

[dependency-groups]
test = [
"pytest>=9.0.1,<10.0.0",
"pytest-asyncio>=1.3.0,<1.4.0"
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.pyright]
typeCheckingMode = "strict"
reportPrivateUsage = false
reportUnusedFunction = false
reportUnusedVariable = false
reportUnnecessaryComparison = false
reportUnusedClass = false
enableExperimentalFeatures = true

[tool.ruff]
target-version = "py312"

[tool.ruff.lint]
ignore = ["F841"]

[tool.ruff.format]
skip-magic-trailing-comma = true

[tool.pytest.ini_options]
python_classes = ["!Test"]
asyncio_mode = "auto"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Code generated by smithy-python-codegen DO NOT EDIT.

__version__: str = "0.4.0"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Code generated by smithy-python-codegen DO NOT EDIT.
Loading