Smaws_Client_CodeBuild.ImportSourceCredentialsImports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket repository.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccountLimitExceededException of Types.account_limit_exceeded_exception
| `InvalidInputException of Types.invalid_input_exception
| `ResourceAlreadyExistsException of Types.resource_already_exists_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.import_source_credentials_input ->
(Types.import_source_credentials_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccountLimitExceededException of Types.account_limit_exceeded_exception
| `InvalidInputException of Types.invalid_input_exception
| `ResourceAlreadyExistsException of
Types.resource_already_exists_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.import_source_credentials_input ->
(Types.import_source_credentials_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccountLimitExceededException of Types.account_limit_exceeded_exception
| `InvalidInputException of Types.invalid_input_exception
| `ResourceAlreadyExistsException of
Types.resource_already_exists_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result