List Action Types

GET {{baseUrl}}/?Action=ListActionTypes&AllocationId=<string>&AllowReassociation=<string>&DryRun=<string>&InstanceId=<string>&NetworkInterfaceId=<string>&PrivateIpAddress=<string>&PublicIp=<string>&actionOwnerFilter=<string>&NextToken=<string>

Gets a summary of all AWS CodePipeline action types associated with your account.

Request Params

KeyDatatypeRequiredDescription
Actionstring
AllocationIdstring[EC2-VPC] The allocation ID. This is required for EC2-VPC.
AllowReassociationstring[EC2-VPC] For a VPC in an EC2-Classic account, specify true to allow an Elastic IP address that is already associated with an instance or network interface to be reassociated with the specified instance or network interface. Otherwise, the operation fails. In a VPC in an EC2-VPC-only account, reassociation is automatic, therefore you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.
DryRunstringChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
InstanceIdstringThe ID of the instance.
NetworkInterfaceIdstring[EC2-VPC] The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.
PrivateIpAddressstring[EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.
PublicIpstringThe Elastic IP address. This is required for EC2-Classic.
actionOwnerFilterstringFilters the list of action types to those created by a specified entity.
NextTokenstringThe NextToken value returned from a previous paginated DescribeSnapshots request where MaxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the NextToken value. This value is null when there are no more results to return.