Skip to content

Commit de209d8

Browse files
author
AWS
committed
AWS Amplify Update: Added appId field to Webhook responses
1 parent 2592d73 commit de209d8

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Amplify",
4+
"contributor": "",
5+
"description": "Added appId field to Webhook responses"
6+
}

services/amplify/src/main/resources/codegen-resources/service-2.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
{"shape":"InternalFailureException"},
382382
{"shape":"LimitExceededException"}
383383
],
384-
"documentation":"<p>Returns a list of artifacts for a specified app, branch, and job. </p>"
384+
"documentation":"<p>Returns a list of end-to-end testing artifacts for a specified app, branch, and job.</p> <p>To return the build artifacts, use the <a href=\"https://docs.aws.amazon.com/amplify/latest/APIReference/API_GetJob.html\">GetJob</a> API.</p> <p>For more information about Amplify testing support, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/running-tests.html\">Setting up end-to-end Cypress tests for your Amplify application</a> in the <i>Amplify Hosting User Guide</i>. </p>"
385385
},
386386
"ListBackendEnvironments":{
387387
"name":"ListBackendEnvironments",
@@ -3035,7 +3035,7 @@
30353035
},
30363036
"artifactsUrl":{
30373037
"shape":"ArtifactsUrl",
3038-
"documentation":"<p> The URL to the artifact for the execution step. </p>"
3038+
"documentation":"<p> The URL to the build artifact for the execution step. </p>"
30393039
},
30403040
"testArtifactsUrl":{
30413041
"shape":"TestArtifactsUrl",
@@ -3650,6 +3650,10 @@
36503650
"shape":"WebhookUrl",
36513651
"documentation":"<p>The URL of the webhook. </p>"
36523652
},
3653+
"appId":{
3654+
"shape":"AppId",
3655+
"documentation":"<p>The unique ID of an Amplify app.</p>"
3656+
},
36533657
"branchName":{
36543658
"shape":"BranchName",
36553659
"documentation":"<p>The name for a branch that is part of an Amplify app. </p>"

0 commit comments

Comments
 (0)