Skip to main content

Python SDK for Applicationcostprofiler.

Project description

Getting Started

Installation

pip install aws-sdk-applicationcostprofiler

Usage

from aws_sdk_applicationcostprofiler import AsyncApplicationCostProfilerClient


async def main():
    async with AsyncApplicationCostProfilerClient() as s3:
        # Example: call the delete_report_definition operation
        response = await s3.delete_report_definition()
        print(response["report_id"])

Pagination

Some operations in this SDK support pagination. If the operation supports pagination it will have an iter_ prefixed method that returns an async iterator.

from aws_sdk_applicationcostprofiler import AsyncApplicationCostProfilerClient


async def main():
    async with AsyncApplicationCostProfilerClient() as s3:
        # Example: paginate over list_report_definitions
        async for item in s3.iter_list_report_definitions():
            print(item)

Error Handling

The SDK raises exceptions for errors returned by the API. Catch them to handle failures gracefully.

from aws_sdk_applicationcostprofiler import AsyncApplicationCostProfilerClient
from aws_sdk_applicationcostprofiler.error import AccessDeniedException


async def main():
    async with AsyncApplicationCostProfilerClient() as s3:
        try:
            await s3.delete_report_definition()
        except AccessDeniedException as e:
            print(f"Error: {e}")
            print(e.data)  # additional error data

Retrying

The SDK retries failed operations automatically. Retry behaviour follows the Smithy specification: errors are retried based on their is_retryable and is_throttling_error attributes. Throttling errors use a longer base delay. Network-level failures (connection errors and timeouts) are also retried. Non-retryable errors, such as client errors without the @retryable trait, are raised immediately without further attempts.

The number of attempts defaults to 3 and can be changed at the client level via retry_max_attempts, or per call via config_overrides.

from aws_sdk_applicationcostprofiler import AsyncApplicationCostProfilerClient


async def main():
    async with AsyncApplicationCostProfilerClient() as s3:
        # Default: 3 attempts for every operation
        response = await s3.delete_report_definition()

        # Override per operation
        response = await s3.delete_report_definition(config_overrides={"retry_max_attempts": 5})

        # Disable retries for this call
        response = await s3.delete_report_definition(config_overrides={"retry_max_attempts": 1})

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws_sdk_applicationcostprofiler-0.1.0.tar.gz (38.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aws_sdk_applicationcostprofiler-0.1.0-py3-none-any.whl (67.1 kB view details)

Uploaded Python 3

File details

Details for the file aws_sdk_applicationcostprofiler-0.1.0.tar.gz.

File metadata

  • Download URL: aws_sdk_applicationcostprofiler-0.1.0.tar.gz
  • Upload date:
  • Size: 38.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for aws_sdk_applicationcostprofiler-0.1.0.tar.gz
Algorithm Hash digest
SHA256 bd59820b6f608e099adf6fe5000c69b57c6eec8325bfbf4089a7397a869f9a94
MD5 4b1a7d7f76f3dede15d91d15555a2e3b
BLAKE2b-256 fed8fea7dfabda2de03145708ee2265f9c64406dced0feb5c43e1ab323ffee58

See more details on using hashes here.

File details

Details for the file aws_sdk_applicationcostprofiler-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: aws_sdk_applicationcostprofiler-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 67.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for aws_sdk_applicationcostprofiler-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 abb4123d0dd2b80f41ad59feac4f41769c7ee1b4f951917ac34ebfe5a9d0a279
MD5 062f283ff7db2f723ec95675bb445714
BLAKE2b-256 5d3f2ec03a0f1a1389c5d88172c4f4d334734dce93dc23152ddee103713fb35a

See more details on using hashes here.

Supported by

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