Amazon.Shield.AmazonShieldClient.DeleteProtection C# (CSharp) Method

DeleteProtection() public method

Deletes an AWS Shield Advanced Protection.
/// Exception that indicates that a problem occurred with the service infrastructure. /// You can retry the request. /// /// Exception that indicates that the protection state has been modified by another client. /// You can retry the request. /// /// Exception indicating the specified resource does not exist. ///
public DeleteProtection ( DeleteProtectionRequest request ) : DeleteProtectionResponse
request Amazon.Shield.Model.DeleteProtectionRequest Container for the necessary parameters to execute the DeleteProtection service method.
return DeleteProtectionResponse
        public DeleteProtectionResponse DeleteProtection(DeleteProtectionRequest request)
        {
            var marshaller = new DeleteProtectionRequestMarshaller();
            var unmarshaller = DeleteProtectionResponseUnmarshaller.Instance;

            return Invoke<DeleteProtectionRequest,DeleteProtectionResponse>(request, marshaller, unmarshaller);
        }