Amazon.CodePipeline.AmazonCodePipelineClient.DeleteCustomActionType C# (CSharp) Метод

DeleteCustomActionType() публичный Метод

Marks a custom action as deleted. PollForJobs for the custom action will fail after the action is marked for deletion. Only used for custom actions.

You cannot recreate a custom action after it has been deleted unless you increase the version number of the action.

/// The validation was specified in an invalid format. ///
public DeleteCustomActionType ( DeleteCustomActionTypeRequest request ) : DeleteCustomActionTypeResponse
request Amazon.CodePipeline.Model.DeleteCustomActionTypeRequest Container for the necessary parameters to execute the DeleteCustomActionType service method.
Результат DeleteCustomActionTypeResponse
        public DeleteCustomActionTypeResponse DeleteCustomActionType(DeleteCustomActionTypeRequest request)
        {
            var marshaller = new DeleteCustomActionTypeRequestMarshaller();
            var unmarshaller = DeleteCustomActionTypeResponseUnmarshaller.Instance;

            return Invoke<DeleteCustomActionTypeRequest,DeleteCustomActionTypeResponse>(request, marshaller, unmarshaller);
        }
AmazonCodePipelineClient