Skip to content

Commit d08ac06

Browse files
Update API model
1 parent 96cb3d6 commit d08ac06

File tree

2 files changed

+67
-12
lines changed

2 files changed

+67
-12
lines changed

codegen/sdk-codegen/aws-models/ec2.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27533,6 +27533,38 @@
2753327533
}
2753427534
}
2753527535
},
27536+
"com.amazonaws.ec2#DefaultConnectionTrackingConfiguration": {
27537+
"type": "structure",
27538+
"members": {
27539+
"DefaultTcpEstablishedTimeout": {
27540+
"target": "com.amazonaws.ec2#DefaultTcpEstablishedTimeout",
27541+
"traits": {
27542+
"aws.protocols#ec2QueryName": "DefaultTcpEstablishedTimeout",
27543+
"smithy.api#documentation": "<p>Default timeout (in seconds) for idle TCP connections in an established state.</p>",
27544+
"smithy.api#xmlName": "defaultTcpEstablishedTimeout"
27545+
}
27546+
},
27547+
"DefaultUdpTimeout": {
27548+
"target": "com.amazonaws.ec2#DefaultUdpTimeout",
27549+
"traits": {
27550+
"aws.protocols#ec2QueryName": "DefaultUdpTimeout",
27551+
"smithy.api#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>",
27552+
"smithy.api#xmlName": "defaultUdpTimeout"
27553+
}
27554+
},
27555+
"DefaultUdpStreamTimeout": {
27556+
"target": "com.amazonaws.ec2#DefaultUdpStreamTimeout",
27557+
"traits": {
27558+
"aws.protocols#ec2QueryName": "DefaultUdpStreamTimeout",
27559+
"smithy.api#documentation": "<p>Default timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction.</p>",
27560+
"smithy.api#xmlName": "defaultUdpStreamTimeout"
27561+
}
27562+
}
27563+
},
27564+
"traits": {
27565+
"smithy.api#documentation": "<p>Indicates default conntrack information for the instance type. For more\n information, see\n <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts\"> Connection tracking timeouts\n </a> in the Amazon EC2 User Guide.\n </p>"
27566+
}
27567+
},
2753627568
"com.amazonaws.ec2#DefaultEnaQueueCountPerInterface": {
2753727569
"type": "integer"
2753827570
},
@@ -27665,6 +27697,15 @@
2766527697
}
2766627698
}
2766727699
},
27700+
"com.amazonaws.ec2#DefaultTcpEstablishedTimeout": {
27701+
"type": "integer"
27702+
},
27703+
"com.amazonaws.ec2#DefaultUdpStreamTimeout": {
27704+
"type": "integer"
27705+
},
27706+
"com.amazonaws.ec2#DefaultUdpTimeout": {
27707+
"type": "integer"
27708+
},
2766827709
"com.amazonaws.ec2#DefaultingDhcpOptionsId": {
2766927710
"type": "string"
2767027711
},
@@ -102501,6 +102542,14 @@
102501102542
"smithy.api#xmlName": "flexibleEnaQueuesSupport"
102502102543
}
102503102544
},
102545+
"ConnectionTrackingConfiguration": {
102546+
"target": "com.amazonaws.ec2#DefaultConnectionTrackingConfiguration",
102547+
"traits": {
102548+
"aws.protocols#ec2QueryName": "ConnectionTrackingConfiguration",
102549+
"smithy.api#documentation": "<p>Indicates conntrack information for the instance type</p>",
102550+
"smithy.api#xmlName": "connectionTrackingConfiguration"
102551+
}
102552+
},
102504102553
"SecondaryNetworkSupported": {
102505102554
"target": "com.amazonaws.ec2#SecondaryNetworkSupportedFlag",
102506102555
"traits": {

codegen/sdk-codegen/aws-models/mediaconvert.json

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -743,9 +743,9 @@
743743
"type": "structure",
744744
"members": {
745745
"Bitrate": {
746-
"target": "com.amazonaws.mediaconvert#__integerMin192000Max1024000",
746+
"target": "com.amazonaws.mediaconvert#__integerMin48000Max768000",
747747
"traits": {
748-
"smithy.api#documentation": "Specify the average bitrate in bits per second. Leave blank to use the default bitrate for the coding mode you select according to ETSI TS 103 190. Valid bitrates for coding mode 2.0 (stereo): 192000, 256000, or 320000. Valid bitrates for coding mode 5.1 (3/2 with LFE): 512000. Valid bitrates for coding mode 5.1.4 (immersive): 512000, 768000, or 1024000.",
748+
"smithy.api#documentation": "Specify the average bitrate in bits per second. Leave blank to use the default bitrate for the coding mode you select according to ETSI TS 103 190. Valid bitrates for coding mode 2.0 (stereo): 48000, 64000, 96000, 128000, 144000, 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000. Valid bitrates for coding mode 5.1 (3/2 with LFE): 96000, 128000, 144000, 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000. Valid bitrates for coding mode 5.1.4 (immersive): 192000, 256000, 288000, 320000, 384000, 448000, 512000, or 768000.",
749749
"smithy.api#jsonName": "bitrate"
750750
}
751751
},
@@ -6033,7 +6033,7 @@
60336033
"Format": {
60346034
"target": "com.amazonaws.mediaconvert#Format",
60356035
"traits": {
6036-
"smithy.api#documentation": "The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, or AVI. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.",
6036+
"smithy.api#documentation": "The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), WebM, MXF, Wave, AVI, or MPEG-TS. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.",
60376037
"smithy.api#jsonName": "format"
60386038
}
60396039
},
@@ -10374,6 +10374,12 @@
1037410374
"traits": {
1037510375
"smithy.api#enumValue": "avi"
1037610376
}
10377+
},
10378+
"mpegts": {
10379+
"target": "smithy.api#Unit",
10380+
"traits": {
10381+
"smithy.api#enumValue": "mpegts"
10382+
}
1037710383
}
1037810384
}
1037910385
},
@@ -29795,15 +29801,6 @@
2979529801
}
2979629802
}
2979729803
},
29798-
"com.amazonaws.mediaconvert#__integerMin192000Max1024000": {
29799-
"type": "integer",
29800-
"traits": {
29801-
"smithy.api#range": {
29802-
"min": 192000,
29803-
"max": 1024000
29804-
}
29805-
}
29806-
},
2980729804
"com.amazonaws.mediaconvert#__integerMin1Max1": {
2980829805
"type": "integer",
2980929806
"traits": {
@@ -30146,6 +30143,15 @@
3014630143
}
3014730144
}
3014830145
},
30146+
"com.amazonaws.mediaconvert#__integerMin48000Max768000": {
30147+
"type": "integer",
30148+
"traits": {
30149+
"smithy.api#range": {
30150+
"min": 48000,
30151+
"max": 768000
30152+
}
30153+
}
30154+
},
3014930155
"com.amazonaws.mediaconvert#__integerMin4Max12": {
3015030156
"type": "integer",
3015130157
"traits": {

0 commit comments

Comments
 (0)