Registry / cloud / aws-sdk-account

aws-sdk-account

JSON →
library1.107.0rscratesunverified

AWS SDK for managing AWS accounts, including operations like creating and updating accounts.

# Cargo.toml [dependencies] aws-sdk-account = "1.107.0"
INSTALL
IMPORT
SIG · AWS-SDK-ACCOUNT
A
aws-sdk-account
cloudrustv1.107.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use aws_sdk_account::Client;

Creates an AWS Account client and performs operations.

use aws_sdk_account::Client; use aws_config::from_env; async fn example() { let config = from_env().load().await; let client = Client::new(&config); // Use client to interact with AWS Account }
Debug
Known issues
gotchaRequires async runtime (e.g., Tokio) and AWS credentials.
fix
Add tokio as a dependency and set up AWS credentials via environment variables or config file.
affects: >=1.0.0
Upgrade
Version history
1.107.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
aws-sdk-account — cargo add aws-sdk-account · libregistry