Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 19, 2024
1 parent 1834d99 commit ecd55b7
Show file tree
Hide file tree
Showing 7 changed files with 371 additions and 29 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-glue-12902.json
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``glue``",
"description": "Adding RowFilter in the response for GetUnfilteredTableMetadata API"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-internetmonitor-7520.json
@@ -0,0 +1,5 @@
{
"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."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-personalize-2044.json
@@ -0,0 +1,5 @@
{
"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"
}
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"
}
}
}
284 changes: 272 additions & 12 deletions botocore/data/internetmonitor/2021-06-03/service-2.json

Large diffs are not rendered by default.

91 changes: 74 additions & 17 deletions botocore/data/personalize/2018-05-22/service-2.json

Large diffs are not rendered by default.

0 comments on commit ecd55b7

Please sign in to comment.