From fc89f16f04750936b96910bd4ecbb90287b1dca8 Mon Sep 17 00:00:00 2001 From: Trevor Rowe Date: Tue, 1 Sep 2015 09:23:16 -0700 Subject: [PATCH] Added missing paging configuration. --- aws-sdk-core/apis/ec2/2015-04-15/paginators-1.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aws-sdk-core/apis/ec2/2015-04-15/paginators-1.json b/aws-sdk-core/apis/ec2/2015-04-15/paginators-1.json index 740f2e36abb..993874f0f53 100644 --- a/aws-sdk-core/apis/ec2/2015-04-15/paginators-1.json +++ b/aws-sdk-core/apis/ec2/2015-04-15/paginators-1.json @@ -115,6 +115,9 @@ "DescribeVpcs": { "result_key": "Vpcs" }, + "DescribeVpcPeeringConnections": { + "result_key": "VpcPeeringConnections" + }, "DescribeVpnConnections": { "result_key": "VpnConnections" },