v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Returns information about an action type created for an external provider, where the action is to be used by customers of the external provider. The action can be created with any supported integration model.

post/#X-Amz-Target=CodePipeline_20150709.GetActionType

Headers

X-Amz-Target'CodePipeline_20150709.GetActionType' required

Request body

category'Source' | 'Build' | 'Deploy' | 'Test' | 'Invoke' | 'Approval' required
<p>Defines what kind of action can be taken in the stage. The following are the valid values:</p> <ul> <li> <p> <code>Source</code> </p> </li> <li> <p> <code>Build</code> </p> </li> <li> <p> <code>Test</code> </p> </li> <li> <p> <code>Deploy</code> </p> </li> <li> <p> <code>Approval</code> </p> </li> <li> <p> <code>Invoke</code> </p> </li> </ul>
ownerstring required

The creator of an action type that was created with any supported integration model. There are two valid values: <code>AWS</code> and <code>ThirdParty</code>.

providerstring required

The provider of the action type being called. The provider name is specified when the action type is created.

versionstring required

A string that describes the action type version.

Response

Success