Skip to content

Commit 3552076

Browse files
Merging v1.6.62 release
2 parents 0424047 + f023be3 commit 3552076

15 files changed

Lines changed: 7380 additions & 545 deletions

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.6.62] - 04/22/2026
4+
5+
### Features
6+
* (**batch**) Support of S3Files volume type, container start and stop timeouts.
7+
* (**bedrockagentcore**) Adds support for Amazon Bedrock AgentCore Harness data plane APIs, enabling customers to invoke managed agent loops and execute commands on live agent sessions with streaming responses.
8+
* (**bedrockagentcorecontrol**) Adds support for Amazon Bedrock AgentCore Harness control plane APIs, enabling customers to create, manage, and configure managed agent loops with customizable models, tools, memory, and isolated execution environments.
9+
* (**ec2**) Managed resource visibility settings control whether resources that AWS services provision on your behalf within your AWS account appear in your Amazon console views and API list operations.
10+
* (**ecs**) GPU health monitoring and auto-repair for ECS Managed Instances
11+
* (**emrserverless**) This release adds support for Spark connect sessions starting with release label emr-7.13.0.
12+
* (**iotwireless**) Enable customers to optionally specify a desired confidence level for Cellular and WiFi position estimates. Customers can use this to trade off confidence level and radius of uncertainty based on their needs.
13+
* (**ivs**) Adds support for Amazon IVS server-side ad insertion
14+
* (**lambda**) Add Ruby 4.0 (ruby4.0) support to AWS Lambda.
15+
* (**opensearch**) Adds support for RollbackServiceSoftwareUpdate API
16+
* (**osis**) Update the pipeline configuration body character limit for the CreatePipeline API call.
17+
* (**s3**) This release adds five additional checksum algorithms for S3 data integrity (MD5, SHA-512, XXHash3, XXHash64, XXHash128) and support for S3 Inventory on directory buckets (S3 Express One Zone).
18+
* (**s3control**) This release adds support for five additional checksum algorithms for data integrity checking in Amazon S3 - MD5, SHA-512, XXHash3, XXHash64, and XXHash128.
19+
320
## [1.6.61] - 04/21/2026
421

522
### Features

codegen/sdk/aws-models/batch.json

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

codegen/sdk/aws-models/bedrock-agentcore-control.json

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

codegen/sdk/aws-models/bedrock-agentcore.json

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

codegen/sdk/aws-models/ec2.json

Lines changed: 201 additions & 1 deletion
Large diffs are not rendered by default.

codegen/sdk/aws-models/ecs.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,6 +1710,37 @@
17101710
"target": "com.amazonaws.ecs#Attribute"
17111711
}
17121712
},
1713+
"com.amazonaws.ecs#AutoRepairActionsStatus": {
1714+
"type": "enum",
1715+
"members": {
1716+
"ENABLED": {
1717+
"target": "smithy.api#Unit",
1718+
"traits": {
1719+
"smithy.api#enumValue": "ENABLED"
1720+
}
1721+
},
1722+
"DISABLED": {
1723+
"target": "smithy.api#Unit",
1724+
"traits": {
1725+
"smithy.api#enumValue": "DISABLED"
1726+
}
1727+
}
1728+
}
1729+
},
1730+
"com.amazonaws.ecs#AutoRepairConfiguration": {
1731+
"type": "structure",
1732+
"members": {
1733+
"actionsStatus": {
1734+
"target": "com.amazonaws.ecs#AutoRepairActionsStatus",
1735+
"traits": {
1736+
"smithy.api#documentation": "<p>The status of auto repair actions for the capacity provider. When set to <code>ENABLED</code>, Amazon ECS automatically replaces container instances with an <code>IMPAIRED</code> health status. When set to <code>DISABLED</code>, Amazon ECS still monitors container instance health but does not automatically replace impaired instances.</p>"
1737+
}
1738+
}
1739+
},
1740+
"traits": {
1741+
"smithy.api#documentation": "<p>The auto repair configuration for an Amazon ECS Managed Instances capacity provider. When enabled, Amazon ECS automatically replaces container instances that are detected as unhealthy based on container instance health checks, including accelerated compute device and daemon health checks.</p>"
1742+
}
1743+
},
17131744
"com.amazonaws.ecs#AutoScalingGroupProvider": {
17141745
"type": "structure",
17151746
"members": {
@@ -4372,6 +4403,12 @@
43724403
"traits": {
43734404
"smithy.api#documentation": "<p>Defines how Amazon ECS Managed Instances optimizes the infrastastructure in your capacity provider. Provides control over the delay between when EC2 instances become idle or underutilized and when Amazon ECS optimizes them.</p>"
43744405
}
4406+
},
4407+
"autoRepairConfiguration": {
4408+
"target": "com.amazonaws.ecs#AutoRepairConfiguration",
4409+
"traits": {
4410+
"smithy.api#documentation": "<p>The auto repair configuration for the Amazon ECS Managed Instances capacity provider. Use this to enable or disable automatic replacement of container instances that are detected as unhealthy.</p>"
4411+
}
43754412
}
43764413
},
43774414
"traits": {
@@ -11931,6 +11968,12 @@
1193111968
"smithy.api#documentation": "<p>The container instance health status.</p>"
1193211969
}
1193311970
},
11971+
"statusReason": {
11972+
"target": "com.amazonaws.ecs#String",
11973+
"traits": {
11974+
"smithy.api#documentation": "<p>The reason for the container instance health status.</p>"
11975+
}
11976+
},
1193411977
"lastUpdated": {
1193511978
"target": "com.amazonaws.ecs#Timestamp",
1193611979
"traits": {
@@ -14834,6 +14877,12 @@
1483414877
"traits": {
1483514878
"smithy.api#documentation": "<p>Defines how Amazon ECS Managed Instances optimizes the infrastastructure in your capacity provider. Configure it to turn on or off the infrastructure optimization in your capacity provider, and to control the idle or underutilized EC2 instances optimization delay.</p>"
1483614879
}
14880+
},
14881+
"autoRepairConfiguration": {
14882+
"target": "com.amazonaws.ecs#AutoRepairConfiguration",
14883+
"traits": {
14884+
"smithy.api#documentation": "<p>The auto repair configuration for the Amazon ECS Managed Instances capacity provider. Indicates whether Amazon ECS automatically replaces container instances that are detected as unhealthy.</p>"
14885+
}
1483714886
}
1483814887
},
1483914888
"traits": {
@@ -23397,6 +23446,12 @@
2339723446
"traits": {
2339823447
"smithy.api#documentation": "<p>The updated infrastructure optimization configuration. Changes to this setting affect how Amazon ECS optimizes instances going forward.</p>"
2339923448
}
23449+
},
23450+
"autoRepairConfiguration": {
23451+
"target": "com.amazonaws.ecs#AutoRepairConfiguration",
23452+
"traits": {
23453+
"smithy.api#documentation": "<p>The updated auto repair configuration for the Amazon ECS Managed Instances capacity provider.</p>"
23454+
}
2340023455
}
2340123456
},
2340223457
"traits": {

0 commit comments

Comments
 (0)