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
40 changes: 40 additions & 0 deletions clients/aws-sdk-qbusiness/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Code generated by smithy-python-codegen DO NOT EDIT.

## QBusiness Client

aws_sdk_qbusiness client

### Documentation

This is the *Amazon Q Business* API Reference. Amazon Q Business is a
fully managed, generative-AI powered enterprise chat assistant that you
can deploy within your organization. Amazon Q Business enhances employee
productivity by supporting key tasks such as question-answering,
knowledge discovery, writing email messages, summarizing text, drafting
document outlines, and brainstorming ideas. Users ask questions of
Amazon Q Business and get answers that are presented in a conversational
manner. For an introduction to the service, see the [*Amazon Q Business
User
Guide*](https://docs.aws.amazon.com/amazonq/latest/business-use-dg/what-is.html)
.

For an overview of the Amazon Q Business APIs, see [Overview of Amazon Q
Business API
operations](https://docs.aws.amazon.com/amazonq/latest/business-use-dg/api-ref.html#api-overview).

For information about the IAM access control permissions you need to use
this API, see [IAM roles for Amazon Q
Business](https://docs.aws.amazon.com/amazonq/latest/business-use-dg/iam-roles.html)
in the *Amazon Q Business User Guide*.

The following resources provide additional information about using the
Amazon Q Business API:

- *[Setting up for Amazon Q
Business](https://docs.aws.amazon.com/amazonq/latest/business-use-dg/setting-up.html)*

- *[Amazon Q Business CLI
Reference](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/qbusiness/index.html)*

- *[Amazon Web Services General
Reference](https://docs.aws.amazon.com/general/latest/gr/amazonq.html)*
61 changes: 61 additions & 0 deletions clients/aws-sdk-qbusiness/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_qbusiness"
version = "0.4.0"
description = "aws_sdk_qbusiness client"
readme = "README.md"
requires-python = ">=3.12"
keywords = ["smithy", "aws_sdk_qbusiness"]
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.5.0",
"smithy_core~=0.4.0",
"smithy_http[awscrt]~=0.4.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"
3 changes: 3 additions & 0 deletions clients/aws-sdk-qbusiness/src/aws_sdk_qbusiness/__init__.py
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
Loading