Skip to content

Commit 53e4759

Browse files
authoredMar 14, 2024
Release v1.51.0 (2024-03-14) (#5198)
Release v1.51.0 (2024-03-14) === ### Service Client Updates * `service/amplify`: Updates service documentation * `service/ec2-instance-connect`: Updates service API and documentation * `service/elasticloadbalancingv2`: Updates service documentation * `service/fis`: Updates service API and documentation * `service/rds`: Updates service API, documentation, waiters, paginators, and examples * Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2. * `service/secretsmanager`: Updates service documentation * Doc only update for Secrets Manager * `service/timestream-influxdb`: Adds new service ### SDK Features * `service/iotroborunner`: Remove Iotroborunner * This change removes the iotroborunner service, since it is deprecated.
1 parent 113a726 commit 53e4759

File tree

33 files changed

+7550
-61
lines changed

33 files changed

+7550
-61
lines changed
 

‎CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v1.51.0 (2024-03-14)
2+
===
3+
4+
### Service Client Updates
5+
* `service/amplify`: Updates service documentation
6+
* `service/ec2-instance-connect`: Updates service API and documentation
7+
* `service/elasticloadbalancingv2`: Updates service documentation
8+
* `service/fis`: Updates service API and documentation
9+
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
10+
* Updates Amazon RDS documentation for EBCDIC collation for RDS for Db2.
11+
* `service/secretsmanager`: Updates service documentation
12+
* Doc only update for Secrets Manager
13+
* `service/timestream-influxdb`: Adds new service
14+
15+
### SDK Features
16+
* `service/iotroborunner`: Remove Iotroborunner
17+
* This change removes the iotroborunner service, since it is deprecated.
18+
119
Release v1.50.38 (2024-03-13)
220
===
321

‎CHANGELOG_PENDING.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
### SDK Features
2-
* `service/iotroborunner`: Remove Iotroborunner
3-
* This change removes the iotroborunner service, since it is deprecated.
42

53
### SDK Enhancements
64

‎aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.50.38"
8+
const SDKVersion = "1.51.0"

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@
33
"service": "<p>Amplify enables developers to develop and deploy cloud-powered mobile and web apps. Amplify Hosting provides a continuous delivery and hosting service for web applications. For more information, see the <a href=\"https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html\">Amplify Hosting User Guide</a>. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the <a href=\"https://docs.amplify.aws/\">Amplify Framework.</a> </p>",
44
"operations": {
55
"CreateApp": "<p>Creates a new Amplify app. </p>",
6-
"CreateBackendEnvironment": "<p>Creates a new backend environment for an Amplify app. </p>",
6+
"CreateBackendEnvironment": "<p>Creates a new backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>",
77
"CreateBranch": "<p> Creates a new branch for an Amplify app. </p>",
88
"CreateDeployment": "<p>Creates a deployment for a manually deployed Amplify app. Manually deployed apps are not connected to a repository. </p> <p>The maximum duration between the <code>CreateDeployment</code> call and the <code>StartDeployment</code> call cannot exceed 8 hours. If the duration exceeds 8 hours, the <code>StartDeployment</code> call and the associated <code>Job</code> will fail.</p>",
99
"CreateDomainAssociation": "<p>Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app </p>",
1010
"CreateWebhook": "<p>Creates a new webhook on an Amplify app. </p>",
1111
"DeleteApp": "<p>Deletes an existing Amplify app specified by an app ID. </p>",
12-
"DeleteBackendEnvironment": "<p>Deletes a backend environment for an Amplify app. </p>",
12+
"DeleteBackendEnvironment": "<p>Deletes a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>",
1313
"DeleteBranch": "<p> Deletes a branch for an Amplify app. </p>",
1414
"DeleteDomainAssociation": "<p>Deletes a domain association for an Amplify app. </p>",
1515
"DeleteJob": "<p> Deletes a job for a branch of an Amplify app. </p>",
1616
"DeleteWebhook": "<p>Deletes a webhook. </p>",
1717
"GenerateAccessLogs": "<p>Returns the website access logs for a specific time range using a presigned URL. </p>",
1818
"GetApp": "<p>Returns an existing Amplify app specified by an app ID.</p>",
1919
"GetArtifactUrl": "<p>Returns the artifact info that corresponds to an artifact id. </p>",
20-
"GetBackendEnvironment": "<p>Returns a backend environment for an Amplify app. </p>",
20+
"GetBackendEnvironment": "<p>Returns a backend environment for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>",
2121
"GetBranch": "<p> Returns a branch for an Amplify app. </p>",
2222
"GetDomainAssociation": "<p>Returns the domain information for an Amplify app. </p>",
2323
"GetJob": "<p> Returns a job for a branch of an Amplify app. </p>",
2424
"GetWebhook": "<p>Returns the webhook information that corresponds to a specified webhook ID. </p>",
2525
"ListApps": "<p>Returns a list of the existing Amplify apps. </p>",
2626
"ListArtifacts": "<p>Returns a list of artifacts for a specified app, branch, and job. </p>",
27-
"ListBackendEnvironments": "<p>Lists the backend environments for an Amplify app. </p>",
27+
"ListBackendEnvironments": "<p>Lists the backend environments for an Amplify app. </p> <p>This API is available only to Amplify Gen 1 applications where the backend was created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to applications created using the Amplify Gen 2 public preview. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.</p>",
2828
"ListBranches": "<p> Lists the branches of an Amplify app. </p>",
2929
"ListDomainAssociations": "<p>Returns the domain associations for an Amplify app. </p>",
3030
"ListJobs": "<p> Lists the jobs for a branch of an Amplify app. </p>",

‎models/apis/ec2-instance-connect/2018-04-02/api-2.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
{"shape":"SerialConsoleSessionLimitExceededException"},
5151
{"shape":"SerialConsoleSessionUnavailableException"},
5252
{"shape":"EC2InstanceStateInvalidException"},
53-
{"shape":"EC2InstanceUnavailableException"}
53+
{"shape":"EC2InstanceUnavailableException"},
54+
{"shape":"SerialConsoleSessionUnsupportedException"}
5455
]
5556
}
5657
},
@@ -106,7 +107,7 @@
106107
"type":"string",
107108
"max":32,
108109
"min":1,
109-
"pattern":"^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$"
110+
"pattern":"(^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$)|(^(?=.{2,32}$)[0-9]{1,32}[A-Za-z\\@\\._-][A-Za-z0-9\\@\\._-]*[A-Za-z0-9\\$_-]?$)"
110111
},
111112
"InvalidArgsException":{
112113
"type":"structure",
@@ -183,6 +184,13 @@
183184
"exception":true,
184185
"fault":true
185186
},
187+
"SerialConsoleSessionUnsupportedException":{
188+
"type":"structure",
189+
"members":{
190+
"Message":{"shape":"String"}
191+
},
192+
"exception":true
193+
},
186194
"SerialPort":{
187195
"type":"integer",
188196
"max":0,

‎models/apis/ec2-instance-connect/2018-04-02/docs-2.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "2.0",
3-
"service": "<p>Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH public keys to EC2, providing users a simple and secure way to connect to their instances.</p>",
3+
"service": "<p>This is the <i> Amazon EC2 Instance Connect API Reference</i>. It provides descriptions, syntax, and usage examples for each of the actions for Amazon EC2 Instance Connect. Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH public keys to EC2, providing users a simple and secure way to connect to their instances.</p> <p>To view the Amazon EC2 Instance Connect content in the <i> Amazon EC2 User Guide</i>, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect.html\">Connect to your Linux instance using EC2 Instance Connect</a>.</p> <p>For Amazon EC2 APIs, see the <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html\">Amazon EC2 API Reference</a>.</p>",
44
"operations": {
55
"SendSSHPublicKey": "<p>Pushes an SSH public key to the specified EC2 instance for use by the specified user. The key remains for 60 seconds. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect.html\">Connect to your Linux instance using EC2 Instance Connect</a> in the <i>Amazon EC2 User Guide</i>.</p>",
66
"SendSerialConsoleSSHPublicKey": "<p>Pushes an SSH public key to the specified EC2 instance. The key remains for 60 seconds, which gives you 60 seconds to establish a serial console connection to the instance using SSH. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-serial-console.html\">EC2 Serial Console</a> in the <i>Amazon EC2 User Guide</i>.</p>"
@@ -104,6 +104,11 @@
104104
"refs": {
105105
}
106106
},
107+
"SerialConsoleSessionUnsupportedException": {
108+
"base": "<p>Your instance's BIOS version is unsupported for serial console connection. Reboot your instance to update its BIOS, and then try again to connect.</p>",
109+
"refs": {
110+
}
111+
},
107112
"SerialPort": {
108113
"base": null,
109114
"refs": {
@@ -127,6 +132,7 @@
127132
"SerialConsoleAccessDisabledException$Message": null,
128133
"SerialConsoleSessionLimitExceededException$Message": null,
129134
"SerialConsoleSessionUnavailableException$Message": null,
135+
"SerialConsoleSessionUnsupportedException$Message": null,
130136
"ServiceException$Message": null,
131137
"ThrottlingException$Message": null
132138
}

0 commit comments

Comments
 (0)
Please sign in to comment.