Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Aug 2, 2019
1 parent c5c8eab commit 3ae9835
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 13 deletions.
12 changes: 12 additions & 0 deletions .changes/3.108.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "enhancement",
"category": "",
"description": "Added static code analysis using PHPStan to Travis CI configuration."
},
{
"type": "enhancement",
"category": "STS",
"description": "Documentation updates for sts"
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/static_analysis.json

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## next release

* `Aws\` - Added static code analysis using PHPStan to Travis CI configuration.
* `Aws\STS` - Documentation updates for sts

## 3.108.2 - 2019-07-30

* `Aws\MediaConvert` - MediaConvert adds support for specifying priority (-50 to 50) on jobs submitted to on demand or reserved queues
Expand Down
9 changes: 8 additions & 1 deletion src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dnsSuffix" : "amazonaws.com",
"partition" : "aws",
"partitionName" : "AWS Standard",
"regionRegex" : "^(us|eu|ap|sa|ca)\\-\\w+\\-\\d+$",
"regionRegex" : "^(us|eu|ap|sa|ca|me)\\-\\w+\\-\\d+$",
"regions" : {
"ap-east-1" : {
"description" : "Asia Pacific (Hong Kong)"
Expand Down Expand Up @@ -671,6 +671,7 @@
},
"codebuild" : {
"endpoints" : {
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
Expand All @@ -682,6 +683,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-1-fips" : {
Expand Down Expand Up @@ -722,6 +724,7 @@
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -1761,6 +1764,8 @@
"kafka" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
Expand Down Expand Up @@ -2757,6 +2762,7 @@
},
"securityhub" : {
"endpoints" : {
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
Expand Down Expand Up @@ -4252,6 +4258,7 @@
}
},
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/data/sts/2011-06-15/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/sts/2011-06-15/docs-2.json.php

Large diffs are not rendered by default.

0 comments on commit 3ae9835

Please sign in to comment.