Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit a8d4c63

Browse files
Release v1.48.8 (2023-11-29) (#5087)
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.
1 parent ba70194 commit a8d4c63

File tree

42 files changed

+33333
-5306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+33333
-5306
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Release v1.48.8 (2023-11-29)
2+
===
3+
4+
### Service Client Updates
5+
* `service/application-autoscaling`: Updates service API and documentation
6+
* `service/cleanrooms`: Updates service API, documentation, and paginators
7+
* `service/cleanroomsml`: Adds new service
8+
* `service/opensearch`: Updates service API and documentation
9+
* `service/opensearchserverless`: Updates service API and documentation
10+
* `service/runtime.sagemaker`: Updates service API and documentation
11+
* `service/sagemaker`: Updates service API, documentation, and paginators
12+
* 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
13+
* `service/sts`: Updates service documentation
14+
* Documentation updates for AWS Security Token Service.
15+
116
Release v1.48.7 (2023-11-28)
217
===
318

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.48.7"
8+
const SDKVersion = "1.48.8"

models/apis/application-autoscaling/2016-02-06/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,8 @@
510510
"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage",
511511
"NeptuneReaderAverageCPUUtilization",
512512
"SageMakerVariantProvisionedConcurrencyUtilization",
513-
"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"
513+
"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage",
514+
"SageMakerInferenceComponentInvocationsPerCopy"
514515
]
515516
},
516517
"MetricUnit":{"type":"string"},
@@ -685,7 +686,8 @@
685686
"elasticache:replication-group:NodeGroups",
686687
"elasticache:replication-group:Replicas",
687688
"neptune:cluster:ReadReplicaCount",
688-
"sagemaker:variant:DesiredProvisionedConcurrency"
689+
"sagemaker:variant:DesiredProvisionedConcurrency",
690+
"sagemaker:inference-component:DesiredCopyCount"
689691
]
690692
},
691693
"ScalableTarget":{

models/apis/application-autoscaling/2016-02-06/docs-2.json

Lines changed: 35 additions & 35 deletions
Large diffs are not rendered by default.

models/apis/application-autoscaling/2016-02-06/endpoint-rule-set-1.json

Lines changed: 175 additions & 211 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)