Registry / auth / aws-sdk-sso

aws-sdk-sso

JSON →
library1.102.0rscratesunverified

AWS SDK for AWS Single Sign-On, enabling programmatic access to SSO services.

# Cargo.toml [dependencies] aws-sdk-sso = "1.102.0"
INSTALL
IMPORT
SIG · AWS-SDK-SSO
A
aws-sdk-sso
authrustv1.102.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_sso::Client;

Creates an SSO client using default AWS configuration.

use aws_sdk_sso::Client; async fn main() { let client = Client::new(&aws_config::load_from_env().await); println!("SSO client created"); }
Debug
Known issues
gotchaRequires async runtime (e.g., Tokio) and AWS credentials configured.
fix
Add `tokio` as a dependency and use `#[tokio::main]`; configure AWS credentials via environment variables or AWS config file.
affects: >=1.0.0
Upgrade
Version history
1.102.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
aws-sdk-sso — cargo add aws-sdk-sso · libregistry