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
* <p>The Amazon Resource Name (ARN) of the IAM role to assign to an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources
255
255
* based on the role's permissions. For more information about the SSR Compute role, see
256
-
* <a href="https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
256
+
* <a href="https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
257
257
* Guide</i>.</p>
258
258
* @public
259
259
*/
@@ -544,7 +544,7 @@ export interface App {
544
544
/**
545
545
* <p>The Amazon Resource Name (ARN) of the IAM role for an SSR app. The Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources
546
546
* based on the role's permissions. For more information about the SSR Compute role, see
547
-
* <a href="https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
547
+
* <a href="https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
* <p>Specifies whether the skew protection feature is enabled for the branch.</p>
947
+
* <p>Deployment skew protection is available to Amplify applications to eliminate version skew
948
+
* issues between client and servers in web applications. When you apply skew protection to a branch, you can ensure that your clients always interact with the correct version
949
+
* of server-side assets, regardless of when a deployment occurs. For more information about skew protection, see
950
+
* <a href="https://docs.aws.amazon.com/amplify/latest/userguide/skew-protection.html">Skew protection for Amplify deployments</a> in the <i>Amplify User
951
+
* Guide</i>.</p>
952
+
* @public
953
+
*/
954
+
enableSkewProtection?: boolean|undefined;
955
+
945
956
/**
946
957
* <p> The environment variables for the branch. </p>
* <p>The Amazon Resource Name (ARN) of the IAM role to assign to a branch of an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources
1032
1043
* based on the role's permissions. For more information about the SSR Compute role, see
1033
-
* <a href="https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
1044
+
* <a href="https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
1034
1045
* Guide</i>.</p>
1035
1046
* @public
1036
1047
*/
@@ -1108,6 +1119,17 @@ export interface Branch {
1108
1119
*/
1109
1120
enableAutoBuild: boolean|undefined;
1110
1121
1122
+
/**
1123
+
* <p>Specifies whether the skew protection feature is enabled for the branch.</p>
1124
+
* <p>Deployment skew protection is available to Amplify applications to eliminate version skew
1125
+
* issues between client and servers in web applications. When you apply skew protection to a branch, you can ensure that your clients always interact with the correct version
1126
+
* of server-side assets, regardless of when a deployment occurs. For more information about skew protection, see
1127
+
* <a href="https://docs.aws.amazon.com/amplify/latest/userguide/skew-protection.html">Skew protection for Amplify deployments</a> in the <i>Amplify User
1128
+
* Guide</i>.</p>
1129
+
* @public
1130
+
*/
1131
+
enableSkewProtection?: boolean|undefined;
1132
+
1111
1133
/**
1112
1134
* <p> The custom domains for a branch of an Amplify app. </p>
1113
1135
* @public
@@ -1226,7 +1248,7 @@ export interface Branch {
1226
1248
/**
1227
1249
* <p>The Amazon Resource Name (ARN) of the IAM role for a branch of an SSR app. The Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources
1228
1250
* based on the role's permissions. For more information about the SSR Compute role, see
1229
-
* <a href="https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
1251
+
* <a href="https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
* <p>The Amazon Resource Name (ARN) of the IAM role to assign to an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources
3020
3042
* based on the role's permissions. For more information about the SSR Compute role, see
3021
-
* <a href="https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
3043
+
* <a href="https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
* <p>Specifies whether the skew protection feature is enabled for the branch.</p>
3233
+
* <p>Deployment skew protection is available to Amplify applications to eliminate version skew
3234
+
* issues between client and servers in web applications. When you apply skew protection to a branch, you can ensure that your clients always interact with the correct version
3235
+
* of server-side assets, regardless of when a deployment occurs. For more information about skew protection, see
3236
+
* <a href="https://docs.aws.amazon.com/amplify/latest/userguide/skew-protection.html">Skew protection for Amplify deployments</a> in the <i>Amplify User
3237
+
* Guide</i>.</p>
3238
+
* @public
3239
+
*/
3240
+
enableSkewProtection?: boolean|undefined;
3241
+
3209
3242
/**
3210
3243
* <p> The environment variables for the branch. </p>
* <p>The Amazon Resource Name (ARN) of the IAM role to assign to a branch of an SSR app. The SSR Compute role allows the Amplify Hosting compute service to securely access specific Amazon Web Services resources
3290
3323
* based on the role's permissions. For more information about the SSR Compute role, see
3291
-
* <a href="https://docs.aws.amazon.com/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
3324
+
* <a href="https://docs.aws.amazon.com/amplify/latest/userguide/amplify-SSR-compute-role.html">Adding an SSR Compute role</a> in the <i>Amplify User
0 commit comments