Registry / cloud / aws-sdk-eks

aws-sdk-eks

JSON →
library1.135.0rscratesunverified

AWS SDK for Amazon Elastic Kubernetes Service (EKS) to manage Kubernetes clusters.

# Cargo.toml [dependencies] aws-sdk-eks = "1.135.0"
INSTALL
IMPORT
SIG · AWS-SDK-EKS
A
aws-sdk-eks
cloudrustv1.135.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_eks::Client;

List EKS clusters using the AWS SDK.

use aws_sdk_eks::Client; async fn example() { let config = aws_config::load_from_env().await; let client = Client::new(&config); let clusters = client.list_clusters().send().await.unwrap(); println!("Clusters: {:?}", clusters.clusters()); }
Debug
Known issues
gotchaRequires async runtime (e.g., Tokio) and AWS credentials.
fix
Add tokio as a dependency and use #[tokio::main] or similar runtime.
affects: >=1.0.0
Upgrade
Version history
1.135.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
17
Resources
aws-sdk-eks — cargo add aws-sdk-eks · libregistry