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 Jun 27, 2019
1 parent 18dad15 commit 29643ad
Show file tree
Hide file tree
Showing 9 changed files with 124 additions and 100 deletions.
12 changes: 12 additions & 0 deletions .changes/3.102.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "enhancement",
"category": "Test",
"description": "Removed outdated endpoints tests."
},
{
"type": "enhancement",
"category": "DynamoDB",
"description": "Documentation updates for dynamodb"
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/partition_endpoints_test_fix_v2.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\DynamoDB` - Documentation updates for dynamodb
* `Aws\Test` - Removed outdated endpoints tests.

## 3.102.0 - 2019-06-26

* `Aws\` - Auto assume credential role using profile in `~/.aws/config`
Expand Down
176 changes: 88 additions & 88 deletions src/data/dynamodb/2012-08-10/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/dynamodb/2012-08-10/docs-2.json.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/data/dynamodb/2012-08-10/examples-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,8 @@
{
"input": {
"ExpressionAttributeNames": {
"AT": "AlbumTitle",
"ST": "SongTitle"
"#AT": "AlbumTitle",
"#ST": "SongTitle"
},
"ExpressionAttributeValues": {
":a": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/dynamodb/2012-08-10/examples-1.json.php

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,13 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"local" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "localhost:8000",
"protocols" : [ "http" ]
},
"sa-east-1" : { },
"us-east-1" : { },
"us-east-1-fips" : {
Expand Down Expand Up @@ -2952,6 +2959,13 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"local" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "localhost:8000",
"protocols" : [ "http" ]
},
"sa-east-1" : { },
"us-east-1" : { },
"us-east-1-fips" : {
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

0 comments on commit 29643ad

Please sign in to comment.