Skip to content

Commit

Permalink
Release v1.51.0 (2024-03-14) (#5198)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Mar 14, 2024
1 parent 113a726 commit 53e4759
Show file tree
Hide file tree
Showing 33 changed files with 7,550 additions and 61 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
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.

Release v1.50.38 (2024-03-13)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
@@ -1,6 +1,4 @@
### SDK Features
* `service/iotroborunner`: Remove Iotroborunner
* This change removes the iotroborunner service, since it is deprecated.

### SDK Enhancements

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.50.38"
const SDKVersion = "1.51.0"
8 changes: 4 additions & 4 deletions models/apis/amplify/2017-07-25/docs-2.json
Expand Up @@ -3,28 +3,28 @@
"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>",
"operations": {
"CreateApp": "<p>Creates a new Amplify app. </p>",
"CreateBackendEnvironment": "<p>Creates a new backend environment for an Amplify app. </p>",
"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>",
"CreateBranch": "<p> Creates a new branch for an Amplify app. </p>",
"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>",
"CreateDomainAssociation": "<p>Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app </p>",
"CreateWebhook": "<p>Creates a new webhook on an Amplify app. </p>",
"DeleteApp": "<p>Deletes an existing Amplify app specified by an app ID. </p>",
"DeleteBackendEnvironment": "<p>Deletes a backend environment for an Amplify app. </p>",
"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>",
"DeleteBranch": "<p> Deletes a branch for an Amplify app. </p>",
"DeleteDomainAssociation": "<p>Deletes a domain association for an Amplify app. </p>",
"DeleteJob": "<p> Deletes a job for a branch of an Amplify app. </p>",
"DeleteWebhook": "<p>Deletes a webhook. </p>",
"GenerateAccessLogs": "<p>Returns the website access logs for a specific time range using a presigned URL. </p>",
"GetApp": "<p>Returns an existing Amplify app specified by an app ID.</p>",
"GetArtifactUrl": "<p>Returns the artifact info that corresponds to an artifact id. </p>",
"GetBackendEnvironment": "<p>Returns a backend environment for an Amplify app. </p>",
"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>",
"GetBranch": "<p> Returns a branch for an Amplify app. </p>",
"GetDomainAssociation": "<p>Returns the domain information for an Amplify app. </p>",
"GetJob": "<p> Returns a job for a branch of an Amplify app. </p>",
"GetWebhook": "<p>Returns the webhook information that corresponds to a specified webhook ID. </p>",
"ListApps": "<p>Returns a list of the existing Amplify apps. </p>",
"ListArtifacts": "<p>Returns a list of artifacts for a specified app, branch, and job. </p>",
"ListBackendEnvironments": "<p>Lists the backend environments for an Amplify app. </p>",
"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>",
"ListBranches": "<p> Lists the branches of an Amplify app. </p>",
"ListDomainAssociations": "<p>Returns the domain associations for an Amplify app. </p>",
"ListJobs": "<p> Lists the jobs for a branch of an Amplify app. </p>",
Expand Down
12 changes: 10 additions & 2 deletions models/apis/ec2-instance-connect/2018-04-02/api-2.json
Expand Up @@ -50,7 +50,8 @@
{"shape":"SerialConsoleSessionLimitExceededException"},
{"shape":"SerialConsoleSessionUnavailableException"},
{"shape":"EC2InstanceStateInvalidException"},
{"shape":"EC2InstanceUnavailableException"}
{"shape":"EC2InstanceUnavailableException"},
{"shape":"SerialConsoleSessionUnsupportedException"}
]
}
},
Expand Down Expand Up @@ -106,7 +107,7 @@
"type":"string",
"max":32,
"min":1,
"pattern":"^[A-Za-z_][A-Za-z0-9\\@\\._-]{0,30}[A-Za-z0-9\\$_-]?$"
"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\\$_-]?$)"
},
"InvalidArgsException":{
"type":"structure",
Expand Down Expand Up @@ -183,6 +184,13 @@
"exception":true,
"fault":true
},
"SerialConsoleSessionUnsupportedException":{
"type":"structure",
"members":{
"Message":{"shape":"String"}
},
"exception":true
},
"SerialPort":{
"type":"integer",
"max":0,
Expand Down
8 changes: 7 additions & 1 deletion models/apis/ec2-instance-connect/2018-04-02/docs-2.json
@@ -1,6 +1,6 @@
{
"version": "2.0",
"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>",
"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>",
"operations": {
"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>",
"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>"
Expand Down Expand Up @@ -104,6 +104,11 @@
"refs": {
}
},
"SerialConsoleSessionUnsupportedException": {
"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>",
"refs": {
}
},
"SerialPort": {
"base": null,
"refs": {
Expand All @@ -127,6 +132,7 @@
"SerialConsoleAccessDisabledException$Message": null,
"SerialConsoleSessionLimitExceededException$Message": null,
"SerialConsoleSessionUnavailableException$Message": null,
"SerialConsoleSessionUnsupportedException$Message": null,
"ServiceException$Message": null,
"ThrottlingException$Message": null
}
Expand Down

0 comments on commit 53e4759

Please sign in to comment.