|
20828 | 20828 | "locationName":"item" |
20829 | 20829 | } |
20830 | 20830 | }, |
| 20831 | + "DefaultConnectionTrackingConfiguration":{ |
| 20832 | + "type":"structure", |
| 20833 | + "members":{ |
| 20834 | + "DefaultTcpEstablishedTimeout":{ |
| 20835 | + "shape":"DefaultTcpEstablishedTimeout", |
| 20836 | + "documentation":"<p>Default timeout (in seconds) for idle TCP connections in an established state.</p>", |
| 20837 | + "locationName":"defaultTcpEstablishedTimeout" |
| 20838 | + }, |
| 20839 | + "DefaultUdpTimeout":{ |
| 20840 | + "shape":"DefaultUdpTimeout", |
| 20841 | + "documentation":"<p>Default timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction.</p>", |
| 20842 | + "locationName":"defaultUdpTimeout" |
| 20843 | + }, |
| 20844 | + "DefaultUdpStreamTimeout":{ |
| 20845 | + "shape":"DefaultUdpStreamTimeout", |
| 20846 | + "documentation":"<p>Default timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction.</p>", |
| 20847 | + "locationName":"defaultUdpStreamTimeout" |
| 20848 | + } |
| 20849 | + }, |
| 20850 | + "documentation":"<p>Indicates default conntrack information for the instance type. For more information, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts\"> Connection tracking timeouts </a> in the Amazon EC2 User Guide. </p>" |
| 20851 | + }, |
20831 | 20852 | "DefaultEnaQueueCountPerInterface":{"type":"integer"}, |
20832 | 20853 | "DefaultHttpTokensEnforcedState":{ |
20833 | 20854 | "type":"string", |
|
20876 | 20897 | "capacity-block" |
20877 | 20898 | ] |
20878 | 20899 | }, |
| 20900 | + "DefaultTcpEstablishedTimeout":{"type":"integer"}, |
| 20901 | + "DefaultUdpStreamTimeout":{"type":"integer"}, |
| 20902 | + "DefaultUdpTimeout":{"type":"integer"}, |
20879 | 20903 | "DefaultingDhcpOptionsId":{"type":"string"}, |
20880 | 20904 | "DeleteCapacityManagerDataExportRequest":{ |
20881 | 20905 | "type":"structure", |
|
57292 | 57316 | "documentation":"<p>Indicates whether changing the number of ENA queues is supported.</p>", |
57293 | 57317 | "locationName":"flexibleEnaQueuesSupport" |
57294 | 57318 | }, |
| 57319 | + "ConnectionTrackingConfiguration":{ |
| 57320 | + "shape":"DefaultConnectionTrackingConfiguration", |
| 57321 | + "documentation":"<p>Indicates conntrack information for the instance type</p>", |
| 57322 | + "locationName":"connectionTrackingConfiguration" |
| 57323 | + }, |
57295 | 57324 | "SecondaryNetworkSupported":{ |
57296 | 57325 | "shape":"SecondaryNetworkSupportedFlag", |
57297 | 57326 | "documentation":"<p>Indicates whether secondary interface attachments from secondary network are supported.</p>", |
|
0 commit comments