Registry / cloud / aws-sdk-cloudformation

aws-sdk-cloudformation

JSON →
library1.116.0rscratesunverified

AWS SDK for AWS CloudFormation, enabling management of infrastructure as code.

# Cargo.toml [dependencies] aws-sdk-cloudformation = "1.116.0"
INSTALL
IMPORT
SIG · AWS-SDK-CLOUDFORMA
A
aws-sdk-cloudformation
cloudrustv1.116.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_cloudformation::Client;

List CloudFormation stacks using the AWS SDK.

use aws_sdk_cloudformation::Client; #[tokio::main] async fn main() -> Result<(), aws_sdk_cloudformation::Error> { let client = Client::new(&aws_config::load_from_env().await); let stacks = client.list_stacks().send().await?; println!("{:?}", stacks); Ok(()) }
Debug
Known issues
gotchaRequires a Tokio async runtime.
fix
Add tokio as a dependency and use #[tokio::main] or another async runtime.
affects: >=0.0.0
Upgrade
Version history
1.116.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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