|
1259 | 1259 | "Tags":{
|
1260 | 1260 | "shape":"TagList",
|
1261 | 1261 | "documentation":"<p>The tags to assign to the target group.</p>"
|
| 1262 | + }, |
| 1263 | + "IpAddressType":{ |
| 1264 | + "shape":"TargetGroupIpAddressTypeEnum", |
| 1265 | + "documentation":"<p>The type of IP address used for this target group. The possible values are <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified, the IP address type defaults to <code>ipv4</code>.</p>" |
1262 | 1266 | }
|
1263 | 1267 | }
|
1264 | 1268 | },
|
|
2186 | 2190 | "members":{
|
2187 | 2191 | "HttpCode":{
|
2188 | 2192 | "shape":"HttpCode",
|
2189 |
| - "documentation":"<p>For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").</p> <p>For Network Load Balancers and Gateway Load Balancers, this must be \"200–399\".</p>" |
| 2193 | + "documentation":"<p>For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values (for example, \"200,202\") or a range of values (for example, \"200-299\").</p> <p>For Network Load Balancers and Gateway Load Balancers, this must be \"200–399\".</p> <p>Note that when using shorthand syntax, some values such as commas need to be escaped.</p>" |
2190 | 2194 | },
|
2191 | 2195 | "GrpcCode":{
|
2192 | 2196 | "shape":"GrpcCode",
|
2193 | 2197 | "documentation":"<p>You can specify values between 0 and 99. You can specify multiple values (for example, \"0,1\") or a range of values (for example, \"0-5\"). The default value is 12.</p>"
|
2194 | 2198 | }
|
2195 | 2199 | },
|
2196 |
| - "documentation":"<p>The codes to use when checking for a successful response from a target. If the protocol version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes.</p>" |
| 2200 | + "documentation":"<p>The codes to use when checking for a successful response from a target. If the protocol version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes. </p>" |
2197 | 2201 | },
|
2198 | 2202 | "Max":{"type":"string"},
|
2199 | 2203 | "ModifyListenerInput":{
|
|
3077 | 3081 | "ProtocolVersion":{
|
3078 | 3082 | "shape":"ProtocolVersion",
|
3079 | 3083 | "documentation":"<p>[HTTP/HTTPS protocol] The protocol version. The possible values are <code>GRPC</code>, <code>HTTP1</code>, and <code>HTTP2</code>.</p>"
|
| 3084 | + }, |
| 3085 | + "IpAddressType":{ |
| 3086 | + "shape":"TargetGroupIpAddressTypeEnum", |
| 3087 | + "documentation":"<p>The type of IP address used for this target group. The possible values are <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified, the IP address type defaults to <code>ipv4</code>.</p>" |
3080 | 3088 | }
|
3081 | 3089 | },
|
3082 | 3090 | "documentation":"<p>Information about a target group.</p>"
|
|
3122 | 3130 | "type":"list",
|
3123 | 3131 | "member":{"shape":"TargetGroupAttribute"}
|
3124 | 3132 | },
|
| 3133 | + "TargetGroupIpAddressTypeEnum":{ |
| 3134 | + "type":"string", |
| 3135 | + "enum":[ |
| 3136 | + "ipv4", |
| 3137 | + "ipv6" |
| 3138 | + ] |
| 3139 | + }, |
3125 | 3140 | "TargetGroupList":{
|
3126 | 3141 | "type":"list",
|
3127 | 3142 | "member":{"shape":"TargetGroupTuple"}
|
|
0 commit comments