C# Class TTC.Deployment.Tests.AmazonIdentityManagementServiceClientExtensions

ファイルを表示 Open project: travcorp/aws-tools

Public Methods

Method Description
CreateRoleToAssume ( this client, User user ) : Role
DeleteRole ( this client, string roleName ) : void
DeleteUser ( this client, string userName ) : void
IgnoringNoSuchEntity ( System.Action action ) : void

Private Methods

Method Description
GetAWSAccountIdFromArn ( User user ) : string

Method Details

CreateRoleToAssume() public static method

public static CreateRoleToAssume ( this client, User user ) : Role
client this
user Amazon.IdentityManagement.Model.User
return Amazon.IdentityManagement.Model.Role

DeleteRole() public static method

public static DeleteRole ( this client, string roleName ) : void
client this
roleName string
return void

DeleteUser() public static method

public static DeleteUser ( this client, string userName ) : void
client this
userName string
return void

IgnoringNoSuchEntity() public static method

public static IgnoringNoSuchEntity ( System.Action action ) : void
action System.Action
return void