Beispiel #1
0
 public RoleController(
     ICreateIAMRoleRequestValidator createIamRoleRequestValidator,
     IAwsIdentityCommandClient awsIdentityCommandClient
     )
 {
     _createIAMRoleRequestValidator = createIamRoleRequestValidator;
     _awsIdentityCommandClient      = awsIdentityCommandClient;
 }
Beispiel #2
0
 public ContextAddedToCapabilityEventHandler(IAwsIdentityCommandClient awsIdentityCommandClient)
 {
     _awsIdentityCommandClient = awsIdentityCommandClient;
 }