@@ -34,6 +34,13 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `rustv
3434- [ Hello IAM] ( src/bin/hello.rs#L3 ) (` ListPolicies ` )
3535
3636
37+ ### Basics
38+
39+ Code examples that show you how to perform the essential operations within a service.
40+
41+ - [ Learn the basics] ( src/bin/iam-getting-started.rs )
42+
43+
3744### Single actions
3845
3946Code excerpts that show you how to call individual service functions.
@@ -63,13 +70,6 @@ Code excerpts that show you how to call individual service functions.
6370- [ ListSAMLProviders] ( src/iam-service-lib.rs#L486 )
6471- [ ListUsers] ( src/iam-service-lib.rs#L123 )
6572
66- ### Scenarios
67-
68- Code examples that show you how to accomplish a specific task by calling multiple
69- functions within the same service.
70-
71- - [ Create a user and assume a role] ( src/bin/iam-getting-started.rs )
72-
7373
7474<!-- custom.examples.start-->
7575<!-- custom.examples.end-->
@@ -87,8 +87,7 @@ functions within the same service.
8787This example shows you how to get started using IAM.
8888
8989
90-
91- #### Create a user and assume a role
90+ #### Learn the basics
9291
9392This example shows you how to create a user and assume a role.
9493
@@ -97,12 +96,13 @@ This example shows you how to create a user and assume a role.
9796- Add a policy to let the user assume the role.
9897- Assume the role and list S3 buckets using temporary credentials, then clean up resources.
9998
100- <!-- custom.scenario_prereqs.iam_Scenario_CreateUserAssumeRole.start-->
101- <!-- custom.scenario_prereqs.iam_Scenario_CreateUserAssumeRole.end-->
99+ <!-- custom.basic_prereqs.iam_Scenario_CreateUserAssumeRole.start-->
100+ <!-- custom.basic_prereqs.iam_Scenario_CreateUserAssumeRole.end-->
101+
102102
103+ <!-- custom.basics.iam_Scenario_CreateUserAssumeRole.start-->
104+ <!-- custom.basics.iam_Scenario_CreateUserAssumeRole.end-->
103105
104- <!-- custom.scenarios.iam_Scenario_CreateUserAssumeRole.start-->
105- <!-- custom.scenarios.iam_Scenario_CreateUserAssumeRole.end-->
106106
107107### Tests
108108
0 commit comments