Skip to content

Commit

Permalink
Release v1.48.8 (2023-11-29) (#5087)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation committed Nov 29, 2023
1 parent ba70194 commit a8d4c63
Show file tree
Hide file tree
Showing 42 changed files with 33,333 additions and 5,306 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.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.

0 comments on commit a8d4c63

Please sign in to comment.