Skip to content

[Bug]: Rust ECS describe-clusters example broken #4106

@jdisanti

Description

@jdisanti

The doc comment in the Rust ECS describe-clusters example states that it should list the clusters in the given region:

/// Lists your Amazon Elastic Container Service clusters in the Region.

However, it's calling DescribeClusters rather than ListClusters, which will always return an empty list unless clusters are given in the input. I think the intent was to call ListClusters.

Which SDK were you using?

Rust

Which OS were you using?

macOS

SDK version

0.22.0

OS version

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions