{ "info": { "_postman_id": "888ed0f2-c471-4ed8-b686-d0ec30503891", "name": "AWS CodeDeploy Applications API", "description": "

CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.

You can deploy a nearly unlimited variety of application content, such as an updated Lambda function, updated applications in an Amazon ECS service, code, web and configuration files, executables, packages, scripts, multimedia files, and so on. CodeDeploy can deploy application content stored in Amazon S3 buckets, GitHub repositories, or Bitbucket repositories. You do not need to make changes to your existing code before you can use CodeDeploy.

CodeDeploy makes it easier for you to rapidly release new features, helps you avoid downtime during application deployment, and handles the complexity of updating your applications, without many of the risks associated with error-prone manual deployments.

CodeDeploy Components

Use the information in this guide to help you work with the following CodeDeploy components:

This guide also contains information to help you get details about the instances in your deployments, to make on-premises instances available for CodeDeploy deployments, to get details about a Lambda function deployment, and to get details about Amazon ECS service deployments.

CodeDeploy Information Resources

\n\nContact Support:\n Name: Mike Ralphson\n Email: mike.ralphson@gmail.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T10:10:55.000Z", "updatedAt": "2026-07-28T10:10:55.000Z", "lastUpdatedBy": "35240", "uid": "35240-888ed0f2-c471-4ed8-b686-d0ec30503891" }, "item": [ { "name": "applications", "item": [ { "name": "{applicationName}", "item": [ { "name": "Amazon CodeDeploy Get Application Details", "id": "88b33815-a51e-4d3e-9c70-9ff8c78c192a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/:applicationName", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":applicationName" ], "variable": [ { "id": "0037fe7f-486a-4084-b93e-380302298b52", "key": "applicationName", "value": "", "description": "(Required) The name of the application." } ] }, "description": "Gets information about an application." }, "response": [ { "id": "c4231904-5d70-4c04-9616-708257c5cc37", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/applications/:applicationName", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":applicationName" ], "variable": [ { "key": "applicationName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"application\": {\n \"applicationId\": \"\",\n \"applicationName\": \"\",\n \"computePlatform\": \"\",\n \"createTime\": \"\",\n \"linkedToGitHub\": \"\"\n }\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-c4231904-5d70-4c04-9616-708257c5cc37" }, { "id": "18944daf-ed29-4465-8cdf-bddd1600473e", "name": "Bad request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/applications/:applicationName", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":applicationName" ], "variable": [ { "key": "applicationName" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-18944daf-ed29-4465-8cdf-bddd1600473e" }, { "id": "f2dab7d9-e2e2-415e-b682-44836b5e0833", "name": "Application not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/applications/:applicationName", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":applicationName" ], "variable": [ { "key": "applicationName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-f2dab7d9-e2e2-415e-b682-44836b5e0833" }, { "id": "093c56d7-5b09-494f-8425-6d8975f61ae0", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/applications/:applicationName", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":applicationName" ], "variable": [ { "key": "applicationName" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-093c56d7-5b09-494f-8425-6d8975f61ae0" } ], "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-88b33815-a51e-4d3e-9c70-9ff8c78c192a" }, { "name": "Amazon CodeDeploy Delete an Application", "id": "b8fb45e0-3366-4dee-ab1b-20900f09693e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications/:applicationName", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":applicationName" ], "variable": [ { "id": "bcb9a359-37a0-472b-bb68-fcda6a2c1eae", "key": "applicationName", "value": "", "description": "(Required) The name of the application to delete." } ] }, "description": "Deletes an application along with all associated deployment groups and revisions." }, "response": [ { "id": "e4dfd6ce-2505-4ddc-b57c-fe7d8b177cda", "name": "Application deleted", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/applications/:applicationName", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":applicationName" ], "variable": [ { "key": "applicationName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-e4dfd6ce-2505-4ddc-b57c-fe7d8b177cda" }, { "id": "e83479f5-d1ae-481b-b499-846e614def9c", "name": "Bad request", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/applications/:applicationName", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":applicationName" ], "variable": [ { "key": "applicationName" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-e83479f5-d1ae-481b-b499-846e614def9c" }, { "id": "ae6d3551-58d5-45e7-a658-e2ffe7db4d70", "name": "Internal server error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/applications/:applicationName", "host": [ "{{baseUrl}}" ], "path": [ "applications", ":applicationName" ], "variable": [ { "key": "applicationName" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-ae6d3551-58d5-45e7-a658-e2ffe7db4d70" } ], "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-b8fb45e0-3366-4dee-ab1b-20900f09693e" } ], "id": "76f4d57c-6cd0-4b8d-9851-3f0a70593e93", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-76f4d57c-6cd0-4b8d-9851-3f0a70593e93" }, { "name": "Amazon CodeDeploy Create an Application", "id": "9e93ecf9-3155-49b4-91a5-aff78ebb747a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"applicationName\": \"\",\n \"computePlatform\": \"ECS\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications", "host": [ "{{baseUrl}}" ], "path": [ "applications" ] }, "description": "Creates an application. An application is a name that represents the compute platform on which you deploy (EC2/On-premises, Lambda, or ECS)." }, "response": [ { "id": "ddde6b29-ff4b-40d0-b545-d8c45df92f63", "name": "Application created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"applicationName\": \"\",\n \"computePlatform\": \"ECS\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications", "host": [ "{{baseUrl}}" ], "path": [ "applications" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"applicationId\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-ddde6b29-ff4b-40d0-b545-d8c45df92f63" }, { "id": "66cd4756-339e-4096-b81a-61eab0e483bb", "name": "Bad request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"applicationName\": \"\",\n \"computePlatform\": \"ECS\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications", "host": [ "{{baseUrl}}" ], "path": [ "applications" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-66cd4756-339e-4096-b81a-61eab0e483bb" }, { "id": "82d5f9c0-a0e8-4536-9211-565a0239c237", "name": "Application already exists", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"applicationName\": \"\",\n \"computePlatform\": \"ECS\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications", "host": [ "{{baseUrl}}" ], "path": [ "applications" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-82d5f9c0-a0e8-4536-9211-565a0239c237" }, { "id": "7ec64e29-c649-41c0-bc82-14adc3781177", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"applicationName\": \"\",\n \"computePlatform\": \"ECS\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/applications", "host": [ "{{baseUrl}}" ], "path": [ "applications" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-7ec64e29-c649-41c0-bc82-14adc3781177" } ], "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-9e93ecf9-3155-49b4-91a5-aff78ebb747a" }, { "name": "Amazon CodeDeploy List Applications", "id": "d56b299d-176c-4e36-8128-699111106d93", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/applications?nextToken=", "host": [ "{{baseUrl}}" ], "path": [ "applications" ], "query": [ { "description": "Token for pagination.", "key": "nextToken", "value": "" } ] }, "description": "Lists the applications registered with the user or AWS account." }, "response": [ { "id": "d69daea1-a26d-4347-8d5a-6ccfde48a3d3", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/applications?nextToken=", "host": [ "{{baseUrl}}" ], "path": [ "applications" ], "query": [ { "description": "Token for pagination.", "key": "nextToken", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"applications\": [\n \"\",\n \"\"\n ],\n \"nextToken\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-d69daea1-a26d-4347-8d5a-6ccfde48a3d3" }, { "id": "07bcc810-48a3-4c41-902e-ff894942c2be", "name": "Bad request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/applications?nextToken=", "host": [ "{{baseUrl}}" ], "path": [ "applications" ], "query": [ { "description": "Token for pagination.", "key": "nextToken", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-07bcc810-48a3-4c41-902e-ff894942c2be" }, { "id": "6686d64b-b7d1-4140-87c8-abefbe8558c3", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/applications?nextToken=", "host": [ "{{baseUrl}}" ], "path": [ "applications" ], "query": [ { "description": "Token for pagination.", "key": "nextToken", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\"\n}", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-6686d64b-b7d1-4140-87c8-abefbe8558c3" } ], "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-d56b299d-176c-4e36-8128-699111106d93" } ], "id": "492e7024-652b-4c12-ab8c-a245c839c523", "createdAt": "2026-07-28T10:10:56.000Z", "updatedAt": "2026-07-28T10:10:56.000Z", "uid": "35240-492e7024-652b-4c12-ab8c-a245c839c523" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "region", "value": "us-east-1" }, { "key": "baseUrl", "value": "http://codedeploy.{{region}}.amazonaws.com" } ] }