Skip to content

Commit

Permalink
Merge branch 'release-1.35.92'
Browse files Browse the repository at this point in the history
* release-1.35.92:
  Bumping version to 1.35.92
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jan 3, 2025
2 parents 2001481 + 801c85f commit 0df18e8
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 254 deletions.
17 changes: 17 additions & 0 deletions .changes/1.35.92.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``ecs``",
"description": "Adding SDK reference examples for Amazon ECS operations.",
"type": "api-change"
},
{
"category": "``route53domains``",
"description": "Doc only update for Route 53 Domains that fixes several customer-reported issues",
"type": "api-change"
},
{
"category": "``s3``",
"description": "This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.35.92
=======

* api-change:``ecs``: Adding SDK reference examples for Amazon ECS operations.
* api-change:``route53domains``: Doc only update for Route 53 Domains that fixes several customer-reported issues
* api-change:``s3``: This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change.


1.35.91
=======

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.91'
__version__ = '1.35.92'


class NullHandler(logging.Handler):
Expand Down
6 changes: 3 additions & 3 deletions botocore/data/ecs/2014-11-13/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@
{"shape":"ServiceNotFoundException"},
{"shape":"UnsupportedFeatureException"}
],
"documentation":"<p>This operation lists all the service deployments that meet the specified filter criteria.</p> <p>A service deployment happens when you release a softwre update for the service. You route traffic from the running service revisions to the new service revison and control the number of running tasks. </p> <p>This API returns the values that you use for the request parameters in <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServiceRevisions.html\">DescribeServiceRevisions</a>.</p>"
"documentation":"<p>This operation lists all the service deployments that meet the specified filter criteria.</p> <p>A service deployment happens when you release a software update for the service. You route traffic from the running service revisions to the new service revison and control the number of running tasks. </p> <p>This API returns the values that you use for the request parameters in <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServiceRevisions.html\">DescribeServiceRevisions</a>.</p>"
},
"ListServices":{
"name":"ListServices",
Expand Down Expand Up @@ -1189,11 +1189,11 @@
"members":{
"subnets":{
"shape":"StringList",
"documentation":"<p>The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified per <code>awsvpcConfiguration</code>.</p> <note> <p>All specified subnets must be from the same VPC.</p> </note>"
"documentation":"<p>The IDs of the subnets associated with the task or service. There's a limit of 16 subnets that can be specified.</p> <note> <p>All specified subnets must be from the same VPC.</p> </note>"
},
"securityGroups":{
"shape":"StringList",
"documentation":"<p>The IDs of the security groups associated with the task or service. If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified per <code>awsvpcConfiguration</code>.</p> <note> <p>All specified security groups must be from the same VPC.</p> </note>"
"documentation":"<p>The IDs of the security groups associated with the task or service. If you don't specify a security group, the default security group for the VPC is used. There's a limit of 5 security groups that can be specified.</p> <note> <p>All specified security groups must be from the same VPC.</p> </note>"
},
"assignPublicIp":{
"shape":"AssignPublicIp",
Expand Down
Loading

0 comments on commit 0df18e8

Please sign in to comment.