Skip to content

Commit 580354a

Browse files
author
AWS
committed
Elastic Load Balancing Update: Add Paginator for DescribeAccountLimits, and fix Paginators for DescribeTrustStoreAssociations, DescribeTrustStoreRevocations, and DescribeTrustStores
1 parent f83e52a commit 580354a

File tree

3 files changed

+103
-157
lines changed

3 files changed

+103
-157
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Elastic Load Balancing",
4+
"contributor": "",
5+
"description": "Add Paginator for DescribeAccountLimits, and fix Paginators for DescribeTrustStoreAssociations, DescribeTrustStoreRevocations, and DescribeTrustStores"
6+
}

services/elasticloadbalancingv2/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"pagination": {
3+
"DescribeAccountLimits": {
4+
"input_token": "Marker",
5+
"output_token": "NextMarker",
6+
"result_key": "Limits"
7+
},
38
"DescribeListenerCertificates": {
49
"input_token": "Marker",
510
"output_token": "NextMarker",
@@ -28,17 +33,20 @@
2833
"DescribeTrustStoreAssociations": {
2934
"input_token": "Marker",
3035
"limit_key": "PageSize",
31-
"output_token": "NextMarker"
36+
"output_token": "NextMarker",
37+
"result_key": "TrustStoreAssociations"
3238
},
3339
"DescribeTrustStoreRevocations": {
3440
"input_token": "Marker",
3541
"limit_key": "PageSize",
36-
"output_token": "NextMarker"
42+
"output_token": "NextMarker",
43+
"result_key": "TrustStoreRevocations"
3744
},
3845
"DescribeTrustStores": {
3946
"input_token": "Marker",
4047
"limit_key": "PageSize",
41-
"output_token": "NextMarker"
48+
"output_token": "NextMarker",
49+
"result_key": "TrustStores"
4250
}
4351
}
4452
}

0 commit comments

Comments
 (0)