Skip to content

Commit

Permalink
Merge branch 'release-1.35.56'
Browse files Browse the repository at this point in the history
* release-1.35.56:
  Bumping version to 1.35.56
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Nov 7, 2024
2 parents 06a62e5 + b05f89c commit be9a56f
Show file tree
Hide file tree
Showing 15 changed files with 5,846 additions and 700 deletions.
42 changes: 42 additions & 0 deletions .changes/1.35.56.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``autoscaling``",
"description": "Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy.",
"type": "api-change"
},
{
"category": "``bedrock-agent``",
"description": "Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition",
"type": "api-change"
},
{
"category": "``bedrock-runtime``",
"description": "Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse",
"type": "api-change"
},
{
"category": "``cleanrooms``",
"description": "This release introduces support for Custom Models in AWS Clean Rooms ML.",
"type": "api-change"
},
{
"category": "``cleanroomsml``",
"description": "This release introduces support for Custom Models in AWS Clean Rooms ML.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "Add Client Credentials based OAuth support for Snowflake and Starburst",
"type": "api-change"
},
{
"category": "``resource-explorer-2``",
"description": "Add GetManagedView, ListManagedViews APIs.",
"type": "api-change"
},
{
"category": "``synthetics``",
"description": "Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs.",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.35.56
=======

* api-change:``autoscaling``: Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy.
* api-change:``bedrock-agent``: Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition
* api-change:``bedrock-runtime``: Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse
* api-change:``cleanrooms``: This release introduces support for Custom Models in AWS Clean Rooms ML.
* api-change:``cleanroomsml``: This release introduces support for Custom Models in AWS Clean Rooms ML.
* api-change:``quicksight``: Add Client Credentials based OAuth support for Snowflake and Starburst
* api-change:``resource-explorer-2``: Add GetManagedView, ListManagedViews APIs.
* api-change:``synthetics``: Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs.


1.35.55
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.55'
__version__ = '1.35.56'


class NullHandler(logging.Handler):
Expand Down
29 changes: 29 additions & 0 deletions botocore/data/autoscaling/2011-01-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,10 @@
"InstanceMaintenancePolicy":{
"shape":"InstanceMaintenancePolicy",
"documentation":"<p>An instance maintenance policy.</p>"
},
"AvailabilityZoneDistribution":{
"shape":"AvailabilityZoneDistribution",
"documentation":"<p> The instance capacity distribution across Availability Zones. </p>"
}
},
"documentation":"<p>Describes an Auto Scaling group.</p>"
Expand Down Expand Up @@ -1652,6 +1656,16 @@
"type":"list",
"member":{"shape":"XmlStringMaxLen255"}
},
"AvailabilityZoneDistribution":{
"type":"structure",
"members":{
"CapacityDistributionStrategy":{
"shape":"CapacityDistributionStrategy",
"documentation":"<p> If launches fail in an Availability Zone, the following strategies are available. The default is <code>balanced-best-effort</code>. </p> <ul> <li> <p> <code>balanced-only</code> - If launches fail in an Availability Zone, Auto Scaling will continue to attempt to launch in the unhealthy zone to preserve a balanced distribution.</p> </li> <li> <p> <code>balanced-best-effort</code> - If launches fail in an Availability Zone, Auto Scaling will attempt to launch in another healthy Availability Zone instead.</p> </li> </ul>"
}
},
"documentation":"<p> Describes an Availability Zone distribution. </p>"
},
"AvailabilityZones":{
"type":"list",
"member":{"shape":"XmlStringMaxLen255"}
Expand Down Expand Up @@ -1811,6 +1825,13 @@
}
}
},
"CapacityDistributionStrategy":{
"type":"string",
"enum":[
"balanced-only",
"balanced-best-effort"
]
},
"CapacityForecast":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -2011,6 +2032,10 @@
"InstanceMaintenancePolicy":{
"shape":"InstanceMaintenancePolicy",
"documentation":"<p>An instance maintenance policy. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-maintenance-policy.html\">Set instance maintenance policy</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>"
},
"AvailabilityZoneDistribution":{
"shape":"AvailabilityZoneDistribution",
"documentation":"<p>The instance capacity distribution across Availability Zones.</p>"
}
}
},
Expand Down Expand Up @@ -5657,6 +5682,10 @@
"InstanceMaintenancePolicy":{
"shape":"InstanceMaintenancePolicy",
"documentation":"<p>An instance maintenance policy. For more information, see <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-maintenance-policy.html\">Set instance maintenance policy</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>.</p>"
},
"AvailabilityZoneDistribution":{
"shape":"AvailabilityZoneDistribution",
"documentation":"<p> The instance capacity distribution across Availability Zones. </p>"
}
}
},
Expand Down
Loading

0 comments on commit be9a56f

Please sign in to comment.