Skip to main content

Getting Started

Installation

pip install capo-kinesis-video-webrtc-storage

Usage

from capo_kinesis_video_webrtc_storage import AsyncKinesisVideoWebRTCStorageClient


async def main():
    async with AsyncKinesisVideoWebRTCStorageClient() as kinesis_video_web_rtc_storage:
        # Example: call the join_storage_session operation
        response = await kinesis_video_web_rtc_storage.join_storage_session()
        print(response)

Error Handling

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

from capo_kinesis_video_webrtc_storage import AsyncKinesisVideoWebRTCStorageClient
from capo_kinesis_video_webrtc_storage.error import AccessDeniedException


async def main():
    async with AsyncKinesisVideoWebRTCStorageClient() as kinesis_video_web_rtc_storage:
        try:
            await kinesis_video_web_rtc_storage.join_storage_session()
        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 capo_kinesis_video_webrtc_storage import AsyncKinesisVideoWebRTCStorageClient


async def main():
    async with AsyncKinesisVideoWebRTCStorageClient() as kinesis_video_web_rtc_storage:
        # Default: 3 attempts for every operation
        response = await kinesis_video_web_rtc_storage.join_storage_session()

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

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

Release files for capo-kinesis-video-webrtc-storage 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for capo-kinesis-video-webrtc-storage 0.1.0
File Size Uploaded
capo_kinesis_video_webrtc_storage-0.1.0.tar.gz 45.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for capo-kinesis-video-webrtc-storage 0.1.0
File Interpreter ABI Platform
capo_kinesis_video_webrtc_storage-0.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 102.9 kB

Release files / capo_kinesis_video_webrtc_storage-0.1.0.tar.gz

Download URL capo_kinesis_video_webrtc_storage-0.1.0.tar.gz
Size 45.5 kB
Tags Source
SHA-256 checksum
How to use checksums
53292548921183e1422f65bc8828f8634b37b9b8c4fe390fbacfd53229a94fe5
BLAKE2b-256 checksum
How to use checksums
5455ceeec8335d355d4cb7efabc4cd791e8092ddf7bdb0623a16c8f7aa658f48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","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}

Release files / capo_kinesis_video_webrtc_storage-0.1.0-py3-none-any.whl

Download URL capo_kinesis_video_webrtc_storage-0.1.0-py3-none-any.whl
Size 57.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
735cce1144de4ce35b71261f9a15638a86419f59c2b03269adddcc741d2c30f0
BLAKE2b-256 checksum
How to use checksums
790f2794fe670e60d9f3be16fdbdcae58cb4d2a49b06fe018d4c8d9db0ad440f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.19 {"installer":{"name":"uv","version":"0.12.19","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}

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page