{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 2019 09 30 API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "2019 09 30", "type": "folder" }, "items": [ { "info": { "name": "GetProvisionedConcurrencyConfig", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/2019-09-30/functions/:FunctionName/provisioned-concurrency#Qualifier", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "FunctionName", "value": "", "type": "path", "description": "
The name of the Lambda function.
Name formats
Function name – my-function.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function.
Partial ARN – 123456789012:function:my-function.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
" }, { "name": "Qualifier", "value": "", "type": "query", "description": "The version number or alias name." } ] }, "docs": "Retrieves the provisioned concurrency configuration for a function's alias or version." }, { "info": { "name": "PutProvisionedConcurrencyConfig", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/2019-09-30/functions/:FunctionName/provisioned-concurrency#Qualifier", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "FunctionName", "value": "", "type": "path", "description": "The name of the Lambda function.
Name formats
Function name – my-function.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function.
Partial ARN – 123456789012:function:my-function.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
" }, { "name": "Qualifier", "value": "", "type": "query", "description": "The version number or alias name." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a provisioned concurrency configuration to a function's alias or version." }, { "info": { "name": "DeleteProvisionedConcurrencyConfig", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/2019-09-30/functions/:FunctionName/provisioned-concurrency#Qualifier", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "FunctionName", "value": "", "type": "path", "description": "The name of the Lambda function.
Name formats
Function name – my-function.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function.
Partial ARN – 123456789012:function:my-function.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
" }, { "name": "Qualifier", "value": "", "type": "query", "description": "The version number or alias name." } ] }, "docs": "Deletes the provisioned concurrency configuration for a function." }, { "info": { "name": "GetFunctionConcurrency", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/2019-09-30/functions/:FunctionName/concurrency", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "FunctionName", "value": "", "type": "path", "description": "The name of the Lambda function.
Name formats
Function name – my-function.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function.
Partial ARN – 123456789012:function:my-function.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
" } ] }, "docs": "Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a function, use PutFunctionConcurrency." }, { "info": { "name": "ListProvisionedConcurrencyConfigs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/2019-09-30/functions/:FunctionName/provisioned-concurrency#List=ALL", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "FunctionName", "value": "", "type": "path", "description": "The name of the Lambda function.
Name formats
Function name – my-function.
Function ARN – arn:aws:lambda:us-west-2:123456789012:function:my-function.
Partial ARN – 123456789012:function:my-function.
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
" }, { "name": "Marker", "value": "", "type": "query", "description": "Specify the pagination token that's returned by a previous request to retrieve the next page of results." }, { "name": "MaxItems", "value": "", "type": "query", "description": "Specify a number to limit the number of configurations returned." }, { "name": "List", "value": "", "type": "query" } ] }, "docs": "Retrieves a list of provisioned concurrency configurations for a function." } ] } ], "bundled": true }