Skip to content

Commit

Permalink
Merge branch 'release-1.35.88'
Browse files Browse the repository at this point in the history
* release-1.35.88:
  Bumping version to 1.35.88
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Dec 26, 2024
2 parents 64391d0 + 3608949 commit ae6efd8
Show file tree
Hide file tree
Showing 10 changed files with 638 additions and 1,006 deletions.
22 changes: 22 additions & 0 deletions .changes/1.35.88.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``bcm-pricing-calculator``",
"description": "Added ConflictException to DeleteBillEstimate.",
"type": "api-change"
},
{
"category": "``ecr``",
"description": "Add support for Dualstack Endpoints",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "Dual-stack endpoints are now supported.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Documentation updates for AWS Security Hub",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.35.88
=======

* api-change:``bcm-pricing-calculator``: Added ConflictException to DeleteBillEstimate.
* api-change:``ecr``: Add support for Dualstack Endpoints
* api-change:``network-firewall``: Dual-stack endpoints are now supported.
* api-change:``securityhub``: Documentation updates for AWS Security Hub


1.35.87
=======

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.87'
__version__ = '1.35.88'


class NullHandler(logging.Handler):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@
"input":{"shape":"DeleteBillEstimateRequest"},
"output":{"shape":"DeleteBillEstimateResponse"},
"errors":[
{"shape":"ConflictException"},
{"shape":"ValidationException"},
{"shape":"DataUnavailableException"},
{"shape":"InternalServerException"},
Expand Down
370 changes: 123 additions & 247 deletions botocore/data/ecr/2015-09-21/endpoint-rule-set-1.json

Large diffs are not rendered by default.

Loading

0 comments on commit ae6efd8

Please sign in to comment.