{ "info": { "_postman_id": "2f82b377-6345-4edb-b52d-de77768e2882", "name": "AWS CodeDeploy Applications #X Amz Target=CodeDeploy 20141006.BatchGetApplicationRevisions 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:58.000Z", "updatedAt": "2026-07-28T10:10:59.000Z", "lastUpdatedBy": "35240", "uid": "35240-2f82b377-6345-4edb-b52d-de77768e2882" }, "item": [ { "name": "#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions", "item": [ { "name": "Amazon CodeDeploy Batch Get Application Revisions", "id": "1c9e7708-09c5-4f72-a644-5d3f1885957f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Amz-Target", "value": "CodeDeploy_20141006.BatchGetApplicationRevisions" }, { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"applicationName\": \"\",\n \"revisions\": [\n {\n \"revisionType\": \"GitHub\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"tar\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n },\n {\n \"revisionType\": \"AppSpecContent\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"JSON\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions", "host": [ "{{baseUrl}}" ], "path": [ "" ], "hash": "X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions" }, "description": "Gets information about one or more application revisions. The maximum number of application revisions that can be returned is 25." }, "response": [ { "id": "e861152f-fa6c-4fb9-95d4-feaaa9517d0b", "name": "Success", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Amz-Target", "value": "CodeDeploy_20141006.BatchGetApplicationRevisions" }, { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "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 \"revisions\": [\n {\n \"revisionType\": \"GitHub\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"tar\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n },\n {\n \"revisionType\": \"AppSpecContent\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"JSON\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions", "host": [ "{{baseUrl}}" ], "path": [ "" ], "hash": "X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions" } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"applicationName\": \"\",\n \"errorMessage\": \"\",\n \"revisions\": [\n {\n \"revisionLocation\": {\n \"revisionType\": \"GitHub\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"tgz\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n },\n \"genericRevisionInfo\": {\n \"description\": \"\",\n \"deploymentGroups\": [\n \"\",\n \"\"\n ],\n \"firstUsedTime\": \"\",\n \"lastUsedTime\": \"\",\n \"registerTime\": \"\"\n }\n },\n {\n \"revisionLocation\": {\n \"revisionType\": \"S3\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"tgz\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n },\n \"genericRevisionInfo\": {\n \"description\": \"\",\n \"deploymentGroups\": [\n \"\",\n \"\"\n ],\n \"firstUsedTime\": \"\",\n \"lastUsedTime\": \"\",\n \"registerTime\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T10:10:59.000Z", "updatedAt": "2026-07-28T10:10:59.000Z", "uid": "35240-e861152f-fa6c-4fb9-95d4-feaaa9517d0b" }, { "id": "507052df-cef7-4dff-9d40-672bdd355053", "name": "ApplicationDoesNotExistException", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Amz-Target", "value": "CodeDeploy_20141006.BatchGetApplicationRevisions" }, { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "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 \"revisions\": [\n {\n \"revisionType\": \"GitHub\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"tar\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n },\n {\n \"revisionType\": \"AppSpecContent\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"JSON\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions", "host": [ "{{baseUrl}}" ], "path": [ "" ], "hash": "X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions" } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:10:59.000Z", "updatedAt": "2026-07-28T10:10:59.000Z", "uid": "35240-507052df-cef7-4dff-9d40-672bdd355053" }, { "id": "332c39f1-0d7f-4c9c-919d-58d684f43c6c", "name": "ApplicationNameRequiredException", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Amz-Target", "value": "CodeDeploy_20141006.BatchGetApplicationRevisions" }, { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "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 \"revisions\": [\n {\n \"revisionType\": \"GitHub\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"tar\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n },\n {\n \"revisionType\": \"AppSpecContent\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"JSON\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions", "host": [ "{{baseUrl}}" ], "path": [ "" ], "hash": "X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions" } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:10:59.000Z", "updatedAt": "2026-07-28T10:10:59.000Z", "uid": "35240-332c39f1-0d7f-4c9c-919d-58d684f43c6c" }, { "id": "0e68ee3d-4464-438d-86fc-f9055cf978e7", "name": "InvalidApplicationNameException", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Amz-Target", "value": "CodeDeploy_20141006.BatchGetApplicationRevisions" }, { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "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 \"revisions\": [\n {\n \"revisionType\": \"GitHub\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"tar\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n },\n {\n \"revisionType\": \"AppSpecContent\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"JSON\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions", "host": [ "{{baseUrl}}" ], "path": [ "" ], "hash": "X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions" } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:10:59.000Z", "updatedAt": "2026-07-28T10:10:59.000Z", "uid": "35240-0e68ee3d-4464-438d-86fc-f9055cf978e7" }, { "id": "f8e66891-8c9a-4fff-8a20-cd8776b56332", "name": "RevisionRequiredException", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Amz-Target", "value": "CodeDeploy_20141006.BatchGetApplicationRevisions" }, { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "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 \"revisions\": [\n {\n \"revisionType\": \"GitHub\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"tar\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n },\n {\n \"revisionType\": \"AppSpecContent\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"JSON\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions", "host": [ "{{baseUrl}}" ], "path": [ "" ], "hash": "X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions" } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:10:59.000Z", "updatedAt": "2026-07-28T10:10:59.000Z", "uid": "35240-f8e66891-8c9a-4fff-8a20-cd8776b56332" }, { "id": "18e4f153-1a7f-45b9-9779-ae2bc43f3777", "name": "InvalidRevisionException", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Amz-Target", "value": "CodeDeploy_20141006.BatchGetApplicationRevisions" }, { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "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 \"revisions\": [\n {\n \"revisionType\": \"GitHub\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"tar\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n },\n {\n \"revisionType\": \"AppSpecContent\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"JSON\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions", "host": [ "{{baseUrl}}" ], "path": [ "" ], "hash": "X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions" } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:10:59.000Z", "updatedAt": "2026-07-28T10:10:59.000Z", "uid": "35240-18e4f153-1a7f-45b9-9779-ae2bc43f3777" }, { "id": "67057d88-b5e7-4468-850f-429fde513227", "name": "BatchLimitExceededException", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) ", "key": "X-Amz-Target", "value": "CodeDeploy_20141006.BatchGetApplicationRevisions" }, { "key": "X-Amz-Content-Sha256", "value": "" }, { "key": "X-Amz-Date", "value": "" }, { "key": "X-Amz-Algorithm", "value": "" }, { "key": "X-Amz-Credential", "value": "" }, { "key": "X-Amz-Security-Token", "value": "" }, { "key": "X-Amz-Signature", "value": "" }, { "key": "X-Amz-SignedHeaders", "value": "" }, { "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 \"revisions\": [\n {\n \"revisionType\": \"GitHub\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"tar\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n },\n {\n \"revisionType\": \"AppSpecContent\",\n \"s3Location\": {\n \"bucket\": \"\",\n \"key\": \"\",\n \"bundleType\": \"JSON\",\n \"version\": \"\",\n \"eTag\": \"\"\n },\n \"gitHubLocation\": {\n \"repository\": \"\",\n \"commitId\": \"\"\n },\n \"string\": {\n \"content\": \"\",\n \"sha256\": \"\"\n },\n \"appSpecContent\": {\n \"content\": \"\",\n \"sha256\": \"\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions", "host": [ "{{baseUrl}}" ], "path": [ "" ], "hash": "X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions" } }, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T10:10:59.000Z", "updatedAt": "2026-07-28T10:10:59.000Z", "uid": "35240-67057d88-b5e7-4468-850f-429fde513227" } ], "createdAt": "2026-07-28T10:10:59.000Z", "updatedAt": "2026-07-28T10:10:59.000Z", "uid": "35240-1c9e7708-09c5-4f72-a644-5d3f1885957f" } ], "id": "0a5418fb-91fd-4af0-881b-b82b51ca95ec", "createdAt": "2026-07-28T10:10:59.000Z", "updatedAt": "2026-07-28T10:10:59.000Z", "uid": "35240-0a5418fb-91fd-4af0-881b-b82b51ca95ec" } ], "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" } ] }