Skip to content

Commit

Permalink
Release v1.29.13 (2020-02-28)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/accessanalyzer`: Updates service paginators
* `service/appmesh`: Updates service API and documentation
* `service/codeguruprofiler`: Updates service documentation
* `service/config`: Updates service API, documentation, and paginators
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/glue`: Updates service API, documentation, and paginators
  * AWS Glue adds resource tagging support for Machine Learning Transforms and adds a new API, ListMLTransforms to support tag filtering.  With this feature, customers can use tags in AWS Glue to organize and control access to Machine Learning Transforms.
* `service/quicksight`: Updates service API, documentation, and paginators
  * Added SearchDashboards API that allows listing of dashboards that a specific user has access to.
* `service/sagemaker-a2i-runtime`: Updates service API and documentation
* `service/workdocs`: Updates service documentation
  * Documentation updates for workdocs
  • Loading branch information
awssdkgo committed Feb 28, 2020
1 parent 284a491 commit 8737e53
Show file tree
Hide file tree
Showing 34 changed files with 4,335 additions and 2,058 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.29.13 (2020-02-28)
===

### Service Client Updates
* `service/accessanalyzer`: Updates service paginators
* `service/appmesh`: Updates service API and documentation
* `service/codeguruprofiler`: Updates service documentation
* `service/config`: Updates service API, documentation, and paginators
* `service/elasticloadbalancingv2`: Updates service documentation
* `service/glue`: Updates service API, documentation, and paginators
* AWS Glue adds resource tagging support for Machine Learning Transforms and adds a new API, ListMLTransforms to support tag filtering. With this feature, customers can use tags in AWS Glue to organize and control access to Machine Learning Transforms.
* `service/quicksight`: Updates service API, documentation, and paginators
* Added SearchDashboards API that allows listing of dashboards that a specific user has access to.
* `service/sagemaker-a2i-runtime`: Updates service API and documentation
* `service/workdocs`: Updates service documentation
* Documentation updates for workdocs

Release v1.29.12 (2020-02-27)
===

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.29.12"
const SDKVersion = "1.29.13"
12 changes: 8 additions & 4 deletions models/apis/accessanalyzer/2019-11-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,26 @@
"ListAnalyzedResources": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
"limit_key": "maxResults",
"result_key": "analyzedResources"
},
"ListAnalyzers": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
"limit_key": "maxResults",
"result_key": "analyzers"
},
"ListArchiveRules": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
"limit_key": "maxResults",
"result_key": "archiveRules"
},
"ListFindings": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults"
"limit_key": "maxResults",
"result_key": "findings"
}
}
}
Loading

0 comments on commit 8737e53

Please sign in to comment.