codepipeline_delete_custom_action_type {paws.developer.tools} | R Documentation |
Marks a custom action as deleted
Description
Marks a custom action as deleted. poll_for_jobs
for the custom action fails after the action is marked for deletion. Used for custom actions only.
See https://www.paws-r-sdk.com/docs/codepipeline_delete_custom_action_type/ for full documentation.
Usage
codepipeline_delete_custom_action_type(category, provider, version)
Arguments
category |
[required] The category of the custom action that you want to delete, such as source or deploy. |
provider |
[required] The provider of the service used in the custom action, such as CodeDeploy. |
version |
[required] The version of the custom action to delete. |
[Package paws.developer.tools version 0.7.0 Index]