Skip to content

Commit

Permalink
Merge branch 'release-1.29.16' into develop
Browse files Browse the repository at this point in the history
* release-1.29.16:
  Bumping version to 1.29.16
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Nov 23, 2022
2 parents a942b57 + 22c3cb3 commit dfda41c
Show file tree
Hide file tree
Showing 9 changed files with 772 additions and 359 deletions.
12 changes: 12 additions & 0 deletions .changes/1.29.16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``grafana``",
"description": "This release includes support for configuring a Grafana workspace to connect to a datasource within a VPC as well as new APIs for configuring Grafana settings.",
"type": "api-change"
},
{
"category": "``rbin``",
"description": "This release adds support for Rule Lock for Recycle Bin, which allows you to lock retention rules so that they can no longer be modified or deleted.",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.29.16
=======

* api-change:``grafana``: This release includes support for configuring a Grafana workspace to connect to a datasource within a VPC as well as new APIs for configuring Grafana settings.
* api-change:``rbin``: This release adds support for Rule Lock for Recycle Bin, which allows you to lock retention rules so that they can no longer be modified or deleted.


1.29.15
=======

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.29.15'
__version__ = '1.29.16'


class NullHandler(logging.Handler):
Expand Down
203 changes: 177 additions & 26 deletions botocore/data/grafana/2020-08-18/service-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion botocore/data/rbin/2021-06-15/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down
251 changes: 247 additions & 4 deletions botocore/data/rbin/2021-06-15/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 @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.29.'
# The full version, including alpha/beta/rc tags.
release = '1.29.15'
release = '1.29.16'

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

0 comments on commit dfda41c

Please sign in to comment.