Skip to content

Commit

Permalink
Release v1.38.36 (2021-05-07) (#3900)
Browse files Browse the repository at this point in the history
Release v1.38.36 (2021-05-07)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/lakeformation`: Updates service API and documentation
* `service/lookoutmetrics`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored May 7, 2021
1 parent de949e2 commit 5e25a0d
Show file tree
Hide file tree
Showing 13 changed files with 4,928 additions and 1,299 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.38.36 (2021-05-07)
===

### Service Client Updates
* `service/connect`: Updates service API and documentation
* `service/lakeformation`: Updates service API and documentation
* `service/lookoutmetrics`: Updates service API and documentation

Release v1.38.35 (2021-05-06)
===

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

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.35"
const SDKVersion = "1.38.36"
6 changes: 4 additions & 2 deletions models/apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,8 @@
"IntegrationArn":{"shape":"ARN"},
"SourceApplicationUrl":{"shape":"URI"},
"SourceApplicationName":{"shape":"SourceApplicationName"},
"SourceType":{"shape":"SourceType"}
"SourceType":{"shape":"SourceType"},
"Tags":{"shape":"TagMap"}
}
},
"CreateIntegrationAssociationResponse":{
Expand Down Expand Up @@ -2087,7 +2088,8 @@
"location":"uri",
"locationName":"IntegrationAssociationId"
},
"UseCaseType":{"shape":"UseCaseType"}
"UseCaseType":{"shape":"UseCaseType"},
"Tags":{"shape":"TagMap"}
}
},
"CreateUseCaseResponse":{
Expand Down
34 changes: 18 additions & 16 deletions models/apis/connect/2017-08-08/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 5e25a0d

Please sign in to comment.