lambda_list_layer_versions: Lists the versions of an Lambda layer

View source: R/lambda_operations.R

lambda_list_layer_versionsR Documentation

Lists the versions of an Lambda layer

Description

Lists the versions of an Lambda layer. Versions that have been deleted aren't listed. Specify a runtime identifier to list only versions that indicate that they're compatible with that runtime. Specify a compatible architecture to include only layer versions that are compatible with that architecture.

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

Usage

lambda_list_layer_versions(
  CompatibleRuntime = NULL,
  LayerName,
  Marker = NULL,
  MaxItems = NULL,
  CompatibleArchitecture = NULL
)

Arguments

CompatibleRuntime

A runtime identifier. For example, go1.x.

The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.

LayerName

[required] The name or Amazon Resource Name (ARN) of the layer.

Marker

A pagination token returned by a previous call.

MaxItems

The maximum number of versions to return.

CompatibleArchitecture

The compatible instruction set architecture.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.