Skip to content

Commit ecd55b7

Browse files
Update to latest models
1 parent 1834d99 commit ecd55b7

File tree

7 files changed

+371
-29
lines changed

7 files changed

+371
-29
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``glue``",
4+
"description": "Adding RowFilter in the response for GetUnfilteredTableMetadata API"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``internetmonitor``",
4+
"description": "This update introduces the GetInternetEvent and ListInternetEvents APIs, which provide access to internet events displayed on the Amazon CloudWatch Internet Weather Map."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``personalize``",
4+
"description": "This releases auto training capability while creating a solution and automatically syncing latest solution versions when creating/updating a campaign"
5+
}

botocore/data/glue/2017-03-31/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13088,6 +13088,10 @@
1308813088
"Permissions":{
1308913089
"shape":"PermissionList",
1309013090
"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>"
13091+
},
13092+
"RowFilter":{
13093+
"shape":"PredicateString",
13094+
"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>"
1309113095
}
1309213096
}
1309313097
},

botocore/data/internetmonitor/2021-06-03/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"output_token": "NextToken",
1212
"limit_key": "MaxResults",
1313
"result_key": "Monitors"
14+
},
15+
"ListInternetEvents": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
19+
"result_key": "InternetEvents"
1420
}
1521
}
1622
}

botocore/data/internetmonitor/2021-06-03/service-2.json

Lines changed: 272 additions & 12 deletions
Large diffs are not rendered by default.

botocore/data/personalize/2018-05-22/service-2.json

Lines changed: 74 additions & 17 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)