Skip to content

Commit

Permalink
Release v1.44.234 (2023-03-31) (#4783)
Browse files Browse the repository at this point in the history
Release v1.44.234 (2023-03-31)
===

### Service Client Updates
* `service/ec2`: Updates service documentation
  * Documentation updates for EC2 On Demand Capacity Reservations
* `service/internetmonitor`: Updates service API and documentation
* `service/resiliencehub`: Updates service documentation
* `service/s3`: Updates service documentation and examples
  * Documentation updates for Amazon S3
* `service/sagemaker-featurestore-runtime`: Updates service API and documentation
* `service/sms`: Updates service API
  * Deprecating AWS Server Migration Service.
  • Loading branch information
aws-sdk-go-automation committed Mar 31, 2023
1 parent 81d1cbb commit a6360c0
Show file tree
Hide file tree
Showing 29 changed files with 3,791 additions and 1,776 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.234 (2023-03-31)
===

### Service Client Updates
* `service/ec2`: Updates service documentation
* Documentation updates for EC2 On Demand Capacity Reservations
* `service/internetmonitor`: Updates service API and documentation
* `service/resiliencehub`: Updates service documentation
* `service/s3`: Updates service documentation and examples
* Documentation updates for Amazon S3
* `service/sagemaker-featurestore-runtime`: Updates service API and documentation
* `service/sms`: Updates service API
* Deprecating AWS Server Migration Service.

Release v1.44.233 (2023-03-30)
===

Expand Down
126 changes: 126 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.233"
const SDKVersion = "1.44.234"
6 changes: 3 additions & 3 deletions models/apis/ec2/2016-11-15/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3109,7 +3109,7 @@
"CapacityReservationTarget$CapacityReservationId": "<p>The ID of the Capacity Reservation in which to run the instance.</p>",
"FleetCapacityReservation$CapacityReservationId": "<p>The ID of the Capacity Reservation.</p>",
"GetCapacityReservationUsageRequest$CapacityReservationId": "<p>The ID of the Capacity Reservation.</p>",
"GetGroupsForCapacityReservationRequest$CapacityReservationId": "<p>The ID of the Capacity Reservation.</p>",
"GetGroupsForCapacityReservationRequest$CapacityReservationId": "<p>The ID of the Capacity Reservation. If you specify a Capacity Reservation that is shared with you, the operation returns only Capacity Reservation groups that you own.</p>",
"ModifyCapacityReservationRequest$CapacityReservationId": "<p>The ID of the Capacity Reservation.</p>"
}
},
Expand Down Expand Up @@ -8362,7 +8362,7 @@
"ElasticInferenceAcceleratorAssociationList": {
"base": null,
"refs": {
"Instance$ElasticInferenceAcceleratorAssociations": "<p> The elastic inference accelerator associated with the instance.</p>"
"Instance$ElasticInferenceAcceleratorAssociations": "<p>The elastic inference accelerator associated with the instance.</p>"
}
},
"ElasticInferenceAcceleratorCount": {
Expand All @@ -8374,7 +8374,7 @@
"ElasticInferenceAccelerators": {
"base": null,
"refs": {
"RunInstancesRequest$ElasticInferenceAccelerators": "<p>An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.</p> <p>You cannot specify accelerators from different generations in the same request.</p>"
"RunInstancesRequest$ElasticInferenceAccelerators": "<p>An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.</p> <p>You cannot specify accelerators from different generations in the same request.</p> <note> <p>Starting April 15, 2023, Amazon Web Services will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.</p> </note>"
}
},
"ElasticIpAssociationId": {
Expand Down

0 comments on commit a6360c0

Please sign in to comment.