Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Feb 17, 2025
1 parent 5cb1a57 commit 8e626b2
Show file tree
Hide file tree
Showing 7 changed files with 688 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-amplify-600.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``amplify``",
"description": "Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-dms-30055.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``dms``",
"description": "Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``timestream-influxdb``",
"description": "This release introduces APIs to manage DbClusters and adds support for read replicas"
}
38 changes: 34 additions & 4 deletions botocore/data/amplify/2017-07-25/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,13 @@
"shape":"UpdateTime",
"documentation":"<p>A timestamp of when Amplify updated the application.</p>"
},
"computeRoleArn":{
"shape":"ComputeRoleArn",
"documentation":"<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>"
},
"iamServiceRoleArn":{
"shape":"ServiceRoleArn",
"documentation":"<p>The AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) of the Amplify app. </p>"
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM service role for the Amplify app.</p>"
},
"environmentVariables":{
"shape":"EnvironmentVariables",
Expand Down Expand Up @@ -1098,7 +1102,11 @@
"shape":"BackendEnvironmentArn",
"documentation":"<p> The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app. </p> <p>This property is available to Amplify Gen 1 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
},
"backend":{"shape":"Backend"}
"backend":{"shape":"Backend"},
"computeRoleArn":{
"shape":"ComputeRoleArn",
"documentation":"<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>"
}
},
"documentation":"<p> The branch for an Amplify app, which maps to a third-party repository branch. </p>"
},
Expand Down Expand Up @@ -1207,6 +1215,12 @@
"pattern":"(?s).*"
},
"CommitTime":{"type":"timestamp"},
"ComputeRoleArn":{
"type":"string",
"max":1000,
"min":0,
"pattern":"(?s).*"
},
"Condition":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -1234,9 +1248,13 @@
"shape":"Platform",
"documentation":"<p>The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p> <p>If you are deploying an SSG only app with Next.js version 14 or later, you must set the platform type to <code>WEB_COMPUTE</code> and set the artifacts <code>baseDirectory</code> to <code>.next</code> in the application's build settings. For an example of the build specification settings, see <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/deploy-nextjs-app.html#build-setting-detection-ssg-14\">Amplify build settings for a Next.js 14 SSG application</a> in the <i>Amplify Hosting User Guide</i>.</p>"
},
"computeRoleArn":{
"shape":"ComputeRoleArn",
"documentation":"<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>"
},
"iamServiceRoleArn":{
"shape":"ServiceRoleArn",
"documentation":"<p>The AWS Identity and Access Management (IAM) service role for an Amplify app. </p>"
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM service role for the Amplify app.</p>"
},
"oauthToken":{
"shape":"OauthToken",
Expand Down Expand Up @@ -1431,6 +1449,10 @@
"backend":{
"shape":"Backend",
"documentation":"<p>The backend for a <code>Branch</code> of an Amplify app. Use for a backend created from an CloudFormation stack.</p> <p>This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
},
"computeRoleArn":{
"shape":"ComputeRoleArn",
"documentation":"<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>"
}
},
"documentation":"<p> The request structure for the create branch request. </p>"
Expand Down Expand Up @@ -3271,9 +3293,13 @@
"shape":"Platform",
"documentation":"<p>The platform for the Amplify app. For a static app, set the platform type to <code>WEB</code>. For a dynamic server-side rendered (SSR) app, set the platform type to <code>WEB_COMPUTE</code>. For an app requiring Amplify Hosting's original SSR support only, set the platform type to <code>WEB_DYNAMIC</code>.</p> <p>If you are deploying an SSG only app with Next.js version 14 or later, you must set the platform type to <code>WEB_COMPUTE</code>.</p>"
},
"computeRoleArn":{
"shape":"ComputeRoleArn",
"documentation":"<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>"
},
"iamServiceRoleArn":{
"shape":"ServiceRoleArn",
"documentation":"<p>The AWS Identity and Access Management (IAM) service role for an Amplify app. </p>"
"documentation":"<p>The Amazon Resource Name (ARN) of the IAM service role for the Amplify app.</p>"
},
"environmentVariables":{
"shape":"EnvironmentVariables",
Expand Down Expand Up @@ -3431,6 +3457,10 @@
"backend":{
"shape":"Backend",
"documentation":"<p>The backend for a <code>Branch</code> of an Amplify app. Use for a backend created from an CloudFormation stack.</p> <p>This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>"
},
"computeRoleArn":{
"shape":"ComputeRoleArn",
"documentation":"<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>"
}
},
"documentation":"<p>The request structure for the update branch request. </p>"
Expand Down
4 changes: 4 additions & 0 deletions botocore/data/dms/2016-01-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3604,6 +3604,10 @@
"shape":"String",
"documentation":"<p>ARN of a replication instance on which you want to base the default list of individual assessments.</p>"
},
"ReplicationConfigArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of a serverless replication on which you want to base the default list of individual assessments.</p>"
},
"SourceEngineName":{
"shape":"String",
"documentation":"<p>Name of a database engine that the specified replication instance supports as a source.</p>"
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/timestream-influxdb/2023-01-27/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "items"
},
"ListDbClusters": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "items"
},
"ListDbInstancesForCluster": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "items"
}
}
}
Loading

0 comments on commit 8e626b2

Please sign in to comment.