Esempio n. 1
0
 public RoleController(
     ICreateIAMRoleRequestValidator createIamRoleRequestValidator,
     IAwsIdentityCommandClient awsIdentityCommandClient
     )
 {
     _createIAMRoleRequestValidator = createIamRoleRequestValidator;
     _awsIdentityCommandClient      = awsIdentityCommandClient;
 }
Esempio n. 2
0
 public ContextAddedToCapabilityEventHandler(IAwsIdentityCommandClient awsIdentityCommandClient)
 {
     _awsIdentityCommandClient = awsIdentityCommandClient;
 }