Skip to content

Commit

Permalink
Release v1.44.260 (2023-05-09) (#4833)
Browse files Browse the repository at this point in the history
Release v1.44.260 (2023-05-09)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service API, documentation, and examples
* `service/glue`: Updates service API and documentation
  * This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas
* `service/sagemaker`: Updates service API and documentation
  * This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.
  • Loading branch information
aws-sdk-go-automation committed May 9, 2023
1 parent 918b706 commit 9d4285e
Show file tree
Hide file tree
Showing 16 changed files with 1,088 additions and 134 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release v1.44.260 (2023-05-09)
===

### Service Client Updates
* `service/application-autoscaling`: Updates service API, documentation, and examples
* `service/glue`: Updates service API and documentation
* This release adds AmazonRedshift Source and Target nodes in addition to DynamicTransform OutputSchemas
* `service/sagemaker`: Updates service API and documentation
* This release includes support for (1) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.

Release v1.44.259 (2023-05-08)
===

Expand Down
12 changes: 12 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.259"
const SDKVersion = "1.44.260"
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 @@ -508,7 +508,8 @@
"ElastiCachePrimaryEngineCPUUtilization",
"ElastiCacheReplicaEngineCPUUtilization",
"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage",
"NeptuneReaderAverageCPUUtilization"
"NeptuneReaderAverageCPUUtilization",
"SageMakerVariantProvisionedConcurrencyUtilization"
]
},
"MetricUnit":{"type":"string"},
Expand Down Expand Up @@ -682,7 +683,8 @@
"kafka:broker-storage:VolumeSize",
"elasticache:replication-group:NodeGroups",
"elasticache:replication-group:Replicas",
"neptune:cluster:ReadReplicaCount"
"neptune:cluster:ReadReplicaCount",
"sagemaker:variant:DesiredProvisionedConcurrency"
]
},
"ScalableTarget":{
Expand Down
68 changes: 34 additions & 34 deletions models/apis/application-autoscaling/2016-02-06/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9d4285e

Please sign in to comment.