New API Documentation - Developer Preview Available
We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
Marks a custom action as deleted. PollForJobs for the custom action
fails after the action is marked for deletion. Used for custom actions only.
To re-create a custom action after it has been deleted you must use a string in
the version field that has never been used before. This string can be an incremented
version number, for example. To restore a deleted custom action, use a JSON file
that is identical to the deleted action, including the original string in the
version field.
Example
Use a bare-bones client and the command you need to make an API call.
Marks a custom action as deleted.
PollForJobs
for the custom action fails after the action is marked for deletion. Used for custom actions only.To re-create a custom action after it has been deleted you must use a string in the version field that has never been used before. This string can be an incremented version number, for example. To restore a deleted custom action, use a JSON file that is identical to the deleted action, including the original string in the version field.
Example
Use a bare-bones client and the command you need to make an API call.
Param
DeleteCustomActionTypeCommandInput
Returns
DeleteCustomActionTypeCommandOutput
See
input
shape.response
shape.config
shape.Throws
ConcurrentModificationException (client fault)
Unable to modify the tag due to a simultaneous update request.
Throws
ValidationException (client fault)
The validation was specified in an invalid format.
Throws
CodePipelineServiceException
Base exception class for all service exceptions from CodePipeline service.