{ "uuid": "a7df151a-98cd-4de2-acf7-53d70d2abb95", "lastMigration": 29, "name": "AWS Amplify", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "60bb3d8c-831a-4a34-9ca1-92a399376aeb", "documentation": " Creates a new Amplify app. ", "method": "post", "endpoint": "apps", "responses": [ { "uuid": "d66fb3eb-dacd-45da-895d-414a8be333ae", "body": "{\n \"app\": {\n \"appId\": \"\",\n \"appArn\": \"\",\n \"name\": \"\",\n \"tags\": {},\n \"description\": \"\",\n \"repository\": \"\",\n \"platform\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\",\n \"iamServiceRoleArn\": \"\",\n \"environmentVariables\": {},\n \"defaultDomain\": \"\",\n \"enableBranchAutoBuild\": {{faker 'datatype.boolean'}},\n \"enableBranchAutoDeletion\": {{faker 'datatype.boolean'}},\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"basicAuthCredentials\": \"\",\n \"customRules\": [\n {\n \"source\": \"\",\n \"target\": \"\",\n \"status\": \"\",\n \"condition\": \"\"\n }\n ],\n \"productionBranch\": {\n \"lastDeployTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"thumbnailUrl\": \"\",\n \"branchName\": \"\"\n },\n \"buildSpec\": \"\",\n \"customHeaders\": \"\",\n \"enableAutoBranchCreation\": {{faker 'datatype.boolean'}},\n \"autoBranchCreationPatterns\": [\n \"\"\n ],\n \"autoBranchCreationConfig\": {\n \"stage\": \"\",\n \"framework\": \"\",\n \"enableAutoBuild\": {{faker 'datatype.boolean'}},\n \"environmentVariables\": {},\n \"basicAuthCredentials\": \"\",\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"enablePerformanceMode\": {{faker 'datatype.boolean'}},\n \"buildSpec\": \"\",\n \"enablePullRequestPreview\": {{faker 'datatype.boolean'}},\n \"pullRequestEnvironmentName\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c900bade-980f-4b87-8f83-4b5b6aae6387", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "543700d8-c9c5-487f-995c-37cc057898eb", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "89f25559-6f49-491a-8295-0bd51ec1a04f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ae9bb67e-1044-4a7d-bca9-e803929e68b1", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bd7c54a6-09c8-42da-8f37-a6aece6d9ef1", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "DependentServiceFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "97d03bcf-99f0-4826-b2d8-35d41f0b93a1", "documentation": " Returns a list of the existing Amplify apps. ", "method": "get", "endpoint": "apps", "responses": [ { "uuid": "f7e3c6f2-8ebb-418b-8ea2-884dc04f660a", "body": "{\n \"apps\": [\n {\n \"appId\": \"\",\n \"appArn\": \"\",\n \"name\": \"\",\n \"tags\": {},\n \"description\": \"\",\n \"repository\": \"\",\n \"platform\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\",\n \"iamServiceRoleArn\": \"\",\n \"environmentVariables\": {},\n \"defaultDomain\": \"\",\n \"enableBranchAutoBuild\": {{faker 'datatype.boolean'}},\n \"enableBranchAutoDeletion\": {{faker 'datatype.boolean'}},\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"basicAuthCredentials\": \"\",\n \"customRules\": [\n {\n \"source\": \"\",\n \"target\": \"\",\n \"status\": \"\",\n \"condition\": \"\"\n }\n ],\n \"productionBranch\": {\n \"lastDeployTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"thumbnailUrl\": \"\",\n \"branchName\": \"\"\n },\n \"buildSpec\": \"\",\n \"customHeaders\": \"\",\n \"enableAutoBranchCreation\": {{faker 'datatype.boolean'}},\n \"autoBranchCreationPatterns\": [\n \"\"\n ],\n \"autoBranchCreationConfig\": {\n \"stage\": \"\",\n \"framework\": \"\",\n \"enableAutoBuild\": {{faker 'datatype.boolean'}},\n \"environmentVariables\": {},\n \"basicAuthCredentials\": \"\",\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"enablePerformanceMode\": {{faker 'datatype.boolean'}},\n \"buildSpec\": \"\",\n \"enablePullRequestPreview\": {{faker 'datatype.boolean'}},\n \"pullRequestEnvironmentName\": \"\"\n }\n }\n ],\n \"nextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5d0b800d-c593-4edf-8fa2-3d70e6b837a6", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3eb613c1-80ab-4675-ab8d-bd466aef624a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1f3fe2ed-0c66-481e-bc33-8f9d3dc4355f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ed74e3db-4ef5-4464-9ee4-23509cfc8263", "documentation": " Creates a new backend environment for an Amplify app. ", "method": "post", "endpoint": "apps/:appId/backendenvironments", "responses": [ { "uuid": "48ab62ba-8067-423e-aa77-9e95b88cee51", "body": "{\n \"backendEnvironment\": {\n \"backendEnvironmentArn\": \"\",\n \"environmentName\": \"\",\n \"stackName\": \"\",\n \"deploymentArtifacts\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6496b8e1-9c08-44c7-9bfb-109648efddbb", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c553a76f-7ca9-4f11-a2f5-442222f56c9f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b422c4f3-8b9c-49a1-94d8-04e1974c74b3", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "92a94250-e4ce-4693-ac00-72f8279aab84", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "686f099d-b04a-4e11-af22-07ac9c86e1ae", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d8979646-2a21-4650-a7a4-4337ebbeb158", "documentation": " Lists the backend environments for an Amplify app. ", "method": "get", "endpoint": "apps/:appId/backendenvironments", "responses": [ { "uuid": "1970293c-e62c-4a03-a8eb-ed7664895960", "body": "{\n \"backendEnvironments\": [\n {\n \"backendEnvironmentArn\": \"\",\n \"environmentName\": \"\",\n \"stackName\": \"\",\n \"deploymentArtifacts\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"nextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "70cdba80-f94d-4a6b-b964-1bcbf855dee0", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b05bf124-445c-4659-aabd-68b09acf090e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4fc5354f-7c1d-4fec-bb28-aee79b0f6c98", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c9a5f389-bbce-4a76-9b3b-d34bbb64e4d9", "documentation": " Creates a new branch for an Amplify app. ", "method": "post", "endpoint": "apps/:appId/branches", "responses": [ { "uuid": "2f49a2cc-a386-4e80-9111-335e96202cc3", "body": "{\n \"branch\": {\n \"branchArn\": \"\",\n \"branchName\": \"\",\n \"description\": \"\",\n \"tags\": {},\n \"stage\": \"\",\n \"displayName\": \"\",\n \"enableNotification\": {{faker 'datatype.boolean'}},\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\",\n \"environmentVariables\": {},\n \"enableAutoBuild\": {{faker 'datatype.boolean'}},\n \"customDomains\": [\n \"\"\n ],\n \"framework\": \"\",\n \"activeJobId\": \"\",\n \"totalNumberOfJobs\": \"\",\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"enablePerformanceMode\": {{faker 'datatype.boolean'}},\n \"thumbnailUrl\": \"\",\n \"basicAuthCredentials\": \"\",\n \"buildSpec\": \"\",\n \"ttl\": \"\",\n \"associatedResources\": [\n \"\"\n ],\n \"enablePullRequestPreview\": {{faker 'datatype.boolean'}},\n \"pullRequestEnvironmentName\": \"\",\n \"destinationBranch\": \"\",\n \"sourceBranch\": \"\",\n \"backendEnvironmentArn\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7f74f741-84fd-4e83-ab99-84f8b9d4633a", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6341945d-2700-463a-bc40-dfeb3a070771", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d4edd47a-0761-40a6-9457-c118d45f2b76", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f7188dd-59c9-4705-8b76-ae540259546a", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fc153bf9-4b07-4930-875a-bd6ae9d7063d", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1fb230a6-a381-4d2d-b508-8b2cd7d3c3d8", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "DependentServiceFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "45d20450-befe-4474-8c2b-71d2bc8afc90", "documentation": " Lists the branches of an Amplify app. ", "method": "get", "endpoint": "apps/:appId/branches", "responses": [ { "uuid": "5dc0627e-3516-4c5d-ac16-82c9e1482194", "body": "{\n \"branches\": [\n {\n \"branchArn\": \"\",\n \"branchName\": \"\",\n \"description\": \"\",\n \"tags\": {},\n \"stage\": \"\",\n \"displayName\": \"\",\n \"enableNotification\": {{faker 'datatype.boolean'}},\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\",\n \"environmentVariables\": {},\n \"enableAutoBuild\": {{faker 'datatype.boolean'}},\n \"customDomains\": [\n \"\"\n ],\n \"framework\": \"\",\n \"activeJobId\": \"\",\n \"totalNumberOfJobs\": \"\",\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"enablePerformanceMode\": {{faker 'datatype.boolean'}},\n \"thumbnailUrl\": \"\",\n \"basicAuthCredentials\": \"\",\n \"buildSpec\": \"\",\n \"ttl\": \"\",\n \"associatedResources\": [\n \"\"\n ],\n \"enablePullRequestPreview\": {{faker 'datatype.boolean'}},\n \"pullRequestEnvironmentName\": \"\",\n \"destinationBranch\": \"\",\n \"sourceBranch\": \"\",\n \"backendEnvironmentArn\": \"\"\n }\n ],\n \"nextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "423d0a23-7a50-411f-a121-f1e3c88d8c5e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8b1fe4b0-8e84-40d5-9ca2-b81b31f25729", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "32e20ae5-ebef-458c-ae3d-c7d58783746e", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e66ec3de-3985-42d5-b77e-057a6039798d", "documentation": " Creates a deployment for a manually deployed Amplify app. Manually deployed apps are not connected to a repository. ", "method": "post", "endpoint": "apps/:appId/branches/:branchName/deployments", "responses": [ { "uuid": "c31c4d92-2516-4c48-861d-f51e628e7e7f", "body": "{\n \"jobId\": \"\",\n \"fileUploadUrls\": {},\n \"zipUploadUrl\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "26136f3a-3697-40ad-a526-4c6ed9604b3e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b70f30f3-9a00-4d73-b6ac-f82ab5f8dd80", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ead425c4-93ec-4ac1-985d-828aa9215b6f", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9adc0a25-15db-4ce8-8995-0fec3fa9383e", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "27a5fa18-a2c6-498a-94f9-3b38ee644419", "documentation": " Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app ", "method": "post", "endpoint": "apps/:appId/domains", "responses": [ { "uuid": "eb3dd3c1-8f4b-44ef-a3f9-4dc8f59be3f6", "body": "{\n \"domainAssociation\": {\n \"domainAssociationArn\": \"\",\n \"domainName\": \"\",\n \"enableAutoSubDomain\": {{faker 'datatype.boolean'}},\n \"autoSubDomainCreationPatterns\": [\n \"\"\n ],\n \"autoSubDomainIAMRole\": \"\",\n \"domainStatus\": \"\",\n \"statusReason\": \"\",\n \"certificateVerificationDNSRecord\": \"\",\n \"subDomains\": [\n {\n \"subDomainSetting\": {\n \"prefix\": \"\",\n \"branchName\": \"\"\n },\n \"verified\": {{faker 'datatype.boolean'}},\n \"dnsRecord\": \"\"\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "554f296c-614e-4b2c-9c42-b1adf0a7b40e", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "be674ade-ae97-4a9b-9998-4fd88c0e9338", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "23f03556-6fcd-4a77-a901-07acb5ac6471", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8638e818-df08-4668-83fe-d4129ba15b7d", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f37458b-08ea-42cd-9b38-0d71a4d12682", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4b8c7c74-093c-4fd1-ba49-3a7e97813687", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "DependentServiceFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "375fd649-1130-4124-a3f3-5d40855b9dbb", "documentation": " Returns the domain associations for an Amplify app. ", "method": "get", "endpoint": "apps/:appId/domains", "responses": [ { "uuid": "eac3d585-c36f-47da-90ac-8a80fad8ba4e", "body": "{\n \"domainAssociations\": [\n {\n \"domainAssociationArn\": \"\",\n \"domainName\": \"\",\n \"enableAutoSubDomain\": {{faker 'datatype.boolean'}},\n \"autoSubDomainCreationPatterns\": [\n \"\"\n ],\n \"autoSubDomainIAMRole\": \"\",\n \"domainStatus\": \"\",\n \"statusReason\": \"\",\n \"certificateVerificationDNSRecord\": \"\",\n \"subDomains\": [\n {\n \"subDomainSetting\": {\n \"prefix\": \"\",\n \"branchName\": \"\"\n },\n \"verified\": {{faker 'datatype.boolean'}},\n \"dnsRecord\": \"\"\n }\n ]\n }\n ],\n \"nextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6ca5c12f-8185-4a5c-88ff-ce380a2f45f9", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5c369e1a-dced-48bc-af0c-90cd95d4f3a0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "029a99a9-3b08-4a0c-a6ac-7bfe6adea42c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9dd7cd08-ab1c-4ac6-a7f0-7d8a7b9481f9", "documentation": " Creates a new webhook on an Amplify app. ", "method": "post", "endpoint": "apps/:appId/webhooks", "responses": [ { "uuid": "58683caf-7de6-42e7-8d26-facc35f3d9a6", "body": "{\n \"webhook\": {\n \"webhookArn\": \"\",\n \"webhookId\": \"\",\n \"webhookUrl\": \"\",\n \"branchName\": \"\",\n \"description\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "84b9f808-0d7c-4c57-9ed6-1a4b1c494d43", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5865933b-2327-4a90-9b4d-4d47e5078d04", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "39345c96-28ae-4202-85c9-85df18bfcea5", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3ad2e6da-2e08-442a-8787-b0efd71444ca", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3695c236-d625-4c2f-8aa8-d3484314726d", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3625d50b-dba1-4cb9-9544-289e7dbc5306", "body": "\"\"", "latency": 0, "statusCode": 485, "label": "DependentServiceFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "256a17bf-cc82-419f-994d-88ebd38be5ac", "documentation": " Returns a list of webhooks for an Amplify app. ", "method": "get", "endpoint": "apps/:appId/webhooks", "responses": [ { "uuid": "7e06daa6-aa07-4ecc-9773-f9f47cc43524", "body": "{\n \"webhooks\": [\n {\n \"webhookArn\": \"\",\n \"webhookId\": \"\",\n \"webhookUrl\": \"\",\n \"branchName\": \"\",\n \"description\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\"\n }\n ],\n \"nextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0597beeb-4a21-42c3-b62a-dc3232c7e34b", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0b30b332-a0b3-400f-8af8-01784b709f51", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "febbd563-a78d-4a80-92d3-1338e470694a", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "68a37fd8-c027-4667-aebb-09f0e1d0705f", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "52f5d47f-ebc9-4d6b-8f35-21e3f1abcc82", "documentation": " Deletes an existing Amplify app specified by an app ID. ", "method": "delete", "endpoint": "apps/:appId", "responses": [ { "uuid": "9fa8811c-3504-4a76-93a7-2cf56e1d6f09", "body": "{\n \"app\": {\n \"appId\": \"\",\n \"appArn\": \"\",\n \"name\": \"\",\n \"tags\": {},\n \"description\": \"\",\n \"repository\": \"\",\n \"platform\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\",\n \"iamServiceRoleArn\": \"\",\n \"environmentVariables\": {},\n \"defaultDomain\": \"\",\n \"enableBranchAutoBuild\": {{faker 'datatype.boolean'}},\n \"enableBranchAutoDeletion\": {{faker 'datatype.boolean'}},\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"basicAuthCredentials\": \"\",\n \"customRules\": [\n {\n \"source\": \"\",\n \"target\": \"\",\n \"status\": \"\",\n \"condition\": \"\"\n }\n ],\n \"productionBranch\": {\n \"lastDeployTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"thumbnailUrl\": \"\",\n \"branchName\": \"\"\n },\n \"buildSpec\": \"\",\n \"customHeaders\": \"\",\n \"enableAutoBranchCreation\": {{faker 'datatype.boolean'}},\n \"autoBranchCreationPatterns\": [\n \"\"\n ],\n \"autoBranchCreationConfig\": {\n \"stage\": \"\",\n \"framework\": \"\",\n \"enableAutoBuild\": {{faker 'datatype.boolean'}},\n \"environmentVariables\": {},\n \"basicAuthCredentials\": \"\",\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"enablePerformanceMode\": {{faker 'datatype.boolean'}},\n \"buildSpec\": \"\",\n \"enablePullRequestPreview\": {{faker 'datatype.boolean'}},\n \"pullRequestEnvironmentName\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "41d210bc-8137-485d-b1ef-ca0600d1b7fe", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "72e96710-5529-42c2-b2f0-d694536b6b5c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4088a181-96cf-46ca-9098-8e668afffab4", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b02fb926-4d55-43ec-84bb-c4a2e4d5025a", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "29f93547-e5f5-4a2d-9c38-7f72c0ddff54", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "DependentServiceFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c31911b-4b37-45fb-a8a1-e98851081288", "documentation": " Returns an existing Amplify app by appID. ", "method": "get", "endpoint": "apps/:appId", "responses": [ { "uuid": "97567ce9-0398-4182-90e7-1d0053ac6c15", "body": "{\n \"app\": {\n \"appId\": \"\",\n \"appArn\": \"\",\n \"name\": \"\",\n \"tags\": {},\n \"description\": \"\",\n \"repository\": \"\",\n \"platform\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\",\n \"iamServiceRoleArn\": \"\",\n \"environmentVariables\": {},\n \"defaultDomain\": \"\",\n \"enableBranchAutoBuild\": {{faker 'datatype.boolean'}},\n \"enableBranchAutoDeletion\": {{faker 'datatype.boolean'}},\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"basicAuthCredentials\": \"\",\n \"customRules\": [\n {\n \"source\": \"\",\n \"target\": \"\",\n \"status\": \"\",\n \"condition\": \"\"\n }\n ],\n \"productionBranch\": {\n \"lastDeployTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"thumbnailUrl\": \"\",\n \"branchName\": \"\"\n },\n \"buildSpec\": \"\",\n \"customHeaders\": \"\",\n \"enableAutoBranchCreation\": {{faker 'datatype.boolean'}},\n \"autoBranchCreationPatterns\": [\n \"\"\n ],\n \"autoBranchCreationConfig\": {\n \"stage\": \"\",\n \"framework\": \"\",\n \"enableAutoBuild\": {{faker 'datatype.boolean'}},\n \"environmentVariables\": {},\n \"basicAuthCredentials\": \"\",\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"enablePerformanceMode\": {{faker 'datatype.boolean'}},\n \"buildSpec\": \"\",\n \"enablePullRequestPreview\": {{faker 'datatype.boolean'}},\n \"pullRequestEnvironmentName\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f109abe8-aa9b-4b90-a594-a787b81d6e51", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "185a0fd9-624e-42fb-bc90-3b415eb1f3fc", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0005b4a2-1289-4e0f-8c3d-9fffdbeb8d87", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4686bf2f-d392-487d-9e58-06b48c05aa74", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "56658855-8348-41ba-97da-c99be7fadf80", "documentation": " Updates an existing Amplify app. ", "method": "post", "endpoint": "apps/:appId", "responses": [ { "uuid": "a11baa69-ada2-4aee-ae98-d4039436924e", "body": "{\n \"app\": {\n \"appId\": \"\",\n \"appArn\": \"\",\n \"name\": \"\",\n \"tags\": {},\n \"description\": \"\",\n \"repository\": \"\",\n \"platform\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\",\n \"iamServiceRoleArn\": \"\",\n \"environmentVariables\": {},\n \"defaultDomain\": \"\",\n \"enableBranchAutoBuild\": {{faker 'datatype.boolean'}},\n \"enableBranchAutoDeletion\": {{faker 'datatype.boolean'}},\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"basicAuthCredentials\": \"\",\n \"customRules\": [\n {\n \"source\": \"\",\n \"target\": \"\",\n \"status\": \"\",\n \"condition\": \"\"\n }\n ],\n \"productionBranch\": {\n \"lastDeployTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"thumbnailUrl\": \"\",\n \"branchName\": \"\"\n },\n \"buildSpec\": \"\",\n \"customHeaders\": \"\",\n \"enableAutoBranchCreation\": {{faker 'datatype.boolean'}},\n \"autoBranchCreationPatterns\": [\n \"\"\n ],\n \"autoBranchCreationConfig\": {\n \"stage\": \"\",\n \"framework\": \"\",\n \"enableAutoBuild\": {{faker 'datatype.boolean'}},\n \"environmentVariables\": {},\n \"basicAuthCredentials\": \"\",\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"enablePerformanceMode\": {{faker 'datatype.boolean'}},\n \"buildSpec\": \"\",\n \"enablePullRequestPreview\": {{faker 'datatype.boolean'}},\n \"pullRequestEnvironmentName\": \"\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2e6e8a6e-a9e7-4a3b-9b53-b042c40c3752", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "83833970-2664-4e0c-ac8f-99b39ca3065a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eb2530e0-ac7a-44fc-910f-16aa0134c271", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e1441dc5-114b-44b3-ad1d-cade01d9480a", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2a9a1eb9-05bc-4f12-af5d-3fcf4d8cefbe", "documentation": " Deletes a backend environment for an Amplify app. ", "method": "delete", "endpoint": "apps/:appId/backendenvironments/:environmentName", "responses": [ { "uuid": "b48bc998-cf21-4f1f-81c9-c2553b9cf8aa", "body": "{\n \"backendEnvironment\": {\n \"backendEnvironmentArn\": \"\",\n \"environmentName\": \"\",\n \"stackName\": \"\",\n \"deploymentArtifacts\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b7e3fb37-8826-482a-b22e-cb372133cb91", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "59c333d3-9dee-4176-9c9c-7177f9f5f3c8", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f8232e4e-bb85-4e74-9b67-cd116a8553c4", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f7c907b2-36ac-4a0f-866c-b44081349197", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1242aaf7-54fa-4cc0-b95a-3615d1d1b6f8", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "DependentServiceFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1c229965-49fa-4fb9-bb0a-1332f3a8a4ea", "documentation": " Returns a backend environment for an Amplify app. ", "method": "get", "endpoint": "apps/:appId/backendenvironments/:environmentName", "responses": [ { "uuid": "5e5998aa-e868-4795-914b-e2732fb822e2", "body": "{\n \"backendEnvironment\": {\n \"backendEnvironmentArn\": \"\",\n \"environmentName\": \"\",\n \"stackName\": \"\",\n \"deploymentArtifacts\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a5c61b71-bc6c-43ff-8381-2675ea71028f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3ba17733-9145-4776-b771-949cc43bb187", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0d4d7e72-e96f-4100-828c-db2009d74de9", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "64a75b23-ff23-4ad7-84fb-8cce00695bec", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "20d5b350-6986-4c9a-bdc0-849ccdc781b7", "documentation": " Deletes a branch for an Amplify app. ", "method": "delete", "endpoint": "apps/:appId/branches/:branchName", "responses": [ { "uuid": "04aebaaf-3908-4006-941e-e9898fb72f58", "body": "{\n \"branch\": {\n \"branchArn\": \"\",\n \"branchName\": \"\",\n \"description\": \"\",\n \"tags\": {},\n \"stage\": \"\",\n \"displayName\": \"\",\n \"enableNotification\": {{faker 'datatype.boolean'}},\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\",\n \"environmentVariables\": {},\n \"enableAutoBuild\": {{faker 'datatype.boolean'}},\n \"customDomains\": [\n \"\"\n ],\n \"framework\": \"\",\n \"activeJobId\": \"\",\n \"totalNumberOfJobs\": \"\",\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"enablePerformanceMode\": {{faker 'datatype.boolean'}},\n \"thumbnailUrl\": \"\",\n \"basicAuthCredentials\": \"\",\n \"buildSpec\": \"\",\n \"ttl\": \"\",\n \"associatedResources\": [\n \"\"\n ],\n \"enablePullRequestPreview\": {{faker 'datatype.boolean'}},\n \"pullRequestEnvironmentName\": \"\",\n \"destinationBranch\": \"\",\n \"sourceBranch\": \"\",\n \"backendEnvironmentArn\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "124b408d-583a-47f0-a4fb-f3b4f8ecd447", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "01e71d9c-b350-4192-806a-684d68bc50db", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f47fc6bd-6c8a-4193-b79b-ac65253bb192", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1069098d-f24d-4561-be59-fb58d329a766", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e258f94a-9c19-406d-baa5-8b73984db3d6", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "DependentServiceFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "26de8736-41bf-4956-b846-7a583a87e2d0", "documentation": " Returns a branch for an Amplify app. ", "method": "get", "endpoint": "apps/:appId/branches/:branchName", "responses": [ { "uuid": "46426bac-5178-4cf5-827a-c7f7ce2b7dc7", "body": "{\n \"branch\": {\n \"branchArn\": \"\",\n \"branchName\": \"\",\n \"description\": \"\",\n \"tags\": {},\n \"stage\": \"\",\n \"displayName\": \"\",\n \"enableNotification\": {{faker 'datatype.boolean'}},\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\",\n \"environmentVariables\": {},\n \"enableAutoBuild\": {{faker 'datatype.boolean'}},\n \"customDomains\": [\n \"\"\n ],\n \"framework\": \"\",\n \"activeJobId\": \"\",\n \"totalNumberOfJobs\": \"\",\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"enablePerformanceMode\": {{faker 'datatype.boolean'}},\n \"thumbnailUrl\": \"\",\n \"basicAuthCredentials\": \"\",\n \"buildSpec\": \"\",\n \"ttl\": \"\",\n \"associatedResources\": [\n \"\"\n ],\n \"enablePullRequestPreview\": {{faker 'datatype.boolean'}},\n \"pullRequestEnvironmentName\": \"\",\n \"destinationBranch\": \"\",\n \"sourceBranch\": \"\",\n \"backendEnvironmentArn\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "22a326a0-22d1-4536-8786-c343ac51da03", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9827eb39-c70a-4722-a674-37cfe8b5c10e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ca8b421f-d09f-477e-a898-b5c7df7ad1b5", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "85136072-515f-4856-86e0-d42ed71cd861", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a1744a4c-52fd-4a7d-9c03-a6400ccf2d7a", "documentation": " Updates a branch for an Amplify app. ", "method": "post", "endpoint": "apps/:appId/branches/:branchName", "responses": [ { "uuid": "cb5378c0-1ce0-481b-881a-24e626ff2a59", "body": "{\n \"branch\": {\n \"branchArn\": \"\",\n \"branchName\": \"\",\n \"description\": \"\",\n \"tags\": {},\n \"stage\": \"\",\n \"displayName\": \"\",\n \"enableNotification\": {{faker 'datatype.boolean'}},\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\",\n \"environmentVariables\": {},\n \"enableAutoBuild\": {{faker 'datatype.boolean'}},\n \"customDomains\": [\n \"\"\n ],\n \"framework\": \"\",\n \"activeJobId\": \"\",\n \"totalNumberOfJobs\": \"\",\n \"enableBasicAuth\": {{faker 'datatype.boolean'}},\n \"enablePerformanceMode\": {{faker 'datatype.boolean'}},\n \"thumbnailUrl\": \"\",\n \"basicAuthCredentials\": \"\",\n \"buildSpec\": \"\",\n \"ttl\": \"\",\n \"associatedResources\": [\n \"\"\n ],\n \"enablePullRequestPreview\": {{faker 'datatype.boolean'}},\n \"pullRequestEnvironmentName\": \"\",\n \"destinationBranch\": \"\",\n \"sourceBranch\": \"\",\n \"backendEnvironmentArn\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4451f819-6403-4338-83d0-3c78fff9ad00", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "36f3e94a-4a79-4ffd-95e2-4d2d548960c2", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d34e0d39-7d01-4c5d-bafc-37dc7fdafa7b", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bad2ad0b-bbf4-4902-a00a-11a876d024b7", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "861d1a97-5409-4e59-985f-407fa0b96057", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "DependentServiceFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "950150c5-a37d-4d5c-95a0-3067cd800b8d", "documentation": " Deletes a domain association for an Amplify app. ", "method": "delete", "endpoint": "apps/:appId/domains/:domainName", "responses": [ { "uuid": "e521ef36-5b67-444e-9772-5233a3e2d3fe", "body": "{\n \"domainAssociation\": {\n \"domainAssociationArn\": \"\",\n \"domainName\": \"\",\n \"enableAutoSubDomain\": {{faker 'datatype.boolean'}},\n \"autoSubDomainCreationPatterns\": [\n \"\"\n ],\n \"autoSubDomainIAMRole\": \"\",\n \"domainStatus\": \"\",\n \"statusReason\": \"\",\n \"certificateVerificationDNSRecord\": \"\",\n \"subDomains\": [\n {\n \"subDomainSetting\": {\n \"prefix\": \"\",\n \"branchName\": \"\"\n },\n \"verified\": {{faker 'datatype.boolean'}},\n \"dnsRecord\": \"\"\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "45dbad05-8540-49aa-bbec-53a1202813af", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "83581bfd-677a-48d2-a6b8-ddee91e4228e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aa70bda1-6261-4233-91fb-c9457c2e9ba1", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1fd713b8-1330-49a4-93f3-487f6dd09e55", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aa13d98a-021d-4164-9974-5ab2c1b9d7b4", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "DependentServiceFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dd1f532c-8f98-4290-baea-c2927402e6e7", "documentation": " Returns the domain information for an Amplify app. ", "method": "get", "endpoint": "apps/:appId/domains/:domainName", "responses": [ { "uuid": "7e1eb8fb-7bac-4f15-9fc0-c97157477ab4", "body": "{\n \"domainAssociation\": {\n \"domainAssociationArn\": \"\",\n \"domainName\": \"\",\n \"enableAutoSubDomain\": {{faker 'datatype.boolean'}},\n \"autoSubDomainCreationPatterns\": [\n \"\"\n ],\n \"autoSubDomainIAMRole\": \"\",\n \"domainStatus\": \"\",\n \"statusReason\": \"\",\n \"certificateVerificationDNSRecord\": \"\",\n \"subDomains\": [\n {\n \"subDomainSetting\": {\n \"prefix\": \"\",\n \"branchName\": \"\"\n },\n \"verified\": {{faker 'datatype.boolean'}},\n \"dnsRecord\": \"\"\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b79a8a8c-9a73-4ba7-bfba-26ded961d644", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ecf36c6d-b7e6-4c08-89fa-527c88ea0cf9", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0ba2ac2a-15aa-4536-8e5a-fdd6de53acb9", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2994dbac-4e8c-4db6-8be2-5f0d6d14f255", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ddcec134-c42e-4595-8d70-7012be86ffd4", "documentation": " Creates a new domain association for an Amplify app.", "method": "post", "endpoint": "apps/:appId/domains/:domainName", "responses": [ { "uuid": "abd532ba-d0a4-4ef6-8947-a89ff95bf907", "body": "{\n \"domainAssociation\": {\n \"domainAssociationArn\": \"\",\n \"domainName\": \"\",\n \"enableAutoSubDomain\": {{faker 'datatype.boolean'}},\n \"autoSubDomainCreationPatterns\": [\n \"\"\n ],\n \"autoSubDomainIAMRole\": \"\",\n \"domainStatus\": \"\",\n \"statusReason\": \"\",\n \"certificateVerificationDNSRecord\": \"\",\n \"subDomains\": [\n {\n \"subDomainSetting\": {\n \"prefix\": \"\",\n \"branchName\": \"\"\n },\n \"verified\": {{faker 'datatype.boolean'}},\n \"dnsRecord\": \"\"\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0452ae4a-f517-4337-abd7-c99d3127d7f6", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "009a8a89-b00b-4cbb-b5b6-af64356f9ce8", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "00353bfa-9f4b-4784-a961-e0794d299f65", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d8a58437-d27e-4d32-a8e1-b59f0d8dbf6c", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ed315140-83e9-4bdb-b3af-74f1f049f1d0", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "DependentServiceFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b75fa76b-6954-426c-b735-eb1fb8542204", "documentation": " Deletes a job for a branch of an Amplify app. ", "method": "delete", "endpoint": "apps/:appId/branches/:branchName/jobs/:jobId", "responses": [ { "uuid": "3404447d-c25c-418b-88b5-7fba704e6c69", "body": "{\n \"jobSummary\": {\n \"jobArn\": \"\",\n \"jobId\": \"\",\n \"commitId\": \"\",\n \"commitMessage\": \"\",\n \"commitTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"endTime\": \"{{faker 'date.recent' 365}}\",\n \"jobType\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "721f1a61-e74b-41f0-9c33-70e0f62201d7", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ed190f06-b477-412f-a998-b09312603a54", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75e99683-a111-4f12-8450-bc28b2640869", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aa63f121-b69d-4312-946b-53daaac66799", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "419da8b9-0f30-4966-b826-957c66d97a22", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8a9c9c97-fb80-4713-b815-1bf10bb0ec0a", "documentation": " Returns a job for a branch of an Amplify app. ", "method": "get", "endpoint": "apps/:appId/branches/:branchName/jobs/:jobId", "responses": [ { "uuid": "e002582d-5585-43cf-9e32-fbe080cbb3ce", "body": "{\n \"job\": {\n \"summary\": {\n \"jobArn\": \"\",\n \"jobId\": \"\",\n \"commitId\": \"\",\n \"commitMessage\": \"\",\n \"commitTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"endTime\": \"{{faker 'date.recent' 365}}\",\n \"jobType\": \"\"\n },\n \"steps\": [\n {\n \"stepName\": \"\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"endTime\": \"{{faker 'date.recent' 365}}\",\n \"logUrl\": \"\",\n \"artifactsUrl\": \"\",\n \"testArtifactsUrl\": \"\",\n \"testConfigUrl\": \"\",\n \"screenshots\": {},\n \"statusReason\": \"\",\n \"context\": \"\"\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7f302d79-c3c2-44a0-88c5-09de178189d0", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "17e4bf1b-20de-465d-abe9-a134794c6ee0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a87d0e6f-c9fb-4c42-a519-388df51321a1", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2fd273eb-4db8-4cb1-b495-6dce1f3cebc0", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4f44bb23-4ad9-4642-b28f-e897f1426451", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "459780f7-fecb-4ea4-8f0b-f9b9445cef05", "documentation": " Deletes a webhook. ", "method": "delete", "endpoint": "webhooks/:webhookId", "responses": [ { "uuid": "aacaab4b-1d5a-408c-beaa-b9691a232e41", "body": "{\n \"webhook\": {\n \"webhookArn\": \"\",\n \"webhookId\": \"\",\n \"webhookUrl\": \"\",\n \"branchName\": \"\",\n \"description\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ca11584e-261d-4d4e-b4fd-57f867ca760f", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3e5a6fe1-bd16-47e9-a304-b4c305ea1b3f", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0ee20e03-7636-48cf-bacf-3ec53f2e6fd4", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9c0b0b78-779f-4546-9595-a7ddda4c5a28", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e7dcc276-2924-420e-a90d-c93b73a97525", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "571e7f91-01b5-4321-ba49-d712cd355a00", "documentation": " Returns the webhook information that corresponds to a specified webhook ID. ", "method": "get", "endpoint": "webhooks/:webhookId", "responses": [ { "uuid": "c886bf8e-4b05-4a14-8530-a3cbc7e214a5", "body": "{\n \"webhook\": {\n \"webhookArn\": \"\",\n \"webhookId\": \"\",\n \"webhookUrl\": \"\",\n \"branchName\": \"\",\n \"description\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "04680534-75f6-4027-b86e-722200b02be5", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3898fe51-2333-47c8-ba75-b5e71b65ce7c", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "451abb9a-8637-4151-8086-51bc39f0678e", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "19c88fb4-4897-4e38-81c2-f1db70bbf137", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d1029be-8548-4fb2-90ab-b77ee1d0768e", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8651dd95-ed39-400e-9a25-a5736a211dd0", "documentation": " Updates a webhook. ", "method": "post", "endpoint": "webhooks/:webhookId", "responses": [ { "uuid": "f9b309b8-664d-4bd6-a02d-8c26eee13f72", "body": "{\n \"webhook\": {\n \"webhookArn\": \"\",\n \"webhookId\": \"\",\n \"webhookUrl\": \"\",\n \"branchName\": \"\",\n \"description\": \"\",\n \"createTime\": \"{{faker 'date.recent' 365}}\",\n \"updateTime\": \"{{faker 'date.recent' 365}}\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fa28c1f1-cac1-4306-b33c-e0e203f903eb", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1ede41f2-2646-4e3b-a18c-4827006a4f4e", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1663c451-a5cd-4c18-a544-4a152cd7cb09", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "737e7388-00bd-42ff-a2c2-d76abc26580c", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b5fbd831-7f7c-4637-be1a-7b92466d1a31", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "DependentServiceFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aafcc9f0-0be3-4184-a225-cfe5af5b6af6", "documentation": " Returns the website access logs for a specific time range using a presigned URL. ", "method": "post", "endpoint": "apps/:appId/accesslogs", "responses": [ { "uuid": "6e630b41-1325-4092-95a1-ebf76fd11785", "body": "{\n \"logUrl\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7821db97-4693-4297-b4de-7d0b0ef3cce3", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ab9fa60f-92b8-4a37-b84f-006b89ef81f0", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "50910ced-2a6c-4469-aa75-3181c63288e9", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "52d62e2b-5b5d-4dc0-8b98-42abb1d0c872", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c622c436-5512-4d1a-b04c-cefa2aa10668", "documentation": " Returns the artifact info that corresponds to an artifact id. ", "method": "get", "endpoint": "artifacts/:artifactId", "responses": [ { "uuid": "0699219f-0856-4aba-bdf3-00fa0495cabc", "body": "{\n \"artifactId\": \"\",\n \"artifactUrl\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "774b5240-71d4-4a16-90ea-65dc46640030", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4db28908-7137-4dca-8cfa-922363e48fd9", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c0c423bf-8796-4775-8da5-922eb1a80d0c", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b9fce0ac-4f1d-46ed-a5fa-6d9655f21efa", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "55dd46e2-aea3-4c47-97ae-3f523b626c22", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bf308eef-37e5-40f6-8b5d-89e45f8de873", "documentation": " Returns a list of artifacts for a specified app, branch, and job. ", "method": "get", "endpoint": "apps/:appId/branches/:branchName/jobs/:jobId/artifacts", "responses": [ { "uuid": "0da9ba6a-af39-4e74-8c2b-4a1d27cc8a49", "body": "{\n \"artifacts\": [\n {\n \"artifactFileName\": \"\",\n \"artifactId\": \"\"\n }\n ],\n \"nextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d5c009de-f2eb-4d06-bdfe-e335e027de35", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6ed04fd1-015e-47de-9c0b-1873af9f3dfc", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "382ea563-1d46-4a2a-b880-c70a05c55f1b", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b0781294-10bd-450d-a76e-a18cb7b9d249", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bcab3312-a099-47fd-aab0-2c7cd2de0d6a", "documentation": " Lists the jobs for a branch of an Amplify app. ", "method": "get", "endpoint": "apps/:appId/branches/:branchName/jobs", "responses": [ { "uuid": "7ac33c3f-1a4a-4671-a14e-eca4a44de13d", "body": "{\n \"jobSummaries\": [\n {\n \"jobArn\": \"\",\n \"jobId\": \"\",\n \"commitId\": \"\",\n \"commitMessage\": \"\",\n \"commitTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"endTime\": \"{{faker 'date.recent' 365}}\",\n \"jobType\": \"\"\n }\n ],\n \"nextToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bf9ae342-fff3-43ac-b52d-c7338f79ebf9", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "758fcb17-2add-4936-81d4-29bacad3046a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0e186173-91b3-4dc3-9021-0d92d5d29bc0", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b0ddb942-0ab5-43a6-aac1-63a93b0b31b3", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "aa963fd5-b5cd-4026-81e7-62de741dd7df", "documentation": " Starts a new job for a branch of an Amplify app. ", "method": "post", "endpoint": "apps/:appId/branches/:branchName/jobs", "responses": [ { "uuid": "404a0302-211f-4381-bf0d-fd5c9a73010b", "body": "{\n \"jobSummary\": {\n \"jobArn\": \"\",\n \"jobId\": \"\",\n \"commitId\": \"\",\n \"commitMessage\": \"\",\n \"commitTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"endTime\": \"{{faker 'date.recent' 365}}\",\n \"jobType\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "de0f9cc4-a49d-4a4e-b35e-9a116e4028de", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "582880a1-1255-4286-81f7-ad6abc879033", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "564af8be-f44e-440e-adf2-a31ee6c511b5", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "099b1a48-4f4c-4493-82d6-dfff2c2381c8", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "535c1a8b-96e2-4ee2-8716-edf4a581231e", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ac0c5d31-65a1-4488-b468-599440fb251e", "documentation": " Returns a list of tags for a specified Amazon Resource Name (ARN). ", "method": "get", "endpoint": "tags/:resourceArn", "responses": [ { "uuid": "fb7915eb-c4c4-431f-a103-d2190cb19706", "body": "{\n \"tags\": {}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "db18d8c0-1f2e-4f8a-83e1-c8af749594fe", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e25a6732-5e4d-4082-a951-16a4e86b856a", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e4b44806-1230-405e-a5e6-fa9942fda1ca", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "591e9ed6-7580-4407-a2a6-abf66eeaad9d", "documentation": " Tags the resource with a tag key and value. ", "method": "post", "endpoint": "tags/:resourceArn", "responses": [ { "uuid": "fd93778c-a467-4bc1-9610-f0ca99f701b2", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "de0d10a3-8655-435f-bf64-837859a82aac", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "021b595b-636d-4786-89a7-95fe65ff2619", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ba4b5652-d452-4476-9399-08cc43357c47", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c5a24b6e-432c-43e6-bdc7-678e77554f21", "documentation": " Starts a deployment for a manually deployed app. Manually deployed apps are not connected to a repository. ", "method": "post", "endpoint": "apps/:appId/branches/:branchName/deployments/start", "responses": [ { "uuid": "b97790f8-598c-4405-b785-6789b3432416", "body": "{\n \"jobSummary\": {\n \"jobArn\": \"\",\n \"jobId\": \"\",\n \"commitId\": \"\",\n \"commitMessage\": \"\",\n \"commitTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"endTime\": \"{{faker 'date.recent' 365}}\",\n \"jobType\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ad5b7ca3-6688-4522-887f-96ed37001f00", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8694c5da-0fae-47e4-86dd-d12c6d77cb35", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a6562d4e-56bd-4cab-85c2-357fd576ce92", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d645ccf1-de7f-46d9-9b52-78bfbd02d512", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d749dae0-0aad-4725-a1a3-c1897629aba1", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f387eb68-28b1-4c8a-b075-7022bca38e9d", "documentation": " Stops a job that is in progress for a branch of an Amplify app. ", "method": "delete", "endpoint": "apps/:appId/branches/:branchName/jobs/:jobId/stop", "responses": [ { "uuid": "c0a7721c-80d4-4a55-b410-51823f5e4f03", "body": "{\n \"jobSummary\": {\n \"jobArn\": \"\",\n \"jobId\": \"\",\n \"commitId\": \"\",\n \"commitMessage\": \"\",\n \"commitTime\": \"{{faker 'date.recent' 365}}\",\n \"startTime\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"\",\n \"endTime\": \"{{faker 'date.recent' 365}}\",\n \"jobType\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ddd266a9-a6e5-4635-a822-3936ac9d4a1c", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0104dc45-9d9a-49d4-87c6-e621dc6587c4", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "UnauthorizedException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ceee895d-7d9b-41fe-a2be-791b0095737d", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "30850586-2cce-49f3-afe7-90f165d99537", "body": "\"\"", "latency": 0, "statusCode": 483, "label": "NotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7cf9f886-21d3-4265-a8cc-b5685cf513a9", "body": "\"\"", "latency": 0, "statusCode": 484, "label": "LimitExceededException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ecd12674-ad43-4682-9eca-4a4c00e55eef", "documentation": " Untags a resource with a specified Amazon Resource Name (ARN). ", "method": "delete", "endpoint": "tags/:resourceArn#tagKeys", "responses": [ { "uuid": "9d263a26-2a7a-4b30-a254-671e4242dd17", "body": "{}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cebe7283-8004-4695-8361-7c25e5f699ba", "body": "\"\"", "latency": 0, "statusCode": 480, "label": "InternalFailureException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b8238001-db79-47cf-92dc-45b11685e6c8", "body": "\"\"", "latency": 0, "statusCode": 481, "label": "BadRequestException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e74f1313-f7f5-48eb-8f3c-155a7221b3cb", "body": "\"\"", "latency": 0, "statusCode": 482, "label": "ResourceNotFoundException", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "60bb3d8c-831a-4a34-9ca1-92a399376aeb" }, { "type": "route", "uuid": "97d03bcf-99f0-4826-b2d8-35d41f0b93a1" }, { "type": "route", "uuid": "ed74e3db-4ef5-4464-9ee4-23509cfc8263" }, { "type": "route", "uuid": "d8979646-2a21-4650-a7a4-4337ebbeb158" }, { "type": "route", "uuid": "c9a5f389-bbce-4a76-9b3b-d34bbb64e4d9" }, { "type": "route", "uuid": "45d20450-befe-4474-8c2b-71d2bc8afc90" }, { "type": "route", "uuid": "e66ec3de-3985-42d5-b77e-057a6039798d" }, { "type": "route", "uuid": "27a5fa18-a2c6-498a-94f9-3b38ee644419" }, { "type": "route", "uuid": "375fd649-1130-4124-a3f3-5d40855b9dbb" }, { "type": "route", "uuid": "9dd7cd08-ab1c-4ac6-a7f0-7d8a7b9481f9" }, { "type": "route", "uuid": "256a17bf-cc82-419f-994d-88ebd38be5ac" }, { "type": "route", "uuid": "52f5d47f-ebc9-4d6b-8f35-21e3f1abcc82" }, { "type": "route", "uuid": "1c31911b-4b37-45fb-a8a1-e98851081288" }, { "type": "route", "uuid": "56658855-8348-41ba-97da-c99be7fadf80" }, { "type": "route", "uuid": "2a9a1eb9-05bc-4f12-af5d-3fcf4d8cefbe" }, { "type": "route", "uuid": "1c229965-49fa-4fb9-bb0a-1332f3a8a4ea" }, { "type": "route", "uuid": "20d5b350-6986-4c9a-bdc0-849ccdc781b7" }, { "type": "route", "uuid": "26de8736-41bf-4956-b846-7a583a87e2d0" }, { "type": "route", "uuid": "a1744a4c-52fd-4a7d-9c03-a6400ccf2d7a" }, { "type": "route", "uuid": "950150c5-a37d-4d5c-95a0-3067cd800b8d" }, { "type": "route", "uuid": "dd1f532c-8f98-4290-baea-c2927402e6e7" }, { "type": "route", "uuid": "ddcec134-c42e-4595-8d70-7012be86ffd4" }, { "type": "route", "uuid": "b75fa76b-6954-426c-b735-eb1fb8542204" }, { "type": "route", "uuid": "8a9c9c97-fb80-4713-b815-1bf10bb0ec0a" }, { "type": "route", "uuid": "459780f7-fecb-4ea4-8f0b-f9b9445cef05" }, { "type": "route", "uuid": "571e7f91-01b5-4321-ba49-d712cd355a00" }, { "type": "route", "uuid": "8651dd95-ed39-400e-9a25-a5736a211dd0" }, { "type": "route", "uuid": "aafcc9f0-0be3-4184-a225-cfe5af5b6af6" }, { "type": "route", "uuid": "c622c436-5512-4d1a-b04c-cefa2aa10668" }, { "type": "route", "uuid": "bf308eef-37e5-40f6-8b5d-89e45f8de873" }, { "type": "route", "uuid": "bcab3312-a099-47fd-aab0-2c7cd2de0d6a" }, { "type": "route", "uuid": "aa963fd5-b5cd-4026-81e7-62de741dd7df" }, { "type": "route", "uuid": "ac0c5d31-65a1-4488-b468-599440fb251e" }, { "type": "route", "uuid": "591e9ed6-7580-4407-a2a6-abf66eeaad9d" }, { "type": "route", "uuid": "c5a24b6e-432c-43e6-bdc7-678e77554f21" }, { "type": "route", "uuid": "f387eb68-28b1-4c8a-b075-7022bca38e9d" }, { "type": "route", "uuid": "ecd12674-ad43-4682-9eca-4a4c00e55eef" } ] }