Skip to content

Commit c04834d

Browse files
author
AWS
committed
AWS Health APIs and Notifications Update: In the Health API, the maximum number of entities for the EventFilter and EntityFilter data types has changed from 100 to 99. This change is related to an internal optimization of the AWS Health service.
1 parent 9807d5e commit c04834d

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Health APIs and Notifications",
4+
"contributor": "",
5+
"description": "In the Health API, the maximum number of entities for the EventFilter and EntityFilter data types has changed from 100 to 99. This change is related to an internal optimization of the AWS Health service."
6+
}

services/health/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
"documentation":"<p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.</p>"
308308
},
309309
"maxResults":{
310-
"shape":"maxResults",
310+
"shape":"maxResultsLowerRange",
311311
"documentation":"<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>"
312312
}
313313
}
@@ -533,7 +533,7 @@
533533
"documentation":"<p>If the results of a search are large, only a portion of the results are returned, and a <code>nextToken</code> pagination token is returned in the response. To retrieve the next batch of results, reissue the search request and include the returned token. When all results have been returned, the response does not contain a pagination token value.</p>"
534534
},
535535
"maxResults":{
536-
"shape":"maxResults",
536+
"shape":"maxResultsLowerRange",
537537
"documentation":"<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>"
538538
},
539539
"locale":{
@@ -1120,7 +1120,7 @@
11201120
"entityArnList":{
11211121
"type":"list",
11221122
"member":{"shape":"entityArn"},
1123-
"max":100,
1123+
"max":99,
11241124
"min":1
11251125
},
11261126
"entityStatusCode":{
@@ -1146,7 +1146,7 @@
11461146
"entityValueList":{
11471147
"type":"list",
11481148
"member":{"shape":"entityValue"},
1149-
"max":100,
1149+
"max":99,
11501150
"min":1
11511151
},
11521152
"eventAggregateField":{
@@ -1239,6 +1239,11 @@
12391239
"max":100,
12401240
"min":10
12411241
},
1242+
"maxResultsLowerRange":{
1243+
"type":"integer",
1244+
"max":100,
1245+
"min":1
1246+
},
12421247
"metadataKey":{
12431248
"type":"string",
12441249
"max":32766

0 commit comments

Comments
 (0)