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

Commit 58dcb05

Browse files
Release v1.44.270 (2023-05-25) (#4858)
Release v1.44.270 (2023-05-25) === ### Service Client Updates * `service/application-autoscaling`: Updates service API and documentation * `service/codepipeline`: Updates service API and documentation * Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API. * `service/gamelift`: Updates service API and documentation * GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining. * `service/glue`: Updates service API and documentation * Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values. * `service/migration-hub-refactor-spaces`: Updates service API and documentation * `service/sagemaker`: Updates service API and documentation * Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations. ### SDK Bugs * `service/s3`: Populate X-Amz-Content-Sha256 header when using s3 outpost arn * Using an outpost ARN results in a different signing name from the resolved endpoint. This signing name was not included in the signer logic to indicate the `X-Amz-Content-Sha256` header should be added to the request which is required by S3.
1 parent 502bd69 commit 58dcb05

File tree

28 files changed

+2067
-438
lines changed

28 files changed

+2067
-438
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Release v1.44.270 (2023-05-25)
2+
===
3+
4+
### Service Client Updates
5+
* `service/application-autoscaling`: Updates service API and documentation
6+
* `service/codepipeline`: Updates service API and documentation
7+
* Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.
8+
* `service/gamelift`: Updates service API and documentation
9+
* GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining.
10+
* `service/glue`: Updates service API and documentation
11+
* Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values.
12+
* `service/migration-hub-refactor-spaces`: Updates service API and documentation
13+
* `service/sagemaker`: Updates service API and documentation
14+
* Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations.
15+
16+
### SDK Bugs
17+
18+
* `service/s3`: Populate X-Amz-Content-Sha256 header when using s3 outpost arn
19+
* Using an outpost ARN results in a different signing name from the resolved endpoint. This signing name was not included in the signer logic to indicate the `X-Amz-Content-Sha256` header should be added to the request which is required by S3.
20+
121
Release v1.44.269 (2023-05-24)
222
===
323

CHANGELOG_PENDING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,3 @@
33
### SDK Enhancements
44

55
### SDK Bugs
6-
7-
* `service/s3`: Populate X-Amz-Content-Sha256 header when using s3 outpost arn
8-
* Using an outpost ARN results in a different signing name from the resolved endpoint. This signing name was not included in the signer logic to indicate the `X-Amz-Content-Sha256` header should be added to the request which is required by S3.

aws/endpoints/defaults.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.44.269"
8+
const SDKVersion = "1.44.270"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,8 @@
509509
"ElastiCacheReplicaEngineCPUUtilization",
510510
"ElastiCacheDatabaseMemoryUsageCountedForEvictPercentage",
511511
"NeptuneReaderAverageCPUUtilization",
512-
"SageMakerVariantProvisionedConcurrencyUtilization"
512+
"SageMakerVariantProvisionedConcurrencyUtilization",
513+
"ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage"
513514
]
514515
},
515516
"MetricUnit":{"type":"string"},

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

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

models/apis/codepipeline/2015-07-09/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,8 @@
20562056
"members":{
20572057
"pipelineArn":{"shape":"PipelineArn"},
20582058
"created":{"shape":"Timestamp"},
2059-
"updated":{"shape":"Timestamp"}
2059+
"updated":{"shape":"Timestamp"},
2060+
"pollingDisabledAt":{"shape":"Timestamp"}
20602061
}
20612062
},
20622063
"PipelineName":{

models/apis/codepipeline/2015-07-09/docs-2.json

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

0 commit comments

Comments
 (0)