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.

Marks an extension or extension version as DEPRECATED in the CloudFormation registry, removing it from active use. Deprecated extensions or extension versions cannot be used in CloudFormation operations.

To deregister an entire extension, you must individually deregister all active versions of that extension. If an extension has only a single active version, deregistering that version results in the extension itself being deregistered and marked as deprecated in the registry.

You can't deregister the default version of an extension if there are other active version of that extension. If you do deregister the default version of an extension, the extension type itself is deregistered as well and marked as deprecated.

To view the deprecation status of an extension or extension version, use DescribeType.

Note:

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

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

Syntax

C#
public virtual DeregisterTypeResponse DeregisterType(
         DeregisterTypeRequest request
)

Parameters

request
Type: Amazon.CloudFormation.Model.DeregisterTypeRequest

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

Return Value


The response from the DeregisterType service method, as returned by CloudFormation.

Exceptions

ExceptionCondition
CFNRegistryException An error occurred during a CloudFormation registry operation.
TypeNotFoundException The specified extension doesn't exist in the CloudFormation registry.

Version Information

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

See Also