View source: R/codepipeline_operations.R
codepipeline_delete_custom_action_type | R Documentation |
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.
codepipeline_delete_custom_action_type(category, provider, version)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.