Skip to content

Commit dc71754

Browse files
author
AWS
committed
AWS Amplify Update: Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1.
1 parent b925a64 commit dc71754

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
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": "Documentation updates for Amplify. Identifies the APIs available only to apps created using Amplify Gen 1."
6+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
{"shape":"InternalFailureException"},
4646
{"shape":"LimitExceededException"}
4747
],
48-
"documentation":"<p>Creates a new backend environment for an Amplify app. </p>"
48+
"documentation":"<p>Creates a new backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
4949
},
5050
"CreateBranch":{
5151
"name":"CreateBranch",
@@ -149,7 +149,7 @@
149149
{"shape":"InternalFailureException"},
150150
{"shape":"DependentServiceFailureException"}
151151
],
152-
"documentation":"<p>Deletes a backend environment for an Amplify app. </p>"
152+
"documentation":"<p>Deletes a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
153153
},
154154
"DeleteBranch":{
155155
"name":"DeleteBranch",
@@ -282,7 +282,7 @@
282282
{"shape":"NotFoundException"},
283283
{"shape":"InternalFailureException"}
284284
],
285-
"documentation":"<p>Returns a backend environment for an Amplify app. </p>"
285+
"documentation":"<p>Returns a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
286286
},
287287
"GetBranch":{
288288
"name":"GetBranch",
@@ -394,7 +394,7 @@
394394
{"shape":"UnauthorizedException"},
395395
{"shape":"InternalFailureException"}
396396
],
397-
"documentation":"<p>Lists the backend environments for an Amplify app. </p>"
397+
"documentation":"<p>Lists the backend environments for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
398398
},
399399
"ListBranches":{
400400
"name":"ListBranches",

0 commit comments

Comments
 (0)