Skip to main content

Crate aws_lite_rs

Crate aws_lite_rs 

Source
Expand description

Lightweight HTTP client for Amazon Web Services APIs.

Provides REST API access with automatic SigV4 signing, retry, and rate limiting.

Re-exports§

pub use auth::AwsCredentials;
pub use client::AwsHttpClient;
pub use client::AwsHttpClientBuilder;
pub use client::AwsResponse;
pub use error::AwsError;
pub use error::Result;

Modules§

api
AWS API client implementations.
auth
AWS authentication and request signing.
client
Core HTTP client for AWS API access.
error
Error types for AWS HTTP client operations.
iam_policy
IAM policy document types.
ops
Generated operation contracts for AWS APIs.
query
AWS Query protocol support.
types
AWS API type definitions.
xml
AWS XML response parsing utilities.