Skip to content

Commit 6f04ba9

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 9d7b854 commit 6f04ba9

File tree

18 files changed

+2003
-1454
lines changed

18 files changed

+2003
-1454
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::AccessAnalyzer - Updated the API for Access Analyzer.
5+
6+
* Feature - Aws::AppMesh - Updated the API, and documentation for AWS App Mesh.
7+
8+
* Feature - Aws::CodeGuruProfiler - Updated the documentation for Amazon CodeGuru Profiler.
9+
10+
* Feature - Aws::ConfigService - Updated the API, and documentation for AWS Config.
11+
12+
* Feature - Aws::ElasticLoadBalancingV2 - Updated the documentation for Elastic Load Balancing.
13+
14+
* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.
15+
16+
* Feature - Aws::QuickSight - Updated the API, and documentation for Amazon QuickSight.
17+
18+
* Feature - Aws::AugmentedAIRuntime - Updated the API, and documentation for Amazon Augmented AI Runtime.
19+
20+
* Feature - Aws::WorkDocs - Updated the documentation for Amazon WorkDocs.
21+
422
2.11.454 (2020-02-27)
523
------------------
624

aws-sdk-core/apis/accessanalyzer/2019-11-01/paginators-1.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,26 @@
33
"ListAnalyzedResources": {
44
"input_token": "nextToken",
55
"output_token": "nextToken",
6-
"limit_key": "maxResults"
6+
"limit_key": "maxResults",
7+
"result_key": "analyzedResources"
78
},
89
"ListAnalyzers": {
910
"input_token": "nextToken",
1011
"output_token": "nextToken",
11-
"limit_key": "maxResults"
12+
"limit_key": "maxResults",
13+
"result_key": "analyzers"
1214
},
1315
"ListArchiveRules": {
1416
"input_token": "nextToken",
1517
"output_token": "nextToken",
16-
"limit_key": "maxResults"
18+
"limit_key": "maxResults",
19+
"result_key": "archiveRules"
1720
},
1821
"ListFindings": {
1922
"input_token": "nextToken",
2023
"output_token": "nextToken",
21-
"limit_key": "maxResults"
24+
"limit_key": "maxResults",
25+
"result_key": "findings"
2226
}
2327
}
2428
}

0 commit comments

Comments
 (0)