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 Dec 4, 2018
1 parent a34482b commit 5cd56e7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-health-2918.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``health``",
"type": "api-change",
"description": "Update health client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-s3-76390.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"category": "``s3``",
"type": "api-change",
"description": "Update s3 client to latest version"
}
7 changes: 6 additions & 1 deletion botocore/data/health/2016-08-04/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"shape":"entityValue",
"documentation":"<p>The ID of the affected entity.</p>"
},
"entityUrl":{"shape":"entityUrl"},
"awsAccountId":{
"shape":"accountId",
"documentation":"<p>The 12-digit AWS account number that contains the affected entity.</p>"
Expand Down Expand Up @@ -681,6 +682,10 @@
"max":3,
"min":1
},
"entityUrl":{
"type":"string",
"pattern":"https?://.+\\.(amazon\\.com|amazonaws\\.com|amazonaws\\.cn|c2s\\.ic\\.gov|sc2s\\.sgov\\.gov|amazonaws-us-gov.com)/.*"
},
"entityValue":{
"type":"string",
"max":256
Expand All @@ -698,7 +703,7 @@
"eventArn":{
"type":"string",
"max":1600,
"pattern":"arn:aws:health:[^:]*:[^:]*:event(?:/[\\w-]+){1}((?:/[\\w-]+){2})?"
"pattern":"arn:aws:health:[^:]*:[^:]*:event(?:/[\\w-]+){3}"
},
"eventArnList":{
"type":"list",
Expand Down
3 changes: 2 additions & 1 deletion botocore/data/s3/2006-03-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4174,7 +4174,8 @@
"type":"string",
"enum":[
"CSV",
"ORC"
"ORC",
"Parquet"
]
},
"InventoryFrequency":{
Expand Down

0 comments on commit 5cd56e7

Please sign in to comment.