{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 2020 04 22 API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "2020 04 22", "type": "folder" }, "items": [ { "info": { "name": "ListCodeSigningConfigs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/2020-04-22/code-signing-configs/", "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": "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": "Maximum number of items to return." } ] }, "docs": "Returns a list of code signing configurations. A request returns up to 10,000 configurations per call. You can use the MaxItems parameter to return fewer configurations per call. " }, { "info": { "name": "CreateCodeSigningConfig", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/2020-04-22/code-signing-configs/", "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": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a code signing configuration. A code signing configuration defines a list of allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment validation checks fail). " }, { "info": { "name": "GetCodeSigningConfig", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/2020-04-22/code-signing-configs/:CodeSigningConfigArn", "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": "CodeSigningConfigArn", "value": "", "type": "path", "description": "The The Amazon Resource Name (ARN) of the code signing configuration. " } ] }, "docs": "Returns information about the specified code signing configuration." }, { "info": { "name": "UpdateCodeSigningConfig", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/2020-04-22/code-signing-configs/:CodeSigningConfigArn", "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": "CodeSigningConfigArn", "value": "", "type": "path", "description": "The The Amazon Resource Name (ARN) of the code signing configuration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the code signing configuration. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function. " }, { "info": { "name": "DeleteCodeSigningConfig", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/2020-04-22/code-signing-configs/:CodeSigningConfigArn", "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": "CodeSigningConfigArn", "value": "", "type": "path", "description": "The The Amazon Resource Name (ARN) of the code signing configuration." } ] }, "docs": "Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it. " }, { "info": { "name": "ListFunctionsByCodeSigningConfig", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/2020-04-22/code-signing-configs/:CodeSigningConfigArn/functions", "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": "CodeSigningConfigArn", "value": "", "type": "path", "description": "The The Amazon Resource Name (ARN) of the code signing configuration." }, { "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": "Maximum number of items to return." } ] }, "docs": "List the functions that use the specified code signing configuration. You can use this method prior to deleting a code signing configuration, to verify that no functions are using it." } ] } ], "bundled": true }