Skip to content

Commit

Permalink
Release v1.47.12 (2023-11-15) (#5072)
Browse files Browse the repository at this point in the history
Release v1.47.12 (2023-11-15)
===

### Service Client Updates
* `service/autoscaling`: Updates service API, documentation, and examples
  * This release introduces Instance Maintenance Policy, a new EC2 Auto Scaling capability that allows customers to define whether instances are launched before or after existing instances are terminated during instance replacement operations.
* `service/cloudtrail`: Updates service API and documentation
  * The Lake Repricing feature lets customers configure a BillingMode for an event data store. The BillingMode determines the cost for ingesting and storing events and the default and maximum retention period for the event data store.
* `service/ec2`: Updates service API and documentation
  * AWS EBS now supports Snapshot Lock, giving users the ability to lock an EBS Snapshot to prohibit deletion of the snapshot. This release introduces the LockSnapshot, UnlockSnapshot & DescribeLockedSnapshots APIs to manage lock configuration for snapshots. The release also includes the dl2q_24xlarge.
* `service/finspace`: Updates service API
* `service/finspace-data`: Updates service API
* `service/lambda`: Updates service API
  * Add Java 21 (java21) support to AWS Lambda
* `service/mwaa`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Updates Amazon RDS documentation for support for upgrading RDS for MySQL snapshots from version 5.7 to version 8.0.
* `service/redshift`: Updates service API and documentation
  * The custom domain name SDK for Amazon Redshift provisioned clusters is updated with additional required parameters for modify and delete operations. Additionally, users can provide domain names with longer top-level domains.
* `service/s3control`: Updates service API, documentation, and paginators
  * Add 5 APIs to create, update, get, list, delete S3 Storage Lens group(eg. CreateStorageLensGroup), 3 APIs for tagging(TagResource,UntagResource,ListTagsForResource), and update to StorageLensConfiguration to allow metrics to be aggregated on Storage Lens groups.
* `service/ssm-sap`: Updates service API

### SDK Bugs
* Don't generate cloudwatchlogs event streams tests for now.
  * The test harness does not handle event stream APIs with a host prefix at this time.
  • Loading branch information
aws-sdk-go-automation committed Nov 15, 2023
1 parent f73f738 commit 9d1f49b
Show file tree
Hide file tree
Showing 40 changed files with 13,799 additions and 8,447 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Release v1.47.12 (2023-11-15)
===

### Service Client Updates
* `service/autoscaling`: Updates service API, documentation, and examples
* This release introduces Instance Maintenance Policy, a new EC2 Auto Scaling capability that allows customers to define whether instances are launched before or after existing instances are terminated during instance replacement operations.
* `service/cloudtrail`: Updates service API and documentation
* The Lake Repricing feature lets customers configure a BillingMode for an event data store. The BillingMode determines the cost for ingesting and storing events and the default and maximum retention period for the event data store.
* `service/ec2`: Updates service API and documentation
* AWS EBS now supports Snapshot Lock, giving users the ability to lock an EBS Snapshot to prohibit deletion of the snapshot. This release introduces the LockSnapshot, UnlockSnapshot & DescribeLockedSnapshots APIs to manage lock configuration for snapshots. The release also includes the dl2q_24xlarge.
* `service/finspace`: Updates service API
* `service/finspace-data`: Updates service API
* `service/lambda`: Updates service API
* Add Java 21 (java21) support to AWS Lambda
* `service/mwaa`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Updates Amazon RDS documentation for support for upgrading RDS for MySQL snapshots from version 5.7 to version 8.0.
* `service/redshift`: Updates service API and documentation
* The custom domain name SDK for Amazon Redshift provisioned clusters is updated with additional required parameters for modify and delete operations. Additionally, users can provide domain names with longer top-level domains.
* `service/s3control`: Updates service API, documentation, and paginators
* Add 5 APIs to create, update, get, list, delete S3 Storage Lens group(eg. CreateStorageLensGroup), 3 APIs for tagging(TagResource,UntagResource,ListTagsForResource), and update to StorageLensConfiguration to allow metrics to be aggregated on Storage Lens groups.
* `service/ssm-sap`: Updates service API

### SDK Bugs
* Don't generate cloudwatchlogs event streams tests for now.
* The test harness does not handle event stream APIs with a host prefix at this time.

Release v1.47.11 (2023-11-14)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* Don't generate cloudwatchlogs event streams tests for now.
* The test harness does not handle event stream APIs with a host prefix at this time.
36 changes: 36 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.47.11"
const SDKVersion = "1.47.12"
34 changes: 30 additions & 4 deletions models/apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,8 @@
"Context":{"shape":"Context"},
"DesiredCapacityType":{"shape":"XmlStringMaxLen255"},
"DefaultInstanceWarmup":{"shape":"DefaultInstanceWarmup"},
"TrafficSources":{"shape":"TrafficSources"}
"TrafficSources":{"shape":"TrafficSources"},
"InstanceMaintenancePolicy":{"shape":"InstanceMaintenancePolicy"}
}
},
"AutoScalingGroupDesiredCapacity":{"type":"integer"},
Expand Down Expand Up @@ -1522,7 +1523,8 @@
"Context":{"shape":"Context"},
"DesiredCapacityType":{"shape":"XmlStringMaxLen255"},
"DefaultInstanceWarmup":{"shape":"DefaultInstanceWarmup"},
"TrafficSources":{"shape":"TrafficSources"}
"TrafficSources":{"shape":"TrafficSources"},
"InstanceMaintenancePolicy":{"shape":"InstanceMaintenancePolicy"}
}
},
"CreateLaunchConfigurationType":{
Expand Down Expand Up @@ -2110,6 +2112,13 @@
"type":"list",
"member":{"shape":"XmlStringMaxLen19"}
},
"InstanceMaintenancePolicy":{
"type":"structure",
"members":{
"MinHealthyPercentage":{"shape":"IntPercentResettable"},
"MaxHealthyPercentage":{"shape":"IntPercent100To200Resettable"}
}
},
"InstanceMetadataEndpointState":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -2278,6 +2287,21 @@
"max":100,
"min":0
},
"IntPercent100To200":{
"type":"integer",
"max":200,
"min":100
},
"IntPercent100To200Resettable":{
"type":"integer",
"max":200,
"min":-1
},
"IntPercentResettable":{
"type":"integer",
"max":100,
"min":-1
},
"InvalidNextToken":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3057,7 +3081,8 @@
"AutoRollback":{"shape":"AutoRollback"},
"ScaleInProtectedInstances":{"shape":"ScaleInProtectedInstances"},
"StandbyInstances":{"shape":"StandbyInstances"},
"AlarmSpecification":{"shape":"AlarmSpecification"}
"AlarmSpecification":{"shape":"AlarmSpecification"},
"MaxHealthyPercentage":{"shape":"IntPercent100To200"}
}
},
"RefreshStrategy":{
Expand Down Expand Up @@ -3520,7 +3545,8 @@
"CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
"Context":{"shape":"Context"},
"DesiredCapacityType":{"shape":"XmlStringMaxLen255"},
"DefaultInstanceWarmup":{"shape":"DefaultInstanceWarmup"}
"DefaultInstanceWarmup":{"shape":"DefaultInstanceWarmup"},
"InstanceMaintenancePolicy":{"shape":"InstanceMaintenancePolicy"}
}
},
"VCpuCountRequest":{
Expand Down
Loading

0 comments on commit 9d1f49b

Please sign in to comment.