AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Updates a certificate. Currently, you can use this function to specify whether to opt in to or out of recording your certificate in a certificate transparency log. For more information, see Opting Out of Certificate Transparency Logging.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to UpdateCertificateOptionsAsync.

Namespace: Amazon.CertificateManager
Assembly: AWSSDK.CertificateManager.dll
Version: 3.x.y.z

Syntax

C#
public abstract UpdateCertificateOptionsResponse UpdateCertificateOptions(
         UpdateCertificateOptionsRequest request
)

Parameters

request
Type: Amazon.CertificateManager.Model.UpdateCertificateOptionsRequest

Container for the necessary parameters to execute the UpdateCertificateOptions service method.

Return Value


The response from the UpdateCertificateOptions service method, as returned by CertificateManager.

Exceptions

ExceptionCondition
InvalidArnException The requested Amazon Resource Name (ARN) does not refer to an existing resource.
InvalidStateException Processing has reached an invalid state.
LimitExceededException An ACM quota has been exceeded.
ResourceNotFoundException The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also