Skip to content

Commit ce5d800

Browse files
Updated API models and rebuilt service gems.
1 parent 6bc910a commit ce5d800

File tree

101 files changed

+24457
-1760
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+24457
-1760
lines changed

apis/acm-pca/2017-08-22/api-2.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
"errors":[
275275
{"shape":"ResourceNotFoundException"},
276276
{"shape":"InvalidArnException"},
277+
{"shape":"RequestFailedException"},
277278
{"shape":"InvalidStateException"}
278279
]
279280
},
@@ -1049,9 +1050,11 @@
10491050
"type":"string",
10501051
"enum":[
10511052
"RSA_2048",
1053+
"RSA_3072",
10521054
"RSA_4096",
10531055
"EC_prime256v1",
10541056
"EC_secp384r1",
1057+
"EC_secp521r1",
10551058
"SM2"
10561059
]
10571060
},

apis/amplify/2017-07-25/api-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@
821821
"updateTime":{"shape":"UpdateTime"},
822822
"environmentVariables":{"shape":"EnvironmentVariables"},
823823
"enableAutoBuild":{"shape":"EnableAutoBuild"},
824+
"enableSkewProtection":{"shape":"EnableSkewProtection"},
824825
"customDomains":{"shape":"CustomDomains"},
825826
"framework":{"shape":"Framework"},
826827
"activeJobId":{"shape":"ActiveJobId"},
@@ -1013,6 +1014,7 @@
10131014
"framework":{"shape":"Framework"},
10141015
"enableNotification":{"shape":"EnableNotification"},
10151016
"enableAutoBuild":{"shape":"EnableAutoBuild"},
1017+
"enableSkewProtection":{"shape":"EnableSkewProtection"},
10161018
"environmentVariables":{"shape":"EnvironmentVariables"},
10171019
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
10181020
"enableBasicAuth":{"shape":"EnableBasicAuth"},
@@ -1397,6 +1399,7 @@
13971399
"EnableNotification":{"type":"boolean"},
13981400
"EnablePerformanceMode":{"type":"boolean"},
13991401
"EnablePullRequestPreview":{"type":"boolean"},
1402+
"EnableSkewProtection":{"type":"boolean"},
14001403
"EndTime":{"type":"timestamp"},
14011404
"EnvKey":{
14021405
"type":"string",
@@ -2458,6 +2461,7 @@
24582461
"stage":{"shape":"Stage"},
24592462
"enableNotification":{"shape":"EnableNotification"},
24602463
"enableAutoBuild":{"shape":"EnableAutoBuild"},
2464+
"enableSkewProtection":{"shape":"EnableSkewProtection"},
24612465
"environmentVariables":{"shape":"EnvironmentVariables"},
24622466
"basicAuthCredentials":{"shape":"BasicAuthCredentials"},
24632467
"enableBasicAuth":{"shape":"EnableBasicAuth"},

apis/amplify/2017-07-25/docs-2.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,12 @@
390390
"ComputeRoleArn": {
391391
"base": null,
392392
"refs": {
393-
"App$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>",
394-
"Branch$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>",
395-
"CreateAppRequest$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>",
396-
"CreateBranchRequest$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>",
397-
"UpdateAppRequest$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>",
398-
"UpdateBranchRequest$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>"
393+
"App$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>",
394+
"Branch$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>",
395+
"CreateAppRequest$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>",
396+
"CreateBranchRequest$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>",
397+
"UpdateAppRequest$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>",
398+
"UpdateBranchRequest$computeRoleArn": "<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 based on the role's permissions. For more information about the SSR Compute role, see <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 Guide</i>.</p>"
399399
}
400400
},
401401
"Condition": {
@@ -743,6 +743,14 @@
743743
"UpdateBranchRequest$enablePullRequestPreview": "<p> Enables pull request previews for this branch. </p>"
744744
}
745745
},
746+
"EnableSkewProtection": {
747+
"base": null,
748+
"refs": {
749+
"Branch$enableSkewProtection": "<p>Specifies whether the skew protection feature is enabled for the branch.</p> <p>Deployment skew protection is available to Amplify applications to eliminate version skew 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 of server-side assets, regardless of when a deployment occurs. For more information about skew protection, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/skew-protection.html\">Skew protection for Amplify deployments</a> in the <i>Amplify User Guide</i>.</p>",
750+
"CreateBranchRequest$enableSkewProtection": "<p>Specifies whether the skew protection feature is enabled for the branch.</p> <p>Deployment skew protection is available to Amplify applications to eliminate version skew 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 of server-side assets, regardless of when a deployment occurs. For more information about skew protection, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/skew-protection.html\">Skew protection for Amplify deployments</a> in the <i>Amplify User Guide</i>.</p>",
751+
"UpdateBranchRequest$enableSkewProtection": "<p>Specifies whether the skew protection feature is enabled for the branch.</p> <p>Deployment skew protection is available to Amplify applications to eliminate version skew 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 of server-side assets, regardless of when a deployment occurs. For more information about skew protection, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/skew-protection.html\">Skew protection for Amplify deployments</a> in the <i>Amplify User Guide</i>.</p>"
752+
}
753+
},
746754
"EndTime": {
747755
"base": null,
748756
"refs": {

apis/codebuild/2016-10-06/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3008,7 +3008,8 @@
30083008
"WORKFLOW_NAME",
30093009
"TAG_NAME",
30103010
"RELEASE_NAME",
3011-
"REPOSITORY_NAME"
3011+
"REPOSITORY_NAME",
3012+
"ORGANIZATION_NAME"
30123013
]
30133014
},
30143015
"WebhookScopeType":{

0 commit comments

Comments
 (0)