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(clients): update clients as of 2022/03/10 (#3411)
* chore(models): update models as of 2022/03/10
* chore(endpoints): update endpoints model as of 03/10/2022
* feat(clients): update clients as of 03/10/2022
* test(functional): update autoscaling endpoint test case
* <p> The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>
58
+
* <p> The basic authorization credentials for the autocreated branch. You must
59
+
* base64-encode the authorization credentials and provide them in the format
* <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>
71
+
* <p>Performance mode optimizes for faster hosting performance by keeping content cached at
72
+
* the edge for a longer interval. When performance mode is enabled, hosting configuration
73
+
* or code changes can take up to 10 minutes to roll out. </p>
* <p> The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>
233
+
* <p> The credentials for basic authorization for an Amplify app. You must base64-encode
234
+
* the authorization credentials and provide them in the format
* <p> Represents the different branches of a repository for building, deploying, and
317
333
* hosting an Amplify app. </p>
@@ -343,7 +359,7 @@ export interface App {
343
359
description: string|undefined;
344
360
345
361
/**
346
-
* <p> The repository for the Amplify app. </p>
362
+
* <p> The Git repository for the Amplify app. </p>
347
363
*/
348
364
repository: string|undefined;
349
365
@@ -395,7 +411,9 @@ export interface App {
395
411
enableBasicAuth: boolean|undefined;
396
412
397
413
/**
398
-
* <p> The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>
414
+
* <p> The basic authorization credentials for branches for the Amplify app. You must
415
+
* base64-encode the authorization credentials and provide them in the format
416
+
* <code>user:password</code>.</p>
399
417
*/
400
418
basicAuthCredentials?: string;
401
419
@@ -434,6 +452,14 @@ export interface App {
434
452
* <p> Describes the automated branch creation configuration for the Amplify app. </p>
* <p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>
737
+
* <p> The basic authorization credentials for the branch. You must base64-encode the
738
+
* authorization credentials and provide them in the format
* <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>
750
+
* <p>Performance mode optimizes for faster hosting performance by keeping content cached at
751
+
* the edge for a longer interval. When performance mode is enabled, hosting configuration
752
+
* or code changes can take up to 10 minutes to roll out. </p>
* <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>
890
+
* <p>Performance mode optimizes for faster hosting performance by keeping content cached at
891
+
* the edge for a longer interval. When performance mode is enabled, hosting configuration
892
+
* or code changes can take up to 10 minutes to roll out. </p>
859
893
*/
860
894
enablePerformanceMode?: boolean;
861
895
@@ -865,7 +899,9 @@ export interface Branch {
865
899
thumbnailUrl?: string;
866
900
867
901
/**
868
-
* <p> The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>
902
+
* <p> The basic authorization credentials for a branch of an Amplify app. You must
903
+
* base64-encode the authorization credentials and provide them in the format
* <p> The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>
2907
+
* <p> The basic authorization credentials for an Amplify app. You must base64-encode the
2908
+
* authorization credentials and provide them in the format
* <p> The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format <code>user:password</code>.</p>
3044
+
* <p> The basic authorization credentials for the branch. You must base64-encode the
3045
+
* authorization credentials and provide them in the format
* <p>Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out. </p>
3057
+
* <p>Performance mode optimizes for faster hosting performance by keeping content cached at
3058
+
* the edge for a longer interval. When performance mode is enabled, hosting configuration
3059
+
* or code changes can take up to 10 minutes to roll out. </p>
Copy file name to clipboardExpand all lines: clients/client-amplifyuibuilder/README.md
+8-9
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,15 @@
7
7
8
8
AWS SDK for JavaScript AmplifyUIBuilder Client for Node.js, Browser and React Native.
9
9
10
-
<p>The Amplify UI Builder API provides a programmatic interface for creating and configuring
11
-
user interface (UI) component libraries and themes for use in your Amplify applications. You
12
-
can then connect these UI components to an application's backend Amazon Web Services
13
-
resources.</p>
14
-
<p>You can also use the Amplify Studio visual designer to create UI components and model data
15
-
for an app. For more information, see <ahref="https://docs.amplify.aws/console/adminui/intro">Introduction</a> in the
10
+
<p>The Amplify UI Builder API provides a programmatic interface for creating
11
+
and configuring user interface (UI) component libraries and themes for use in your Amplify applications. You can then connect these UI components to an application's
12
+
backend Amazon Web Services resources.</p>
13
+
<p>You can also use the Amplify Studio visual designer to create UI components
14
+
and model data for an app. For more information, see <ahref="https://docs.amplify.aws/console/adminui/intro">Introduction</a> in the
16
15
<i>Amplify Docs</i>.</p>
17
-
<p>The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation
18
-
for client app development. For more information, see the <ahref="https://docs.amplify.aws/">Amplify Framework</a>. For more information about
19
-
deploying an Amplify application to Amazon Web Services, see the <ahref="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Console User Guide</a>.</p>
16
+
<p>The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and
17
+
documentation for client app development. For more information, see the <ahref="https://docs.amplify.aws/">Amplify Framework</a>. For more information about
18
+
deploying an Amplify application to Amazon Web Services, see the <ahref="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify User Guide</a>.</p>
* <p>The Amplify UI Builder API provides a programmatic interface for creating and configuring
57
-
* user interface (UI) component libraries and themes for use in your Amplify applications. You
58
-
* can then connect these UI components to an application's backend Amazon Web Services
59
-
* resources.</p>
60
-
* <p>You can also use the Amplify Studio visual designer to create UI components and model data
61
-
* for an app. For more information, see <a href="https://docs.amplify.aws/console/adminui/intro">Introduction</a> in the
56
+
* <p>The Amplify UI Builder API provides a programmatic interface for creating
57
+
* and configuring user interface (UI) component libraries and themes for use in your Amplify applications. You can then connect these UI components to an application's
58
+
* backend Amazon Web Services resources.</p>
59
+
* <p>You can also use the Amplify Studio visual designer to create UI components
60
+
* and model data for an app. For more information, see <a href="https://docs.amplify.aws/console/adminui/intro">Introduction</a> in the
62
61
* <i>Amplify Docs</i>.</p>
63
-
* <p>The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation
64
-
* for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework</a>. For more information about
65
-
* deploying an Amplify application to Amazon Web Services, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Console User Guide</a>.</p>
62
+
* <p>The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and
63
+
* documentation for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework</a>. For more information about
64
+
* deploying an Amplify application to Amazon Web Services, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify User Guide</a>.</p>
* <p>The Amplify UI Builder API provides a programmatic interface for creating and configuring
260
-
* user interface (UI) component libraries and themes for use in your Amplify applications. You
261
-
* can then connect these UI components to an application's backend Amazon Web Services
262
-
* resources.</p>
263
-
* <p>You can also use the Amplify Studio visual designer to create UI components and model data
264
-
* for an app. For more information, see <a href="https://docs.amplify.aws/console/adminui/intro">Introduction</a> in the
259
+
* <p>The Amplify UI Builder API provides a programmatic interface for creating
260
+
* and configuring user interface (UI) component libraries and themes for use in your Amplify applications. You can then connect these UI components to an application's
261
+
* backend Amazon Web Services resources.</p>
262
+
* <p>You can also use the Amplify Studio visual designer to create UI components
263
+
* and model data for an app. For more information, see <a href="https://docs.amplify.aws/console/adminui/intro">Introduction</a> in the
265
264
* <i>Amplify Docs</i>.</p>
266
-
* <p>The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation
267
-
* for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework</a>. For more information about
268
-
* deploying an Amplify application to Amazon Web Services, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Console User Guide</a>.</p>
265
+
* <p>The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and
266
+
* documentation for client app development. For more information, see the <a href="https://docs.amplify.aws/">Amplify Framework</a>. For more information about
267
+
* deploying an Amplify application to Amazon Web Services, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify User Guide</a>.</p>
0 commit comments