Smaws_Client_ECR.DeleteSigningConfigurationDeletes the registry's signing configuration. Images pushed after deletion of the signing configuration will no longer be automatically signed.
For more information, see Managed signing in the Amazon Elastic Container Registry User Guide.
Deleting the signing configuration does not affect existing image signatures.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ServerException of Types.server_exception
| `SigningConfigurationNotFoundException of
Types.signing_configuration_not_found_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_signing_configuration_request ->
(Types.delete_signing_configuration_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ServerException of Types.server_exception
| `SigningConfigurationNotFoundException of
Types.signing_configuration_not_found_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_signing_configuration_request ->
(Types.delete_signing_configuration_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ServerException of Types.server_exception
| `SigningConfigurationNotFoundException of
Types.signing_configuration_not_found_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result