Skip to content

Commit 736778d

Browse files
committed
Run WRITEME to regenerate changed READMES.
1 parent 7f364ba commit 736778d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

gov2/iam/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,28 @@ Code examples that show you how to perform the essential operations within a ser
4545

4646
Code excerpts that show you how to call individual service functions.
4747

48-
- [AttachRolePolicy](actions/roles.go#L132)
48+
- [AttachRolePolicy](actions/roles.go#L133)
4949
- [CreateAccessKey](actions/users.go#L175)
5050
- [CreatePolicy](actions/policies.go#L65)
5151
- [CreateRole](actions/roles.go#L46)
5252
- [CreateServiceLinkedRole](actions/roles.go#L98)
5353
- [CreateUser](actions/users.go#L74)
5454
- [DeleteAccessKey](actions/users.go#L193)
5555
- [DeletePolicy](actions/policies.go#L118)
56-
- [DeleteRole](actions/roles.go#L200)
57-
- [DeleteServiceLinkedRole](actions/roles.go#L117)
56+
- [DeleteRole](actions/roles.go#L201)
57+
- [DeleteServiceLinkedRole](actions/roles.go#L118)
5858
- [DeleteUser](actions/users.go#L160)
5959
- [DeleteUserPolicy](actions/users.go#L144)
60-
- [DetachRolePolicy](actions/roles.go#L166)
60+
- [DetachRolePolicy](actions/roles.go#L167)
6161
- [GetAccountPasswordPolicy](actions/account.go#L26)
6262
- [GetPolicy](actions/policies.go#L100)
6363
- [GetRole](actions/roles.go#L81)
6464
- [GetUser](actions/users.go#L47)
6565
- [ListAccessKeys](actions/users.go#L209)
66-
- [ListAttachedRolePolicies](actions/roles.go#L148)
66+
- [ListAttachedRolePolicies](actions/roles.go#L149)
6767
- [ListGroups](actions/groups.go#L27)
6868
- [ListPolicies](actions/policies.go#L47)
69-
- [ListRolePolicies](actions/roles.go#L182)
69+
- [ListRolePolicies](actions/roles.go#L183)
7070
- [ListRoles](actions/roles.go#L28)
7171
- [ListSAMLProviders](actions/account.go#L44)
7272
- [ListUserPolicies](actions/users.go#L126)

gov2/redshift/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Code examples that show you how to perform the essential operations within a ser
4545

4646
Code excerpts that show you how to call individual service functions.
4747

48-
- [CreateCluster](actions/redshift_actions.go#L29)
49-
- [DeleteCluster](actions/redshift_actions.go#L84)
50-
- [DescribeClusters](actions/redshift_actions.go#L108)
51-
- [ModifyCluster](actions/redshift_actions.go#L58)
48+
- [CreateCluster](actions/redshift_actions.go#L30)
49+
- [DeleteCluster](actions/redshift_actions.go#L85)
50+
- [DescribeClusters](actions/redshift_actions.go#L115)
51+
- [ModifyCluster](actions/redshift_actions.go#L59)
5252

5353

5454
<!--custom.examples.start-->

0 commit comments

Comments
 (0)