Type annotations for boto3.ServiceCatalog 1.14.0 service, generated by mypy-boto3-buider 2.0.4
Project description
mypy-boto3-servicecatalog
Type annotations for boto3.ServiceCatalog 1.14.0 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.4.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for ServiceCatalog
service.
python -m pip install boto3-stubs[servicecatalog]
Use boto3
with mypy_boto3_servicecatalog
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_servicecatalog import ServiceCatalogClient
# Now mypy can check if your code is valid.
client: ServiceCatalogClient = boto3.client("servicecatalog")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: ServiceCatalogClient = session.client("servicecatalog")
# Annotated paginators are included as well
import mypy_boto3_servicecatalog.paginator as servicecatalog_paginators
list_accepted_portfolio_shares_paginator: servicecatalog_paginators.ListAcceptedPortfolioSharesPaginator = client.get_paginator("list_accepted_portfolio_shares")
list_constraints_for_portfolio_paginator: servicecatalog_paginators.ListConstraintsForPortfolioPaginator = client.get_paginator("list_constraints_for_portfolio")
list_launch_paths_paginator: servicecatalog_paginators.ListLaunchPathsPaginator = client.get_paginator("list_launch_paths")
list_organization_portfolio_access_paginator: servicecatalog_paginators.ListOrganizationPortfolioAccessPaginator = client.get_paginator("list_organization_portfolio_access")
list_portfolios_paginator: servicecatalog_paginators.ListPortfoliosPaginator = client.get_paginator("list_portfolios")
list_portfolios_for_product_paginator: servicecatalog_paginators.ListPortfoliosForProductPaginator = client.get_paginator("list_portfolios_for_product")
list_principals_for_portfolio_paginator: servicecatalog_paginators.ListPrincipalsForPortfolioPaginator = client.get_paginator("list_principals_for_portfolio")
list_provisioned_product_plans_paginator: servicecatalog_paginators.ListProvisionedProductPlansPaginator = client.get_paginator("list_provisioned_product_plans")
list_provisioning_artifacts_for_service_action_paginator: servicecatalog_paginators.ListProvisioningArtifactsForServiceActionPaginator = client.get_paginator("list_provisioning_artifacts_for_service_action")
list_record_history_paginator: servicecatalog_paginators.ListRecordHistoryPaginator = client.get_paginator("list_record_history")
list_resources_for_tag_option_paginator: servicecatalog_paginators.ListResourcesForTagOptionPaginator = client.get_paginator("list_resources_for_tag_option")
list_service_actions_paginator: servicecatalog_paginators.ListServiceActionsPaginator = client.get_paginator("list_service_actions")
list_service_actions_for_provisioning_artifact_paginator: servicecatalog_paginators.ListServiceActionsForProvisioningArtifactPaginator = client.get_paginator("list_service_actions_for_provisioning_artifact")
list_tag_options_paginator: servicecatalog_paginators.ListTagOptionsPaginator = client.get_paginator("list_tag_options")
scan_provisioned_products_paginator: servicecatalog_paginators.ScanProvisionedProductsPaginator = client.get_paginator("scan_provisioned_products")
search_products_as_admin_paginator: servicecatalog_paginators.SearchProductsAsAdminPaginator = client.get_paginator("search_products_as_admin")
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_servicecatalog
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
import boto3
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("servicecatalog")
session_client = boto3.Session().client("servicecatalog")
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-servicecatalog-1.14.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1107fec457406b3d97c2530c939fc414b4342219f0387f149c9e2a66c63a3228 |
|
MD5 | bfab39f94fcdf15873eca8b878dd255a |
|
BLAKE2b-256 | 89425610d36d1cea21ea3be13535e395fa64420e7932568dd1f2a686f7cc316e |
Hashes for mypy_boto3_servicecatalog-1.14.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cf9ce299b918f956ae899ae86cbc0256582a65a5140bcfd26dfd088af16baf7 |
|
MD5 | 6d24619185ce6a698a5fe068116549cc |
|
BLAKE2b-256 | accb1ff722197e0715bb0d04d15fc4cc7ed0aa33cd994870aae3325af9c2e526 |