Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.48.8 #5087

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.48.8 (2023-11-29)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service API and documentation
* `service/cleanrooms`: Updates service API, documentation, and paginators
* `service/cleanroomsml`: Adds new service
* `service/opensearch`: Updates service API and documentation
* `service/opensearchserverless`: Updates service API and documentation
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/sagemaker`: Updates service API, documentation, and paginators
* This release adds following support 1/ Improved SDK tooling for model deployment. 2/ New Inference Component based features to lower inference costs and latency 3/ SageMaker HyperPod management. 4/ Additional parameters for FM Fine Tuning in Autopilot
* `service/sts`: Updates service documentation
* Documentation updates for AWS Security Token Service.

Release v1.48.7 (2023-11-28)
===

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.48.7"
const SDKVersion = "1.48.8"
6 changes: 4 additions & 2 deletions models/apis/application-autoscaling/2016-02-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,8 @@
"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage",
"NeptuneReaderAverageCPUUtilization",
"SageMakerVariantProvisionedConcurrencyUtilization",
"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"
"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage",
"SageMakerInferenceComponentInvocationsPerCopy"
]
},
"MetricUnit":{"type":"string"},
Expand Down Expand Up @@ -685,7 +686,8 @@
"elasticache:replication-group:NodeGroups",
"elasticache:replication-group:Replicas",
"neptune:cluster:ReadReplicaCount",
"sagemaker:variant:DesiredProvisionedConcurrency"
"sagemaker:variant:DesiredProvisionedConcurrency",
"sagemaker:inference-component:DesiredCopyCount"
]
},
"ScalableTarget":{
Expand Down
70 changes: 35 additions & 35 deletions models/apis/application-autoscaling/2016-02-06/docs-2.json

Large diffs are not rendered by default.

386 changes: 175 additions & 211 deletions models/apis/application-autoscaling/2016-02-06/endpoint-rule-set-1.json

Large diffs are not rendered by default.