Skip to content

Commit f634f99

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups.
1 parent 0b729c6 commit f634f99

File tree

3 files changed

+301
-12
lines changed

3 files changed

+301
-12
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": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,12 @@
491491
"output_token": "NextToken",
492492
"result_key": "SecurityGroupRules"
493493
},
494+
"DescribeSecurityGroupVpcAssociations": {
495+
"input_token": "NextToken",
496+
"limit_key": "MaxResults",
497+
"output_token": "NextToken",
498+
"result_key": "SecurityGroupVpcAssociations"
499+
},
494500
"DescribeSecurityGroups": {
495501
"input_token": "NextToken",
496502
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)