Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

APIs.io Engineering Platform 2018 10 31 API

The 2018 10 31 API from APIs.io Engineering Platform — 6 operation(s) for 2018 10 31.

This API exposes 9 operations across 6 paths, and defines 36 schemas. It is described by OpenAPI 3.0.0, at version 2015-07-09.

Requests are made against 4 base URLs: http://apigateway.{region}.amazonaws.com, https://apigateway.{region}.amazonaws.com, http://apigateway.{region}.amazonaws.com.cn, https://apigateway.{region}.amazonaws.com.cn.

9 operations 6 paths 36 schemas 2 DELETE5 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2015-07-09
Base URL
https://{bucketname}.s3.amazonaws.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

APIs.io Engineering Platform 2018 10 31 API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (hmac). By default, every request must be authenticated.

  • hmac — Amazon Signature authorization v4

Paths & Operations 9

Across 6 paths, the API surfaces 9 operations — 2 DELETE, 5 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

2018 10 31 9
POST
/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy
Adds permissions to the resource-based policy of a version of an Lambda layer . Use this action to grant layer usage permission to other accounts. You can grant permission to a single account, all ac…
AddLayerVersionPermission 10 params body → 201480481482483484485486
GET
/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy
Returns the permission policy for a version of an Lambda layer . For more information, see AddLayerVersionPermission .
GetLayerVersionPolicy 9 params → 200480481482483
DELETE
/2018-10-31/layers/{LayerName}/versions/{VersionNumber}
Deletes a version of an Lambda layer . Deleted versions can no longer be viewed or added to functions. To avoid breaking functions, a copy of the version remains in Lambda until no functions refer to…
DeleteLayerVersion 9 params → 204480481
GET
/2018-10-31/layers/{LayerName}/versions/{VersionNumber}
Returns information about a version of an Lambda layer , with a link to download the layer archive that's valid for 10 minutes.
GetLayerVersion 9 params → 200480481482483
GET
/2018-10-31/layers#find=LayerVersion&Arn
Returns information about a version of an Lambda layer , with a link to download the layer archive that's valid for 10 minutes.
GetLayerVersionByArn 9 params → 200480481482483
GET
/2018-10-31/layers/{LayerName}/versions
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. Spec…
ListLayerVersions 12 params → 200480481482483
POST
/2018-10-31/layers/{LayerName}/versions
Creates an Lambda layer from a ZIP archive. Each time you call PublishLayerVersion with the same layer name, a new version is created. Add layers to your function with CreateFunction or UpdateFunctio…
PublishLayerVersion 8 params body → 201480481482483484
GET
/2018-10-31/layers
Lists Lambda layers and shows information about the latest version of each. Specify a runtime identifier to list only layers that indicate that they're compatible with that runtime. Specify a compati…
ListLayers 11 params → 200480481482
DELETE
/2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy/{StatementId}
Removes a statement from the permissions policy for a version of an Lambda layer . For more information, see AddLayerVersionPermission .
RemoveLayerVersionPermission 11 params → 204480481482483484

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are GetLayerVersionResponse (9 properties), PublishLayerVersionResponse (9 properties), LayerVersionsListItem (7 properties), LayerVersionContentOutput (5 properties). Each schema is shown below with its type and property counts.

TooManyRequestsException
LayerVersionArn
string
LayerVersionNumber
integer
ListLayersResponse
object
2 properties
AddLayerVersionPermissionResponse
object
2 properties
LayersList
array
PolicyLengthExceededException
PreconditionFailedException
Timestamp
string
ListLayerVersionsResponse
object
2 properties
Long
integer
LayerArn
string
LayerVersionsListItem
object
Details about a version of an Lambda layer .
7 properties
S3Key
string
ResourceConflictException
InvalidParameterValueException
PublishLayerVersionResponse
object
9 properties
String
string
S3Bucket
string
GetLayerVersionPolicyResponse
object
2 properties
S3ObjectVersion
string
LayerName
string
LicenseInfo
string
LayerVersionsList
array
Description
string
ServiceException
ResourceNotFoundException
Architecture
string
CompatibleArchitectures
array
Blob
string
CompatibleRuntimes
array
Runtime
string
LayerVersionContentOutput
object
Details about a version of an Lambda layer .
5 properties
CodeStorageExceededException
GetLayerVersionResponse
object
9 properties
LayersListItem
object
Details about an Lambda layer .
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

engineering-platform-2018-10-31-api-openapi.yml Raw ↑