Skip to content

Commit

Permalink
Merge branch 'release-1.34.88'
Browse files Browse the repository at this point in the history
* release-1.34.88:
  Bumping version to 1.34.88
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Apr 19, 2024
2 parents 2547207 + 548a3d9 commit 019d1a7
Show file tree
Hide file tree
Showing 8 changed files with 383 additions and 31 deletions.
17 changes: 17 additions & 0 deletions .changes/1.34.88.json
@@ -0,0 +1,17 @@
[
{
"category": "``glue``",
"description": "Adding RowFilter in the response for GetUnfilteredTableMetadata API",
"type": "api-change"
},
{
"category": "``internetmonitor``",
"description": "This update introduces the GetInternetEvent and ListInternetEvents APIs, which provide access to internet events displayed on the Amazon CloudWatch Internet Weather Map.",
"type": "api-change"
},
{
"category": "``personalize``",
"description": "This releases auto training capability while creating a solution and automatically syncing latest solution versions when creating/updating a campaign",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.34.88
=======

* api-change:``glue``: Adding RowFilter in the response for GetUnfilteredTableMetadata API
* api-change:``internetmonitor``: This update introduces the GetInternetEvent and ListInternetEvents APIs, which provide access to internet events displayed on the Amazon CloudWatch Internet Weather Map.
* api-change:``personalize``: This releases auto training capability while creating a solution and automatically syncing latest solution versions when creating/updating a campaign


1.34.87
=======

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

__version__ = '1.34.87'
__version__ = '1.34.88'


class NullHandler(logging.Handler):
Expand Down
4 changes: 4 additions & 0 deletions botocore/data/glue/2017-03-31/service-2.json
Expand Up @@ -13088,6 +13088,10 @@
"Permissions":{
"shape":"PermissionList",
"documentation":"<p>The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.</p>"
},
"RowFilter":{
"shape":"PredicateString",
"documentation":"<p>The filter that applies to the table. For example when applying the filter in SQL, it would go in the <code>WHERE</code> clause and can be evaluated by using an <code>AND</code> operator with any other predicates applied by the user querying the table.</p>"
}
}
},
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/internetmonitor/2021-06-03/paginators-1.json
Expand Up @@ -11,6 +11,12 @@
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "Monitors"
},
"ListInternetEvents": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "InternetEvents"
}
}
}

0 comments on commit 019d1a7

Please sign in to comment.