Skip to contents

Returns a list of function versions that are configured to use a specific capacity provider.

See https://www.paws-r-sdk.com/docs/lambda_list_function_versions_by_capacity_provider/ for full documentation.

Usage

lambda_list_function_versions_by_capacity_provider(
  CapacityProviderName,
  Marker = NULL,
  MaxItems = NULL
)

Arguments

CapacityProviderName

[required] The name of the capacity provider to list function versions for.

Marker

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

MaxItems

The maximum number of function versions to return in the response.