Skip to content

Commit fe74902

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.
1 parent 543de9d commit fe74902

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
lines changed
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 feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions."
6+
}

services/ec2/src/main/resources/codegen-resources/service-2.json

+66-1
Original file line numberDiff line numberDiff line change
@@ -5878,6 +5878,39 @@
58785878
},
58795879
"documentation":"<p>An entry for a prefix list.</p>"
58805880
},
5881+
"AddedPrincipal":{
5882+
"type":"structure",
5883+
"members":{
5884+
"PrincipalType":{
5885+
"shape":"PrincipalType",
5886+
"documentation":"<p>The type of principal.</p>",
5887+
"locationName":"principalType"
5888+
},
5889+
"Principal":{
5890+
"shape":"String",
5891+
"documentation":"<p>The Amazon Resource Name (ARN) of the principal.</p>",
5892+
"locationName":"principal"
5893+
},
5894+
"ServicePermissionId":{
5895+
"shape":"String",
5896+
"documentation":"<p>The ID of the service permission.</p>",
5897+
"locationName":"servicePermissionId"
5898+
},
5899+
"ServiceId":{
5900+
"shape":"String",
5901+
"documentation":"<p>The ID of the service.</p>",
5902+
"locationName":"serviceId"
5903+
}
5904+
},
5905+
"documentation":"<p>Describes a principal.</p>"
5906+
},
5907+
"AddedPrincipalSet":{
5908+
"type":"list",
5909+
"member":{
5910+
"shape":"AddedPrincipal",
5911+
"locationName":"item"
5912+
}
5913+
},
58815914
"AdditionalDetail":{
58825915
"type":"structure",
58835916
"members":{
@@ -6303,6 +6336,21 @@
63036336
"shape":"String",
63046337
"documentation":"<p>The Amazon Resource Name (ARN) of the principal.</p>",
63056338
"locationName":"principal"
6339+
},
6340+
"ServicePermissionId":{
6341+
"shape":"String",
6342+
"documentation":"<p>The ID of the service permission.</p>",
6343+
"locationName":"servicePermissionId"
6344+
},
6345+
"Tags":{
6346+
"shape":"TagList",
6347+
"documentation":"<p>The tags.</p>",
6348+
"locationName":"tagSet"
6349+
},
6350+
"ServiceId":{
6351+
"shape":"String",
6352+
"documentation":"<p>The ID of the service.</p>",
6353+
"locationName":"serviceId"
63066354
}
63076355
},
63086356
"documentation":"<p>Describes a principal.</p>"
@@ -37893,6 +37941,11 @@
3789337941
"ModifyVpcEndpointServicePermissionsResult":{
3789437942
"type":"structure",
3789537943
"members":{
37944+
"AddedPrincipals":{
37945+
"shape":"AddedPrincipalSet",
37946+
"documentation":"<p>Information about the added principals.</p>",
37947+
"locationName":"addedPrincipalSet"
37948+
},
3789637949
"ReturnValue":{
3789737950
"shape":"Boolean",
3789837951
"documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
@@ -43630,7 +43683,9 @@
4363043683
"volume",
4363143684
"vpc",
4363243685
"vpc-endpoint",
43686+
"vpc-endpoint-connection",
4363343687
"vpc-endpoint-service",
43688+
"vpc-endpoint-service-permission",
4363443689
"vpc-peering-connection",
4363543690
"vpn-connection",
4363643691
"vpn-gateway",
@@ -45836,7 +45891,7 @@
4583645891
},
4583745892
"PrivateDnsNames":{
4583845893
"shape":"PrivateDnsDetailsSet",
45839-
"documentation":"<p>The private DNS names assigned to the VPC endpoint service. </p>",
45894+
"documentation":"<p>The private DNS names assigned to the VPC endpoint service.</p>",
4584045895
"locationName":"privateDnsNameSet"
4584145896
},
4584245897
"VpcEndpointPolicySupported":{
@@ -52016,6 +52071,16 @@
5201652071
"shape":"IpAddressType",
5201752072
"documentation":"<p>The IP address type for the endpoint.</p>",
5201852073
"locationName":"ipAddressType"
52074+
},
52075+
"VpcEndpointConnectionId":{
52076+
"shape":"String",
52077+
"documentation":"<p>The ID of the VPC endpoint connection.</p>",
52078+
"locationName":"vpcEndpointConnectionId"
52079+
},
52080+
"Tags":{
52081+
"shape":"TagList",
52082+
"documentation":"<p>The tags.</p>",
52083+
"locationName":"tagSet"
5201952084
}
5202052085
},
5202152086
"documentation":"<p>Describes a VPC endpoint connection to a service.</p>"

0 commit comments

Comments
 (0)