Smaws_Client_ECR.PutRegistryScanningConfigurationCreates or updates the scanning configuration for your private registry.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `BlockedByOrganizationPolicyException of
Types.blocked_by_organization_policy_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `ServerException of Types.server_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.put_registry_scanning_configuration_request ->
(Types.put_registry_scanning_configuration_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BlockedByOrganizationPolicyException of
Types.blocked_by_organization_policy_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `ServerException of Types.server_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.put_registry_scanning_configuration_request ->
(Types.put_registry_scanning_configuration_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BlockedByOrganizationPolicyException of
Types.blocked_by_organization_policy_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `ServerException of Types.server_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result