Registry / cloud / rusoto-ssm

rusoto-ssm

JSON →
library0.48.0rscratesunverified

AWS SDK for Rust - Amazon Simple Systems Manager (SSM) client.

# Cargo.toml [dependencies] rusoto_ssm = "0.48.0"
INSTALL
IMPORT
SIG · RUSOTO-SSM
R
rusoto-ssm
cloudrustv0.48.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.

SsmClient
use rusoto_ssm::SsmClient;

Create an SSM client and interact with AWS Systems Manager.

use rusoto_ssm::SsmClient; use rusoto_core::Region; #[tokio::main] async fn main() { let client = SsmClient::new(Region::UsEast1); // Use client to call SSM APIs }
Debug
Known issues
gotchaRequires tokio runtime for async operations.
fix
Use #[tokio::main] or another async runtime.
affects: >=0.48.0
Upgrade
Version history
0.48.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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