Skip to content

Commit

Permalink
Merge branch 'release-1.35.62' into develop
Browse files Browse the repository at this point in the history
* release-1.35.62:
  Bumping version to 1.35.62
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Nov 15, 2024
2 parents 149c56c + f861cc9 commit 7af79ea
Show file tree
Hide file tree
Showing 8 changed files with 189 additions and 500 deletions.
7 changes: 7 additions & 0 deletions .changes/1.35.62.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``partnercentral-selling``",
"description": "Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations.",
"type": "api-change"
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

1.35.62
=======

* api-change:``partnercentral-selling``: Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations.


1.35.61
=======

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.61'
__version__ = '1.35.62'


class NullHandler(logging.Handler):
Expand Down
1 change: 1 addition & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -12057,6 +12057,7 @@
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ap-southeast-5" : { },
"ca-central-1" : { },
"ca-west-1" : { },
"eu-central-1" : { },
Expand Down
263 changes: 25 additions & 238 deletions botocore/data/partnercentral-selling/2022-07-26/endpoint-rule-set-1.json

Large diffs are not rendered by default.

187 changes: 94 additions & 93 deletions botocore/data/partnercentral-selling/2022-07-26/service-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.61'
release = '1.35.62'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Loading

0 comments on commit 7af79ea

Please sign in to comment.