Type annotations for boto3.SSOOIDC 1.14.41 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-sso-oidc
Type annotations for boto3.SSOOIDC 1.14.41 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for SSOOIDC
service.
python -m pip install boto3-stubs[sso-oidc]
How to use
Client annotations
SSOOIDCClient
provides annotations for boto3.client("sso-oidc")
.
import boto3
from mypy_boto3_sso_oidc import SSOOIDCClient
from mypy_boto3_sso_oidc.type_defs import CreateTokenResponseTypeDef, ...
client: SSOOIDCClient = boto3.client("sso-oidc")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: SSOOIDCClient = session.client("sso-oidc")
Typed dictionations
mypy_boto3_sso_oidc.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> CreateTokenResponseTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_sso_oidc
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("sso-oidc")
session_client = boto3.Session().client("sso-oidc")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mypy-boto3-sso-oidc-1.14.41.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bf8650f044bb76de01fff93e94035734aa203224b9d38e72b4c2bbd0807ccee |
|
MD5 | 3f1674de88aca1c35497bb4a89e1b8f9 |
|
BLAKE2b-256 | 50a5278b2e462bbd14b3b3acbfd7bdcc67dbc2f3b2fbe24663a98cc636881ef7 |
Hashes for mypy_boto3_sso_oidc-1.14.41.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ea9b442894a41f137c0c8682c30bf8614c6297a030f70a2681ef86bb3574dc8 |
|
MD5 | 0cb5e52541a6a869a58b8d2464943da8 |
|
BLAKE2b-256 | 59aac4a9f8ab8e7a9754f1afa9a02bfc0d0bb17b881f6e6c78f2235ee3466dca |