diff --git a/providers/src/aws/v00.00.00000/services/ec2.yaml b/providers/src/aws/v00.00.00000/services/ec2.yaml index f09fbe3d..ed790a3e 100644 --- a/providers/src/aws/v00.00.00000/services/ec2.yaml +++ b/providers/src/aws/v00.00.00000/services/ec2.yaml @@ -17398,6 +17398,8 @@ components: type: string vpc_id: type: string + ip_permissions: + type: string type: object type: array next_page_token: @@ -58042,7 +58044,8 @@ components: "group_name": {{ with index . "groupName" }}{{ toJson . }}{{ else }}null{{ end }}, "description": {{ with index . "groupDescription" }}{{ toJson . }}{{ else }}null{{ end }}, "vpc_id": {{ with index . "vpcId" }}{{ toJson . }}{{ else }}null{{ end }}, - "owner_id": {{ with index . "ownerId" }}{{ toJson . }}{{ else }}null{{ end }} + "owner_id": {{ with index . "ownerId" }}{{ toJson . }}{{ else }}null{{ end }}, + "ip_permissions": {{ with index . "ipPermissions" }}{{ toJson . }}{{ else }}null{{ end }} } {{end}} type: golang_template_mxj_v0.2.0