AWS code-library documentation change
Summary
Identical restructuring to Ruby documentation: updated title to 'Get startedBasicsActions', added 'Topics' section with bullet points, changed introductory text from plural to singular ('examples' to 'example'), and removed redundant 'Topics' section.
Security assessment
Changes are documentation formatting improvements only. No security-related content was added, removed, or modified. The diff shows no evidence of addressing security vulnerabilities or describing security features.
Diff
diff --git a/code-library/latest/ug/rust_1_iam_code_examples.md b/code-library/latest/ug/rust_1_iam_code_examples.md index 9b832f49e..7acd2e423 100644 --- a//code-library/latest/ug/rust_1_iam_code_examples.md +++ b//code-library/latest/ug/rust_1_iam_code_examples.md @@ -5 +5 @@ -BasicsActions +Get startedBasicsActions @@ -19 +19,12 @@ Each example includes a link to the complete source code, where you can find ins -**Get started** +###### Topics + + * Get started + + * Basics + + * Actions + + + + +## Get started @@ -21 +32 @@ Each example includes a link to the complete source code, where you can find ins -The following code examples show how to get started using IAM. +The following code example shows how to get started using IAM. @@ -98,9 +108,0 @@ From src/iam-service-lib.rs. -###### Topics - - * Basics - - * Actions - - - -