Skip to main content

Type annotations for boto3.SavingsPlans 1.18.2 service, generated by mypy-boto3-buider 5.0.0

Project description

mypy-boto3-savingsplans

PyPI - mypy-boto3-savingsplans PyPI - Python Version Docs PyPI - Downloads

boto3.typed

Type annotations for boto3.SavingsPlans 1.18.2 service compatible with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright and other tools.

Generated by mypy-boto3-buider 5.0.0.

More information can be found on boto3-stubs page and in mypy-boto3-savingsplans docs

See how it helps to find and fix potential bugs:

boto3-stubs demo

How to install

Install boto3-stubs for SavingsPlans service.

python -m pip install boto3-stubs[savingsplans]

Usage

VSCode

  • Install Python extension
  • Install Pylance extension
  • Set Pylance as your Python Language Server
  • Install boto-stubs[savingsplans] in your environment: python -m pip install 'boto3-stubs[savingsplans]'

Both type checking and auto-complete should work for SavingsPlans service. No explicit type annotations required, write your boto3 code as usual.

PyCharm

  • Install boto-stubs[savingsplans] in your environment: python -m pip install 'boto3-stubs[savingsplans]'

Both type checking and auto-complete should work for SavingsPlans service. No explicit type annotations required, write your boto3 code as usual. Auto-complete can be slow on big projects or if you have a lot of installed boto3-stubs submodules.

Other IDEs

Not tested, but as long as your IDE support mypy or pyright, everything should work.

mypy

  • Install mypy: python -m pip install mypy
  • Install boto-stubs[savingsplans] in your environment: python -m pip install 'boto3-stubs[savingsplans]'
  • Run mypy as usual

Type checking should work for SavingsPlans service. No explicit type annotations required, write your boto3 code as usual.

pyright

  • Install pyright: yarn global add pyright
  • Install boto-stubs[savingsplans] in your environment: python -m pip install 'boto3-stubs[savingsplans]'
  • Optionally, you can install boto3-stubs to typings folder.

Type checking should work for SavingsPlans service. No explicit type annotations required, write your boto3 code as usual.

Explicit type annotations

Client annotations

SavingsPlansClient provides annotations for boto3.client("savingsplans").

import boto3

from mypy_boto3_savingsplans import SavingsPlansClient

client: SavingsPlansClient = boto3.client("savingsplans")

# 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: SavingsPlansClient = session.client("savingsplans")

Literals

mypy_boto3_savingsplans.literals module contains literals extracted from shapes that can be used in user code for type checking.

from mypy_boto3_savingsplans.literals import (
    CurrencyCodeType,
    SavingsPlanOfferingFilterAttributeType,
    SavingsPlanOfferingPropertyKeyType,
    SavingsPlanPaymentOptionType,
    SavingsPlanProductTypeType,
    SavingsPlanRateFilterAttributeType,
    SavingsPlanRateFilterNameType,
    SavingsPlanRatePropertyKeyType,
    SavingsPlanRateServiceCodeType,
    SavingsPlanRateUnitType,
    SavingsPlanStateType,
    SavingsPlanTypeType,
    SavingsPlansFilterNameType,
)

def check_value(value: CurrencyCodeType) -> bool:
    ...

Typed dictionaries

mypy_boto3_savingsplans.type_defs module contains structures and shapes assembled to typed dictionaries for additional type checking.

from mypy_boto3_savingsplans.type_defs import (
    CreateSavingsPlanRequestRequestTypeDef,
    CreateSavingsPlanResponseTypeDef,
    DeleteQueuedSavingsPlanRequestRequestTypeDef,
    DescribeSavingsPlanRatesRequestRequestTypeDef,
    DescribeSavingsPlanRatesResponseTypeDef,
    DescribeSavingsPlansOfferingRatesRequestRequestTypeDef,
    DescribeSavingsPlansOfferingRatesResponseTypeDef,
    DescribeSavingsPlansOfferingsRequestRequestTypeDef,
    DescribeSavingsPlansOfferingsResponseTypeDef,
    DescribeSavingsPlansRequestRequestTypeDef,
    DescribeSavingsPlansResponseTypeDef,
    ListTagsForResourceRequestRequestTypeDef,
    ListTagsForResourceResponseTypeDef,
    ParentSavingsPlanOfferingTypeDef,
    ResponseMetadataTypeDef,
    SavingsPlanFilterTypeDef,
    SavingsPlanOfferingFilterElementTypeDef,
    SavingsPlanOfferingPropertyTypeDef,
    SavingsPlanOfferingRateFilterElementTypeDef,
    SavingsPlanOfferingRatePropertyTypeDef,
    SavingsPlanOfferingRateTypeDef,
    SavingsPlanOfferingTypeDef,
    SavingsPlanRateFilterTypeDef,
    SavingsPlanRatePropertyTypeDef,
    SavingsPlanRateTypeDef,
    SavingsPlanTypeDef,
    TagResourceRequestRequestTypeDef,
    UntagResourceRequestRequestTypeDef,
)

def get_structure() -> CreateSavingsPlanRequestRequestTypeDef:
    return {
      ...
    }

Versioning

mypy-boto3-savingsplans version is the same as related boto3 version and follows PEP 440 format.

Documentation

All type annotations can be found in mypy-boto3-savingsplans docs

Support and contributing

This package is auto-generated. Please reports any bugs or request new features in mypy-boto3-builder repository.

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

mypy-boto3-savingsplans-1.18.2.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

mypy_boto3_savingsplans-1.18.2-py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page