Skip to content

Commit

Permalink
Release v1.19.47
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Jun 10, 2019
1 parent ffda342 commit bdafd99
Show file tree
Hide file tree
Showing 40 changed files with 23,498 additions and 3,137 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.19.47 (2019-06-10)
===

### Service Client Updates
* `service/codebuild`: Updates service API and documentation
* AWS CodeBuild adds support for source version on project level.
* `service/codecommit`: Updates service API, documentation, and paginators
* This release adds two merge strategies for merging pull requests: squash and three-way. It also adds functionality for resolving merge conflicts, testing merge outcomes, and for merging branches using one of the three supported merge strategies.
* `service/personalize`: Adds new service
* `service/personalize-events`: Adds new service
* `service/personalize-runtime`: Adds new service

Release v1.19.46 (2019-06-07)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.19.46"
const SDKVersion = "1.19.47"
6 changes: 6 additions & 0 deletions models/apis/codebuild/2016-10-06/api-2.json
Expand Up @@ -479,6 +479,8 @@
"description":{"shape":"ProjectDescription"},
"source":{"shape":"ProjectSource"},
"secondarySources":{"shape":"ProjectSources"},
"sourceVersion":{"shape":"String"},
"secondarySourceVersions":{"shape":"ProjectSecondarySourceVersions"},
"artifacts":{"shape":"ProjectArtifacts"},
"secondaryArtifacts":{"shape":"ProjectArtifactsList"},
"cache":{"shape":"ProjectCache"},
Expand Down Expand Up @@ -845,6 +847,8 @@
"description":{"shape":"ProjectDescription"},
"source":{"shape":"ProjectSource"},
"secondarySources":{"shape":"ProjectSources"},
"sourceVersion":{"shape":"String"},
"secondarySourceVersions":{"shape":"ProjectSecondarySourceVersions"},
"artifacts":{"shape":"ProjectArtifacts"},
"secondaryArtifacts":{"shape":"ProjectArtifactsList"},
"cache":{"shape":"ProjectCache"},
Expand Down Expand Up @@ -1178,6 +1182,8 @@
"description":{"shape":"ProjectDescription"},
"source":{"shape":"ProjectSource"},
"secondarySources":{"shape":"ProjectSources"},
"sourceVersion":{"shape":"String"},
"secondarySourceVersions":{"shape":"ProjectSecondarySourceVersions"},
"artifacts":{"shape":"ProjectArtifacts"},
"secondaryArtifacts":{"shape":"ProjectArtifactsList"},
"cache":{"shape":"ProjectCache"},
Expand Down
20 changes: 13 additions & 7 deletions models/apis/codebuild/2016-10-06/docs-2.json

Large diffs are not rendered by default.

0 comments on commit bdafd99

Please sign in to comment.