Skip to content

Commit

Permalink
Release v1.44.316 (2023-08-03) (#4936)
Browse files Browse the repository at this point in the history
Release v1.44.316 (2023-08-03)
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation and examples
  * Documentation changes related to Amazon EC2 Auto Scaling APIs.
* `service/cloud9`: Updates service documentation
  * Updated the deprecation date for Amazon Linux. Doc only update.
* `service/dms`: Updates service API, documentation, and paginators
  * The release makes public API for DMS Schema Conversion feature.
* `service/ec2`: Updates service API and documentation
  * This release adds new parameter isPrimaryIPv6 to  allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address.
* `service/sagemaker`: Updates service API
  * Amazon SageMaker now supports running training jobs on p5.48xlarge instance types.
  • Loading branch information
aws-sdk-go-automation committed Aug 3, 2023
1 parent dd615a4 commit 7baa752
Show file tree
Hide file tree
Showing 21 changed files with 23,433 additions and 14,641 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.44.316 (2023-08-03)
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation and examples
* Documentation changes related to Amazon EC2 Auto Scaling APIs.
* `service/cloud9`: Updates service documentation
* Updated the deprecation date for Amazon Linux. Doc only update.
* `service/dms`: Updates service API, documentation, and paginators
* The release makes public API for DMS Schema Conversion feature.
* `service/ec2`: Updates service API and documentation
* This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address.
* `service/sagemaker`: Updates service API
* Amazon SageMaker now supports running training jobs on p5.48xlarge instance types.

Release v1.44.315 (2023-08-02)
===

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

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.315"
const SDKVersion = "1.44.316"
2 changes: 1 addition & 1 deletion models/apis/autoscaling/2011-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"AlarmList": {
"base": null,
"refs": {
"AlarmSpecification$Alarms": "<p>The names of one or more CloudWatch alarms to monitor for the instance refresh.</p>"
"AlarmSpecification$Alarms": "<p>The names of one or more CloudWatch alarms to monitor for the instance refresh. You can specify up to 10 alarms.</p>"
}
},
"AlarmSpecification": {
Expand Down
4 changes: 2 additions & 2 deletions models/apis/autoscaling/2011-01-01/examples-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
}
},
"description": "This example creates an Auto Scaling group with a mixed instances policy. It specifies the c5.large, c5a.large, and c6g.large instance types and defines a different launch template for the c6g.large instance type.",
"id": "to-create-an-auto-scaling-group-with-a-mixed-instances-policy-1617815269039",
"id": "autoscaling-create-auto-scaling-group-3",
"title": "To create an Auto Scaling group with a mixed instances policy"
},
{
Expand Down Expand Up @@ -259,7 +259,7 @@
}
},
"description": "This example creates an Auto Scaling group using attribute-based instance type selection. It requires the instance types to have a minimum of four vCPUs and a maximum of eight vCPUs, a minimum of 16,384 MiB of memory, and an Intel manufactured CPU.",
"id": "to-create-an-auto-scaling-group-with-a-mixed-instances-policy-1617815269039",
"id": "autoscaling-create-auto-scaling-group-4",
"title": "To create an Auto Scaling group using attribute-based instance type selection"
}
],
Expand Down
2 changes: 1 addition & 1 deletion models/apis/cloud9/2017-09-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"ImageId": {
"base": null,
"refs": {
"CreateEnvironmentEC2Request$imageId": "<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.</p> <p>The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned a value in the request. </p> <p>In the future the parameter for Amazon Linux will no longer be available when you specify an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to launch your instance if no parameter is explicitly defined.</p> <p> <b>AMI aliases </b> </p> <ul> <li> <p> <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code> </p> </li> </ul> <p> <b>SSM paths</b> </p> <ul> <li> <p> <b>Amazon Linux (default): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code> </p> </li> </ul>"
"CreateEnvironmentEC2Request$imageId": "<p>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance. To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) path.</p> <p>The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned a value in the request. Because Amazon Linux AMI has ended standard support as of December 31, 2020, we recommend you choose Amazon Linux 2, which includes long term support through 2023.</p> <p>From December 31, 2023, the parameter for Amazon Linux will no longer be available when you specify an AMI for your instance. Amazon Linux 2 will then become the default AMI, which is used to launch your instance if no parameter is explicitly defined.</p> <p> <b>AMI aliases </b> </p> <ul> <li> <p> <b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code> </p> </li> </ul> <p> <b>SSM paths</b> </p> <ul> <li> <p> <b>Amazon Linux (default): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code> </b> </p> </li> <li> <p>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code> </p> </li> <li> <p>Ubuntu 18.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code> </p> </li> </ul>"
}
},
"InstanceType": {
Expand Down
Loading

0 comments on commit 7baa752

Please sign in to comment.