Amazon.ConfigService.AmazonConfigServiceClient.DeleteDeliveryChannel C# (CSharp) Method

DeleteDeliveryChannel() public method

Deletes the delivery channel.

Before you can delete the delivery channel, you must stop the configuration recorder by using the StopConfigurationRecorder action.

/// You cannot delete the delivery channel you specified because the configuration recorder /// is running. /// /// You have specified a delivery channel that does not exist. ///
public DeleteDeliveryChannel ( DeleteDeliveryChannelRequest request ) : DeleteDeliveryChannelResponse
request Amazon.ConfigService.Model.DeleteDeliveryChannelRequest Container for the necessary parameters to execute the DeleteDeliveryChannel service method.
return DeleteDeliveryChannelResponse
        public DeleteDeliveryChannelResponse DeleteDeliveryChannel(DeleteDeliveryChannelRequest request)
        {
            var marshaller = new DeleteDeliveryChannelRequestMarshaller();
            var unmarshaller = DeleteDeliveryChannelResponseUnmarshaller.Instance;

            return Invoke<DeleteDeliveryChannelRequest,DeleteDeliveryChannelResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonConfigServiceClient::DeleteDeliveryChannel ( string deliveryChannelName ) : DeleteDeliveryChannelResponse
AmazonConfigServiceClient