We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a3899 commit 05ba52fCopy full SHA for 05ba52f
sources/api/apiclient/src/uri_resolver.rs
@@ -32,6 +32,8 @@ struct Arn {
32
}
33
34
impl Arn {
35
+ /// Parse an ARN of the form:
36
+ /// arn:aws:<service>:<region>:<account>:<resource…>
37
fn parse(input: &str) -> ResolverResult<Self> {
38
use resolver_error::InvalidArnFormatSnafu;
39
ensure!(
0 commit comments