Skip to content

Commit

Permalink
Fixing metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlhagerm committed Nov 5, 2024
1 parent a3ecd38 commit d64b9c1
Showing 1 changed file with 0 additions and 82 deletions.
82 changes: 0 additions & 82 deletions .doc_gen/metadata/iam_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2960,15 +2960,6 @@ iam_DeleteServerCertificate:
iam: {DeleteServerCertificate}
iam_CreateGroup:
languages:
.NET:
versions:
- sdk_version: 3
github: dotnetv3/IAM
sdkguide:
excerpts:
- description:
snippet_tags:
- IAM.dotnetv3.CreateGroup
JavaScript:
versions:
- sdk_version: 3
Expand All @@ -2980,43 +2971,8 @@ iam_CreateGroup:
- javascript.v3.iam.actions.CreateGroup
services:
iam: {CreateGroup}
iam_AddUserToGroup:
languages:
.NET:
versions:
- sdk_version: 3
github: dotnetv3/IAM
sdkguide:
excerpts:
- description:
snippet_tags:
- IAM.dotnetv3.AddUserToGroup
services:
iam: {AddUserToGroup}
iam_RemoveUserFromGroup:
languages:
.NET:
versions:
- sdk_version: 3
github: dotnetv3/IAM
sdkguide:
excerpts:
- description:
snippet_tags:
- IAM.dotnetv3.RemoveUserFromGroup
services:
iam: {RemoveUserFromGroup}
iam_DeleteGroup:
languages:
.NET:
versions:
- sdk_version: 3
github: dotnetv3/IAM
sdkguide:
excerpts:
- description:
snippet_tags:
- IAM.dotnetv3.DeleteGroup
JavaScript:
versions:
- sdk_version: 3
Expand All @@ -3028,19 +2984,6 @@ iam_DeleteGroup:
- javascript.v3.iam.actions.DeleteGroup
services:
iam: {DeleteGroup}
iam_DeleteGroupPolicy:
languages:
.NET:
versions:
- sdk_version: 3
github: dotnetv3/IAM
sdkguide:
excerpts:
- description:
snippet_tags:
- IAM.dotnetv3.DeleteGroupPolicy
services:
iam: {DeleteGroupPolicy}
iam_ListGroups:
languages:
.NET:
Expand Down Expand Up @@ -3317,31 +3260,6 @@ iam_DeleteInstanceProfile:
- javascript.v3.wkflw.resilient.DeleteInstanceProfile
services:
iam: {DeleteInstanceProfile}
iam_Scenario_GroupBasics:
title: Create an &IAM; group and add a user to the group using an &AWS; SDK
title_abbrev: Create a group and add a user
synopsis_list:
- Create a group and grant full &S3; access permissions to it.
- Create a new user with no permissions to access &S3;.
- Add the user to the group and show that they now have permissions for &S3;, then clean up resources.
category: Scenarios
languages:
.NET:
versions:
- sdk_version: 3
github: dotnetv3/IAM
sdkguide:
excerpts:
- description:
snippet_tags:
- IAM.dotnetv3.IAMGroups.Usings
- IAM.dotnetv3.IAMWrapper
- IAM.dotnetv3.IAMGroups
- IAM.dotnetv3.IAMCommon.S3Wrapper
- IAM.dotnetv3.IAMCommon.UIWrapper
services:
iam: {AddUserToGroup, CreateGroup, CreateUser, CreateAccessKey, CreateRole, CreatePolicy, AttachRolePolicy, PutGroupPolicy,
DeleteGroup, DeleteGroupPolicy, DeleteAccessKey, DeleteUser, RemoveUserFromGroup}
iam_Scenario_CreateUserAssumeRole:
synopsis: create a user and assume a role. &aws_sec_sdk_use-federation-warning;
synopsis_list:
Expand Down

0 comments on commit d64b9c1

Please sign in to comment.