You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-amplify): Add backend field to CreateBranch and UpdateBranch requests. Add pagination support for ListApps, ListDomainAssociations, ListBranches, and ListJobs
Copy file name to clipboardExpand all lines: clients/client-amplify/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native.
8
8
9
9
<p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
10
-
The Amplify Console provides a continuous delivery and hosting service for web
11
-
applications. For more information, see the <ahref="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Console User Guide</a>. The
10
+
Amplify Hosting provides a continuous delivery and hosting service for web
11
+
applications. For more information, see the <ahref="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Hosting User Guide</a>. The
12
12
Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation
13
13
for client app development. For more information, see the <ahref="https://docs.amplify.aws/">Amplify Framework.</a>
Copy file name to clipboardExpand all lines: clients/client-amplify/src/Amplify.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -667,8 +667,8 @@ export interface Amplify {
667
667
/**
668
668
* @public
669
669
* <p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
670
-
* The Amplify Console provides a continuous delivery and hosting service for web
671
-
* applications. For more information, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Console User Guide</a>. The
670
+
* Amplify Hosting provides a continuous delivery and hosting service for web
671
+
* applications. For more information, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Hosting User Guide</a>. The
672
672
* Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation
673
673
* for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework.</a>
* <p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps.
388
-
* The Amplify Console provides a continuous delivery and hosting service for web
389
-
* applications. For more information, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Console User Guide</a>. The
388
+
* Amplify Hosting provides a continuous delivery and hosting service for web
389
+
* applications. For more information, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Hosting User Guide</a>. The
390
390
* Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation
391
391
* for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework.</a>
0 commit comments