|
5878 | 5878 | },
|
5879 | 5879 | "documentation":"<p>An entry for a prefix list.</p>"
|
5880 | 5880 | },
|
| 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 | + }, |
5881 | 5914 | "AdditionalDetail":{
|
5882 | 5915 | "type":"structure",
|
5883 | 5916 | "members":{
|
|
6303 | 6336 | "shape":"String",
|
6304 | 6337 | "documentation":"<p>The Amazon Resource Name (ARN) of the principal.</p>",
|
6305 | 6338 | "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" |
6306 | 6354 | }
|
6307 | 6355 | },
|
6308 | 6356 | "documentation":"<p>Describes a principal.</p>"
|
|
37893 | 37941 | "ModifyVpcEndpointServicePermissionsResult":{
|
37894 | 37942 | "type":"structure",
|
37895 | 37943 | "members":{
|
| 37944 | + "AddedPrincipals":{ |
| 37945 | + "shape":"AddedPrincipalSet", |
| 37946 | + "documentation":"<p>Information about the added principals.</p>", |
| 37947 | + "locationName":"addedPrincipalSet" |
| 37948 | + }, |
37896 | 37949 | "ReturnValue":{
|
37897 | 37950 | "shape":"Boolean",
|
37898 | 37951 | "documentation":"<p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>",
|
|
43630 | 43683 | "volume",
|
43631 | 43684 | "vpc",
|
43632 | 43685 | "vpc-endpoint",
|
| 43686 | + "vpc-endpoint-connection", |
43633 | 43687 | "vpc-endpoint-service",
|
| 43688 | + "vpc-endpoint-service-permission", |
43634 | 43689 | "vpc-peering-connection",
|
43635 | 43690 | "vpn-connection",
|
43636 | 43691 | "vpn-gateway",
|
|
45836 | 45891 | },
|
45837 | 45892 | "PrivateDnsNames":{
|
45838 | 45893 | "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>", |
45840 | 45895 | "locationName":"privateDnsNameSet"
|
45841 | 45896 | },
|
45842 | 45897 | "VpcEndpointPolicySupported":{
|
|
52016 | 52071 | "shape":"IpAddressType",
|
52017 | 52072 | "documentation":"<p>The IP address type for the endpoint.</p>",
|
52018 | 52073 | "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" |
52019 | 52084 | }
|
52020 | 52085 | },
|
52021 | 52086 | "documentation":"<p>Describes a VPC endpoint connection to a service.</p>"
|
|
0 commit comments