You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"smithy.api#documentation": "<p>(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create an endpoint\n network interface. For a Gateway Load Balancer endpoint, you can specify only one subnet.</p>",
20507
+
"smithy.api#documentation": "<p>(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create endpoint\n network interfaces. For a Gateway Load Balancer endpoint, you can specify only one subnet.</p>",
"smithy.api#documentation": "<p>(Interface endpoint) The IDs of the security groups to associate with the\n endpoint network interface. If this parameter is not specified, we use the default \n security group for the VPC.</p>",
20514
+
"smithy.api#documentation": "<p>(Interface endpoint) The IDs of the security groups to associate with the\n endpoint network interfaces. If this parameter is not specified, we use the default \n security group for the VPC.</p>",
20515
20515
"smithy.api#xmlName": "SecurityGroupId"
20516
20516
}
20517
20517
},
@@ -20547,6 +20547,13 @@
20547
20547
"smithy.api#documentation": "<p>The tags to associate with the endpoint.</p>",
"smithy.api#documentation": "<p>The subnet configurations for the endpoint.</p>",
75312
+
"smithy.api#xmlName": "SubnetConfiguration"
75299
75313
}
75300
75314
}
75301
75315
},
@@ -94270,6 +94284,41 @@
94270
94284
}
94271
94285
}
94272
94286
},
94287
+
"com.amazonaws.ec2#SubnetConfiguration": {
94288
+
"type": "structure",
94289
+
"members": {
94290
+
"SubnetId": {
94291
+
"target": "com.amazonaws.ec2#SubnetId",
94292
+
"traits": {
94293
+
"smithy.api#documentation": "<p>The ID of the subnet.</p>"
94294
+
}
94295
+
},
94296
+
"Ipv4": {
94297
+
"target": "com.amazonaws.ec2#String",
94298
+
"traits": {
94299
+
"smithy.api#documentation": "<p>The IPv4 address to assign to the endpoint network interface in the subnet. You must provide \n an IPv4 address if the VPC endpoint supports IPv4.</p>\n <p>If you specify an IPv4 address when modifying a VPC endpoint, we replace the existing \n endpoint network interface with a new endpoint network interface with this IP address. \n This process temporarily disconnects the subnet and the VPC endpoint.</p>"
94300
+
}
94301
+
},
94302
+
"Ipv6": {
94303
+
"target": "com.amazonaws.ec2#String",
94304
+
"traits": {
94305
+
"smithy.api#documentation": "<p>The IPv6 address to assign to the endpoint network interface in the subnet. You must provide \n an IPv6 address if the VPC endpoint supports IPv6.</p>\n <p>If you specify an IPv6 address when modifying a VPC endpoint, we replace the existing \n endpoint network interface with a new endpoint network interface with this IP address. \n This process temporarily disconnects the subnet and the VPC endpoint.</p>"
94306
+
}
94307
+
}
94308
+
},
94309
+
"traits": {
94310
+
"smithy.api#documentation": "<p>Describes the configuration of a subnet for a VPC endpoint.</p>"
0 commit comments