

Die vorliegende Übersetzung wurde maschinell erstellt. Im Falle eines Konflikts oder eines Widerspruchs zwischen dieser übersetzten Fassung und der englischen Fassung (einschließlich infolge von Verzögerungen bei der Übersetzung) ist die englische Fassung maßgeblich.

# ListProvisionedConcurrencyConfigs
<a name="API_ListProvisionedConcurrencyConfigs"></a>

Ruft eine Liste der bereitgestellten Parallelitätskonfigurationen für eine Funktion ab.

## Anforderungssyntax
<a name="API_ListProvisionedConcurrencyConfigs_RequestSyntax"></a>

```
GET /2019-09-30/functions/FunctionName/provisioned-concurrency?List=ALL&Marker=Marker&MaxItems=MaxItems HTTP/1.1
```

## URI-Anfrageparameter
<a name="API_ListProvisionedConcurrencyConfigs_RequestParameters"></a>

Die Anforderung verwendet die folgenden URI-Parameter.

 ** [FunctionName](#API_ListProvisionedConcurrencyConfigs_RequestSyntax) **   <a name="lambda-ListProvisionedConcurrencyConfigs-request-FunctionName"></a>
Der Name der Lambda-Funktion.  

**Name Formate**
+  **Funktionsname** – `my-function`.
+  **Funktions-ARN** – `arn:aws:lambda:us-west-2:123456789012:function:my-function`.
+  **Partielle ARN** – `123456789012:function:my-function`.
Die Längenbeschränkung gilt nur für den gesamten ARN. Wenn Sie nur den Funktionsnamen angeben, ist dieser auf 64 Zeichen begrenzt.  
Längenbeschränkungen: Minimale Länge von 1. Maximale Länge beträgt 140 Zeichen.  
Pattern: `(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?`   
Erforderlich: Ja

 ** [Marker](#API_ListProvisionedConcurrencyConfigs_RequestSyntax) **   <a name="lambda-ListProvisionedConcurrencyConfigs-request-Marker"></a>
Geben Sie das Paginierungs-Token an, der von einer vorherigen Anforderung zum Abrufen der nächsten Seite der Ergebnisse zurückgegeben wird.

 ** [MaxItems](#API_ListProvisionedConcurrencyConfigs_RequestSyntax) **   <a name="lambda-ListProvisionedConcurrencyConfigs-request-MaxItems"></a>
Geben Sie eine Zahl an, um die Anzahl der zurückgegebenen Konfigurationen zu begrenzen.  
Gültiger Bereich: Mindestwert 1. Maximaler Wert von 50.

## Anforderungstext
<a name="API_ListProvisionedConcurrencyConfigs_RequestBody"></a>

Der Anforderung besitzt keinen Anforderungstext.

## Antwortsyntax
<a name="API_ListProvisionedConcurrencyConfigs_ResponseSyntax"></a>

```
HTTP/1.1 200
Content-type: application/json

{
   "NextMarker": "string",
   "ProvisionedConcurrencyConfigs": [ 
      { 
         "AllocatedProvisionedConcurrentExecutions": number,
         "AvailableProvisionedConcurrentExecutions": number,
         "FunctionArn": "string",
         "LastModified": "string",
         "RequestedProvisionedConcurrentExecutions": number,
         "Status": "string",
         "StatusReason": "string"
      }
   ]
}
```

## Antwortelemente
<a name="API_ListProvisionedConcurrencyConfigs_ResponseElements"></a>

Wenn die Aktion erfolgreich ist, sendet der Service eine HTTP 200-Antwort zurück.

Die folgenden Daten werden vom Service im JSON-Format zurückgegeben.

 ** [NextMarker](#API_ListProvisionedConcurrencyConfigs_ResponseSyntax) **   <a name="lambda-ListProvisionedConcurrencyConfigs-response-NextMarker"></a>
Ein Paginierungs-Token, das enthalten ist, falls mehr Ergebnisse verfügbar sind.  
Typ: Zeichenfolge

 ** [ProvisionedConcurrencyConfigs](#API_ListProvisionedConcurrencyConfigs_ResponseSyntax) **   <a name="lambda-ListProvisionedConcurrencyConfigs-response-ProvisionedConcurrencyConfigs"></a>
Eine Liste der bereitgestellten Parallelitätskonfigurationen.  
Typ: Array von [ProvisionedConcurrencyConfigListItem](API_ProvisionedConcurrencyConfigListItem.md)-Objekten

## Fehler
<a name="API_ListProvisionedConcurrencyConfigs_Errors"></a>

Weitere Informationen zu den allgemeinen Fehlern, die bei allen Aktionen zurückgegeben werden, finden Sie unter [Häufige Fehler](CommonErrors.md).

 ** InvalidParameterValueException **   
Einer der Parameter in der Anfrage ist ungültig.  
HTTP Status Code: 400

 ** ResourceNotFoundException **   
Die in der Anforderung angegebene Ressource ist nicht vorhanden.  
HTTP Status Code: 404

 ** ServiceException **   
Beim Service AWS Lambda trat ein interner Fehler auf.  
HTTP Status Code: 500

 ** TooManyRequestsException **   
Der Durchsatz einer Anforderung wurde überschritten. Weitere Informationen finden Sie unter [Lambda-Kontingente](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests).  
HTTP-Statuscode: 429

## Weitere Informationen finden Sie auch unter:
<a name="API_ListProvisionedConcurrencyConfigs_SeeAlso"></a>

Weitere Informationen zur Verwendung dieser API in einem der sprachspezifischen AWS-SDKs finden Sie unter:
+  [AWS-Befehlszeilenschnittstelle](https://docs.aws.amazon.com/goto/aws-cli/lambda-2015-03-31/ListProvisionedConcurrencyConfigs) 
+  [AWS-SDK für .NET](https://docs.aws.amazon.com/goto/DotNetSDKV3/lambda-2015-03-31/ListProvisionedConcurrencyConfigs) 
+  [AWS-SDK für C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/lambda-2015-03-31/ListProvisionedConcurrencyConfigs) 
+  [AWS-SDK für Go](https://docs.aws.amazon.com/goto/SdkForGoV1/lambda-2015-03-31/ListProvisionedConcurrencyConfigs) 
+  [AWS-SDK für Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/lambda-2015-03-31/ListProvisionedConcurrencyConfigs) 
+  [AWS SDK für JavaScript V3](https://docs.aws.amazon.com/goto/SdkForJavaScriptV3/lambda-2015-03-31/ListProvisionedConcurrencyConfigs) 
+  [AWS-SDK für PHP V3](https://docs.aws.amazon.com/goto/SdkForPHPV3/lambda-2015-03-31/ListProvisionedConcurrencyConfigs) 
+  [AWS-SDK für Python](https://docs.aws.amazon.com/goto/boto3/lambda-2015-03-31/ListProvisionedConcurrencyConfigs) 
+  [AWS-SDK für Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/lambda-2015-03-31/ListProvisionedConcurrencyConfigs) 